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
/
usr.bin
/
lockf
/
lockf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lockf was exiting with status 1 if the command did not exit normally.
dwmalone
2008-08-21
1
-1
/
+1
*
Revision 1.12 of lockf.c fixed a "thundering herd" scenario when the
csjp
2007-10-12
1
-10
/
+59
*
Finish off style(9) fixes which I started two revisions ago. This basically
csjp
2005-10-09
1
-20
/
+24
*
Do not ignore ENOENT
csjp
2005-10-07
1
-88
/
+68
*
Un-break handling of -t 0 which was broken in my previous commit.
csjp
2005-10-05
1
-5
/
+6
*
Fix long standing race condition associated with how lockf uses open(2)
csjp
2005-10-05
1
-30
/
+8
*
Use warn() instead of perror().
tjr
2004-07-15
1
-1
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+3
*
Warns cleanups.
dwmalone
2001-12-03
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add a "-k" option, to specify that the lock file should be kept
jdp
1998-07-08
1
-6
/
+15
*
lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.
charnier
1997-07-22
1
-2
/
+4
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
On failure, return various exit codes from <sysexits.h>. In particular,
jdp
1997-01-09
1
-13
/
+13
*
Initial import of the lockf utility. It executes an arbitrary command
jdp
1997-01-08
1
-0
/
+213