Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out previous commit until I figure out why my regression test fails. | des | 2007-08-03 | 1 | -7/+4 |
* | Use fcntl(2)-style locks instead of less-portable flock(2)-style locks. | des | 2007-08-03 | 1 | -4/+7 |
* | Nit: avoid shadowing truncate(2) with a local variable. | des | 2007-05-23 | 1 | -3/+3 |
* | Fix stupid braino in previous commit. | des | 2007-05-23 | 1 | -1/+1 |
* | If (flags & O_TRUNC), don't truncate the file until we've successfully | des | 2007-05-23 | 1 | -1/+11 |
* | Well gag me with a spoon... I'm so used to working at high WARNS levels | des | 2007-05-10 | 1 | -0/+4 |
* | Remove superfluous unexpanded RCS tag. | des | 2007-05-10 | 1 | -2/+0 |
* | DTRT when O_NONBLOCK is specified. | des | 2007-05-10 | 1 | -4/+7 |
* | I'm tired of seeing this done incorrectly and non-portably, so add a | des | 2007-05-10 | 1 | -0/+91 |