about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-181-0/+19
* x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer2020-02-171-8/+12
* x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault2020-02-171-26/+20
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-161-5/+11
* htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault2020-02-161-1/+0
* htl: Add missing functions and defines for robust mutexesSamuel Thibault2020-02-161-0/+6
* htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault2020-02-151-0/+4
* hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault2020-02-151-0/+108
* hurd tls: update comment about fields at the end of tcbheadSamuel Thibault2020-02-151-2/+2
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-152-10/+0
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-121-0/+1
* htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault2020-02-107-10/+6
* hurd: Add __pthread_spin_wait and use itSamuel Thibault2020-02-112-3/+12
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-0/+1
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-0/+9
* htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault2020-02-104-3/+33
* htl: Add support for semaphore maximum valueSamuel Thibault2020-02-101-0/+3
* hurd: Make nanosleep a cancellation pointSamuel Thibault2020-02-101-0/+5
* htl: Add support for libc cancellation pointsSamuel Thibault2020-02-101-2/+18
* htl: XFAIL rwlock tests which need pshared supportSamuel Thibault2020-02-091-0/+2
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-0/+11
* htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2020-02-091-0/+51
* htl: Fix default guard sizeSamuel Thibault2020-02-091-0/+4
* pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-0/+5
* htl: make pthread_spin_lock really spinSamuel Thibault2020-02-091-1/+1
* htl: Fix calling pthread_exit in the child of a forkSamuel Thibault2020-02-091-0/+9
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-095-0/+53
* 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