aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+5
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault1-1/+1
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault1-0/+9
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault5-0/+53
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2-5/+5
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault1-7/+0
2020-02-09htl: Remove duplicate filesSamuel Thibault2-56/+0
2020-02-09htl: Remove unused filesSamuel Thibault1-1/+0
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-13htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault1-1/+2
2020-01-13htl: Avoid exposing unixoid functionsSamuel Thibault2-1/+4
2020-01-13htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault2-0/+4
2020-01-05hurd: Fix message reception for timer_threadSamuel Thibault1-1/+2
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault1-0/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers357-357/+357
2019-12-29hurd: Global signal dispositionJeremie Koenig13-55/+99
2019-12-29hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault1-2/+2
2019-12-29hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge6-0/+440
2019-12-29hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2-13/+157
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella1-0/+1
2019-12-18hurd: Do not make sigprocmask available in ld.soFlorian Weimer3-11/+2
2019-12-17hurd: Make getrandom honour GRND_NONBLOCKJames Clarke1-1/+5
2019-12-13hurd: Fix local PLTSamuel Thibault2-2/+5
2019-12-13hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault4-6/+37
2019-12-13hurd: add getrandom and getentropy implementationsAndrew Eggenberger2-0/+107
2019-12-13hurd: Implement __close_nocancel_nostatusSamuel Thibault1-0/+62
2019-12-11hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault1-13/+14
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault3-5/+6
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault3-5/+6
2019-12-01hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault3-6/+4
2019-12-01hurd: Fix renameat2 errorSamuel Thibault1-0/+2
2019-12-01hurd: Fix ld.so linkSamuel Thibault5-5/+17
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer1-0/+9
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer1-2/+2
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2-79/+111
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella2-43/+51
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg1-17/+20
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg5-31/+41
2019-10-30hurd: Support for file record lockingSvante Signell1-24/+87
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2-3/+3
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis1-0/+4
2019-10-24hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer1-3/+11
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert350-350/+350
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2-5/+5
2019-08-30hurd: Fix buildSamuel Thibault1-1/+1
2019-08-30hurd: Fix SS_ONSTACK supportSamuel Thibault1-26/+42
2019-08-30hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault1-23/+0
2019-08-30hurd getcwd: Allow unknown root directorySamuel Thibault1-12/+0
2019-08-30hurd: Fix implementation of setitimer.Samuel Thibault1-8/+12
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella1-1/+10