summaryrefslogtreecommitdiff
path: root/lib/libutil/uucplock.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-05-23Use __SCCSID() for SCCS IDs.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-08-28libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker
2007-01-09Remove California Regent's clause 3, per letterWarner Losh
2003-10-18ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray
2003-06-14Tidy up. Sort headers.Mark Murray
2001-09-30Add __FBSDID()s to libutilMatthew Dillon
2000-10-02Correct uu_lock_txfr. I don't think this ever worked correctly.Brian Somers
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-11Get the pid right if a stale lock file exists.Brian Somers
1998-06-10Cast pid_t to int for sprintf.Brian Somers
1998-05-28Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers
1997-08-10Implement canonical locking protocolAndrey A. Chernov
1997-08-05Improve weak locking by using flock()Andrey A. Chernov
1997-05-12Make uu_* const correct.Brian Somers
1997-04-02Add IdAndrey A. Chernov
1997-04-02Code space optimization in uu_lockerr()Andrey A. Chernov
1997-04-02Remove unused USE_PERROR define and syslog.h includeAndrey A. Chernov
1997-03-31Remove the syslog stuff, and allow various return valuesBrian Somers
1997-03-30Move uucplock into libutil and create a manual page.Brian Somers