index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
term-utils
/
agetty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
agetty: simplify code in dolog() preprocessor blocks
Sami Kerola
2019-07-24
1
-26
/
+20
*
agetty: Remove superfluous fflush()
Stanislav Brabec
2019-06-21
1
-2
/
+0
*
agetty: Switch to 8-bit processing in get_logname() for UTF-8 terminals
Stanislav Brabec
2019-03-04
1
-1
/
+1
*
agetty: Fix input of non-ASCII characters in get_logname()
Stanislav Brabec
2019-03-04
1
-2
/
+0
*
docs: fix typos [codespell]
Sami Kerola
2019-02-18
1
-1
/
+1
*
agetty: Return old behavior with empty logname
Stanislav Brabec
2018-11-21
1
-1
/
+1
*
agetty: fix output of escaped characters
Christian Hesse
2018-11-12
1
-1
/
+1
*
agetty: fix portability issues
Samuel Thibault
2018-11-12
1
-1
/
+5
*
agetty: when logname is erased, re-enable reloads
Stanislav Brabec
2018-10-31
1
-0
/
+3
*
agetty: don't put the VC into canonical mode
Lubomir Rintel
2018-10-22
1
-8
/
+18
*
agetty: don't use __u32
Karel Zak
2018-10-11
1
-1
/
+1
*
agetty: make output more robust
Karel Zak
2018-10-11
1
-1
/
+6
*
agetty: cleanup issue output change, remove bool
Karel Zak
2018-10-11
1
-16
/
+14
*
agetty: move all issue variables to struct
Karel Zak
2018-10-11
1
-79
/
+101
*
agetty: Reload only if it is really needed
Stanislav Brabec
2018-10-11
1
-41
/
+100
*
agetty: Watch only protocol requested by issue escapes
Stanislav Brabec
2018-10-11
1
-5
/
+14
*
agetty: rename variable changed to triggered
Stanislav Brabec
2018-10-11
1
-5
/
+5
*
agetty: cleanup code to copy to log strings
Karel Zak
2018-10-03
1
-5
/
+5
*
agetty: keep c_iflags unmodified on --autologin
Karel Zak
2018-06-06
1
-4
/
+13
*
agetty: Fix a use of uninitialised memory in an agetty error path.
Steven Smith
2017-11-21
1
-6
/
+19
*
agetty: add support for /etc/issue.d
Karel Zak
2017-11-07
1
-22
/
+148
*
agetty: remove unused flag
Karel Zak
2017-11-06
1
-2
/
+1
*
agetty: fix /etc/os-release parsing
Karel Zak
2017-10-05
1
-0
/
+6
*
agetty: keep returns in main()
Karel Zak
2017-08-07
1
-3
/
+3
*
agetty: fix invalid usage crash
Sami Kerola
2017-08-05
1
-2
/
+2
*
agetty: add compile time features to --version output
Sami Kerola
2017-08-05
1
-1
/
+45
*
agetty: add --list-speeds option
Sami Kerola
2017-08-05
1
-0
/
+15
*
agetty: remove dead DO_DEVFS_FIDDLING code segment
Sami Kerola
2017-08-05
1
-39
/
+0
*
agetty: fix --login-pause logic
Karel Zak
2017-07-31
1
-2
/
+1
*
agetty: print /etc/issue on --skip-login
Karel Zak
2017-07-10
1
-1
/
+4
*
misc: consolidate macro style USAGE_HELP_OPTIONS
Ruediger Meier
2017-06-29
1
-1
/
+1
*
misc: consolidate all --help option descriptions
Ruediger Meier
2017-06-27
1
-2
/
+2
*
misc: cleanup and fix --unknownopt issues
Ruediger Meier
2017-06-26
1
-7
/
+9
*
agetty: fix login name DEL/CTRL^U issue
Karel Zak
2017-06-23
1
-55
/
+15
*
misc: fix ggc-7 fallthrough warnings
Sami Kerola
2017-06-14
1
-2
/
+2
*
agetty: make --remote to forward --nohostname as -H to login
Sami Kerola
2017-04-03
1
-3
/
+6
*
agetty: remove variable that is set but not read
Sami Kerola
2017-04-01
1
-7
/
+2
*
agetty: fix typo
Karel Zak
2017-03-27
1
-1
/
+1
*
agetty: fix characters reorder in login prompt
Karel Zak
2017-03-27
1
-12
/
+34
*
agetty: fix a memory leak when parsing \S in issue files
Matthias Gerstner
2017-02-27
1
-0
/
+3
*
misc: do not use plain 0 as NULL [smatch scan]
Sami Kerola
2017-02-20
1
-35
/
+35
*
docs: Fix word repetitions
Yuri Chornoivan
2017-02-13
1
-1
/
+1
*
agetty: fix ifdef typo
Ruediger Meier
2016-12-21
1
-1
/
+1
*
agetty: re-add utmp.h for Debian GNU/kFreeBSD
Ruediger Meier
2016-12-07
1
-1
/
+7
*
login-utils: switch to utmpx.h
Ruediger Meier
2016-12-07
1
-13
/
+13
*
agetty: remove obsolete HAVE_UPDWTMP fallback
Ruediger Meier
2016-12-07
1
-20
/
+1
*
login-utils: remove _HAVE_UT_TV fallback
Ruediger Meier
2016-12-07
1
-4
/
+0
*
misc: always check setenv(3) return value
Sami Kerola
2016-08-12
1
-1
/
+3
*
agetty: move unreachable code to pre-processor #else segment [oclint]
Sami Kerola
2016-07-21
1
-2
/
+3
*
misc: simplify if clauses [oclint]
Sami Kerola
2016-07-21
1
-15
/
+10
[next]