summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* agetty: Return old behavior with empty lognameStanislav Brabec2018-11-211-1/+1
* agetty: fix output of escaped charactersChristian Hesse2018-11-121-1/+1
* agetty: fix portability issuesSamuel Thibault2018-11-121-1/+5
* agetty: when logname is erased, re-enable reloadsStanislav Brabec2018-10-311-0/+3
* agetty: don't put the VC into canonical modeLubomir Rintel2018-10-221-8/+18
* agetty: don't use __u32Karel Zak2018-10-111-1/+1
* agetty: make output more robustKarel Zak2018-10-111-1/+6
* agetty: cleanup issue output change, remove boolKarel Zak2018-10-111-16/+14Star
* agetty: move all issue variables to structKarel Zak2018-10-111-79/+101
* agetty: Reload only if it is really neededStanislav Brabec2018-10-111-41/+100
* agetty: Watch only protocol requested by issue escapesStanislav Brabec2018-10-111-5/+14
* agetty: rename variable changed to triggeredStanislav Brabec2018-10-111-5/+5
* agetty: cleanup code to copy to log stringsKarel Zak2018-10-031-5/+5
* wall: make sure line is zero terminatedKarel Zak2018-10-031-1/+1
* script: be sensitive to another SIGCHLD ssi_codesKarel Zak2018-09-051-2/+8
* agetty.8: Avoid a warning about an unbreakable lineBjarni Ingi Gislason2018-08-061-1/+2
* mesg: do not print 'ttyname failed' message unless --verbose requestedSami Kerola2018-08-032-0/+14
* setterm: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-1/+1
* agetty: keep c_iflags unmodified on --autologinKarel Zak2018-06-062-4/+17
* man: Change the only argument to two for the two-fonts macrosBjarni Ingi Gislason2018-05-231-1/+1
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-231-1/+1
* script: fix printf format specifiersRuediger Meier2018-05-161-2/+2
* iscript: s/COLS/COLUMNS/ in start messageKarel Zak2018-05-141-1/+1
* script: record exit codeKarel Zak2018-05-142-18/+38
* script: add more info to script headerKarel Zak2018-05-141-5/+33
* script: cleanup done timestamp messageKarel Zak2018-05-141-6/+9
* script: use uint64_t for file sizesKarel Zak2018-05-141-2/+2
* script: add the -o/--output-limit option. Fix race test.Fred Mora2018-05-142-6/+40
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* agetty: Fix a use of uninitialised memory in an agetty error path.Steven Smith2017-11-211-6/+19
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-6/+2Star
* agetty: add support for /etc/issue.dKarel Zak2017-11-072-30/+169
* agetty: remove unused flagKarel Zak2017-11-061-2/+1Star
* agetty: fix /etc/os-release parsingKarel Zak2017-10-051-0/+6
* script: simplify stdin usage in poll()Karel Zak2017-09-181-7/+4Star
* script: support sig{stop/cont}Karel Zak2017-09-081-2/+9
* agetty: keep returns in main()Karel Zak2017-08-071-3/+3
* agetty: fix invalid usage crashSami Kerola2017-08-051-2/+2
* agetty: add compile time features to --version outputSami Kerola2017-08-051-1/+45
* agetty: add --list-speeds optionSami Kerola2017-08-052-0/+18
* agetty: remove dead DO_DEVFS_FIDDLING code segmentSami Kerola2017-08-051-39/+0Star
* agetty: fix --login-pause logicKarel Zak2017-07-311-2/+1Star
* script: fix ambiguity about the optional argument of the -t optionAntonio Ospite2017-07-182-9/+9
* reset: remove script from the packageSami Kerola2017-07-153-70/+0Star
* agetty: print /etc/issue on --skip-loginKarel Zak2017-07-101-1/+4
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-297-12/+12
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-274-8/+9
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-273-6/+3Star
* Merge branch 'usage-part2' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-267-31/+39
|\