about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2019-09-062-16/+20
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-155-5/+53
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-122-4/+36
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-102-0/+12
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-0911-777/+77
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-206-5/+77
* NEWS: add entries for bugs 22964, 24180, and 24531Dmitry V. Levin2019-06-201-0/+4
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-223-4/+16
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-156-3/+56
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-264-108/+82
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-023-1/+11
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-212-1/+7
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* 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-017-8/+179
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-15/+131
* 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-40/+135
* 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/+168
* NEWS: add entries for bugs 23275, 23861, and 23907Dmitry V. Levin2019-01-061-0/+3
* 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
* 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
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-139-7/+360
* 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
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-123-1/+63
* malloc: tcache double free checkDJ Delorie2018-12-127-7/+161
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-273-5/+18
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-092-0/+11
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-063-2/+12
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-023-0/+13
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs 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-223-1/+8
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-1817-50/+386
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-289-7/+85
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-09-2814-15/+105
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-102-1/+6
* pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta2018-08-273-2/+15
* x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2018-07-294-10/+30
* x86: Correct index_cpu_LZCNT [BZ #23456]H.J. Lu2018-07-293-1/+8
* NEWS: Mention bug 22996.Rafal Luzynski2018-07-121-0/+1