aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/uucplock.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* Use __SCCSID() for SCCS IDs.John Baldwin2018-05-231-4/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker2013-08-281-3/+4
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-181-10/+10
* Tidy up. Sort headers.Mark Murray2003-06-141-2/+2
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-3/+3
* Correct uu_lock_txfr. I don't think this ever worked correctly.Brian Somers2000-10-021-5/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Get the pid right if a stale lock file exists.Brian Somers1999-03-111-4/+4
* Cast pid_t to int for sprintf.Brian Somers1998-06-101-2/+2
* Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers1998-05-281-6/+34
* Implement canonical locking protocolAndrey A. Chernov1997-08-101-53/+68
* Improve weak locking by using flock()Andrey A. Chernov1997-08-051-4/+8
* Make uu_* const correct.Brian Somers1997-05-121-4/+4
* Add IdAndrey A. Chernov1997-04-021-1/+4
* Code space optimization in uu_lockerr()Andrey A. Chernov1997-04-021-10/+7
* Remove unused USE_PERROR define and syslog.h includeAndrey A. Chernov1997-04-021-19/+14
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-311-33/+59
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-301-0/+161