aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386
AgeCommit message (Expand)Author
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-09-13hurd: Add __x86_get_cpu_features to ld.abilistH.J. Lu
2020-08-05hurd: Rework sbrkSamuel Thibault
2020-07-18hurd: Fix longjmp check for sigstateSamuel Thibault
2020-07-18hurd: Fix longjmp early in initializationSamuel Thibault
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
2020-06-28hurd: make close a cancellation pointSamuel Thibault
2020-06-28hurd: make open and openat cancellation pointsSamuel Thibault
2020-06-20hurd: Add mremapSamuel Thibault
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-06-14hurd: Make write and pwrite64 cancellation pointsSamuel Thibault
2020-06-08hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault
2020-06-07hurd: Make read and pread64 cancellableSamuel Thibault
2020-06-07hurd: Fix unwinding over interruptible RPCSamuel Thibault
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault
2020-06-07hurd: XFAIL more tests that require setpshared supportSamuel Thibault
2020-06-07hurd: Briefly document in xfails the topics of the bugzilla entriesSamuel Thibault
2020-06-07htl: Add sem_clockwait supportSamuel Thibault
2020-06-06hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandlerSamuel Thibault
2020-06-06hurd: Add pointer guard supportSamuel Thibault
2020-06-06hurd: Add stack guard supportSamuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-04-14hurd: add mach_print functionSamuel Thibault
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: Add missing functions and defines for robust mutexesSamuel 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-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel 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-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel 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: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge