about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy2019-07-011-28/+0
* netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/fanotify.h: update for linux v5.1Szabolcs Nagy2019-07-011-1/+33
* fix deadlock in synccall after threaded forkSamuel Holland2019-07-011-0/+1
* cap getdents length argument to INT_MAXRich Felker2019-06-281-0/+2
* remove unnecessary and problematic _Noreturn from crt/ldso startupRich Felker2019-06-253-5/+5
* allow fmemopen with zero sizeRich Felker2019-06-251-1/+1
* do not use _Noreturn for a function pointer in dynamic linkerMatthew Maurer2019-06-211-1/+1
* remove implicit include of sys/sysmacros.h from sys/types.hRich Felker2019-06-211-1/+0
* add riscv64 architecture supportRich Felker2019-06-1451-0/+1362
* optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker2019-05-261-10/+7
* make powerpc64 vrregset_t logical layout match expected APIRich Felker2019-05-221-1/+4
* fix vrregset_t layout and member naming on powerpc64Rich Felker2019-05-221-4/+8
* fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy2019-05-162-4/+6
* fix static tls offsets of shared libs on TLS_ABOVE_TP targetsSzabolcs Nagy2019-05-161-4/+2
* fix format strings for uid/gid values in putpwent/putgrentRich Felker2019-05-162-2/+2
* remove unused struct dso members from dynlink.cFangrui Song2019-05-121-1/+0
* improve i386 inline syscall asm on non-broken compilersRich Felker2019-05-112-1/+34
* fix regression in i386 inline syscall asm producing invalid codeRich Felker2019-05-101-6/+6
* make fgetwc set error indicator for stream on encoding errorsRich Felker2019-05-051-2/+8
* fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker2019-05-051-0/+25
* allow archs to provide a 7-argument syscall if neededRich Felker2019-05-051-0/+1
* fix build regression on mips n32 due to typo in new inline syscallRich Felker2019-05-051-1/+1
* fix passing of 64-bit syscall arguments on microblazeRich Felker2019-05-051-1/+1
* fix regression in s390x SO_PEERSEC definitionRich Felker2019-04-231-0/+1
* make new math code compatible with unused variable warning/errorRich Felker2019-04-201-3/+6
* math: new powSzabolcs Nagy2019-04-174-303/+521
* 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