about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Add getdents64 system callFlorian Weimer2019-06-0734-5/+161
* [powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke2019-06-062-3/+59
* riscv: Do not use __has_include__Florian Weimer2019-06-061-1/+1
* [powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke2019-06-051-13/+1
* Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab2019-06-041-3/+3
* arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl supportFlorian Weimer2019-06-013-176/+33
* Linux: Add oddly-named arm syscalls to syscall-names.listFlorian Weimer2019-06-011-0/+5
* powerpc: Fix build failures with current GCCGabriel F. T. Gomes2019-05-307-37/+28
* Remove unused get_clockfreq filesAdhemerval Zanella2019-05-292-2/+0
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-287-303/+75
* Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h.Joseph Myers2019-05-231-0/+2
* Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg2019-05-2249-1706/+52
* sysvipc: Add missing bit of semtimedop s390 consolidationAdhemerval Zanella2019-05-212-0/+6
* sysvipc: Consolidate semtimedop s390Adhemerval Zanella2019-05-204-38/+36
* sysvipc: Fix compat msgctl (BZ#24570)Adhemerval Zanella2019-05-201-1/+1
* Update kernel-features.h files for Linux 5.1.Joseph Myers2019-05-163-7/+13
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-151-3/+3
* Linux: Add the tgkill functionFlorian Weimer2019-05-1432-2/+195
* x86: Remove arch-specific low level lock implementationAdhemerval Zanella2019-05-1411-1026/+114
* Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella2019-05-141-14/+3
* Add single-thread.h headerAdhemerval Zanella2019-05-146-42/+131
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-0932-665/+104
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-0931-704/+121
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-0931-633/+105
* Update syscall-names.list for Linux 5.1.Joseph Myers2019-05-071-2/+26
* aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch2019-05-033-362/+216
* misc: Add twalk_r functionFlorian Weimer2019-05-0228-0/+28
* Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2019-04-302-0/+24
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-2933-637/+221
* powerpc: Remove power4 mpa optimizationAdhemerval Zanella2019-04-293-275/+0
* <semaphore.h>: Add nonnull attributesYann Droneaud2019-04-291-10/+13
* riscv: remove DL_RO_DYN_SECTIONDavid Abdurachmanov2019-04-251-4/+0
* powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2019-04-172-2/+4
* powerpc: fma using builtinsAdhemerval Zanella2019-04-172-14/+10
* powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2019-04-172-34/+0
* mips: Remove rt_sigreturn usage on context functionAdhemerval Zanella2019-04-174-53/+0
* powerpc: Remove rt_sigreturn usage on context functionAdhemerval Zanella2019-04-174-162/+0
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-11/+0
* aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch2019-04-051-21/+22
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-0415-320/+1
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-0415-362/+3
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-0415-337/+6
* alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.SUros Bizjak2019-04-012-8/+11
* alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson2019-04-012-3/+7
* RISC-V: Fix `test' operand error with soft-float ABI being configuredMaciej W. Rozycki2019-03-302-2/+2
* [powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2019-03-293-12/+6
* powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella2019-03-251-115/+0
* Add UDP_GRO from Linux 5.0 to netinet/udp.h.Joseph Myers2019-03-251-0/+1
* Add generic hp-timing supportWilco Dijkstra2019-03-221-9/+16
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-229-39/+12