summaryrefslogtreecommitdiff
path: root/src/basic/terminal-util.c
AgeCommit message (Expand)Author
2015-10-27util-lib: move status printing stuff into src/core/Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-08util: minor modernization of vt_disallocate()Lennart Poettering
2015-10-08util: do not reset terminal in acquire_terminal()Lennart Poettering
2015-10-08machined: when opening a shell via machined, pass tty fds inLennart Poettering
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-01logind: remove warn_melody() logicLennart Poettering
2015-09-29core: rework crash handlingLennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering
2015-08-03terminal-util: no real reason to assert on O_CREATLennart Poettering
2015-08-03terminal-util: cast a couple of ioctl()s to voidLennart Poettering
2015-08-03terminal-util: when resetting terminals, don't wait for carrierLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers