summaryrefslogtreecommitdiffstats
path: root/source/lib/select.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a race in the pipe() setup in sys_select()Andrew Tridgell2000-09-121-1/+1
|
* fixed two minor bugs in new sys_select()Andrew Tridgell2000-06-211-5/+5
|
* Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison2000-06-191-1/+1
| | | | | and the main code is declared as VOLATILE SIG_ATOMIC_T. Jeremy.
* forgot to checkin select.cAndrew Tridgell2000-06-131-0/+107