Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert files to UTF-8 and add some copyright markers where missing. | uqs | 2012-01-07 | 1 | -1/+1 |
* | Revert (once again, and hopefully for the last time) to flock(2) locks. | des | 2009-06-06 | 1 | -15/+9 |
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | des | 2008-10-20 | 1 | -8/+9 |
* | Adjust history. | obrien | 2007-09-28 | 1 | -0/+5 |
* | Back out previous commit until I figure out why my regression test fails. | des | 2007-08-03 | 1 | -6/+9 |
* | Use fcntl(2)-style locks instead of less-portable flock(2)-style locks. | des | 2007-08-03 | 1 | -9/+6 |
* | Fix typo. | des | 2007-05-10 | 1 | -1/+1 |
* | DTRT when O_NONBLOCK is specified. | des | 2007-05-10 | 1 | -0/+22 |
* | I'm tired of seeing this done incorrectly and non-portably, so add a | des | 2007-05-10 | 1 | -0/+79 |