aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-09-09elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer1-7/+1
2024-09-09elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-3/+1
2024-09-09elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer2-1/+18
2024-08-30nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki1-21/+16
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein1-4/+4
2024-08-12x32/cet: Support shadow stack during startup for Linux 6.10H.J. Lu3-3/+8
2024-08-12x86-64: Remove sysdeps/x86_64/x32/dl-machine.hH.J. Lu2-87/+16
2024-08-01Add mremap testsH.J. Lu4-0/+119
2024-08-01linux: Update the mremap C implementation [BZ #31968]H.J. Lu1-1/+13
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin1-1/+1
2024-07-16Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer3-10/+31
2024-07-16elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2-0/+68
2024-07-16nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson1-8/+6
2024-07-16s390x: Fix segfault in wcsncmp [BZ #31934]Stefan Liebler1-9/+1
2024-07-02math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella3-6/+6
2024-07-02math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-07-02math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2-4/+14
2024-07-02math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella5-13/+17
2024-06-25posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella1-7/+16
2024-06-21Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.cFlorian Weimer1-0/+1
2024-06-15x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu3-3/+17
2024-06-15x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2-4/+12
2024-06-09x86/cet: fix shadow stack test scriptsMichael Jeanson3-3/+3
2024-05-29misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-05-28i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey1-1/+7
2024-05-28Reinstate generic features-time64.hAdhemerval Zanella1-0/+19
2024-05-28Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella44-110/+96
2024-05-27socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer6-8/+8
2024-05-27parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu1-1/+3
2024-05-15LoongArch: Fix undefined `__memset_aligned` reference in ld.so linking.caiyinyu1-0/+3
2024-05-11x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk1-3/+3
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2-0/+7
2024-05-04i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2-2/+2
2024-05-04i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk1-1/+1
2024-05-04Revert "i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk"Sam James1-1/+1
2024-05-04Revert "i686: Fix multiple definitions of __memmove_chk and __memset_chk"Sam James2-2/+2
2024-05-04i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2-2/+2
2024-05-04i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk1-1/+1
2024-05-03time: Allow later version licensing.Carlos O'Donell2-2/+2
2024-05-02login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer15-19/+156
2024-05-02login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer15-0/+54
2024-04-25x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu3-1/+15
2024-04-25i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer1-0/+1
2024-04-25nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer1-4/+11
2024-04-14x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey62-295/+953
2024-04-14Apply the Makefile sorting fixH.J. Lu5-57/+57
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-04-13x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey1-11/+8
2024-04-13x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2-12/+20
2024-04-09AArch64: Check kernel version for SVE ifuncsWilco Dijkstra5-2/+53