summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticgentoo/glibc-2.33-5Fangrui Song2021-07-232-58/+0
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-07-232-1/+2
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-07-235-3/+73
* Revert "Enable nss-systemd in nsswitch.conf"Andreas K. Hüttel2021-07-231-2/+2
* Revert "Add comment about slowdowns via systemd nsswitch lookups"Andreas K. Hüttel2021-07-231-7/+0
* Revert "Gentoo: nsswitch.conf: Add nss-systemd hook also to shadow and gshadow"Andreas K. Hüttel2021-07-231-2/+2
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)gentoo/glibc-2.33-4Florian Weimer2021-06-111-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-112-5/+16
* dlfcn: Failures after dlmopen should not terminate process [BZ #15271]Florian Weimer2021-06-119-5/+124
* Gentoo: nsswitch.conf: Add nss-systemd hook also to shadow and gshadowAndreas K. Hüttel2021-05-251-2/+2
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-252-2/+4
* nptl: Do not build nptl/tst-pthread-gdb-attach as PIEFlorian Weimer2021-05-251-0/+3
* nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attachFlorian Weimer2021-05-251-2/+76
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-05-258-11/+181
* x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu2021-05-251-3/+3
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-05-251-4/+0
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-05-252-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-05-252-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-05-251-183/+14
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-05-255-181/+168
* support: Pass environ to child processSiddhesh Poyarekar2021-05-251-1/+1
* support: Typo and formatting fixesSiddhesh Poyarekar2021-05-252-4/+4
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-05-253-11/+49
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-05-253-2/+33
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-05-255-10/+55
* libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella2021-05-253-0/+34
* libsupport: Add support_select_modifies_timeoutAdhemerval Zanella2021-05-253-0/+35
* misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella2021-05-252-30/+56
* tst: Provide test for selectLukasz Majewski2021-05-252-1/+72
* Add comment about slowdowns via systemd nsswitch lookupsAndreas K. Hüttel2021-04-101-0/+7
* Update Nios II libm-test-ulps.gentoo/glibc-2.33-3Joseph Myers2021-04-021-5/+6
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-04-021-1/+3
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-04-024-6/+15
* test-container: Always copy test-specific support files [BZ #27537]DJ Delorie2021-04-022-11/+13
* nptl: Remove private futex optimization [BZ #27304]Florian Weimer2021-04-022-13/+2
* pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-04-028-10/+70
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-04-023-3/+24
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-04-024-35/+69
* x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu2021-04-027-0/+79
* io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2021-04-027-1/+135
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-04-021-2/+2
* x86: Set minimum x86-64 level marker [BZ #27318]H.J. Lu2021-04-024-11/+64
* nss: Re-enable NSS module loading after chroot [BZ #27389]DJ Delorie2021-04-026-8/+32
* x86: Add CPU-specific diagnostics to ld.so --list-diagnosticsFlorian Weimer2021-04-022-0/+118
* x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfieldFlorian Weimer2021-04-022-34/+51
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-04-0210-8/+466
* Enable nss-systemd in nsswitch.confgentoo/glibc-2.33-2Andreas K. Hüttel2021-02-271-2/+2
* string: Work around GCC PR 98512 in rawmemchrFlorian Weimer2021-02-271-11/+15
* S390: Add new hwcap values.Stefan Liebler2021-02-273-3/+8
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-272-1/+7