aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27NEWS: Add a bug fix entry for BZ #28755H.J. Lu
2022-01-27x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein
2021-04-14Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar
2021-04-14Enhance setuid-tunables testSiddhesh Poyarekar
2021-04-14tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar
2021-04-14support: Add capability to fork an sgid childSiddhesh Poyarekar
2021-04-14support: Typo and formatting fixesSiddhesh Poyarekar
2021-04-14support: Pass environ to child processSiddhesh Poyarekar
2021-03-26S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler
2021-03-08nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie
2021-01-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer
2021-01-13x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu
2021-01-12x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra
2020-10-12[AArch64] Improve integer memcpyWilco Dijkstra
2020-10-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch
2020-10-12AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra
2020-10-12AArch64: Improve backwards memmove performanceWilco Dijkstra
2020-10-12AArch64: Add optimized Q-register memcpyWilco Dijkstra
2020-10-12AArch64: Align ENTRY to a cachelineWilco Dijkstra
2020-07-15arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov
2020-07-15arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin
2020-07-04NEWS: Mention BZ 25933 fixH.J. Lu
2020-07-04Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey
2020-05-19nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer
2020-05-19NEWS: Merge two bug lists in the glibc 2.30.1 sectionFlorian Weimer
2020-05-09NEWS: Mention fixes for BZ 25810/25896/25902/25966H.J. Lu
2020-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu
2020-05-07Add a C wrapper for prctl [BZ #25896]H.J. Lu
2020-05-07powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu
2020-05-07Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu
2020-05-07Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu
2020-05-07Add a syscall test for [BZ #25810]H.J. Lu
2020-05-07Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu
2020-05-07x32: Properly pass long to syscall [BZ #25810]H.J. Lu
2020-05-04Add new file missed in previous hppa commit.John David Anglin
2020-05-04Fix data race in setting function descriptors during lazy binding on hppa.John David Anglin
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella
2020-03-25support/shell-container.c: Add builtin killAdhemerval Zanella
2020-03-25support/shell-container.c: Add builtin exitAdhemerval Zanella
2020-03-25support/shell-container.c: Return 127 if execve failsAdhemerval Zanella
2020-03-24Add NEWS entry for CVE-2020-1751 (bug 25423)Aurelien Jarno
2020-03-24posix: Fix system error return value [BZ #25715]Adhemerval Zanella
2020-03-24sparc: Move sigreturn stub to assemblyAdhemerval Zanella
2020-03-24arm: Fix softp-fp Implies (BZ #25635)Adhemerval Zanella
2020-03-24i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20...Adhemerval Zanella
2020-03-19Add NEWS entry for CVE-2020-1752 (bug 25414)Aurelien Jarno
2020-03-18Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab