aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* lockf tests: Fix a raceMark Johnston2024-07-141-1/+3
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* lockf: switch to strtonum() for parsing timeoutKyle Evans2023-11-261-5/+7
* lockf: allow locking file descriptorsKyle Evans2023-11-263-16/+266
* lockf: add some testsKyle Evans2023-11-263-0/+159
* lockf: don't hold stdin/stdout/stderr openAlexander Melkov2023-11-261-2/+5
* lockf: correct omission in the usage statementKyle Evans2023-11-261-2/+2
* lockf: hide unavailable error with -n -sKyle Evans2023-11-261-7/+11
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Remove whitespace which accidentaly snuck into r364831.Colin Percival2020-08-261-1/+1
* Add -w option to lockf(1).Colin Percival2020-08-262-6/+17
* lockf(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-181-2/+22
* 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