about summary refs log tree commit diff
path: root/src/select/select.c
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
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+18
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-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
* yet another ugly legacy syscall rename...Rich Felker2011-02-151-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+12