summaryrefslogtreecommitdiff
path: root/src/select/pselect.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker1-3/+17
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2014-05-26fix type of extended argument array to pselect6 syscallRich Felker1-1/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-1/+2
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker1-1/+1
2011-04-17overhaul pthread cancellationRich Felker1-6/+1
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker1-0/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+15