aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysLinux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.crelease/2.39/masterFlorian Weimer1-0/+1
10 daysNEWS: update list of fixed CVEs in 2.39Andreas K. Hüttel1-0/+20
10 daysNEWS: update list of fixed bugs in 2.39Andreas K. Hüttel1-0/+50
10 daysx86: Properly set x86 minimum ISA level [BZ #31883]H.J. Lu3-3/+17
10 daysx86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu2-4/+12
11 dayslocaledata: ssy_ER: Fix syntax errorMike FABIAN1-1/+1
2024-06-10malloc: New test to check malloc alternate path using memory obstructionsayan paul2-0/+73
2024-06-10malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott5-0/+151
2024-06-10malloc/Makefile: Split and sort testsH.J. Lu1-64/+102
2024-06-09x86/cet: fix shadow stack test scriptsMichael Jeanson3-3/+3
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2024-05-29misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne3-1/+9
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 Zanella75-182/+178
2024-05-27socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer10-14/+25
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-13socket: Add new test for connectSergey Kolosov2-0/+114
2024-05-13libsupport: Add xgetpeernameSergey Kolosov3-0/+32
2024-05-11x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk1-3/+3
2024-05-10Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu1-3/+6
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella4-12/+84
2024-05-04Add a test to check for duplicate definitions in the static libraryGabi Falk1-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-04Revert "Add a test to check for duplicate definitions in the static library"Sam James1-7/+0
2024-05-04Add a test to check for duplicate definitions in the static libraryGabi Falk1-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-03time: Allow later version licensing.Carlos O'Donell4-4/+4
2024-05-02nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer1-2/+2
2024-05-02login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer18-22/+165
2024-05-02login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer17-1/+88
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu1-0/+1
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer1-98/+121
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer1-4/+7
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer1-8/+6
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer1-2/+3
2024-04-25x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu4-1/+18
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-17iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol3-1/+144
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