summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* script: move timing file opening close to use of itSami Kerola2015-06-081-14/+17
* script: add noreturn function attributesSami Kerola2015-06-081-2/+2
* script: use gettime_monotonic() to get timing file timestampsSami Kerola2015-06-082-14/+14
* script: use correct input type, move comment, and so onSami Kerola2015-06-081-13/+11Star
* script: replace strftime() workaround with CFLAGS = -Wno-format-y2kSami Kerola2015-06-082-12/+4Star
* script: move do_io() content to small functionsSami Kerola2015-06-081-50/+58
* script: add 'Script started' line always to capture fileSami Kerola2015-06-081-5/+3Star
* script: remove io vs signal raceSami Kerola2015-06-081-7/+13
* script: merge doinput() and output() functions to do_io()Sami Kerola2015-06-081-172/+59Star
* script: use poll() rather than select()Sami Kerola2015-06-061-88/+114
* script: use signalfd() to catch signalsSami Kerola2015-06-061-33/+14Star
* script: add struct script_control and remove global variablesSami Kerola2015-06-061-244/+249
* script: remove function prototypesSami Kerola2015-06-061-256/+243Star
* tests: check script options work as expectedSami Kerola2015-06-062-2/+24
* script: Fix mangled EOF and hang on big endianStanislav Brabec2015-05-151-2/+2
* wall: do not use a temporary file.Karel Zak2015-04-031-36/+80
* agetty: reload issue on --autologin --login-pause tooKarel Zak2015-03-091-79/+92
* agetty: make sure that reload file existsKarel Zak2015-03-091-5/+16
* agetty: support /usr/lib/os-release tooKarel Zak2015-03-052-6/+10
* docs: fix some spelling errors and typos in man pagesBill Pemberton2015-02-272-2/+2
* rpmatch: use symbolic value when evaluation return codesSami Kerola2015-02-241-3/+3
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-12/+24
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-16/+0Star
* script.1: Improve documentation of non-interactive behaviorStanislav Brabec2015-02-161-1/+7