summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-162-2/+12
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-143-0/+13
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-2712-100/+52
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-197-5/+52
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-1710-11/+535
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-085-9/+24
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* NEWS: Mention bug 24112.Aurelien Jarno2019-02-041-0/+2
* nscd: Do not use __inet_aton_exact@GLIBC_PRIVATE [BZ #20018]Florian Weimer2019-02-044-1/+49
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-0415-40/+455
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-02-042-2/+31
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-02-042-91/+106
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-9/+113
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-11/+118
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-6/+74
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-018-11/+183
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-16/+132
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-5/+72
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-42/+137
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-9/+127
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-018-5/+169
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-162-8/+13
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-085-2/+81
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-033-0/+20
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-033-5/+21
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-033-1/+12
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-023-1/+8
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-013-42/+9
* Update Alpha libm-test-ulpsAurelien Jarno2018-12-282-0/+12
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-198-34/+45
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-12-154-2/+57
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-152-3/+29
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-134-3/+100
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-135-18/+47
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-123-1/+63
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-123-1/+69
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-127-0/+544
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-122-0/+12
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-12-122-2/+7
* support: Implement support_quote_stringFlorian Weimer2018-12-125-0/+102
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-104-3/+28
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-078-7/+359
* malloc: tcache double free checkDJ Delorie2018-11-287-7/+161
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-273-5/+19
* Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer2018-11-227-147/+1
* malloc: tcache double free checkDJ Delorie2018-11-207-1/+147
* support: Print timestamps in timeout handlerFlorian Weimer2018-11-192-0/+35
* Increase timeout of libio/tst-readlineSzabolcs Nagy2018-11-192-0/+5
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-11-092-2/+7
* Fix tzfile low-memory assertion failurePaul Eggert2018-11-092-1/+9