summaryrefslogtreecommitdiff
path: root/usr.bin/lockf/lockf.c
Commit message (Expand)AuthorAgeFilesLines
* Add -w option to lockf(1).Colin Percival2020-08-261-3/+6
* lockf(1): return EX_UNAVAILABLE if -n is used and the lock file does notAndriy Voskoboinyk2019-03-201-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Remove extra flags from r250462.Bryan Drewery2015-04-161-1/+1
* Add option to lockf to avoid creating a file if it does not exist.Eitan Adler2013-05-101-7/+11
* Lockf was exiting with status 1 if the command did not exit normally.David Malone2008-08-211-1/+1
* Revision 1.12 of lockf.c fixed a "thundering herd" scenario when theChristian S.J. Peron2007-10-121-10/+59
* Finish off style(9) fixes which I started two revisions ago. This basicallyChristian S.J. Peron2005-10-091-20/+24
* Do not ignore ENOENTChristian S.J. Peron2005-10-071-88/+68
* Un-break handling of -t 0 which was broken in my previous commit.Christian S.J. Peron2005-10-051-5/+6
* Fix long standing race condition associated with how lockf uses open(2)Christian S.J. Peron2005-10-051-30/+8
* Use warn() instead of perror().Tim J. Robbins2004-07-151-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* Warns cleanups.David Malone2001-12-031-1/+1
* $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