summaryrefslogtreecommitdiffstats
path: root/source3/lib/select.c
Commit message (Collapse)AuthorAgeFilesLines
* save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
| | | | (This used to be commit 34f0379096d0701c74a51c51649ffe4cb1a24291)
* fixed a race in the pipe() setup in sys_select()Andrew Tridgell2000-09-121-1/+1
| | | | (This used to be commit bb0f769272d8a8bd527053746b468bca797e1663)
* fixed two minor bugs in new sys_select()Andrew Tridgell2000-06-211-5/+5
| | | | (This used to be commit 5afc5f503144c81ebc6139719fd88335fd30f4ad)
* 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. (This used to be commit b737c784e34b0e1af014cb828ef37d5b6d73c3e2)
* forgot to checkin select.cAndrew Tridgell2000-06-131-0/+107
(This used to be commit 719bc2f130393a55058f5c45ca6fbd30a78de2dc)