aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2020-02-27posix: Remove posix waitidAdhemerval Zanella
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer
2020-02-17x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer
2020-02-17x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-16htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault
2020-02-16htl: Add missing functions and defines for robust mutexesSamuel Thibault
2020-02-15htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault
2020-02-15hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault
2020-02-15hurd tls: update comment about fields at the end of tcbheadSamuel Thibault
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault
2020-02-10hurd: Make nanosleep a cancellation pointSamuel Thibault
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault
2020-02-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09htl: Fix default guard sizeSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault
2020-02-09htl: Remove duplicate filesSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski
2020-01-13htl: Add internal version of __pthread_mutex_timedlockSamuel Thibault
2020-01-13htl: Avoid exposing unixoid functionsSamuel Thibault
2020-01-13htl: Add type sizes in bits/pthreadtypes-arch.h and check themSamuel Thibault
2020-01-05hurd: Fix message reception for timer_threadSamuel Thibault
2020-01-04htl: Add __errno_location and __h_errno_locationSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-29hurd: Global signal dispositionJeremie Koenig
2019-12-29hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault
2019-12-29hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge
2019-12-29hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella
2019-12-18hurd: Do not make sigprocmask available in ld.soFlorian Weimer
2019-12-17hurd: Make getrandom honour GRND_NONBLOCKJames Clarke
2019-12-13hurd: Fix local PLTSamuel Thibault
2019-12-13hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault
2019-12-13hurd: add getrandom and getentropy implementationsAndrew Eggenberger
2019-12-13hurd: Implement __close_nocancel_nostatusSamuel Thibault