summaryrefslogtreecommitdiff
path: root/source3/lib/select.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-23Always increment even if the read fails (otherwise we spin if we hit the kern...Jeremy Allison1-1/+4
2001-02-22lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison1-0/+15
2000-11-17save and restore errno in selectAndrew Tridgell1-1/+5
2000-09-12fixed a race in the pipe() setup in sys_select()Andrew Tridgell1-1/+1
2000-06-21fixed two minor bugs in new sys_select()Andrew Tridgell1-5/+5
2000-06-19Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison1-1/+1
2000-06-13forgot to checkin select.cAndrew Tridgell1-0/+107