about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella2022-01-1739-1/+338
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2022-01-171-3/+3
* Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella2022-01-171-3/+3
* hurd: optimize exec cleanupSamuel Thibault2022-01-161-12/+14
* hurd: Add __rtld_execveSamuel Thibault2022-01-152-2/+126
* htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault2022-01-156-79/+11
* htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault2022-01-151-3/+3
* hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault2022-01-151-2/+5
* hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault2022-01-152-0/+7
* [hurd] Drop spurious #ifdef SHAREDSamuel Thibault2022-01-151-2/+0
* [hurd] Call _dl_sort_maps_init in _dl_sysdep_startSamuel Thibault2022-01-151-0/+3
* s390x: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer2022-01-141-2/+3
* x86: Add x86-64-vN check to early startupFlorian Weimer2022-01-142-1/+31
* powerpc64le: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer2022-01-141-4/+5
* x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)Florian Weimer2022-01-142-4/+4
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-141-4/+4
* Update syscall lists for Linux 5.16Joseph Myers2022-01-1327-2/+29
* i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)Florian Weimer2022-01-133-251/+27
* x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey2022-01-121-148/+173
* Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ ...Adhemerval Zanella2022-01-124-354/+5
* linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)Adhemerval Zanella2022-01-124-5/+354
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2022-01-121-3/+3
* aarch64: Add HWCAP2_ECV from Linux 5.16Szabolcs Nagy2022-01-111-0/+1
* x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein2022-01-101-0/+10
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-101-0/+10
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-107-19/+18
* Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)Florian Weimer2022-01-072-0/+16
* ttydefaults.h: Fix CSTATUS to control-tSamuel Thibault2022-01-071-5/+1
* AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra2022-01-063-3/+3
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-0618-3100/+0
* or1k: Build InfrastructureStafford Horne2022-01-059-0/+63
* or1k: ABI listsStafford Horne2022-01-0510-0/+3095
* or1k: Linux ABIStafford Horne2022-01-0510-0/+555
* or1k: Linux Syscall InterfaceStafford Horne2022-01-056-0/+738
* or1k: math soft float supportStafford Horne2022-01-057-0/+1333
* or1k: Atomics and Locking primitivesStafford Horne2022-01-051-0/+71
* or1k: Thread Local Storage supportStafford Horne2022-01-054-0/+279
* or1k: startup and dynamic linking codeStafford Horne2022-01-057-0/+666
* or1k: ABI ImplementationStafford Horne2022-01-0512-0/+419
* linux/syscalls: Add or1k_atomic syscall for OpenRISCStafford Horne2022-01-051-0/+1
* elf: Add <dl-debug.h>H.J. Lu2022-01-033-15/+74
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-016871-6874/+6873
* hurd: Use __trivfs_server_name instead of trivfs_server_nameSamuel Thibault2022-01-011-9/+9
* hurd: Bump BRK_START to 0x20000000Samuel Thibault2021-12-311-1/+1
* hurd: Avoid overzealous shared objects constraintsSamuel Thibault2021-12-312-3/+3
* time: Refactor timesize.h for some ABIsAdhemerval Zanella2021-12-314-11/+15
* hurd: Make getrandom a stub inside the random translatorSamuel Thibault2021-12-311-0/+13
* open64: Force O_LARGEFILE on all architecturesStafford Horne2021-12-314-29/+4
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-3048-0/+21901