4177 Commits (4acfc287d859bc643c9f9fa63d82e8c90b984d7c)
 

Author SHA1 Message Date
Szabolcs Nagy 4acfc287d8 ipc: prefer SYS_ipc when it is defined 7 years ago
Szabolcs Nagy b574de5bf3 mips64: fix syscall numbers of io_pgetevents and rseq 7 years ago
Szabolcs Nagy 47bc7f0afe elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 7 years ago
Szabolcs Nagy eea841e653 netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 7 years ago
Szabolcs Nagy 5b2b682ddc sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 7 years ago
Szabolcs Nagy 4523505114 s390x: drop SO_ definitions from bits/socket.h 7 years ago
Szabolcs Nagy 93b5f6c843 netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1 7 years ago
Szabolcs Nagy c7081edcf8 sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 7 years ago
Szabolcs Nagy 9e8dd1c7f1 fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1 7 years ago
Szabolcs Nagy f67b3c1799 sys/fanotify.h: update for linux v5.1 7 years ago
Samuel Holland 84ebec6cee fix deadlock in synccall after threaded fork 7 years ago
Rich Felker 3d178a7e2b cap getdents length argument to INT_MAX 7 years ago
Rich Felker 54b7564b72 remove unnecessary and problematic _Noreturn from crt/ldso startup 7 years ago
Rich Felker 95dfa3dd12 allow fmemopen with zero size 7 years ago
Matthew Maurer a48ccc159a do not use _Noreturn for a function pointer in dynamic linker 7 years ago
Rich Felker a31a30a007 remove implicit include of sys/sysmacros.h from sys/types.h 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker 5fc4379825 optimize aarch64 dynamic tlsdesc function to spill fewer registers 7 years ago
Rich Felker ac304227bb make powerpc64 vrregset_t logical layout match expected API 7 years ago
Rich Felker 3c59a86895 fix vrregset_t layout and member naming on powerpc64 7 years ago
Szabolcs Nagy a60b9e0686 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets 7 years ago
Szabolcs Nagy 6104dae908 fix static tls offsets of shared libs on TLS_ABOVE_TP targets 7 years ago
Rich Felker 9fd98a6354 fix format strings for uid/gid values in putpwent/putgrent 7 years ago
Fangrui Song f450c150d3 remove unused struct dso members from dynlink.c 7 years ago
Rich Felker bdb0817599 improve i386 inline syscall asm on non-broken compilers 7 years ago
Rich Felker c8798ef974 fix regression in i386 inline syscall asm producing invalid code 7 years ago
Rich Felker 511d70738b make fgetwc set error indicator for stream on encoding errors 7 years ago
Rich Felker d02e72ad51 fix broken posix_fadvise on mips due to missing 7-arg syscall support 7 years ago
Rich Felker d7b583420b allow archs to provide a 7-argument syscall if needed 7 years ago
Rich Felker 7b6ec3de71 fix build regression on mips n32 due to typo in new inline syscall 7 years ago
Rich Felker 28198ac3af fix passing of 64-bit syscall arguments on microblaze 7 years ago
Rich Felker 2df8b1d806 fix regression in s390x SO_PEERSEC definition 7 years ago
Rich Felker 78691fa76d make new math code compatible with unused variable warning/error 7 years ago
Szabolcs Nagy e4dd65305a math: new pow 8 years ago
Szabolcs Nagy e16f7b3c02 math: new exp and exp2 8 years ago
Szabolcs Nagy 2a3210cf4a math: new log2 8 years ago
Szabolcs Nagy 236cd056e8 math: new log 8 years ago
Szabolcs Nagy d28cd0ad42 math: new powf 9 years ago
Szabolcs Nagy 3f94c648ef math: new exp2f and expf 9 years ago
Szabolcs Nagy 098868b338 math: new log2f 9 years ago
Szabolcs Nagy db505b794c math: new logf 9 years ago
Szabolcs Nagy 169fc008d8 math: add configuration macros 8 years ago
Szabolcs Nagy 3c3763fc52 math: add macros for static branch prediction hints 8 years ago
Szabolcs Nagy 4f8acf953c math: add double precision error handling functions 8 years ago
Szabolcs Nagy 9ef6ca4235 math: add single precision error handling functions 9 years ago
Szabolcs Nagy fe54544f05 math: add eval_as_float and eval_as_double 8 years ago
Szabolcs Nagy b50d315fd2 math: add fp_arch.h with fp_barrier and fp_force_eval 8 years ago
Szabolcs Nagy f107d34e76 math: remove sun copyright from libm.h 8 years ago
Szabolcs Nagy d59e504279 math: add asuint, asuint64, asfloat and asdouble 9 years ago
Szabolcs Nagy 2d72b58070 math: move complex math out of libm.h 8 years ago