aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura4-49/+12
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella1-3/+0
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer2-1/+2
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer2-1/+2
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+4
2021-05-18hurd: Add execveatSamuel Thibault3-43/+121
2021-05-17Add C2X timespec_getresJoseph Myers1-0/+1
2021-05-10Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer1-1/+1
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-1/+1
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková1-0/+1
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer2-0/+6
2021-04-12hurd: Export _hurd_libc_proc_initSamuel Thibault1-0/+1
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar2-1/+2
2021-03-23hurd: handle EINTR during critical sectionsSamuel Thibault22-2/+102
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella1-7/+5
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella1-11/+4
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+3
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-0/+1
2021-02-11hurd: Fix fstatfs build failureAdhemerval Zanella1-1/+1
2021-02-01hurd TIOCFLUSH: fix fixing argumentSamuel Thibault1-2/+2
2021-02-01hurd TIOCFLUSH: Cope BSD 4.1 semanticSamuel Thibault1-0/+4
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella8-12/+9
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2-1/+1
2021-01-19Hurd: Add rtld-strncpy-c.cH.J. Lu1-0/+1
2021-01-04hurd: Fix mmap(!MAP_FIXED) on bogus addressSamuel Thibault1-3/+6
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert383-383/+383
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella2-31/+1
2020-12-29io: Remove xstat implementationsAdhemerval Zanella1-1/+3
2020-12-28hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]Samuel Thibault1-10/+30
2020-12-26hurd: set sigaction for signal preemptors in arch-independent fileSamuel Thibault1-15/+2
2020-12-26hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argvSamuel Thibault1-1/+5
2020-12-26hurd: Try shell in posix_spawn* only in compat modeSamuel Thibault1-1/+1
2020-12-21hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault1-1/+1
2020-12-21hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig6-62/+198
2020-12-20hurd: Note when the vm_map kernel bug was fixedSamuel Thibault1-1/+1
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2-6/+6
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault1-7/+0
2020-12-16htl: Add pshared semaphore supportSamuel Thibault1-1/+0
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault1-0/+1
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault9-26/+26
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault1-4/+4
2020-12-04nss: Implement <nss_database.h>Florian Weimer1-0/+8
2020-11-16hurd: Enable using ifuncSamuel Thibault2-6/+0