aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella
2021-02-01hurd TIOCFLUSH: fix fixing argumentSamuel Thibault
2021-02-01hurd TIOCFLUSH: Cope BSD 4.1 semanticSamuel Thibault
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu
2021-01-19Hurd: Add rtld-strncpy-c.cH.J. Lu
2021-01-04hurd: Fix mmap(!MAP_FIXED) on bogus addressSamuel Thibault
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella
2020-12-29io: Remove xstat implementationsAdhemerval Zanella
2020-12-28hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]Samuel Thibault
2020-12-26hurd: set sigaction for signal preemptors in arch-independent fileSamuel Thibault
2020-12-26hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argvSamuel Thibault
2020-12-26hurd: Try shell in posix_spawn* only in compat modeSamuel Thibault
2020-12-21hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault
2020-12-21hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig
2020-12-20hurd: Note when the vm_map kernel bug was fixedSamuel Thibault
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-11-16hurd: Enable using ifuncSamuel Thibault
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-15hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-11-14hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault
2020-11-14hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault
2020-11-14mach: Add missing assert.h includeSamuel Thibault
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-13hurd: Make sure signals get startedSamuel Thibault
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault
2020-11-11hurd: Notify the proc server later during initializationSamuel Thibault
2020-11-11htl: Initialize laterSamuel Thibault
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-11-11hurd: Add missing startup callsSamuel Thibault
2020-10-31hurd: Correct 'ethenet' spellingJonny Grant
2020-10-11hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)Samuel Thibault
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella
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-27hurd: add ST_RELATIMESamuel Thibault
2020-09-17Update mallinfo2 ABI, and testDJ Delorie
2020-09-13hurd: Add __x86_get_cpu_features to ld.abilistH.J. Lu