Age | Commit message (Expand) | Author | Files | Lines |
2008-02-23 | Check return value of pipe(2) | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -2/+2 |
2007-10-10 | r7440: * merge registry server changes from trunk (so far) for more | Gerald Carter | 1 | -2/+5 |
2007-10-10 | r6090: Patch to fix sys_select so it can't drop signals if another fd | Jeremy Allison | 1 | -9/+17 |
2007-10-10 | r4545: Fix based on work by Derrell.Lipman@UnwiredUniverse.com : | Jeremy Allison | 1 | -4/+26 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -14/+14 |
2002-03-22 | Stomped on some header file version numbers that have crept back in. | Tim Potter | 1 | -2/+1 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -22/+54 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-10 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2001-02-23 | Always increment even if the read fails (otherwise we spin if we hit the kern... | Jeremy Allison | 1 | -1/+4 |
2001-02-22 | lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on... | Jeremy Allison | 1 | -0/+15 |
2000-11-17 | save and restore errno in select | Andrew Tridgell | 1 | -1/+5 |
2000-09-12 | fixed a race in the pipe() setup in sys_select() | Andrew Tridgell | 1 | -1/+1 |
2000-06-21 | fixed two minor bugs in new sys_select() | Andrew Tridgell | 1 | -5/+5 |
2000-06-19 | Paranoia changes to ensure that anything touched by a signal handler | Jeremy Allison | 1 | -1/+1 |
2000-06-13 | forgot to checkin select.c | Andrew Tridgell | 1 | -0/+107 |