summaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0_cvscvs2svn1999-05-2435-35/+35
* This commit was manufactured by cvs2svn to create tagrelease/3.2.0cvs2svn1999-05-241-2/+2
* 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
* Cache the results of the ps_strings sysctl so that it doesn't have to beDavid Greenman1998-04-281-10/+12
* Fixed function types in synopsis.Bruce Evans1998-03-231-10/+10
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+3
* Change tty-related capability names to match the implementation ("ttys.",Bill Fenner1998-02-211-10/+10
* MF22: add login_auth.3 to man page list.Jordan K. Hubbard1998-02-181-2/+2
* Correctly document h and m modifiers to the time format.Steve Price1998-02-141-1/+3
* Fixed bitrot in the prototype for logwtmp().Bruce Evans1998-01-161-2/+2
* Make a couple of the stat flags dependent on the sys/stat.h header fileJohn Birrell1998-01-091-1/+9
* Make the login_getclassbyname prototype match reality.Steve Price1997-11-051-2/+2
* Statisize usage().Philippe Charnier1997-10-271-1/+4
* Remove the claim that UUCP locking were not atomic. It is sinceJoerg Wunsch1997-10-071-13/+1
* Add passwd(5) to "SEE ALSO".David E. O'Brien1997-10-071-1/+2
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-3/+3