summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-05-22make powerpc64 vrregset_t logical layout match expected APIRich Felker-1/+4
2019-05-22fix vrregset_t layout and member naming on powerpc64Rich Felker-4/+8
2019-05-16fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy-4/+6
2019-05-16fix static tls offsets of shared libs on TLS_ABOVE_TP targetsSzabolcs Nagy-4/+2
2019-05-16fix format strings for uid/gid values in putpwent/putgrentRich Felker-2/+2
2019-05-12remove unused struct dso members from dynlink.cFangrui Song-1/+0
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker-1/+34
2019-05-10fix regression in i386 inline syscall asm producing invalid codeRich Felker-6/+6
2019-05-05make fgetwc set error indicator for stream on encoding errorsRich Felker-2/+8
2019-05-05fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker-0/+25
2019-05-05allow archs to provide a 7-argument syscall if neededRich Felker-0/+1
2019-05-05fix build regression on mips n32 due to typo in new inline syscallRich Felker-1/+1
2019-05-05fix passing of 64-bit syscall arguments on microblazeRich Felker-1/+1
2019-04-23fix regression in s390x SO_PEERSEC definitionRich Felker-0/+1
2019-04-20make new math code compatible with unused variable warning/errorRich Felker-3/+6
2019-04-17math: new powSzabolcs Nagy-303/+521
2019-04-17math: new exp and exp2Szabolcs Nagy-480/+434
2019-04-17math: new log2Szabolcs Nagy-106/+335
2019-04-17math: new logSzabolcs Nagy-104/+454
2019-04-17math: new powfSzabolcs Nagy-240/+232
2019-04-17math: new exp2f and expfSzabolcs Nagy-179/+193
2019-04-17math: new log2fSzabolcs Nagy-58/+108
2019-04-17math: new logfSzabolcs Nagy-54/+109
2019-04-17math: add configuration macrosSzabolcs Nagy-0/+5
2019-04-17math: add macros for static branch prediction hintsSzabolcs Nagy-0/+9
2019-04-17math: add double precision error handling functionsSzabolcs Nagy-0/+35
2019-04-17math: add single precision error handling functionsSzabolcs Nagy-0/+37
2019-04-17math: add eval_as_float and eval_as_doubleSzabolcs Nagy-0/+17
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy-6/+90
2019-04-17math: remove sun copyright from libm.hSzabolcs Nagy-23/+0
2019-04-17math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy-33/+15
2019-04-17math: move complex math out of libm.hSzabolcs Nagy-80/+87
2019-04-17define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy-0/+12
2019-04-10fcntl.h: define O_TTY_INIT to 0A. Wilcox-2/+3
2019-04-10remove external __syscall function and last remaining usersRich Felker-264/+2
2019-04-10implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker-29/+68
2019-04-10cleanup mips64 syscall_arch functionsRich Felker-18/+9
2019-04-10implement inline 5- and 6-argument syscalls for mipsRich Felker-6/+33
2019-04-10use inline syscalls for powerpc (32-bit)Rich Felker-2/+84
2019-04-10remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker-18/+0
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker-80/+51
2019-04-09release 1.1.22v1.1.22Rich Felker-1/+42
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker-8/+9
2019-04-06fix the use of syscall result in dl_mmapIlya Matveychikov-1/+1
2019-04-05fix signature of function accepted by makecontextBobby Bingham-1/+1
2019-04-03fix unintended global symbols in atanl.cDan Gohman-3/+3
2019-04-02use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio-2/+1
2019-04-02delete a redundant if in dynamic linker ctor execution loopRay-1/+0
2019-04-01fix harmless-by-chance typo in priority inheritance mutex codeRich Felker-1/+1
2019-03-31implement priority inheritance mutexesRich Felker-8/+93