aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-19getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)siddhesh/realpath-and-getcwdSiddhesh Poyarekar4-1/+264
2022-01-19realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar4-2/+64
2022-01-19support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2-9/+173
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer3-45/+65
2022-01-17htl: Fix build error in annexcSamuel Thibault1-2/+4
2022-01-17elf: Reinstate tst-audit17Adhemerval Zanella1-0/+1
2022-01-17x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno1-4/+10
2022-01-17rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYSSamuel Thibault10-25/+61
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella41-1/+349
2022-01-17Properly handle --disable-default-pie [BZ #28780]H.J. Lu2-32/+55
2022-01-17elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella6-39/+39
2022-01-17Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella6-39/+39
2022-01-17CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer4-8/+50
2022-01-17sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2-1/+48
2022-01-17CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2-4/+10
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer4-1/+120
2022-01-17elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)Florian Weimer1-12/+17
2022-01-17elf: Set l_contiguous to 1 for the main map in more casesFlorian Weimer1-0/+25
2022-01-17elf: Introduce rtld_setup_main_mapFlorian Weimer1-144/+159
2022-01-16hurd: Make RPC input array parameters constSamuel Thibault3-10/+10
2022-01-16hurd: optimize exec cleanupSamuel Thibault2-24/+28
2022-01-15hurd: Add __rtld_execveSamuel Thibault2-2/+126
2022-01-15hurd: Fix exec() leak on proc_task2proc failureSamuel Thibault1-2/+2
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault6-79/+11
2022-01-15htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault1-3/+3
2022-01-15hurd: drop SA_SIGINFO availability xfailSamuel Thibault1-2/+1
2022-01-15hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault1-2/+5
2022-01-15hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault2-0/+7
2022-01-15[hurd] Drop spurious #ifdef SHAREDSamuel Thibault1-2/+0
2022-01-15[hurd] Call _dl_sort_maps_init in _dl_sysdep_startSamuel Thibault1-0/+3
2022-01-15elf tst-dl_find_object: Fix typoSamuel Thibault1-1/+1
2022-01-14s390x: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer1-2/+3
2022-01-14x86: Add x86-64-vN check to early startupFlorian Weimer2-1/+31
2022-01-14powerpc64le: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer1-4/+5
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer7-0/+49
2022-01-14elf: Split dl-printf.c from dl-misc.cFlorian Weimer3-277/+297
2022-01-14elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer1-102/+318
2022-01-14Generate gcc-macros.hFlorian Weimer1-0/+9
2022-01-14x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)Florian Weimer2-4/+4
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey3-4/+800
2022-01-14Disable debuginfod in printer tests [BZ #28757]H.J. Lu1-0/+11
2022-01-13Update syscall lists for Linux 5.16Joseph Myers27-2/+29
2022-01-13i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)Florian Weimer4-255/+27
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar1-75/+77
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar1-24/+75
2022-01-12x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey1-148/+173
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar6-15/+58
2022-01-12debug: Autogenerate _FORTIFY_SOURCE testsSiddhesh Poyarekar16-67/+73
2022-01-12Do not build libresolv module with 64 bit time_t flagsAdhemerval Zanella1-1/+1
2022-01-12Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ ...Adhemerval Zanella4-354/+5