aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella11-1026/+114
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella1-14/+3
2019-05-14Add single-thread.h headerAdhemerval Zanella6-42/+131
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella32-665/+104
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella31-704/+121
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella31-633/+105
2019-05-07Update syscall-names.list for Linux 5.1.Joseph Myers1-2/+26
2019-05-03aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch3-362/+216
2019-05-02misc: Add twalk_r functionFlorian Weimer28-0/+28
2019-04-30Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2-0/+24
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella33-637/+221
2019-04-29powerpc: Remove power4 mpa optimizationAdhemerval Zanella3-275/+0
2019-04-29<semaphore.h>: Add nonnull attributesYann Droneaud1-10/+13
2019-04-25riscv: remove DL_RO_DYN_SECTIONDavid Abdurachmanov1-4/+0
2019-04-17powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2-2/+4
2019-04-17powerpc: fma using builtinsAdhemerval Zanella2-14/+10
2019-04-17powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2-34/+0
2019-04-17mips: Remove rt_sigreturn usage on context functionAdhemerval Zanella4-53/+0
2019-04-17powerpc: Remove rt_sigreturn usage on context functionAdhemerval Zanella4-162/+0
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer1-11/+0
2019-04-05aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch1-21/+22
2019-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella15-320/+1
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella15-362/+3
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella15-337/+6
2019-04-01alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.SUros Bizjak2-8/+11
2019-04-01alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson2-3/+7
2019-03-30RISC-V: Fix `test' operand error with soft-float ABI being configuredMaciej W. Rozycki2-2/+2
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke3-12/+6
2019-03-25powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella1-115/+0
2019-03-25Add UDP_GRO from Linux 5.0 to netinet/udp.h.Joseph Myers1-0/+1
2019-03-22Add generic hp-timing supportWilco Dijkstra1-9/+16
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella9-39/+12
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella1-28/+12
2019-03-22Remove __get_clockfreqAdhemerval Zanella5-533/+80
2019-03-22linux: Assume clock_getres CLOCK_{PROCESS,THREAD}_CPUTIME_IDAdhemerval Zanella3-130/+15
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella7-215/+8
2019-03-22S390: Add arch13 memmem ifunc variant.Stefan Liebler6-6/+201
2019-03-22S390: Add arch13 strstr ifunc variant.Stefan Liebler6-6/+219
2019-03-22S390: Add arch13 memmove ifunc variant.Stefan Liebler5-5/+99
2019-03-22S390: Add configure check to detect support for arch13.Stefan Liebler2-0/+120
2019-03-22S390: Add new hwcap values for new cpu architecture arch13.Stefan Liebler3-4/+13
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler1-1/+2
2019-03-19Add AArch64 HWCAPs from Linux 5.0.Joseph Myers2-2/+6
2019-03-15Update syscall-names.list for Linux 5.0.Joseph Myers1-2/+3
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer14-179/+0
2019-03-13hurd: Add no-op version of __res_enable_icmp [BZ #24047]Florian Weimer1-0/+27
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg2-753/+0
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler5-8/+8
2019-03-11C-SKY: mark lr as undefined to stop unwindingMao Han3-2/+11
2019-03-11C-SKY: remove user_regs definitionMao Han2-46/+12