aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]gentoo/glibc-2.28-9gentoo/2.28TAMUKI Shoichi2019-04-071-1/+3
* Gentoo: Adapt nss/tst-nss-files-alias-leak to Gentoo aliases file locationAndreas K. Hüttel2019-03-242-10/+16
* Gentoo: Disable test nptl/tst-tss-basic; fails due to sandboxgentoo/glibc-2.28-8Andreas K. Hüttel2019-01-101-1/+1
* resolv: AAAA (28) is valid, no fallthrough to defaultAndreas K. Hüttel2019-01-101-0/+1
* Only build libm with -fno-math-errno (bug 24024)gentoo/glibc-2.28-7Aurelien Jarno2019-01-095-2/+81
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-093-0/+20
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-093-5/+21
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-092-0/+7
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-093-1/+8
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-093-42/+9
* Update Alpha libm-test-ulpsAurelien Jarno2019-01-092-0/+12
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-081-1/+5
* [no-patch] Gentoo: Add --inplace-glibc switch to locale-genAndreas K. Hüttel2018-12-291-11/+44
* [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