aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf
Commit message (Expand)AuthorAgeFilesLines
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-1/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-052-8/+28
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
* | | | 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