about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-261-21/+10
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-243-0/+40
* x86-64: Remove assembler AVX512DQ checkH.J. Lu2021-08-2414-138/+0
* x86-64: Remove compiler -mavx512f checkH.J. Lu2021-08-244-39/+0
* hurd: Remove old test-err_np.c fileSamuel Thibault2021-08-231-4/+0
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2021-08-2210-64/+11
* x86: fix Autoconf caching of instruction support checks [BZ #27991]Matt Whitlock2021-08-192-37/+53
* arm: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-181-37/+10
* riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song2021-08-181-11/+10
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-1823-1429/+0
* x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song2021-08-171-14/+7
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-162-6/+4
* hurd: Drop fmh kludgeSamuel Thibault2021-08-161-35/+0
* mips: increase stack alignment in clone to match the ABIXi Ruoyao2021-08-131-3/+3
* mips: align stack in clone [BZ #28223]Xi Ruoyao2021-08-121-0/+7
* hurd mmap: Reduce the requested max vmprotSergey Bugaev2021-08-111-4/+18
* hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev2021-08-111-12/+10
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-111-15/+9
* [5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra2021-08-101-26/+19
* [4/5] AArch64: Improve A64FX memset by removing unroll32Wilco Dijkstra2021-08-101-17/+1
* [3/5] AArch64: Improve A64FX memset for remaining bytesWilco Dijkstra2021-08-101-33/+13
* [2/5] AArch64: Improve A64FX memset for large sizesWilco Dijkstra2021-08-101-60/+25
* [1/5] AArch64: Improve A64FX memset for small sizesWilco Dijkstra2021-08-101-60/+36
* Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers2021-08-099-7/+52
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-091-1/+1
* powerpc64: Add checks for Altivec and VSX in ifunc selectionAnton Blanchard2021-08-0626-68/+139
* powerpc64: Check cacheline size before using optimised memset routinesAnton Blanchard2021-08-062-10/+23
* powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06Anton Blanchard2021-08-0620-38/+38
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-1/+1
* Update sparc libm-test-ulpsAdhemerval Zanella2021-08-041-1/+1
* linux: Add sparck brk implementationAdhemerval Zanella2021-08-041-0/+58
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2021-08-041-3/+3
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-031-0/+2
* x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu2021-07-285-0/+25
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault2021-07-271-0/+1
* i386: Regenerate ulpsArjun Shankar2021-07-252-61/+61
* x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu2021-07-2313-556/+560
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-231-2/+6
* hurd: Fix glob lstat compatibilitySamuel Thibault2021-07-221-1/+2
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2221-0/+23
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2221-0/+23
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2258-58/+58
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2234-0/+234
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2256-23/+66
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2233-0/+264
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2241-1/+308
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* ARC: elf: make type safeVineet Gupta2021-07-211-13/+10
* ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta2021-07-211-8/+7