summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * script: fix start message showing in output file when -q is onRui Zhao (renyuneyun)2017-04-051-1/+2
* | agetty: various man-page fixesJ William Piggott2017-04-101-24/+36
* | agetty: fix login-options desc in man pageKarel Zak2017-04-051-4/+4
|/
* docs: improve agetty.8 manual pageSami Kerola2017-04-031-61/+68
* agetty: make --remote to forward --nohostname as -H to loginSami Kerola2017-04-032-5/+12
* agetty: remove variable that is set but not readSami Kerola2017-04-011-7/+2Star
* agetty: fix typoKarel Zak2017-03-271-1/+1
* agetty: fix characters reorder in login promptKarel Zak2017-03-271-12/+34
* setterm: fix bitfield warning [smatch]Sami Kerola2017-02-281-1/+1
* agetty: fix a memory leak when parsing \S in issue filesMatthias Gerstner2017-02-271-0/+3
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-204-46/+46
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* term-utils/script: fix typo leading to syntax errorBert van Hall2017-01-181-1/+1
* build-sys: use -lm for scriptreplay if necessaryKarel Zak2017-01-181-1/+1
* Merge branch 'setterm' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-01-042-1/+118
|\
| * setterm: add --resize optionSami Kerola2016-12-292-1/+118
* | agetty: fix ifdef typoRuediger Meier2016-12-211-1/+1
|/