summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-263-9/+12
| * misc: never use usage(stderr)Ruediger Meier2017-06-262-10/+13
| * misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-262-12/+14
* | script: rename fixtty() to enable_rawmode_tty()Karel Zak2017-06-261-13/+14
* | script: ensure typescript and timing errors do not break terminalSami Kerola2017-06-261-7/+22
|/
* agetty: fix login name DEL/CTRL^U issueKarel Zak2017-06-231-55/+15Star
* wall: don't use gid_t when allocate grounps arrayKarel Zak2017-06-141-1/+1
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* wall: fix OSX getgrouplist, gid_t* vs int*Karel Zak2017-06-141-1/+7
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+2
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* text-utils: use proper paths to term.hKarel Zak2017-05-301-9/+6Star
* wall: make sure with not referencing a null pointerKarel Zak2017-05-291-0/+3
* script: always write stat and done message to typescript fileKarel Zak2017-04-182-6/+6
* fix the position of newline in the time output of 'script'Rui Zhao (renyuneyun)2017-04-141-4/+9
* script: don't call strftime() if not necessaryKarel Zak2017-04-131-2/+3
* Merge branch 'script_quiet' of https://github.com/renyuneyun/util-linuxKarel Zak2017-04-131-1/+2
|\