about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer2024-07-165-12/+43
* elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2024-07-163-1/+4
* nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson2024-07-163-8/+71
* s390x: Fix segfault in wcsncmp [BZ #31934]Stefan Liebler2024-07-161-9/+1
* stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)Adhemerval Zanella2024-07-082-1/+3
* 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-253-39/+65
* Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.cFlorian Weimer2024-06-211-0/+1
* NEWS: update list of fixed CVEs in 2.39Andreas K. Hüttel2024-06-151-0/+20
* NEWS: update list of fixed bugs in 2.39Andreas K. Hüttel2024-06-151-0/+50
* 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
* localedata: ssy_ER: Fix syntax errorMike FABIAN2024-06-141-1/+1
* malloc: New test to check malloc alternate path using memory obstructionsayan paul2024-06-102-0/+73
* malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott2024-06-105-0/+151
* malloc/Makefile: Split and sort testsH.J. Lu2024-06-101-64/+102
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-06-093-3/+3
* elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer2024-06-031-1/+8
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-05-293-1/+9
* 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-2875-182/+178
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-2710-14/+25
* 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
* socket: Add new test for connectSergey Kolosov2024-05-132-0/+114
* libsupport: Add xgetpeernameSergey Kolosov2024-05-133-0/+32
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk2024-05-111-3/+3
* Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu2024-05-101-3/+6
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-074-12/+84
* 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
* 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-034-4/+4
* nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer2024-05-021-2/+2
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-05-0218-22/+165
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-05-0217-1/+88
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer2024-04-251-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer2024-04-251-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer2024-04-251-8/+6