summaryrefslogtreecommitdiff
path: root/source3/lib/select.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-21s3:lib/select: don't overwrite errno in the signal handlerStefan Metzmacher1-0/+4
2009-02-18S3: Stop creating SMBD cores when failing to create a pipe.todd stecher1-1/+11
2008-10-14Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij1-1/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-1/+1
2008-02-23Check return value of pipe(2)Volker Lendecke1-1/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-2/+5
2007-10-10r6090: Patch to fix sys_select so it can't drop signals if another fdJeremy Allison1-9/+17
2007-10-10r4545: Fix based on work by Derrell.Lipman@UnwiredUniverse.com :Jeremy Allison1-4/+26
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