about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-06-286-28/+5
* Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer2019-06-273-0/+55
* x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu2019-06-262-31/+0
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-267-383/+0
* powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-2622-547/+142
* Linux: Add nds32 specific syscalls to syscall-names.listVincent Chen2019-06-261-0/+2
* S390: Regenerate ULPs.Stefan Liebler2019-06-251-6/+6
* Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser2019-06-218-11/+15
* [powerpc] add 'volatile' to asmPaul A. Clarke2019-06-192-5/+5
* powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]Stan Shebs2019-06-193-1/+22
* m68k: Remove vDSO supportAdhemerval Zanella2019-06-179-321/+27
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-1730-490/+190
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1722-342/+77
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1721-225/+76
* Linux: Fix __glibc_has_include use for <sys/stat.h> and statxFlorian Weimer2019-06-141-2/+5
* Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.Joseph Myers2019-06-131-0/+1
* Allow memset local PLT reference for powerpc soft-float.Joseph Myers2019-06-131-0/+1
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-133-4/+60
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-1219-654/+3
* math: Use wordsize-64 version for finiteAdhemerval Zanella2019-06-122-58/+7
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-1219-634/+2
* math: Use wordsize-64 version for isinfAdhemerval Zanella2019-06-122-43/+6
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1235-1381/+2
* math: Use wordsize-64 version for isnanAdhemerval Zanella2019-06-122-51/+6
* powerpc: copysign cleanupAdhemerval Zanella2019-06-1220-504/+64
* powerpc: consolidate rintAdhemerval Zanella2019-06-127-293/+32
* Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer2019-06-122-4/+5
* <sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer2019-06-121-0/+34
* 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