index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
terminal-util.c
Age
Commit message (
Expand
)
Author
2016-01-28
core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr...
Lennart Poettering
2016-01-20
basic/terminal-util: introduce SYSTEMD_COLORS environment variable
Jan Synacek
2016-01-13
tree-wide: check if errno is greater then zero
Zbigniew Jędrzejewski-Szmek
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-06
doc: correct punctuation and improve typography in documentation
Jan Engelhardt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move status printing stuff into src/core/
Lennart Poettering
2015-10-27
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-26
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-08
util: minor modernization of vt_disallocate()
Lennart Poettering
2015-10-08
util: do not reset terminal in acquire_terminal()
Lennart Poettering
2015-10-08
machined: when opening a shell via machined, pass tty fds in
Lennart Poettering
2015-10-08
basic: move two more terminal-related calls into terminal-util.[ch]
Lennart Poettering
2015-10-01
logind: remove warn_melody() logic
Lennart Poettering
2015-09-29
core: rework crash handling
Lennart Poettering
2015-09-22
cgtop: underline table header
Lennart Poettering
2015-09-01
machined: introduce a ptsname_namespace() call and make use of it
Lennart Poettering
2015-08-03
terminal-util: no real reason to assert on O_CREAT
Lennart Poettering
2015-08-03
terminal-util: cast a couple of ioctl()s to void
Lennart Poettering
2015-08-03
terminal-util: when resetting terminals, don't wait for carrier
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers