index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
getty.c
Age
Commit message (
Expand
)
Author
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2015-10-19
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2014-10-02
getty: set tty attrs so that control chars are shown as ^c
Denys Vlasenko
2014-05-11
getty: explain when setsid() fails. no code changes
Denys Vlasenko
2013-06-30
*: change execl sentinels from NULL to (char*)0
Rich Felker
2012-09-02
getty: tweak style, no code changes
Denys Vlasenko
2012-08-16
getty: add commented-out extended error diagnostic
Denys Vlasenko
2012-04-26
getty: fix for NOCTTY killing us with SIGHUP
Denys Vlasenko
2012-01-15
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2011-10-30
getty: Hurd has no CBAUD, work around that
Denys Vlasenko
2011-10-23
getty: fix a minor problem of Ctrl-D not printing '\n'
Denys Vlasenko
2011-10-23
getty: reset tty attrs on Ctrl-C and Ctrl-D too
Denys Vlasenko
2011-10-22
getty: add O_NONBLOCK to open which is used to drop ctty
Denys Vlasenko
2011-10-22
getty: remove now not needed resetting of ALRM to to SIG_DFL
Denys Vlasenko
2011-10-22
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
getty: shrink help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-06
fix bit rot in scripts/Makefile.IMA
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-01-26
getty: fix "ifdef CMSPAR"
Denys Vlasenko
2011-01-26
getty: restore CRTSCTS comment
Denys Vlasenko
2011-01-26
getty: do clear CLOCAL and CRTSCTS unless told otherwise
Denys Vlasenko
2011-01-26
getty: do not clear all c_cflag's (we were clearing baud bits!)
Denys Vlasenko
2011-01-26
getty: wait up to 5 seconds for the output buffer to drain
Peter Korsgaard
2011-01-26
getty: document bits we don't set - maybe we should set some of them?
Denys Vlasenko
2011-01-26
getty: add ECHOE explanation
Denys Vlasenko
2011-01-26
getty: explain every bit in termios; remove redundant stuff in termios_final
Denys Vlasenko
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-24
getty: flush _only_ input after switching to the next baud rate
Denys Vlasenko
2011-01-24
getty: simplify macros; improve VSWTC[H] compat
Denys Vlasenko
2011-01-24
getty: more simplifications; explain how we treat parity now
Denys Vlasenko
2011-01-24
getty: simplify code by going to more straignforward G trick
Denys Vlasenko
2011-01-24
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s
Denys Vlasenko
2011-01-24
getty: use cfsetspeed to save some bytes; cosmetic fixes
Denys Vlasenko
2011-01-22
getty: more correct check for O_RDWR
Denys Vlasenko
2011-01-22
getty: comment out parity detection code; improve usage text
Denys Vlasenko
2011-01-09
getty: fix -i (was ignored)
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-23
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-09-01
getty: small code shrink
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-19
init,loginutils: termios portability fixes
Jeremie Koenig
2010-06-07
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-05-22
getty: do not emit bogus error message on EOF
Denys Vlasenko
2010-04-05
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
[next]