aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf/lockf.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a "-k" option, to specify that the lock file should be keptJohn Polstra1998-07-081-6/+15
* lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.Philippe Charnier1997-07-221-2/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* On failure, return various exit codes from <sysexits.h>. In particular,John Polstra1997-01-091-13/+13
* Initial import of the lockf utility. It executes an arbitrary commandJohn Polstra1997-01-081-0/+213