summaryrefslogtreecommitdiff
path: root/source3/lib/select.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-14/+14
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-22/+54
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-10Spelling fix.Tim Potter1-1/+1
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