about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-202-0/+4
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-221-1/+2
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-063-1/+5
* aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2019-09-061-72/+65
* aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2019-09-061-27/+41
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2019-09-061-4/+2
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2019-09-061-2/+4
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2019-09-061-15/+80
* aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar2019-09-061-1/+1
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2019-09-061-2/+29
* aarch64: Fix branch target to loop16Siddhesh Poyarekar2019-09-061-1/+1
* aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2019-09-061-21/+55
* aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2019-09-061-16/+16
* [AArch64] Optimized memcmp.Wilco Dijkstra2019-09-061-105/+71
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-123-1/+37
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-121-4/+31
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-043-9/+93
* 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-016-8/+167
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-15/+120
* 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-40/+120
* 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
* powerpc: Regenerate ULPsGabriel F. T. Gomes2019-01-111-2/+2
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2019-01-112-17/+22
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-5/+6
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-021-0/+6
* utmp: Avoid -Wstringop-truncation warningMartin Sebor2018-10-222-6/+12
* Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers2018-10-221-2/+3
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-221-1/+1
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-09-288-8/+33
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-101-1/+1
* x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2018-07-292-10/+19
* x86: Correct index_cpu_LZCNT [BZ #23456]H.J. Lu2018-07-291-1/+1
* Check length of ifname before copying it into to ifreq structure.Steve Ellcey2018-06-291-0/+6
* getifaddrs: Don't return ifa entries with NULL names [BZ #21812]Daniel Alvarez2018-06-291-0/+8
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-241-2/+3
* Fix blocking pthread_join. [BZ #23137]Stefan Liebler2018-05-171-5/+8
* i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella2018-05-173-1/+238
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-05-171-6/+6
* getlogin_r: return early when linux sentinel value is setJesse Hathaway2018-05-171-0/+9
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-293-4/+36
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2018-01-291-1/+6
* [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy2018-01-261-34/+5
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-191-2/+10
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-151-1/+1