about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2020-02-092-5/+5
* htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault2020-02-091-7/+0
* htl: Remove duplicate filesSamuel Thibault2020-02-092-56/+0
* htl: Remove unused filesSamuel Thibault2020-02-091-1/+0
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault2020-01-131-1/+2
* htl: Avoid exposing unixoid functionsSamuel Thibault2020-01-132-1/+4
* htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2020-01-132-0/+4
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-041-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01357-357/+357
* hurd: Global signal dispositionJeremie Koenig2019-12-2913-55/+99
* hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault2019-12-291-2/+2
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-296-0/+440
* hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2019-12-292-13/+157
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-191-0/+1
* hurd: Do not make sigprocmask available in ld.soFlorian Weimer2019-12-183-11/+2
* hurd: Make getrandom honour GRND_NONBLOCKJames Clarke2019-12-171-1/+5
* hurd: Fix local PLTSamuel Thibault2019-12-132-2/+5
* hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault2019-12-134-6/+37
* hurd: add getrandom and getentropy implementationsAndrew Eggenberger2019-12-132-0/+107
* hurd: Implement __close_nocancel_nostatusSamuel Thibault2019-12-131-0/+62
* hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault2019-12-111-13/+14
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-013-5/+6
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-013-5/+6
* hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault2019-12-013-6/+4
* hurd: Fix renameat2 errorSamuel Thibault2019-12-011-0/+2
* hurd: Fix ld.so linkSamuel Thibault2019-12-015-5/+17
* hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer2019-11-161-0/+9
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-062-79/+111
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-302-43/+51
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-301-17/+20
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-305-31/+41
* hurd: Support for file record lockingSvante Signell2019-10-301-24/+87
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-272-3/+3
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+4
* hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer2019-10-241-3/+11
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07350-350/+350
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-042-5/+5
* hurd: Fix buildSamuel Thibault2019-08-301-1/+1
* hurd: Fix SS_ONSTACK supportSamuel Thibault2019-08-301-26/+42
* hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault2019-08-301-23/+0
* hurd getcwd: Allow unknown root directorySamuel Thibault2019-08-301-12/+0
* hurd: Fix implementation of setitimer.Samuel Thibault2019-08-301-8/+12
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-231-1/+10
* Don't use the argument to time.Zack Weinberg2019-08-211-2/+2
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-0/+16
* misc: Add twalk_r functionFlorian Weimer2019-05-021-0/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-8/+0