summaryrefslogtreecommitdiffstats
path: root/usr.bin/lockf
Commit message (Expand)AuthorAgeFilesLines
* MFC r281582:bdrewery2015-04-231-1/+1
* Add option to lockf to avoid creating a file if it does not exist.eadler2013-05-102-8/+28
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Lockf was exiting with status 1 if the command did not exit normally.dwmalone2008-08-212-1/+6
* Also fix a "blank line" issue that sneaked in from rev. 1.19.ru2007-10-311-1/+1
* Remove newly acquired hard sentence breaks.ru2007-10-301-2/+4
* Revision 1.12 of lockf.c fixed a "thundering herd" scenario when thecsjp2007-10-122-11/+72
* Markup cosmetics.ru2006-12-201-4/+6
* 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
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* Markup and wording fixes.ru2005-06-141-1/+3
* Document a couple of gotchas.eivind2005-05-261-1/+7
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Use warn() instead of perror().tjr2004-07-151-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Consistently use FBSDIDobrien2002-06-301-2/+3
* Use `The .Nm utility'charnier2002-04-201-1/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Warns cleanups.dwmalone2001-12-032-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Add history.obrien2000-12-101-0/+4
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Add a "-k" option, to specify that the lock file should be keptjdp1998-07-082-13/+27
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-4/+3
* 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-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* On failure, return various exit codes from <sysexits.h>. In particular,jdp1997-01-092-17/+34
* Initial import of the lockf utility. It executes an arbitrary commandjdp1997-01-083-0/+314
OpenPOWER on IntegriCloud