aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
2020-05-28hurd: fix ptsname error when called on a non-ttySamuel Thibault1-1/+5
2020-05-28hurd: Fix fdopendir checking for directory typeSamuel Thibault1-1/+1
2020-05-26htl: Add clock variantsSamuel Thibault2-5/+22
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer1-0/+1
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer1-5/+0
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-4/+0
2020-04-14hurd: add mach_print functionSamuel Thibault1-0/+1
2020-02-27posix: Remove posix waitidAdhemerval Zanella1-0/+106
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer1-0/+19
2020-02-17x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer1-8/+12
2020-02-17x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault1-26/+20
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-5/+11
2020-02-16htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault1-1/+0
2020-02-16htl: Add missing functions and defines for robust mutexesSamuel Thibault1-0/+6
2020-02-15htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault1-0/+4
2020-02-15hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault1-0/+108
2020-02-15hurd tls: update comment about fields at the end of tcbheadSamuel Thibault1-2/+2
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2-10/+0
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer1-0/+1
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault7-10/+6
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault1-3/+3
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+1
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+9
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault1-0/+3
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault1-2/+18
2020-02-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault1-0/+2
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+11
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault1-0/+51
2020-02-09htl: Fix default guard sizeSamuel Thibault1-0/+4
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-0/+5
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 Thibault4-0/+27
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 Thibault1-0/+3
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 Myers320-320/+320
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