aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Properly set x86 minimum ISA level [BZ #31883]gentoo/glibc-2.39-9gentoo/2.39H.J. Lu11 days3-3/+17
* malloc: New test to check malloc alternate path using memory obstructiongentoo/glibc-2.39-8sayan paul12 days2-0/+73
* malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott12 days5-0/+151
* malloc/Makefile: Split and sort testsH.J. Lu12 days1-64/+102
* x86/cet: fix shadow stack test scriptsMichael Jeanson12 days3-3/+3
* elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer12 days1-1/+8
* x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]H.J. Lu12 days2-4/+12
* misc: Add support for Linux uio.h RWF_NOAPPEND flaggentoo/glibc-2.39-7Stafford Horne2024-05-293-1/+9
* i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)Sunil K Pandey2024-05-291-1/+7
* Reinstate generic features-time64.hAdhemerval Zanella2024-05-291-0/+19
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-05-2975-182/+178
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-2910-14/+25
* parse_fdinfo: Don't advance pointer twice [BZ #31798]H.J. Lu2024-05-291-1/+3
* LoongArch: Fix undefined `__memset_aligned` reference in ld.so linking.caiyinyu2024-05-291-0/+3
* socket: Add new test for connectSergey Kolosov2024-05-292-0/+114
* libsupport: Add xgetpeernameSergey Kolosov2024-05-293-0/+32
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)gentoo/glibc-2.39-6Gabi Falk2024-05-121-3/+3
* Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu2024-05-121-3/+6
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-124-12/+84
* Add a test to check for duplicate definitions in the static librarygentoo/glibc-2.39-5Gabi Falk2024-05-041-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
* Revert "Add a test to check for duplicate definitions in the static library"Sam James2024-05-041-7/+0
* Add a test to check for duplicate definitions in the static libraryGabi Falk2024-05-041-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
* time: Allow later version licensing.Carlos O'Donell2024-05-044-4/+4
* nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer2024-05-041-2/+2
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-05-0418-22/+165
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-05-0417-1/+88
* elf: Also compile dl-misc.os with $(rtld-early-cflags)gentoo/glibc-2.39-4H.J. Lu2024-04-261-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer2024-04-261-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer2024-04-261-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer2024-04-261-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer2024-04-261-2/+3
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-264-1/+18
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-261-0/+1
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-261-4/+11
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...gentoo/glibc-2.39-3Charles Fol2024-04-183-1/+144
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-04-1862-295/+953
* Apply the Makefile sorting fixH.J. Lu2024-04-185-57/+57
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-181-0/+19
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-04-181-11/+8
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-04-182-12/+20
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-185-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-182-4/+6
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-04-1818-105/+111
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-04-071-1/+3