aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-11C-SKY: fix sigcontext miss matchMao Han2-66/+62
2019-03-07Break lines before not after operators, batch 4.Joseph Myers10-51/+52
2019-03-07Fix location where math-vector-fortran.h is installed.marxin1-0/+0
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella4-220/+1
2019-03-05powerpc: Fix build of wcscpy with --disable-multi-archGabriel F. T. Gomes1-0/+3
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer1-4/+0
2019-03-04S390: Increase function alignment to 16 bytes.Stefan Liebler2-2/+2
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes1-0/+16
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes11-0/+42
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes11-0/+136
2019-03-01ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes1-0/+10
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes11-0/+43
2019-03-01S390: Fix introduction of __wcscpy and weak wcscpy symbols.Stefan Liebler1-1/+5
2019-03-01__netlink_assert_response: Add more __libc_fatal newlines [BZ #20271]Florian Weimer1-2/+2
2019-02-28Add more spaces before '('.Joseph Myers9-35/+35
2019-02-27powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella1-4/+4
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault3-21/+60
2019-02-27Add some spaces before '('.Joseph Myers19-20/+20
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella6-35/+42