aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf
Commit message (Expand)AuthorAgeFilesLines
* Remove extra flags from r250462.Bryan Drewery2015-04-161-1/+1
* lockf(1): add a reference to lockf(3).Mark Johnston2015-04-061-0/+1
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
* Add option to lockf to avoid creating a file if it does not exist.Eitan Adler2013-05-102-8/+28
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Lockf was exiting with status 1 if the command did not exit normally.David Malone2008-08-212-1/+6
* Also fix a "blank line" issue that sneaked in from rev. 1.19.Ruslan Ermilov2007-10-311-1/+1
* Remove newly acquired hard sentence breaks.Ruslan Ermilov2007-10-301-2/+4
* Revision 1.12 of lockf.c fixed a "thundering herd" scenario when theChristian S.J. Peron2007-10-122-11/+72
* Markup cosmetics.Ruslan Ermilov2006-12-201-4/+6
* 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
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* Markup and wording fixes.Ruslan Ermilov2005-06-141-1/+3
* Document a couple of gotchas.Eivind Eklund2005-05-261-1/+7
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-151-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Warns cleanups.David Malone2001-12-032-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Add history.David E. O'Brien2000-12-101-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add a "-k" option, to specify that the lock file should be keptJohn Polstra1998-07-082-13/+27
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+3
* 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-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* On failure, return various exit codes from <sysexits.h>. In particular,John Polstra1997-01-092-17/+34
* Initial import of the lockf utility. It executes an arbitrary commandJohn Polstra1997-01-083-0/+314