| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r281582: | bdrewery | 2015-04-23 | 1 | -1/+1 |
* | Add option to lockf to avoid creating a file if it does not exist. | eadler | 2013-05-10 | 2 | -8/+28 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Lockf was exiting with status 1 if the command did not exit normally. | dwmalone | 2008-08-21 | 2 | -1/+6 |
* | Also fix a "blank line" issue that sneaked in from rev. 1.19. | ru | 2007-10-31 | 1 | -1/+1 |
* | Remove newly acquired hard sentence breaks. | ru | 2007-10-30 | 1 | -2/+4 |
* | Revision 1.12 of lockf.c fixed a "thundering herd" scenario when the | csjp | 2007-10-12 | 2 | -11/+72 |
* | Markup cosmetics. | ru | 2006-12-20 | 1 | -4/+6 |
* | Finish off style(9) fixes which I started two revisions ago. This basically | csjp | 2005-10-09 | 1 | -20/+24 |
* | Do not ignore ENOENT | csjp | 2005-10-07 | 1 | -88/+68 |
* | Un-break handling of -t 0 which was broken in my previous commit. | csjp | 2005-10-05 | 1 | -5/+6 |
* | Fix long standing race condition associated with how lockf uses open(2) | csjp | 2005-10-05 | 1 | -30/+8 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -1/+1 |
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -1/+3 |
* | Document a couple of gotchas. | eivind | 2005-05-26 | 1 | -1/+7 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Use warn() instead of perror(). | tjr | 2004-07-15 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+3 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -1/+4 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Warns cleanups. | dwmalone | 2001-12-03 | 2 | -2/+2 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Add history. | obrien | 2000-12-10 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Add a "-k" option, to specify that the lock file should be kept | jdp | 1998-07-08 | 2 | -13/+27 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -4/+3 |
* | lockf: usage : lockf -> usage: lockf by using fprintf instead of errx. | charnier | 1997-07-22 | 1 | -2/+4 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | On failure, return various exit codes from <sysexits.h>. In particular, | jdp | 1997-01-09 | 2 | -17/+34 |
* | Initial import of the lockf utility. It executes an arbitrary command | jdp | 1997-01-08 | 3 | -0/+314 |