History log of /freebsd-10.1-release/lib/libutil/uucplock.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 59516 22-Apr-2000 phantom

Introduce .Lb macro to libutil manpages
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49828 15-Aug-1999 mpp

Various man page cleanup:

- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.

PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>


# 36451 28-May-1998 brian

Add uu_lock_txfr() to transfer ownership of a successful
uu_lock() to another process.


# 30196 07-Oct-1997 joerg

Remove the claim that UUCP locking were not atomic. It is since
revision 1.8 of uucplock.c.


# 29988 29-Sep-1997 wosch

Sort cross refereces in section SEE ALSO.


# 28040 10-Aug-1997 ache

Implement canonical locking protocol
Suggested by: joerg


# 25740 12-May-1997 brian

Make uu_* const correct.

Suggested by: joerg


# 25704 11-May-1997 davidn

Add #include <sys/types.h> in synopsis, now required for libutil.h.


# 24533 02-Apr-1997 mpp

Grammar police.


# 24529 02-Apr-1997 ache

Remove unused USE_PERROR define and syslog.h include
Use snprintf instead of sprintf to avoid buffer overflows
Use snprintf in uu_lockerr instead of lots of hardcoded constants
and not null-terminated strncpy
Return "" for OK and "device in use" for INUSE, it allows simple
strcpy(buf, uu_lockerr(retcode)) without testing for special OK
case (NULL was there) and obtaining meaningful result for INUSE
("" was there) without special testing for it too.


# 24496 01-Apr-1997 mpp

Mdoc police.


# 24461 31-Mar-1997 brian

Remove the syslog stuff, and allow various return values
in uu_lock(). Add uu_lockerr() for turning the results of
uu_lock into something printable. Remove bogus section in man page
about race conditions allowing both processes to get the lock.
Include libutil.h and use uu_lock() correctly where it should.

Suggested by: ache@freebsd.org


# 24417 30-Mar-1997 brian

Move uucplock into libutil and create a manual page.