summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-07-01sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy-0/+1
2019-07-01s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy-28/+0
2019-07-01netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy-0/+1
2019-07-01fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/fanotify.h: update for linux v5.1Szabolcs Nagy-1/+33
2019-07-01fix deadlock in synccall after threaded forkSamuel Holland-0/+1
2019-06-28cap getdents length argument to INT_MAXRich Felker-0/+2
2019-06-25remove unnecessary and problematic _Noreturn from crt/ldso startupRich Felker-5/+5
2019-06-25allow fmemopen with zero sizeRich Felker-1/+1
2019-06-21do not use _Noreturn for a function pointer in dynamic linkerMatthew Maurer-1/+1
2019-06-21remove implicit include of sys/sysmacros.h from sys/types.hRich Felker-1/+0
2019-06-14add riscv64 architecture supportRich Felker-0/+1362
2019-05-26optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker-10/+7
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