about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno2022-01-172-4/+11
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2022-01-101-0/+1
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2021-12-171-0/+4
* gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2021-12-044-9/+85
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2021-11-302-4/+7
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-244-2/+49
* support: Add xpthread_killAdhemerval Zanella2021-11-243-0/+29
* s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2021-11-102-2/+2
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-131-1/+1
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-073-3/+12
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-192-5/+3
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-141-0/+1
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* RISC-V: Update rv64 ULPsAurelien Jarno2021-09-011-11/+13
* linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella2021-08-221-12/+14
* librt: add test (bug 28213)Nikita Popov2021-08-172-0/+102
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-171-1/+1
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-07-082-58/+0
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-07-062-1/+2
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-06-185-3/+73
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer2021-06-101-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-102-5/+16
* dlfcn: Failures after dlmopen should not terminate process [BZ #15271]Florian Weimer2021-06-099-5/+124
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-242-2/+4
* nptl: Do not build nptl/tst-pthread-gdb-attach as PIEFlorian Weimer2021-04-301-0/+3
* nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attachFlorian Weimer2021-04-301-2/+76
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-04-308-11/+181
* x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu2021-04-221-3/+3
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-04-141-4/+0
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-145-181/+168
* support: Pass environ to child processSiddhesh Poyarekar2021-04-141-1/+1
* support: Typo and formatting fixesSiddhesh Poyarekar2021-04-142-4/+4
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-04-143-11/+49
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-04-133-2/+33
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-135-10/+55
* libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella2021-04-133-0/+34
* libsupport: Add support_select_modifies_timeoutAdhemerval Zanella2021-04-133-0/+35
* misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella2021-04-132-30/+56
* tst: Provide test for selectLukasz Majewski2021-04-132-1/+72
* Update Nios II libm-test-ulps.Joseph Myers2021-04-011-5/+6
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-03-291-1/+3
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15
* test-container: Always copy test-specific support files [BZ #27537]DJ Delorie2021-03-162-11/+13
* nptl: Remove private futex optimization [BZ #27304]Florian Weimer2021-03-162-13/+2
* pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-168-10/+70
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-163-3/+24
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-164-35/+69