aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* MFC/MFS per-user .login_conf disable + adjacent comment.Robert Watson2001-09-202-2/+11
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* MFC: introduce .Lb macro to left libraries manpagesAlexey Zelkin2000-04-2317-79/+48
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-031-1/+2
* MFC: Do not set the default terminal type to "su", leave it empty.Ruslan Ermilov2000-01-192-6/+2
* MFC: Make setproctitle(NULL) restore all of the original argumentsBrian Somers1999-11-232-29/+42
* MFC: {rev 1.27} Link manual page for login_getpwclass(3) to login_cap(3).Joseph Koshy1999-11-221-1/+3
* MFC: mdoc(7)'fyAlexey Zelkin1999-09-218-24/+28
* MFC: correct spelling: ascii -> ASCIIAlexey Zelkin1999-09-203-3/+3
* MFC: Apply the Danish Axe to LOGIN_CAP_AUTH.Sheldon Hearn1999-09-103-569/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2935-35/+35
* MFC: Various man page cleanup.Mike Pritchard1999-08-152-6/+6
* Change bad reference of termios(3) to termios(4)Chris Costello1999-08-141-2/+2
* MFC: Bad reference of lstat(3) -> lstat(2)Chris Costello1999-08-141-2/+2
* MFC: Fix commented out CFLAGS modifier.Sheldon Hearn1999-07-121-1/+1
* MFC: fix potential memory overwrite in escape parsingDon Lewis1999-05-151-2/+2
* MFC: Add some const keywords and fix some typos in man pages.Brian Somers1999-05-0210-37/+85
* MFC: "passwordtime" not "passwordperiod".Tim Vanderhoek1999-04-301-3/+5
* login_auth MFCAndrey A. Chernov1999-04-242-19/+20
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-153-0/+265
* MFC: Get the pid right if a stale lock file exists.Brian Somers1999-03-111-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-212-430/+0
* Declare setproctitle() as printf0-like.Bruce Evans1998-12-161-2/+2
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-161-8/+7
* oops. Fix indentation of the 'for' loop I just added.Matthew Dillon1998-12-131-18/+18
* Handle the race condition where vipw may lock a password file which hasMatthew Dillon1998-12-131-6/+22
* Better document the file format, add in support for nested {}'s in multi-lineJordan K. Hubbard1998-11-222-8/+28
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-201-3/+6
* correct prototype.Jordan K. Hubbard1998-10-141-2/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-099-17/+10
* Update docs to match interface change.Jordan K. Hubbard1998-10-091-4/+4
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-093-10/+11
* Take the path spec back out.Jordan K. Hubbard1998-10-091-4/+1
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-094-4/+8
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesJordan K. Hubbard1998-10-081-2/+1
* Add some rudimentary documentation for my new functions.Jordan K. Hubbard1998-10-084-2/+182
* Correct a build error that got past my build test somehow.Jordan K. Hubbard1998-10-082-0/+3
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-074-2/+300
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Print uid/gid as u_long per bde suggestionAndrey A. Chernov1998-07-291-5/+5
* cast arg to (long) to match formatAndrey A. Chernov1998-07-281-3/+3
* Cast pid_t to int for sprintf.Brian Somers1998-06-101-2/+2
* Spelling corrections.Joseph Koshy1998-06-063-10/+10
* Add missing uu_lock_txfr() prototypeAndrey A. Chernov1998-06-051-1/+2
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justJohn Birrell1998-06-031-1/+7
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-012-3/+42
* Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers1998-05-284-10/+62
* Allow setting of idle or realtime processing priorities perSteve Price1998-05-251-5/+22
* Oops, revert part of a diff that wasn't supposed to have been committed.David Greenman1998-04-281-2/+2