summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-17math: new exp and exp2Szabolcs Nagy4-480/+434
2019-04-17math: new log2Szabolcs Nagy3-106/+335
2019-04-17math: new logSzabolcs Nagy3-104/+454
2019-04-17math: new powfSzabolcs Nagy4-240/+232
2019-04-17math: new exp2f and expfSzabolcs Nagy5-179/+193
2019-04-17math: new log2fSzabolcs Nagy3-58/+108
2019-04-17math: new logfSzabolcs Nagy3-54/+109
2019-04-17math: add configuration macrosSzabolcs Nagy1-0/+5
2019-04-17math: add macros for static branch prediction hintsSzabolcs Nagy1-0/+9
2019-04-17math: add double precision error handling functionsSzabolcs Nagy6-0/+35
2019-04-17math: add single precision error handling functionsSzabolcs Nagy6-0/+37
2019-04-17math: add eval_as_float and eval_as_doubleSzabolcs Nagy1-0/+17
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy3-6/+90
2019-04-17math: remove sun copyright from libm.hSzabolcs Nagy1-23/+0
2019-04-17math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy1-33/+15
2019-04-17math: move complex math out of libm.hSzabolcs Nagy67-80/+87
2019-04-17define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy1-0/+12
2019-04-10fcntl.h: define O_TTY_INIT to 0A. Wilcox1-2/+3
2019-04-10remove external __syscall function and last remaining usersRich Felker18-264/+2
2019-04-10implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2-29/+68
2019-04-10cleanup mips64 syscall_arch functionsRich Felker1-18/+9
2019-04-10implement inline 5- and 6-argument syscalls for mipsRich Felker1-6/+33
2019-04-10use inline syscalls for powerpc (32-bit)Rich Felker1-2/+84
2019-04-10remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker2-18/+0
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker9-80/+51
2019-04-09release 1.1.22v1.1.22Rich Felker2-1/+42
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker1-8/+9
2019-04-06fix the use of syscall result in dl_mmapIlya Matveychikov1-1/+1
2019-04-05fix signature of function accepted by makecontextBobby Bingham1-1/+1
2019-04-03fix unintended global symbols in atanl.cDan Gohman1-3/+3
2019-04-02use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio1-2/+1
2019-04-02delete a redundant if in dynamic linker ctor execution loopRay1-1/+0
2019-04-01fix harmless-by-chance typo in priority inheritance mutex codeRich Felker1-1/+1
2019-03-31implement priority inheritance mutexesRich Felker4-8/+93
2019-03-29clean up access to mutex type in pthread_mutex_trylockRich Felker1-2/+2
2019-03-21support archs with no renameat syscall, only renameat2Drew DeVault2-2/+8
2019-03-21support archs with no mlock syscall, only mlock2Drew DeVault1-0/+4
2019-03-21fix data race choosing next key slot in pthread_key_createRich Felker1-1/+1
2019-03-14fix crash/out-of-bound read in sscanfRich Felker2-2/+3
2019-03-13fix namespace violation in dependencies of mtx_lockRich Felker1-1/+1
2019-03-13aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy1-0/+3
2019-03-13sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy1-0/+7
2019-03-13elf.h: add NT_ definitions from linux v5.0Szabolcs Nagy1-0/+2
2019-03-13elf.h: update with C-SKY definitionsSzabolcs Nagy1-1/+57
2019-03-13aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy2-0/+2
2019-03-13netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0Szabolcs Nagy1-0/+1
2019-03-13netinet/udp.h: add UDP_GRO from linux v5.0Szabolcs Nagy1-0/+1
2019-03-13powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy2-0/+4
2019-03-13aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy1-0/+2