aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-13fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIXJames Y Knight
2019-07-10use the correct attributes for ___errno_locationSamuel Holland
2019-07-10fix restrict violations in internal use of several functionsSamuel Holland
2019-07-08prevent dup2 action for posix_spawn internal pipe fdRich Felker
2019-07-02remove stray .end directives from powerpc[64] asmFangrui Song
2019-07-01ipc: prefer SYS_ipc when it is definedSzabolcs Nagy
2019-07-01fix deadlock in synccall after threaded forkSamuel Holland
2019-06-28cap getdents length argument to INT_MAXRich Felker
2019-06-25allow fmemopen with zero sizeRich Felker
2019-06-21do not use _Noreturn for a function pointer in dynamic linkerMatthew Maurer
2019-06-14add riscv64 architecture supportRich Felker
2019-05-26optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker
2019-05-16fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy
2019-05-16fix format strings for uid/gid values in putpwent/putgrentRich Felker
2019-05-05make fgetwc set error indicator for stream on encoding errorsRich Felker
2019-05-05allow archs to provide a 7-argument syscall if neededRich Felker
2019-04-20make new math code compatible with unused variable warning/errorRich Felker
2019-04-17math: new powSzabolcs Nagy
2019-04-17math: new exp and exp2Szabolcs Nagy
2019-04-17math: new log2Szabolcs Nagy
2019-04-17math: new logSzabolcs Nagy
2019-04-17math: new powfSzabolcs Nagy
2019-04-17math: new exp2f and expfSzabolcs Nagy
2019-04-17math: new log2fSzabolcs Nagy
2019-04-17math: new logfSzabolcs Nagy
2019-04-17math: add configuration macrosSzabolcs Nagy
2019-04-17math: add macros for static branch prediction hintsSzabolcs Nagy
2019-04-17math: add double precision error handling functionsSzabolcs Nagy
2019-04-17math: add single precision error handling functionsSzabolcs Nagy
2019-04-17math: add eval_as_float and eval_as_doubleSzabolcs Nagy
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy
2019-04-17math: remove sun copyright from libm.hSzabolcs Nagy
2019-04-17math: add asuint, asuint64, asfloat and asdoubleSzabolcs Nagy
2019-04-17math: move complex math out of libm.hSzabolcs Nagy
2019-04-10remove external __syscall function and last remaining usersRich Felker
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker
2019-04-09in membarrier fallback, allow for possibility that sigaction failsRich Felker
2019-04-03fix unintended global symbols in atanl.cDan Gohman
2019-04-02use __strchrnul instead of strchr and strlen in execvpeFrediano Ziglio
2019-04-01fix harmless-by-chance typo in priority inheritance mutex codeRich Felker
2019-03-31implement priority inheritance mutexesRich Felker
2019-03-29clean up access to mutex type in pthread_mutex_trylockRich Felker
2019-03-21support archs with no renameat syscall, only renameat2Drew DeVault
2019-03-21support archs with no mlock syscall, only mlock2Drew DeVault
2019-03-21fix data race choosing next key slot in pthread_key_createRich Felker
2019-03-14fix crash/out-of-bound read in sscanfRich Felker
2019-03-13fix namespace violation in dependencies of mtx_lockRich Felker
2019-03-13handle labels with 8-bit byte values in dn_skipnameRyan Fairfax
2019-03-12setvbuf: return failure if mode is invalidA. Wilcox
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker