| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare setproctitle() as printf0-like. | bde | 1998-12-16 | 1 | -2/+2 |
* | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is | bde | 1998-12-16 | 1 | -8/+7 |
* | oops. Fix indentation of the 'for' loop I just added. | dillon | 1998-12-13 | 1 | -18/+18 |
* | Handle the race condition where vipw may lock a password file which has | dillon | 1998-12-13 | 1 | -6/+22 |
* | Better document the file format, add in support for nested {}'s in multi-line | jkh | 1998-11-22 | 2 | -8/+28 |
* | Since vfork() was changed to fork(), we have to pass errno back from the | des | 1998-10-20 | 1 | -3/+6 |
* | correct prototype. | jkh | 1998-10-14 | 1 | -2/+2 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -3/+3 |
* | Now take stdio.h out of files that don't require it. | jkh | 1998-10-09 | 9 | -17/+10 |
* | Update docs to match interface change. | jkh | 1998-10-09 | 1 | -4/+4 |
* | o move path in libutil.h to paths.h | jkh | 1998-10-09 | 3 | -10/+11 |
* | Take the path spec back out. | jkh | 1998-10-09 | 1 | -4/+1 |
* | All these have to include stdio.h now. | jkh | 1998-10-09 | 4 | -4/+8 |
* | remove stdio.h include; I forgot Bruce's cardinal rule that header files | jkh | 1998-10-08 | 1 | -2/+1 |
* | Add some rudimentary documentation for my new functions. | jkh | 1998-10-08 | 4 | -2/+182 |
* | Correct a build error that got past my build test somehow. | jkh | 1998-10-08 | 2 | -0/+3 |
* | Add a simple mechanism for reading property lists from files (which | jkh | 1998-10-07 | 4 | -2/+300 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -2/+2 |
* | Print uid/gid as u_long per bde suggestion | ache | 1998-07-29 | 1 | -5/+5 |
* | cast arg to (long) to match format | ache | 1998-07-28 | 1 | -3/+3 |
* | Cast pid_t to int for sprintf. | brian | 1998-06-10 | 1 | -2/+2 |
* | Spelling corrections. | jkoshy | 1998-06-06 | 3 | -10/+10 |
* | Add missing uu_lock_txfr() prototype | ache | 1998-06-05 | 1 | -1/+2 |
* | If using NetBSD syscalls the rtprio syscall doesn't exist, so just | jb | 1998-06-03 | 1 | -1/+7 |
* | Trim a domain part for wtmp as same as showed by "netstat -r". | amurai | 1998-06-01 | 2 | -3/+42 |
* | Add uu_lock_txfr() to transfer ownership of a successful | brian | 1998-05-28 | 4 | -10/+62 |
* | Allow setting of idle or realtime processing priorities per | steve | 1998-05-25 | 1 | -5/+22 |
* | Oops, revert part of a diff that wasn't supposed to have been committed. | dg | 1998-04-28 | 1 | -2/+2 |
* | Cache the results of the ps_strings sysctl so that it doesn't have to be | dg | 1998-04-28 | 1 | -10/+12 |
* | Fixed function types in synopsis. | bde | 1998-03-23 | 1 | -10/+10 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -3/+3 |
* | Change tty-related capability names to match the implementation ("ttys.", | fenner | 1998-02-21 | 1 | -10/+10 |
* | MF22: add login_auth.3 to man page list. | jkh | 1998-02-18 | 1 | -2/+2 |
* | Correctly document h and m modifiers to the time format. | steve | 1998-02-14 | 1 | -1/+3 |
* | Fixed bitrot in the prototype for logwtmp(). | bde | 1998-01-16 | 1 | -2/+2 |
* | Make a couple of the stat flags dependent on the sys/stat.h header file | jb | 1998-01-09 | 1 | -1/+9 |
* | Make the login_getclassbyname prototype match reality. | steve | 1997-11-05 | 1 | -2/+2 |
* | Statisize usage(). | charnier | 1997-10-27 | 1 | -1/+4 |
* | Remove the claim that UUCP locking were not atomic. It is since | joerg | 1997-10-07 | 1 | -13/+1 |
* | Add passwd(5) to "SEE ALSO". | obrien | 1997-10-07 | 1 | -1/+2 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -3/+3 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+2 |
* | Endless loop. | wosch | 1997-09-29 | 1 | -5/+5 |
* | The parameters to logwtmp should be const char's | pst | 1997-09-04 | 2 | -4/+6 |
* | Remove login_progok() | brian | 1997-08-31 | 5 | -103/+5 |
* | Add full support for determining if a user | brian | 1997-08-27 | 5 | -5/+101 |
* | Add prog.deny as a list capability for | brian | 1997-08-26 | 1 | -1/+3 |
* | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 1 | -1/+1 |
* | Cosmetic: distinguish in diag message between rebuilding and updating | joerg | 1997-08-24 | 1 | -1/+2 |
* | Protect the copyright comments from reformatting by | steve | 1997-08-13 | 5 | -3/+28 |