summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-081-2/+2
| * gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-01-273-20/+178
| * x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-136-25/+32
| * x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-134-1/+13
| * x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-122-0/+22
* | Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar2021-03-181-0/+3
* | iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2021-03-183-13/+55
* | iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2021-03-183-12/+290
* | Merge branch release/2.30/master into ibm/2.30/masterTulio Magno Quites Machado Filho2020-11-3019-165/+488
|\ \ | |/
| * aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
| * AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
| * [AArch64] Improve integer memcpyWilco Dijkstra2020-10-121-96/+101
| * aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-121-35/+47
| * AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-123-4/+8
| * AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-121-3/+4
| * AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-125-4/+255
| * AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-121-1/+1
| * arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov2020-07-151-11/+11
| * arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2020-07-152-28/+20
| * NEWS: Mention BZ 25933 fixH.J. Lu2020-07-041-0/+1
| * Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-07-041-0/+15
| * nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer2020-05-195-11/+47
| * NEWS: Merge two bug lists in the glibc 2.30.1 sectionFlorian Weimer2020-05-191-5/+4
| * NEWS: Mention fixes for BZ 25810/25896/25902/25966H.J. Lu2020-05-091-0/+5
| * x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* | Merge branch release/2.30/master into ibm/2.30/masterMatheus Castanho2020-05-0859-469/+1489
|\ \ | |/
| * Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-05-074-1/+44
| * powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu2020-05-072-24/+24
| * Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-05-074-3/+66
| * Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu2020-05-072-18/+18
| * Add a syscall test for [BZ #25810]H.J. Lu2020-05-072-1/+169
| * Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-05-076-30/+159
| * x32: Properly pass long to syscall [BZ #25810]H.J. Lu2020-05-072-6/+25
| * Add new file missed in previous hppa commit.John David Anglin2020-05-041-0/+58
| * Fix data race in setting function descriptors during lazy binding on hppa.John David Anglin2020-05-045-22/+143
| * stdlib: Move tst-system to tests-containerAdhemerval Zanella2020-03-252-5/+8
| * support/shell-container.c: Add builtin killAdhemerval Zanella2020-03-251-0/+25
| * support/shell-container.c: Add builtin exitAdhemerval Zanella2020-03-251-0/+13
| * support/shell-container.c: Return 127 if execve failsAdhemerval Zanella2020-03-251-1/+1
| * Add NEWS entry for CVE-2020-1751 (bug 25423)Aurelien Jarno2020-03-241-0/+3
| * posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-243-11/+130
| * sparc: Move sigreturn stub to assemblyAdhemerval Zanella2020-03-245-38/+73
| * arm: Fix softp-fp Implies (BZ #25635)Adhemerval Zanella2020-03-243-0/+3
| * i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20...Adhemerval Zanella2020-03-242-2/+4
| * Add NEWS entry for CVE-2020-1752 (bug 25414)Aurelien Jarno2020-03-191-0/+3
| * Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-183-0/+16
| * Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-171-12/+13
| * Add NEWS entry for CVE-2020-10029 (bug 25487)Aurelien Jarno2020-03-111-0/+4
| * math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-03-111-0/+2
| * Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-03-114-1/+56