18 Commits (0572555dab1d1e10b5f7351a005ec588cab41e25)

Author SHA1 Message Date
Rich Felker f247462b08 expose ppoll in default feature profile 2 years ago
Rich Felker 07af01816d move ppoll from src/linux to src/select reflecting future standardization 2 years ago
Rich Felker b6811019e6 poll: fix misuse of timespec type on 32-bit archs without poll syscall 3 years ago
Alexey Izbyshev 8949da7ab1 select: fix 64-bit timeout truncation on pre-time64 kernels 3 years ago
Rich Felker d0b547dfb5 fix regression in select with no timeout 7 years ago
Rich Felker 722a1ae335 select: overhaul for time64 7 years ago
Rich Felker 22276671d0 pselect, ppoll: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 12 years ago
Rich Felker 4ef04a27c7 fix type of extended argument array to pselect6 syscall 12 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size 14 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker c2afb747b0 yet another ugly legacy syscall rename... 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago