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
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
2010-04-05
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-10-08
*: a few more NOINLINEs
Denys Vlasenko
2009-07-05
df: fix "df /"
Denys Vlasenko
2009-07-05
Patches to enable FreeBSD build
Denys Vlasenko
2009-04-12
getty: fix handling of speed 0;
Denis Vlasenko
2009-04-09
patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...
Mike Frysinger
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-01-09
- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot
Bernhard Reutner-Fischer
2008-11-25
remove a few superfluous includes
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-09-11
halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
[next]