index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
getty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-0
/
+22
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-1
/
+6
*
getty: set tty attrs so that control chars are shown as ^c
Denys Vlasenko
2014-10-02
1
-8
/
+9
*
getty: explain when setsid() fails. no code changes
Denys Vlasenko
2014-05-11
1
-0
/
+10
*
*: change execl sentinels from NULL to (char*)0
Rich Felker
2013-06-30
1
-1
/
+1
*
getty: tweak style, no code changes
Denys Vlasenko
2012-09-02
1
-2
/
+1
*
getty: add commented-out extended error diagnostic
Denys Vlasenko
2012-08-16
1
-0
/
+8
*
getty: fix for NOCTTY killing us with SIGHUP
Denys Vlasenko
2012-04-26
1
-0
/
+6
*
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
1
-2
/
+4
*
getty: Hurd has no CBAUD, work around that
Denys Vlasenko
2011-10-30
1
-0
/
+2
*
getty: fix a minor problem of Ctrl-D not printing '\n'
Denys Vlasenko
2011-10-23
1
-35
/
+24
*
getty: reset tty attrs on Ctrl-C and Ctrl-D too
Denys Vlasenko
2011-10-23
1
-0
/
+2
*
getty: add O_NONBLOCK to open which is used to drop ctty
Denys Vlasenko
2011-10-22
1
-3
/
+5
*
getty: remove now not needed resetting of ALRM to to SIG_DFL
Denys Vlasenko
2011-10-22
1
-1
/
+0
*
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
1
-87
/
+121
*
getty: shrink help text
Denys Vlasenko
2011-10-22
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
fix bit rot in scripts/Makefile.IMA
Denys Vlasenko
2011-03-06
1
-2
/
+2
*
whitespace fixes
Denys Vlasenko
2011-02-03
1
-1
/
+1
*
getty: fix "ifdef CMSPAR"
Denys Vlasenko
2011-01-26
1
-1
/
+1
*
getty: restore CRTSCTS comment
Denys Vlasenko
2011-01-26
1
-1
/
+1
*
getty: do clear CLOCAL and CRTSCTS unless told otherwise
Denys Vlasenko
2011-01-26
1
-4
/
+0
*
getty: do not clear all c_cflag's (we were clearing baud bits!)
Denys Vlasenko
2011-01-26
1
-12
/
+28
*
getty: wait up to 5 seconds for the output buffer to drain
Peter Korsgaard
2011-01-26
1
-23
/
+33
*
getty: document bits we don't set - maybe we should set some of them?
Denys Vlasenko
2011-01-26
1
-7
/
+59
*
getty: add ECHOE explanation
Denys Vlasenko
2011-01-26
1
-1
/
+3
*
getty: explain every bit in termios; remove redundant stuff in termios_final
Denys Vlasenko
2011-01-26
1
-36
/
+31
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-3
/
+0
*
getty: flush _only_ input after switching to the next baud rate
Denys Vlasenko
2011-01-24
1
-1
/
+1
*
getty: simplify macros; improve VSWTC[H] compat
Denys Vlasenko
2011-01-24
1
-9
/
+8
*
getty: more simplifications; explain how we treat parity now
Denys Vlasenko
2011-01-24
1
-95
/
+93
*
getty: simplify code by going to more straignforward G trick
Denys Vlasenko
2011-01-24
1
-275
/
+121
*
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s
Denys Vlasenko
2011-01-24
1
-9
/
+12
*
getty: use cfsetspeed to save some bytes; cosmetic fixes
Denys Vlasenko
2011-01-24
1
-30
/
+20
*
getty: more correct check for O_RDWR
Denys Vlasenko
2011-01-22
1
-1
/
+1
*
getty: comment out parity detection code; improve usage text
Denys Vlasenko
2011-01-22
1
-40
/
+72
*
getty: fix -i (was ignored)
Denys Vlasenko
2011-01-09
1
-68
/
+67
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-10-23
1
-15
/
+3
*
getty: small code shrink
Denys Vlasenko
2010-09-01
1
-9
/
+7
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
init,loginutils: termios portability fixes
Jeremie Koenig
2010-07-19
1
-13
/
+14
*
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-07
1
-2
/
+1
*
getty: do not emit bogus error message on EOF
Denys Vlasenko
2010-05-22
1
-0
/
+1
*
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-04-05
1
-3
/
+5
*
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-05
1
-59
/
+2
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-1
/
+1
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
df: fix "df /"
Denys Vlasenko
2009-07-05
1
-1
/
+1
[next]