about summary refs log tree commit diff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* fix regression in select with no timeoutRich Felker2019-08-071-1/+2
* select: overhaul for time64Rich Felker2019-07-301-13/+31
* pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-3/+17
* reduce spurious inclusion of libc.hRich Felker2018-09-123-3/+0
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-292-0/+26
* 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-062-2/+2
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-1/+1
* overhaul pthread cancellationRich Felker2011-04-173-17/+3
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-242-0/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-203-3/+3
* yet another ugly legacy syscall rename...Rich Felker2011-02-151-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-123-0/+39