]> git.ipfire.org Git - thirdparty/util-linux.git/history - term-utils
wdct: mark usage() as noreturn [coverity scan]
[thirdparty/util-linux.git] / term-utils /
2016-08-16  Karel ZakMerge branch 'misc' of https://github.com/kerolasa...
2016-08-12  Sami Kerolamisc: always check setenv(3) return value
2016-08-02  Karel ZakMerge branch 'getopt' of git://github.com/kerolasa...
2016-08-02  Karel ZakMerge branch 'oclint' of git://github.com/kerolasa...
2016-07-21  Sami Kerolaagetty: move unreachable code to pre-processor #else...
2016-07-21  Sami Kerolasetterm: fix declarations shadowing variables in the...
2016-07-21  Sami Kerolamisc: simplify if clauses [oclint]
2016-07-20  Karel Zakagetty: call uname() only when necessary
2016-07-20  Karel Zakagetty: fix \S usage
2016-07-14  Karel Zakwrite: don't use strftime()
2016-07-14  Karel ZakMerge branch 'write-improvements' of git://github.com...
2016-07-03  Sami Kerolalib: try to find tty in get_terminal_name()
2016-07-03  Sami Kerolawrite: stop removing and adding /dev/ in front of tty...
2016-07-03  Sami Kerolawrite: tell when effective gid and tty path group mismatch
2016-07-03  Sami Kerolawrite: improve coding style
2016-07-03  Sami Kerolawrite: remove PUTC macro
2016-07-01  Sami Kerolawrite: make timestamp to be obviously just a clock...
2016-07-01  Sami Kerolawrite: remove unnecessary utmp variables
2016-07-01  Sami Kerolawrite: improve function and variable names
2016-07-01  Sami Kerolawrite: add control structure to clarify what is going on
2016-07-01  Sami Kerolawrite: run atexit() checks at the end of execution
2016-07-01  Sami Kerolawrite: use xstrncpy() from strutils.h
2016-07-01  Sami Kerolawrite: set atime value in term_chk() only when needed
2016-07-01  Sami Kerolawrite: remove pointless fileno(3) calls
2016-07-01  Sami Kerolawrite: get rid of function prototypes
2016-07-01  Sami Kerolawrite: remove unused variable
2016-07-01  Karel ZakMerge branch 'utmpdump' of git://github.com/kerolasa...
2016-06-30  Karel Zakagetty: don't modify argv[] when parse speeds
2016-05-31  Sebastian Rasmussenmisc: Fix various typos
2016-05-26  Karel Zakbuild-sys: add --disable-plymouth-support
2016-05-20  Werner Finksulogin: agetty: use the plymouth local protocol instea...
2016-05-20  Karel ZakMerge branch 'cal04'
2016-05-18  Karel Zakscript: improve coding style and the "done" message
2016-05-09  Karel ZakMerge branch 'no-fork' of https://github.com/terryburto...
2016-05-09  Sami Kerolasetterm: remove unnecessary translation string
2016-05-09  Karel Zaksetterm: de-duplicate color option string parsing
2016-05-07  Wayne Pollockwrite: fix setuid related regression
2016-05-05  Sami Kerolascriptreplay: avoid re-implementing strtod_or_err()
2016-05-05  Sami Kerolascriptreplay: improve error message
2016-04-18  Karel ZakMerge branch '2016wk15' of git://github.com/kerolasa...
2016-04-16  Sami Kerolascript: check status of writes when closing outputs
2016-04-16  Sami Kerolascript: avoid trying fclose(NULL)
2016-04-16  Sami Kerolascript: close file descriptors on exec
2016-04-13  Karel Zakscript: use empty-slave heuristic more carefully
2016-03-29  Karel Zakagetty: remove atoi() from argv[] parsing [clang analyze]
2016-03-21  Karel ZakMerge branch '2016-03-02/cgns' of https://github.com...
2016-03-17  Benno Schulenbergscript: tweak spacing and wording, and restore filling...
2016-03-09  Karel ZakMerge branch 'port-osx' of https://github.com/rudimeier...
2016-03-08  Benno Schulenbergagetty: tweak formatting and some wordings in the man...
2016-03-07  Ruediger Meiermisc: never cast void* from malloc(3) and friends
2016-03-07  Karel ZakMerge branch 'master' of https://github.com/Rufflewind...
2016-03-07  Karel ZakMerge branch 'tests-results-again' of https://github...
2016-03-07  Karel ZakMerge branch 'fix-minix' of https://github.com/rudimeie...
2016-03-07  Yuriy M. Kaminskiymisc: safer (and uniform) handling of return value
2016-02-17  Karel Zakagetty: support \e{name} for issue file
2016-02-12  Karel ZakMerge branch 'compiler-warnings' of https://github...
2016-02-12  Karel ZakMerge branch 'travis2' of https://github.com/filbranden...
2016-02-12  Karel ZakMerge branch 'test-fixes' of https://github.com/rudimei...
2016-02-11  Ruediger Meiermisc: fix some printf format strings
2016-02-11  Karel Zakagetty: add support for \e in issue file to print \033
2016-02-11  Karel ZakMerge branch 'colcrt' of git://github.com/kerolasa...
2016-02-04  Karel ZakMerge branch 'master' of https://github.com/rudimeier...
2016-02-03  Ruediger Meierscript: fix misspelling
2016-02-03  Ruediger Meierdocs: fix typos found by codespell
2016-01-07  Filipe Brandenburgerscriptreplay/newgrp: use signed int to store return...
2015-12-02  Karel ZakMerge branch 'races' of git://github.com/kerolasa/lelux...
2015-11-24  Karel Zakagetty: don't ignore netlink on select()
2015-11-22  Sami Kerolamesg: fix multiple races
2015-11-09  Sami Kerolascript, hwclock: check file exist with access(3) rather...
2015-11-09  Sami Kerolaagetty: fix chown(3), chmod(3) and open(3) race
2015-11-05  Karel ZakMerge branch 'cal-span' of https://github.com/Deiz...
2015-10-16  Karel Zakscript: be pedantic and use "%"SCNi64
2015-10-16  Isaac Dunhamscript: don't assume that time_t is compatible with...
2015-08-05  Karel Zaksetterm: remove dead code [coverity scan]
2015-08-05  Karel Zakagetty: cleanup plymouth usage [coverity scan]
2015-07-28  Karel ZakMerge branch 'test-fixes' of https://github.com/rudimei...
2015-07-28  Karel Zakscript: improve SIG{TERM,QUIT,KILL} sensitivity
2015-07-20  Stef Walteragetty: Reprompt once the network addresses change...
2015-07-16  Karel ZakMerge branch 'kill-man' of https://github.com/ronin13...
2015-07-03  Ruediger Meierscript: evaluate errno only if read() sets it
2015-07-02  Karel Zakscript: make sure errno is zero
2015-06-30  Karel ZakMerge branch 'sulogin'
2015-06-29  Sami Kerolareset: deprecate the script, and remove reset.033c
2015-06-29  Sami Kerolascript: fix variable initialization warning
2015-06-29  Karel Zakbuild-sys: use REALTIME_LIBS for script
2015-06-25  Karel ZakMerge branch 'script'
2015-06-25  Karel Zakscript: add note to BUGS man page section
2015-06-17  Karel Zakscript: fix EOF problems
2015-06-17  Karel Zakscript: improve poll debugging
2015-06-17  Karel Zakscript: cleanup signals usage
2015-06-16  Karel Zakscript: debug poll() results
2015-06-16  Karel Zakscript: add support for SCRIPT_DEBUG=
2015-06-16  Karel Zakscript: remove magic constants from poll code
2015-06-16  Karel Zakscript: rename control struct members
2015-06-16  Karel Zakscript: close timingfp also when -e
2015-06-16  Karel ZakMerge branch 'script3' of git://github.com/kerolasa...
2015-06-08  Sami Kerolascript: move timing file opening close to use of it
2015-06-08  Sami Kerolascript: add noreturn function attributes
2015-06-08  Sami Kerolascript: use gettime_monotonic() to get timing file...
2015-06-08  Sami Kerolascript: use correct input type, move comment, and so on
next