about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* math: new exp and exp2Szabolcs Nagy2019-04-174-480/+434
* math: new log2Szabolcs Nagy2019-04-173-106/+335
* math: new logSzabolcs Nagy2019-04-173-104/+454
* math: new powfSzabolcs Nagy2019-04-174-240/+232
* math: new exp2f and expfSzabolcs Nagy2019-04-175-179/+193
* math: new log2fSzabolcs Nagy2019-04-173-58/+108
* math: new logfSzabolcs Nagy2019-04-173-54/+109
* math: add configuration macrosSzabolcs Nagy2019-04-171-0/+5
* math: add macros for static branch prediction hintsSzabolcs Nagy2019-04-171-0/+9
* math: add double precision error handling functionsSzabolcs Nagy2019-04-176-0/+35
* math: add single precision error handling functionsSzabolcs Nagy2019-04-176-0/+37
* math: add eval_as_float and eval_as_doubleSzabolcs Nagy2019-04-171-0/+17
* math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2019-04-173-6/+90
* math: remove sun copyright from libm.hSzabolcs Nagy2019-04-171-23/+0
* math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy2019-04-171-33/+15
* math: move complex math out of libm.hSzabolcs Nagy2019-04-1767-80/+87
* define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy2019-04-171-0/+12
* fcntl.h: define O_TTY_INIT to 0A. Wilcox2019-04-101-2/+3
* remove external __syscall function and last remaining usersRich Felker2019-04-1018-264/+2
* implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2019-04-102-29/+68
* cleanup mips64 syscall_arch functionsRich Felker2019-04-101-18/+9
* implement inline 5- and 6-argument syscalls for mipsRich Felker2019-04-101-6/+33
* use inline syscalls for powerpc (32-bit)Rich Felker2019-04-101-2/+84
* remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker2019-04-102-18/+0
* overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker2019-04-109-80/+51
* release 1.1.22 v1.1.22Rich Felker2019-04-092-1/+42
* in membarrier fallback, allow for possibility that sigaction failsRich Felker2019-04-091-8/+9
* fix the use of syscall result in dl_mmapIlya Matveychikov2019-04-061-1/+1
* fix signature of function accepted by makecontextBobby Bingham2019-04-051-1/+1
* fix unintended global symbols in atanl.cDan Gohman2019-04-031-3/+3
* use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio2019-04-021-2/+1
* delete a redundant if in dynamic linker ctor execution loopRay2019-04-021-1/+0
* fix harmless-by-chance typo in priority inheritance mutex codeRich Felker2019-04-011-1/+1
* implement priority inheritance mutexesRich Felker2019-03-314-8/+93
* clean up access to mutex type in pthread_mutex_trylockRich Felker2019-03-291-2/+2
* support archs with no renameat syscall, only renameat2Drew DeVault2019-03-212-2/+8
* support archs with no mlock syscall, only mlock2Drew DeVault2019-03-211-0/+4
* fix data race choosing next key slot in pthread_key_createRich Felker2019-03-211-1/+1
* fix crash/out-of-bound read in sscanfRich Felker2019-03-142-2/+3
* fix namespace violation in dependencies of mtx_lockRich Felker2019-03-131-1/+1
* aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy2019-03-131-0/+3
* sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy2019-03-131-0/+7
* elf.h: add NT_ definitions from linux v5.0Szabolcs Nagy2019-03-131-0/+2
* elf.h: update with C-SKY definitionsSzabolcs Nagy2019-03-131-1/+57
* aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy2019-03-132-0/+2
* netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0Szabolcs Nagy2019-03-131-0/+1
* netinet/udp.h: add UDP_GRO from linux v5.0Szabolcs Nagy2019-03-131-0/+1
* powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy2019-03-132-0/+4
* aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy2019-03-131-0/+1
* bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy2019-03-131-0/+2