about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* hurd: Make recv* cancellation pointsSamuel Thibault2020-06-143-12/+38
* hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault2020-06-081-1/+5
* htl: Fix tls initialization for already-created threadsSamuel Thibault2020-06-071-0/+3
* hurd: Make read and pread64 cancellableSamuel Thibault2020-06-0710-21/+106
* hurd: Fix unwinding over interruptible RPCSamuel Thibault2020-06-071-0/+2
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-071-0/+3
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2020-06-071-0/+3
* hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault2020-06-071-0/+6
* htl: Add sem_clockwait supportSamuel Thibault2020-06-071-0/+1
* hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault2020-06-063-32/+126
* hurd: Add pointer guard supportSamuel Thibault2020-06-061-0/+7
* hurd: Add stack guard supportSamuel Thibault2020-06-062-1/+9
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-011-0/+11
* hurd: Fix fexecveSamuel Thibault2020-05-281-3/+16
* hurd: fix ptsname error when called on a non-ttySamuel Thibault2020-05-281-1/+5
* hurd: Fix fdopendir checking for directory typeSamuel Thibault2020-05-281-1/+1
* htl: Add clock variantsSamuel Thibault2020-05-262-5/+22
* elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2020-05-251-0/+1
* Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer2020-05-181-5/+0
* y2038: hurd: Provide __clock_gettime64 functionLukasz Majewski2020-05-051-0/+14
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-4/+0
* hurd: add mach_print functionSamuel Thibault2020-04-141-0/+1
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-0/+106
* <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