about summary refs log tree commit diff
path: root/src/select/pselect.c
Commit message (Expand)AuthorAgeFilesLines
* pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-3/+17
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix type of extended argument array to pselect6 syscallRich Felker2014-05-261-1/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-1/+1
* overhaul pthread cancellationRich Felker2011-04-171-6/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-0/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15