about summary refs log tree commit diff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add a bug fix entry for BZ #28755H.J. Lu2022-01-271-0/+1
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-131-0/+1
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-131-0/+1
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-121-0/+1
* NEWS: Mention BZ 25933 fixH.J. Lu2020-07-041-0/+1
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-201-0/+4
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-201-0/+1
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-051-0/+1
* x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer2019-12-031-0/+1
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-281-0/+1
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-221-0/+8
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-091-0/+9
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-201-0/+1
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476]Mark Wielaard2019-05-161-0/+1
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-151-0/+1
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-261-0/+1
* Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer2019-04-251-1/+0
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-0/+1
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-031-0/+4
* Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2019-03-161-0/+4
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-141-0/+1
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-271-0/+11
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-191-0/+1
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-171-0/+1
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-081-0/+1
* NEWS: Mention bug 24112.Aurelien Jarno2019-02-041-0/+2
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-041-0/+4
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-041-0/+9
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+8
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-081-0/+1
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-031-0/+1
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-031-0/+1
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-031-0/+1
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-021-0/+1
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-011-0/+1
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-131-0/+1
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-101-0/+1
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-0/+6
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-11-081-0/+1
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-061-0/+1
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-021-0/+1
* Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov2018-11-021-0/+1
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy2018-10-261-0/+1
* conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2018-10-261-0/+1
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-221-0/+1
* kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209).Rafal Luzynski2018-10-091-0/+1
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-281-0/+1
* Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2018-09-271-0/+1
* i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu2018-09-211-0/+1
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-0/+1