| Age | Commit message (Expand) | Author |
| 2005-04-13 | Bump date for previous; add commas to make | wiz |
| 2005-04-13 | Allow for a login.conf file without an explicite "default" class | drochner |
| 2005-04-09 | Add the 'A' and 'P' format specifiers which use getaddrinfo(3) to turn | atatat |
| 2005-01-19 | If TIOCPTMGET fails, close /dev/ptm. | mycroft |
| 2005-01-15 | PR/28792: FUKAUMI Naoki: passwd: Couldn't generate salt: Invalid argument | christos |
| 2005-01-13 | For consistency of sockaddr_snprintf(3) with snprintf(3) and | dyoung |
| 2005-01-12 | add pw_getpwconf(), bump. | christos |
| 2005-01-08 | Avoid spinning if writing to a pty returns 0. This happened to me when | christos |
| 2004-12-20 | Unbreak setuserpath(); from Nick Hudson. | christos |
| 2004-12-11 | Mmm, API changes without date bumps... bump date for constification. | wiz |
| 2004-12-11 | WARNS=3; fix cast-qual issues. | christos |
| 2004-12-11 | Constify; the api was completely broken before. | christos |
| 2004-12-01 | Add missing LIBRARY section. | peter |
| 2004-11-25 | Don't give write privileges at all if the tty group is missing. | christos |
| 2004-11-24 | I really want to kill the hard-coding of _TTY_GID. Set the group to the | christos |
| 2004-11-21 | fix the header. | christos |
| 2004-11-20 | Formatting fixes, and a typo fix. | wiz |
| 2004-11-20 | Add a manual page. | christos |
| 2004-11-19 | check for getnameinfo error correctly; thanks to Peter Postma. | christos |
| 2004-11-19 | Add sockaddr_snprintf; XXX: Needs a man page. | christos |
| 2004-11-11 | Add if_media.c, functions for converting media to/from strings. | dsl |
| 2004-11-10 | - don't complain if the pty is of the form pts/n | christos |
| 2004-09-18 | KNF; Simplify some logic, so that lines don't wrap. Explain why we | christos |
| 2004-09-18 | openpty: just check errors of syscalls, | yamt |
| 2004-08-04 | New sentence, new line. | wiz |
| 2004-08-03 | - Rename pw_copy() to pw_copyx(), make it return a success/failure code, | thorpej |
| 2004-06-18 | Don't allow openpty to succeed if the caller is non-superuser. | christos |
| 2004-05-27 | use the pty multiplexor if it exists. | christos |
| 2004-05-09 | sbsize should be parsed as R_CSIZE so that suffixes work correctly. | lukem |
| 2004-04-23 | sprinkle const | christos |
| 2004-04-18 | Add sbsize login capability. | matt |
| 2004-03-29 | Use pid_t for pids. From Jeff Ito in PR 24854. | wiz |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-25 | delint pointer casts. | christos |
| 2003-10-25 | remove unused variable | christos |
| 2003-10-21 | Don't use NULL to compare against an int. | fvdl |
| 2003-10-21 | The last argument to sysctl is a size_t, not a pointer; don't pass NULL. | fvdl |
| 2003-09-08 | initialize 'res' to NULL | itojun |
| 2003-09-08 | plug possible memory leak. from openbsd | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-06-27 | Aq Pa instead of Pa Aq. | wiz |
| 2003-05-06 | Minor grammatical correction. | agc |
| 2003-04-21 | PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameters | christos |
| 2003-04-16 | Use | wiz |
| 2003-04-16 | Mostly mdoc improvements, some typos. | wiz |
| 2003-04-11 | add functions to retrieve option values. | christos |
| 2003-03-31 | runnning->running from Igor Sobrado, PR misc/19814 | perry |
| 2003-03-27 | Clear O_NONBLOCK correctly (previous code probably only worked because | lukem |