summaryrefslogtreecommitdiff
path: root/source3/lib/select.c
Commit message (Expand)AuthorAgeFilesLines
* Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-2/+2
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-2/+5
* r6090: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison2007-10-101-9/+17
* r4545: Fix based on work by Derrell.Lipman@UnwiredUniverse.com :Jeremy Allison2007-10-101-4/+26
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-14/+14
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-22/+54
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Spelling fix.Tim Potter2002-01-101-1/+1
* Always increment even if the read fails (otherwise we spin if we hit the kern...Jeremy Allison2001-02-231-1/+4
* lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison2001-02-221-0/+15
* save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
* 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
* forgot to checkin select.cAndrew Tridgell2000-06-131-0/+107