index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
flopen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert (once again, and hopefully for the last time) to flock(2) locks.
des
2009-06-06
1
-8
/
+5
*
Diff reduction against Varnish, including one important fix: use a shared
des
2008-10-20
1
-12
/
+12
*
Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.
des
2008-10-20
1
-5
/
+7
*
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