Denys Vlasenko
|
95dee81a46
loginutils/*: convert to new-style "one file" applets
|
9 years ago |
Denys Vlasenko
|
550bf5b4a4
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
|
9 years ago |
Denys Vlasenko
|
cf76b5ce12
getty: set tty attrs so that control chars are shown as ^c
|
10 years ago |
Denys Vlasenko
|
539e2802eb
getty: explain when setsid() fails. no code changes
|
10 years ago |
Rich Felker
|
16614e9bab
*: change execl sentinels from NULL to (char*)0
|
11 years ago |
Denys Vlasenko
|
41f7885f06
getty: tweak style, no code changes
|
12 years ago |
Denys Vlasenko
|
45c35e9de0
getty: add commented-out extended error diagnostic
|
12 years ago |
Denys Vlasenko
|
eced0c78a5
getty: fix for NOCTTY killing us with SIGHUP
|
12 years ago |
Denys Vlasenko
|
6e8861b5f1
*: better comments on termios manipulations. No code changes.
|
13 years ago |
Denys Vlasenko
|
e504c245f7
getty: Hurd has no CBAUD, work around that
|
13 years ago |
Denys Vlasenko
|
e9dc354df8
getty: fix a minor problem of Ctrl-D not printing '\n'
|
13 years ago |
Denys Vlasenko
|
ee320c6d9c
getty: reset tty attrs on Ctrl-C and Ctrl-D too
|
13 years ago |
Denys Vlasenko
|
e206a4de4c
getty: add O_NONBLOCK to open which is used to drop ctty
|
13 years ago |
Denys Vlasenko
|
94354154c4
getty: remove now not needed resetting of ALRM to to SIG_DFL
|
13 years ago |
Denys Vlasenko
|
7449e18190
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout
|
13 years ago |
Denys Vlasenko
|
ef5a2d757a
getty: shrink help text
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
726ebbaa9f
fix bit rot in scripts/Makefile.IMA
|
13 years ago |
Denys Vlasenko
|
b7c9fb27cb
whitespace fixes
|
13 years ago |
Denys Vlasenko
|
4907f6ec58
getty: fix "ifdef CMSPAR"
|
13 years ago |
Denys Vlasenko
|
f36368ed37
getty: restore CRTSCTS comment
|
13 years ago |
Denys Vlasenko
|
ffd81f2003
getty: do clear CLOCAL and CRTSCTS unless told otherwise
|
13 years ago |
Denys Vlasenko
|
cf9d33a894
getty: do not clear all c_cflag's (we were clearing baud bits!)
|
13 years ago |
Peter Korsgaard
|
ddd1ec1c27
getty: wait up to 5 seconds for the output buffer to drain
|
13 years ago |
Denys Vlasenko
|
3ff9be31be
getty: document bits we don't set - maybe we should set some of them?
|
13 years ago |
Denys Vlasenko
|
d7c25e98bf
getty: add ECHOE explanation
|
13 years ago |
Denys Vlasenko
|
d8494934a7
getty: explain every bit in termios; remove redundant stuff in termios_final
|
13 years ago |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
13 years ago |
Denys Vlasenko
|
136091886e
getty: flush _only_ input after switching to the next baud rate
|
13 years ago |
Denys Vlasenko
|
7073964b5f
getty: simplify macros; improve VSWTC[H] compat
|
13 years ago |