aboutsummaryrefslogtreecommitdiff
path: root/src/select
AgeCommit message (Expand)Author
2024-01-21expose ppoll in default feature profileRich Felker
2024-01-21move ppoll from src/linux to src/select reflecting future standardizationRich Felker
2023-03-03poll: fix misuse of timespec type on 32-bit archs without poll syscallRich Felker
2023-03-02select: fix 64-bit timeout truncation on pre-time64 kernelsAlexey Izbyshev
2019-08-07fix regression in select with no timeoutRich Felker
2019-07-30select: overhaul for time64Rich Felker
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker
2014-05-26fix type of extended argument array to pselect6 syscallRich Felker
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker
2011-04-17overhaul pthread cancellationRich Felker
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker
2011-03-20global cleanup to use the new syscall interfaceRich Felker
2011-02-15yet another ugly legacy syscall rename...Rich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker