about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Include <linux/sockios.h> in <bits/socket.h> under __USE_MISC fw/linux-5.2Florian Weimer2019-07-221-0/+1
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-219-94/+311
* Linux: Update syscall-names.list to Linux 5.2Florian Weimer2019-07-191-1/+7
* nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella2019-07-181-0/+36
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-181-4/+0
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-122-16/+1
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-1225-0/+31
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-1210-41/+50
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1225-0/+62
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-1226-0/+43
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-1225-0/+31
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-124-17/+61
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-103-1/+37
* aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2019-07-102-6/+1
* [powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke2019-07-091-1/+3
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0820-125/+87
* math: Use wordsize-64 version for s_logbAdhemerval Zanella2019-07-082-79/+29
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-0812-42/+48
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-088-232/+23
* dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen2019-07-081-0/+2
* riscv: restore ABI compatibility (bug 24484)Andreas Schwab2019-07-041-0/+5
* aarch64: new ifunc resolver ABISzabolcs Nagy2019-07-045-1/+185
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-0235-327/+6
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-07-0116-3/+332
* powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke2019-06-305-30/+76
* Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer2019-06-281-3/+9
* Replace PREPARE_VERSION macro with inline functionTobias Klauser2019-06-281-9/+9
* 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