summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add a bug fix entry for BZ #28896gentoo/glibc-2.34-14H.J. Lu2022-02-211-0/+2
* x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein2022-02-211-2/+2
* x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein2022-02-213-10/+48
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2022-02-217-5/+22
* Fix buildAndreas K. Hüttel2022-02-211-0/+1
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin2022-02-172-31/+65
* Fix segfault in getpwuid when stat fails (BZ #28752)Adhemerval Zanella2022-02-121-5/+5
* Add reference to BZ#28860 on NEWSgentoo/glibc-2.34-13Adhemerval Zanella2022-02-041-0/+2
* linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella2022-02-041-2/+3
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2022-02-041-8/+1
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2022-02-041-3/+3
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-044-159/+23
* linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]Gleb Fotengauer-Malinovskiy2022-02-042-1/+2
* tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu2022-02-041-1/+1
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-02-046-26/+330
* linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella2022-02-045-6/+351
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-02-043-0/+53
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu2022-02-041-1/+1
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-041-3/+31
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-3133-0/+66
* elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer2022-01-311-92/+296
* elf: Add a comment after trailing backslashesH.J. Lu2022-01-311-0/+4
* elf: Sort tests and modules-namesH.J. Lu2022-01-311-127/+385
* NEWS: Add a bug entry for BZ #28755H.J. Lu2022-01-271-0/+1
* x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* NEWS: add bug entry for BZ #28769 and BZ #28770Aurelien Jarno2022-01-271-0/+2
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffgentoo/glibc-2.34-12Florian Weimer2022-01-241-0/+18
* realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar2022-01-241-1/+1
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-244-1/+260
* tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar2022-01-241-0/+4
* realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar2022-01-244-2/+64
* stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar2022-01-241-75/+77
* stdlib: Sort tests in MakefileSiddhesh Poyarekar2022-01-241-24/+75
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-01-242-10/+160
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2022-01-242-6/+2
* x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno2022-01-242-4/+11
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-01-244-8/+51
* sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2022-01-242-1/+48
* CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2022-01-242-3/+13
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-244-1/+120
* Disable debuginfod in printer tests [BZ #28757]H.J. Lu2022-01-241-0/+11
* Update syscall lists for Linux 5.16Joseph Myers2022-01-2426-2/+28
* i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)Florian Weimer2022-01-135-255/+28
* Update syscall lists for Linux 5.15Joseph Myers2022-01-1328-4/+31
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2022-01-131-0/+1
* timezone: test-case for BZ #28707Hans-Peter Nilsson2022-01-133-1/+69
* timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson2022-01-132-2/+3
* Fix subscript error with odd TZif file [BZ #28338]Paul Eggert2022-01-132-3/+3