aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
Commit message (Collapse)AuthorAgeFilesLines
* Only report 'removing stale lockfile' if it was actually removed.Matthias Andree2005-10-301-3/+7
| | | | svn path=/trunk/; revision=4376
* Detect error if lock file cannot be created.Matthias Andree2005-10-301-0/+2
| | | | svn path=/trunk/; revision=4375
* Exit with error if the lock file cannot be read.Matthias Andree2005-10-301-2/+6
| | | | svn path=/trunk/; revision=4374
* Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.Matthias Andree2005-10-301-7/+0
| | | | svn path=/trunk/; revision=4373
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-1/+1
| | | | | | Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176
* Fix Debian bug #230615, making PID file format FHS 2.3 compliant.Matthias Andree2005-07-231-30/+39
| | | | | | Add more error checking to writing/reading PID file. svn path=/trunk/; revision=4167
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-4/+6
| | | | svn path=/trunk/; revision=4000
* More minor fixes.Eric S. Raymond2003-08-131-1/+1
| | | | svn path=/trunk/; revision=3834
* Cygwin port fix.Eric S. Raymond2002-09-041-1/+1
| | | | svn path=/trunk/; revision=3692
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
| | | | svn path=/trunk/; revision=3478
* HMH's trivial fixes.Eric S. Raymond2001-07-251-1/+1
| | | | svn path=/trunk/; revision=3420
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-0/+1
| | | | svn path=/trunk/; revision=3366
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-0/+3
| | | | svn path=/trunk/; revision=3301
* This refactored version works.Eric S. Raymond2001-03-111-2/+2
| | | | svn path=/trunk/; revision=3228
* After refactoring.Eric S. Raymond2001-03-101-0/+130
| | | | svn path=/trunk/; revision=3227
* Initial revisionEric S. Raymond2001-03-101-0/+0
svn path=/trunk/; revision=3226