summaryrefslogtreecommitdiffstats
path: root/usr.bin/lockf/lockf.c
Commit message (Expand)AuthorAgeFilesLines
* Add option to lockf to avoid creating a file if it does not exist.eadler2013-05-101-7/+11
* Lockf was exiting with status 1 if the command did not exit normally.dwmalone2008-08-211-1/+1
* Revision 1.12 of lockf.c fixed a "thundering herd" scenario when thecsjp2007-10-121-10/+59
* Finish off style(9) fixes which I started two revisions ago. This basicallycsjp2005-10-091-20/+24
* Do not ignore ENOENTcsjp2005-10-071-88/+68
* Un-break handling of -t 0 which was broken in my previous commit.csjp2005-10-051-5/+6
* Fix long standing race condition associated with how lockf uses open(2)csjp2005-10-051-30/+8
* Use warn() instead of perror().tjr2004-07-151-1/+1
* Consistently use FBSDIDobrien2002-06-301-2/+3
* Warns cleanups.dwmalone2001-12-031-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a "-k" option, to specify that the lock file should be keptjdp1998-07-081-6/+15
* lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.charnier1997-07-221-2/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* On failure, return various exit codes from <sysexits.h>. In particular,jdp1997-01-091-13/+13
* Initial import of the lockf utility. It executes an arbitrary commandjdp1997-01-081-0/+213
OpenPOWER on IntegriCloud