| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Remove 'register'. (some functions had 7+ register functions...)
* Fix SCM ID's.
|
| |
|
| |
|
|
|
|
|
|
|
| |
TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic
connection type. TTY_DIALUP in particular will replace the old out of
date heuristic "tty[dD]*" in login.c (and better than the current
hard-coded method).
|
|
|
|
|
| |
This prevents keywords after "insecure" occurs being errnoeously
parsed as comments.
|
|
|
|
|
|
|
|
| |
more manageable and convenient referencing by login.conf (login
class database) and (e.g.) login.access.
This is the first of a group of commits which implements the login
class capabilities database.
|
|
|
|
|
|
|
|
| |
it.
Closes PR # bin/2196: Bug in src/libc/gen/gettty...
Submitted by: davidn@blaze.net.au (David Nugent)
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
|
|
| |
the buffer dynamic.
Closes PR # misc/1838: getttyent() arbitrary 100...
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
|
|
|
| |
Obtained from: NetBSD commit by jtc on June 16, 1995.
|
|
|