| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
fix nested extern
|
|
- use LOG_WARNING (instead of LOG_ERR) for non-fatal errors
|
|
appropriate control sequence from termcap (based on the terminal type
listed in /etc/ttys for the line).
|
|
|
|
This is the last part of PR bin/10049.
|
|
From PR bin/10049
|
|
Use sizeof() instead of hardcoded length. Clean up NULL vs 0
confusion. sizeof(char) is 1, really.
|
|
|
|
does and does not do. Also, while we're here, make the list of flags more
readable.
|
|
|
|
some code via QVT/Term. Sigh. Fix it.
- Teeny KNF nit.
|
|
|
|
al - user to auto-login as
if - banner file to display, like /etc/issue
|
|
passed to "login" is '\0'-terminated
|
|
so we shouldn't override it with versions in the manpages. Many more to
come.
|
|
|
|
screen; previously, the last buffer worth of text would fail
to be printed.
|
|
|
|
recognize a PPP bringup sequence and invoke something appropriate, per
PR#6462
|
|
|
|
|
|
Also, say a little bit about ttyaction in the getty and login manpages.
|
|
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a different prototype than the one in <stdio.h>
|
|
|
|
|
|
|
|
|
|
prototype internal functions and eliminate old function declarations
misc cleanup (gcc -Wall) and KNF
|
|
|
|
|
|
and uname(2); some other minor cleanup
|
|
|
|
|
|
|
|
From SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>, PR #2676.
|