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