summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [no-patch] Gentoo: do not touch locale-archive when no locales requested in c...gentoo/glibc-2.28-6Andreas K. Hüttel2018-12-211-2/+14
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-218-34/+45
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-12-214-2/+57
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-212-3/+29
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-214-3/+100
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-215-18/+47
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-213-1/+63
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-213-1/+69
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-217-0/+544
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-212-0/+12
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-12-212-2/+7
* support: Implement support_quote_stringFlorian Weimer2018-12-215-0/+102
* [no-patch] Gentoo: do not touch locale-archive or remove locales when listinggentoo/glibc-2.28-5Andreas K. Hüttel2018-12-141-2/+2
* compat getdents64: Use correct offset for retry [BZ #23972]gentoo/glibc-2.28-4Florian Weimer2018-12-114-3/+28
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-118-7/+359
* malloc: tcache double free checkDJ Delorie2018-12-117-7/+161
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-12-113-5/+19
* Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer2018-12-117-147/+1
* malloc: tcache double free checkDJ Delorie2018-12-117-1/+147
* support: Print timestamps in timeout handlerFlorian Weimer2018-12-112-0/+35
* Increase timeout of libio/tst-readlineSzabolcs Nagy2018-12-112-0/+5
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-12-112-2/+7
* Fix tzfile low-memory assertion failurePaul Eggert2018-12-112-1/+9
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-12-1118-18/+41
* nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2018-12-112-13/+41
* malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai2018-12-111-4/+15
* malloc: Mitigate null-byte overflow attacksMoritz Eckert2018-12-112-0/+9
* malloc: Verify size of top chunk.Pochang Chen2018-12-112-0/+7
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-12-112-2/+11
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-12-112-0/+11
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-12-114-14/+57
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-12-113-2/+12
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-12-113-0/+13
* stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer2018-12-112-6/+15
* support_blob_repeat: Call mkstemp directory for the backing fileFlorian Weimer2018-12-112-5/+13
* stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer2018-12-112-2/+9
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-12-116-10/+426
* Test stdlib/test-bz22786 exits now with unsupported if malloc fails.Stefan Liebler2018-12-112-3/+17
* Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov2018-12-113-27/+19
* [no-patch] Gentoo: Always generate C.UTF-8 localeAndreas K. Hüttel2018-12-111-0/+4
* Add a C.UTF-8 localeMike FABIAN2018-11-152-0/+239
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]gentoo/glibc-2.28-3Szabolcs Nagy2018-10-265-9/+17
* conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2018-10-266-3/+29
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-263-1/+8
* Gentoo: Adapt to Gentoo-specific /etc/mail/aliasesAndreas K. Hüttel2018-10-221-1/+1
* [no-patch] Gentoo: Use xz instead of bz2 for the patch tarballgentoo/glibc-2.28-2Andreas K. Hüttel2018-10-211-6/+6
* [no-patch] Gentoo: Drop our copy of nscd.conf, and keep the defaultAndreas K. Hüttel2018-10-211-45/+0
* [no-patch] Gentoo: Drop our copy of nsswitch.conf, and keep the defaultAndreas K. Hüttel2018-10-211-20/+0
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-2117-50/+386
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-10-213-69/+21