about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-10-011-0/+4
* powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)Florian Weimer2024-09-271-0/+4
* elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer2024-09-091-7/+1
* elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer2024-09-091-3/+1
* elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer2024-09-092-1/+18
* nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki2024-08-301-21/+16
* x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2024-08-151-4/+4
* x32/cet: Support shadow stack during startup for Linux 6.10H.J. Lu2024-08-123-3/+8
* x86-64: Remove sysdeps/x86_64/x32/dl-machine.hH.J. Lu2024-08-122-87/+16
* Add mremap testsH.J. Lu2024-08-014-0/+119
* linux: Update the mremap C implementation [BZ #31968]H.J. Lu2024-08-011-1/+13
* Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin2024-07-191-1/+1
* Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer2024-07-163-10/+31
* elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2024-07-162-0/+68
* nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson2024-07-161-8/+6
* s390x: Fix segfault in wcsncmp [BZ #31934]Stefan Liebler2024-07-161-9/+1
* math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella2024-07-023-6/+6
* math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella2024-07-021-0/+4
* math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2024-07-022-4/+14
* math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella2024-07-025-13/+17
* posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella2024-06-251-7/+16
* Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.cFlorian Weimer2024-06-211-0/+1
* x86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu2024-06-153-3/+17
* x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2024-06-152-4/+12
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-06-093-3/+3
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-05-291-0/+1
* i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey2024-05-281-1/+7
* Reinstate generic features-time64.hAdhemerval Zanella2024-05-281-0/+19
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-05-2844-110/+96
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-276-8/+8
* parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu2024-05-271-1/+3
* LoongArch: Fix undefined `__memset_aligned` reference in ld.so linking.caiyinyu2024-05-151-0/+3
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk2024-05-111-3/+3
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-072-0/+7
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2024-05-042-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk2024-05-041-1/+1
* Revert "i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk"Sam James2024-05-041-1/+1
* Revert "i686: Fix multiple definitions of __memmove_chk and __memset_chk"Sam James2024-05-042-2/+2
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2024-05-042-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk2024-05-041-1/+1
* time: Allow later version licensing.Carlos O'Donell2024-05-032-2/+2
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-05-0215-19/+156
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-05-0215-0/+54
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-253-1/+15
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-251-4/+11
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-04-1462-295/+953
* Apply the Makefile sorting fixH.J. Lu2024-04-145-57/+57
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-04-131-11/+8