summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* misc: Fix various typosSebastian Rasmussen2016-05-314-8/+8
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-2/+5
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-201-42/+6Star
* script: improve coding style and the "done" messageKarel Zak2016-05-181-7/+5Star
* setterm: remove unnecessary translation stringSami Kerola2016-05-091-8/+8
* setterm: de-duplicate color option string parsingKarel Zak2016-05-091-44/+36Star
* write: fix setuid related regressionWayne Pollock2016-05-071-7/+7
* scriptreplay: avoid re-implementing strtod_or_err()Sami Kerola2016-05-052-13/+5Star
* scriptreplay: improve error messageSami Kerola2016-05-051-2/+2
* script: check status of writes when closing outputsSami Kerola2016-04-171-2/+4
* script: avoid trying fclose(NULL)Sami Kerola2016-04-171-1/+2
* script: close file descriptors on execSami Kerola2016-04-171-6/+7
* script: use empty-slave heuristic more carefullyKarel Zak2016-04-131-24/+28
* agetty: remove atoi() from argv[] parsing [clang analyze]Karel Zak2016-03-291-7/+6Star
* script: tweak spacing and wording, and restore filling in the man pageBenno Schulenberg2016-03-171-7/+9
* agetty: tweak formatting and some wordings in the man pageBenno Schulenberg2016-03-081-52/+53
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-1/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-073-8/+8
* agetty: support \e{name} for issue fileKarel Zak2016-02-172-3/+18
* Merge branch 'compiler-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-121-1/+2
|\
| * misc: fix some printf format stringsRuediger Meier2016-02-111-1/+2
* | agetty: add support for \e in issue file to print \033Karel Zak2016-02-112-0/+6
|/
* script: fix misspellingRuediger Meier2016-02-031-3/+3
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* scriptreplay/newgrp: use signed int to store return of getopt_longFilipe Brandenburger2016-01-071-1/+1
* Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-12-021-8/+14
|\
| * mesg: fix multiple racesSami Kerola2015-11-221-8/+14
* | agetty: don't ignore netlink on select()Karel Zak2015-11-241-3/+9
|/
* script, hwclock: check file exist with access(3) rather than stat(3)Sami Kerola2015-11-091-2/+1Star
* agetty: fix chown(3), chmod(3) and open(3) raceSami Kerola2015-11-091-5/+5
* script: be pedantic and use "%"SCNi64Karel Zak2015-10-161-1/+2
* script: don't assume that time_t is compatible with longIsaac Dunham2015-10-161-4/+6
* setterm: remove dead code [coverity scan]Karel Zak2015-08-051-2/+0Star
* agetty: cleanup plymouth usage [coverity scan]Karel Zak2015-08-051-3/+9
* script: improve SIG{TERM,QUIT,KILL} sensitivityKarel Zak2015-07-281-3/+16
* agetty: Reprompt once the network addresses change if address displayedStef Walter2015-07-201-18/+107
* script: evaluate errno only if read() sets itRuediger Meier2015-07-031-7/+6Star
* script: make sure errno is zeroKarel Zak2015-07-021-0/+1
* reset: deprecate the script, and remove reset.033cSami Kerola2015-06-293-12/+6Star
* script: fix variable initialization warningSami Kerola2015-06-291-3/+3
* build-sys: use REALTIME_LIBS for scriptKarel Zak2015-06-291-1/+1
* script: add note to BUGS man page sectionKarel Zak2015-06-251-0/+7
* script: fix EOF problemsKarel Zak2015-06-171-26/+88
* script: improve poll debuggingKarel Zak2015-06-171-5/+9
* script: cleanup signals usageKarel Zak2015-06-171-11/+28
* script: debug poll() resultsKarel Zak2015-06-161-2/+5
* script: add support for SCRIPT_DEBUG=Karel Zak2015-06-161-2/+65
* script: remove magic constants from poll codeKarel Zak2015-06-161-21/+33
* script: rename control struct membersKarel Zak2015-06-161-32/+32
* script: close timingfp also when -eKarel Zak2015-06-161-11/+10Star