Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | 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 |
| | | | | | | rather than removed. Submitted by: Nick Barnes <Nick.Barnes@pobox.com> | ||||
* | .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 |
| | | | | posix standard on the topic. | ||||
* | 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 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | On failure, return various exit codes from <sysexits.h>. In particular, | jdp | 1997-01-09 | 2 | -17/+34 |
| | | | | | | | | | | return EX_TEMPFAIL if the file was already locked. This makes it easier to distinguish between lock collisions and failures within the command being executed. Also, don't complain if the unlink() fails in the cleanup handler. It doesn't matter anyway, and it obscured the exit status returned from the command that was executed. | ||||
* | Initial import of the lockf utility. It executes an arbitrary command | jdp | 1997-01-08 | 3 | -0/+314 |
while holding an exclusive lock on a file. |