about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-041-1/+1
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-11/+106
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-014-6/+64
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-11/+170
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-16/+121
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-014-5/+63
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-42/+122
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-9/+114
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-5/+148
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-031-0/+12
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-031-5/+13
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-031-1/+5
* Update Alpha libm-test-ulpsAurelien Jarno2018-12-281-0/+8
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-197-34/+23
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-12-151-1/+6
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-133-18/+38
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-102-3/+17
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-5/+6
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-11-091-2/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-11-0912-13/+13
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-11-091-2/+4
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-11-082-14/+46
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-021-0/+6
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy2018-10-263-9/+9
* conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2018-10-262-1/+11
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-221-1/+1
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-184-13/+141
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-10-092-69/+11
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu2018-09-211-4/+6
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-2/+2
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-101-1/+1
* Regen RISC-V rvd ULPsDJ Delorie2018-08-221-4/+12
* RISC-V: Fix rounding save/restore bug.DJ Delorie2018-08-221-1/+1
* Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer2018-08-103-25/+176
* hurd: Avoid PLTs for __pthread_get/setspecificSamuel Thibault2018-08-093-0/+4
* hurd: Fix exec usage of mach_setup_threadSamuel Thibault2018-08-013-1/+5
* hurd: Fix startup of static binaries linked against libpthreadSamuel Thibault2018-07-311-33/+35
* Update SH libm-tests-ulpsAdhemerval Zanella2018-07-311-4/+12
* x86/CET: Fix property note parser [BZ #23467]H.J. Lu2018-07-305-9/+205
* x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]H.J. Lu2018-07-301-1/+1
* hurd: Fix some ld.so symbol override from libcSamuel Thibault2018-07-282-1/+22
* hurd: Fix some ld.so symbol override from libcSamuel Thibault2018-07-283-12/+8
* x86/CET: Don't parse beyond the note endH.J. Lu2018-07-271-1/+1
* Fix Linux fcntl OFD locks on unsupported kernelsAdhemerval Zanella2018-07-272-2/+12
* hurd: Fix some ld.so symbol override from libcSamuel Thibault2018-07-275-8/+25
* Update powerpc-nofpu ulps.Joseph Myers2018-07-261-0/+35
* x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2018-07-262-10/+19
* x86: Correct index_cpu_LZCNT [BZ # 23456]H.J. Lu2018-07-261-1/+1
* ia64: Work around incorrect type of IA64 uc_sigmaskH.J. Lu2018-07-251-0/+26