des
|
fd059e9b04
|
Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.
|
2008-10-20 18:02:16 +00:00 |
|
obrien
|
4657f1f225
|
Adjust history.
Approved by: re(ken)
|
2007-09-28 15:31:44 +00:00 |
|
des
|
28682dd29a
|
Back out previous commit until I figure out why my regression test fails.
Approved by: re (kensmith)
|
2007-08-03 09:20:28 +00:00 |
|
des
|
3cfbe77a3e
|
Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.
Approved by: re (kensmith)
|
2007-08-03 06:32:45 +00:00 |
|
des
|
4503779c68
|
Fix typo.
Submitted by: Bård Skaflestad <bardsk@math.ntnu.no>
|
2007-05-10 18:15:30 +00:00 |
|
des
|
50d71f5464
|
DTRT when O_NONBLOCK is specified.
MFC after: 3 weeks
|
2007-05-10 14:52:57 +00:00 |
|
des
|
5d25ea6b62
|
I'm tired of seeing this done incorrectly and non-portably, so add a
flopen(3) function which reliably opens and locks a file.
MFC after: 3 weeks
|
2007-05-10 14:43:31 +00:00 |
|