aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella1-0/+2
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella36-1/+93
2022-01-24Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer1-0/+18
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar3-1/+254
2022-01-22htl: Fix cleaning the reply portSamuel Thibault1-9/+17
2022-01-19mips: Move DT_MIPS into <ldsodefs.h>Florian Weimer2-4/+4
2022-01-18x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-01-17htl: Fix build error in annexcSamuel Thibault1-2/+4
2022-01-17x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno1-4/+10
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella39-1/+338
2022-01-17elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella1-3/+3
2022-01-17Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella1-3/+3
2022-01-16hurd: optimize exec cleanupSamuel Thibault1-12/+14
2022-01-15hurd: Add __rtld_execveSamuel Thibault2-2/+126
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault6-79/+11
2022-01-15htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault1-3/+3
2022-01-15hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault1-2/+5
2022-01-15hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault2-0/+7
2022-01-15[hurd] Drop spurious #ifdef SHAREDSamuel Thibault1-2/+0
2022-01-15[hurd] Call _dl_sort_maps_init in _dl_sysdep_startSamuel Thibault1-0/+3
2022-01-14s390x: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer1-2/+3
2022-01-14x86: Add x86-64-vN check to early startupFlorian Weimer2-1/+31
2022-01-14powerpc64le: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer1-4/+5
2022-01-14x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)Florian Weimer2-4/+4
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey1-4/+4
2022-01-13Update syscall lists for Linux 5.16Joseph Myers27-2/+29
2022-01-13i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)Florian Weimer3-251/+27
2022-01-12x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey1-148/+173
2022-01-12Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ ...Adhemerval Zanella4-354/+5
2022-01-12linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)Adhemerval Zanella4-5/+354
2022-01-12elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella1-3/+3
2022-01-11aarch64: Add HWCAP2_ECV from Linux 5.16Szabolcs Nagy1-0/+1
2022-01-10x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-10x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy7-19/+18
2022-01-07Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)Florian Weimer2-0/+16
2022-01-07ttydefaults.h: Fix CSTATUS to control-tSamuel Thibault1-5/+1
2022-01-06AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra3-3/+3
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella18-3100/+0
2022-01-05or1k: Build InfrastructureStafford Horne9-0/+63
2022-01-05or1k: ABI listsStafford Horne10-0/+3095
2022-01-05or1k: Linux ABIStafford Horne10-0/+555
2022-01-05or1k: Linux Syscall InterfaceStafford Horne6-0/+738
2022-01-05or1k: math soft float supportStafford Horne7-0/+1333
2022-01-05or1k: Atomics and Locking primitivesStafford Horne1-0/+71
2022-01-05or1k: Thread Local Storage supportStafford Horne4-0/+279
2022-01-05or1k: startup and dynamic linking codeStafford Horne7-0/+666
2022-01-05or1k: ABI ImplementationStafford Horne12-0/+419
2022-01-05linux/syscalls: Add or1k_atomic syscall for OpenRISCStafford Horne1-0/+1
2022-01-03elf: Add <dl-debug.h>H.J. Lu3-15/+74