aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-06aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar
2019-07-15posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella
2019-07-12aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-07-10aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-07-09io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin
2019-06-20NEWS: add entries for bugs 22964, 24180, and 24531Dmitry V. Levin
2019-05-22Fix tcache count maximum (BZ #24531)Wilco Dijkstra
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab
2019-04-26elf: Fix pldd (BZ#18035)Adhemerval Zanella
2019-04-02ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-02-01x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-01-06NEWS: add entries for bugs 23275, 23861, and 23907Dmitry V. Levin
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab
2018-12-13powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho
2018-12-13Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-12-12inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer
2018-12-12support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer
2018-12-12support: Close original descriptors in support_capture_subprocessFlorian Weimer
2018-12-12support_quote_string: Do not use str parameter nameFlorian Weimer
2018-12-12support: Implement support_quote_stringFlorian Weimer
2018-12-12malloc: Add another test for tcache double free check.DJ Delorie
2018-12-12malloc: tcache double free checkDJ Delorie
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-09Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková
2018-11-06libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab
2018-11-02x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy
2018-10-26conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer
2018-10-22signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov
2018-10-18Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella
2018-09-28preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer
2018-09-10Fix segfault in maybe_script_execute.Stefan Liebler
2018-08-27pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta
2018-07-29x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu
2018-07-29x86: Correct index_cpu_LZCNT [BZ #23456]H.J. Lu
2018-07-12NEWS: Mention bug 22996.Rafal Luzynski