aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+1
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault3-2/+40
2020-06-14hurd: Make send* cancellation pointsSamuel Thibault3-0/+10
2020-06-14hurd: Make write and pwrite64 cancellation pointsSamuel Thibault9-19/+94
2020-06-14hurd: Make recv* cancellation pointsSamuel Thibault3-12/+38
2020-06-08hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault1-1/+5
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault1-0/+3
2020-06-07hurd: Make read and pread64 cancellableSamuel Thibault10-21/+106
2020-06-07hurd: Fix unwinding over interruptible RPCSamuel Thibault1-0/+2
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault1-0/+3
2020-06-07hurd: XFAIL more tests that require setpshared supportSamuel Thibault1-0/+3
2020-06-07hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault1-0/+6
2020-06-07htl: Add sem_clockwait supportSamuel Thibault1-0/+1
2020-06-06hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault3-32/+126
2020-06-06hurd: Add pointer guard supportSamuel Thibault1-0/+7
2020-06-06hurd: Add stack guard supportSamuel Thibault2-1/+9
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault1-0/+11
2020-05-28hurd: Fix fexecveSamuel Thibault1-3/+16
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-05-05y2038: hurd: Provide __clock_gettime64 functionLukasz Majewski1-0/+14
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 Thibault2-3/+12
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: Make sem_wait/sem_timedwait interruptibleSamuel Thibault4-3/+33
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault1-0/+3
2020-02-10hurd: Make nanosleep a cancellation pointSamuel Thibault1-0/+5
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