about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Change ldconfig auxcache magic number (bug 32231) release/2.36/masterFlorian Weimer2024-10-292-1/+2
* libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar2024-09-112-1/+3
* nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki2024-08-301-21/+16
* posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64Maciej W. Rozycki2024-08-301-13/+12
* ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2024-08-284-2/+47
* ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar2024-08-283-6/+6
* Make tst-ungetc use libsupportSiddhesh Poyarekar2024-08-281-55/+57
* stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2024-08-282-0/+113
* support: Add FAIL test failure helperMaciej W. Rozycki2024-08-283-41/+17
* Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab2024-08-065-63/+64
* resolv: Fix tst-resolv-short-response for older GCC (bug 32042)Florian Weimer2024-08-011-2/+4
* Add mremap testsFlorian Weimer2024-08-017-1/+220
* mremap: Update manual entryH.J. Lu2024-08-011-7/+35
* linux: Update the mremap C implementation [BZ #31968]H.J. Lu2024-08-012-1/+14
* tests: replace system by xsystemFrédéric Bérat2024-08-018-6/+86
* resolv: Track single-request fallback via _res._flags (bug 31476)Florian Weimer2024-07-243-5/+10
* resolv: Do not wait for non-existing second DNS response after error (bug 30081)Florian Weimer2024-07-245-1/+150
* resolv: Allow short error responses to match any query (bug 31890)Florian Weimer2024-07-244-10/+135
* aio: Fix freeing memorySamuel Thibault2024-07-201-1/+1
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-07-203-1/+9
* 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/+1
* nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson2024-07-163-8/+71
* Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers2024-07-161-0/+3
* s390x: Fix segfault in wcsncmp [BZ #31934]Stefan Liebler2024-07-161-9/+1
* Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu2024-05-101-3/+6
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2024-05-022-0/+22
* 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
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella2024-05-021-9/+4
* 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
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer2024-04-251-2/+3
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-085-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-082-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-081-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-088-332/+1
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-086-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-084-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-0818-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-0811-1/+141
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-081-0/+21
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2024-04-081-20/+14
* AArch64: Improve strrchrWilco Dijkstra2024-04-081-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-081-21/+18