summaryrefslogtreecommitdiff
path: root/src/basic/terminal-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+1
* core: reprint the question every 2 sec in ask_char()Franck Bui2016-11-171-5/+12
* core: monitor the inotify file descriptor not the console one in acquire_term...Franck Bui2016-11-171-1/+1
* terminal-util: remove unnecessary check of result of isatty() (#4000)0xAX2016-08-191-6/+1
* terminal-util: use getenv_bool for $SYSTEMD_COLORSZbigniew Jędrzejewski-Szmek2016-08-191-4/+5
* systemd: ignore lack of tty when checking whether colors should be enabledZbigniew Jędrzejewski-Szmek2016-08-191-4/+11
* core: inherit TERM from PID 1 for all services started on /dev/consoleLennart Poettering2016-08-031-1/+1
* treewide: use stdio_unset_cloexec() functionAlexander Kuleshov2016-07-021-3/+1
* pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering2016-05-301-3/+14
* tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering2016-05-301-4/+4
* ask-password: ask for passphrases not only on the first console of /dev/consoleWerner Fink2016-05-241-0/+59
* basic/terminal-util: cache value for colors_enabledZbigniew Jędrzejewski-Szmek2016-04-201-7/+12
* core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr...Lennart Poettering2016-01-281-3/+1
* basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek2016-01-201-0/+13
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-2/+2
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-2/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-4/+12
* doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move status printing stuff into src/core/Lennart Poettering2015-10-271-78/+0
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-13/+14
* util: minor modernization of vt_disallocate()Lennart Poettering2015-10-081-6/+3
* util: do not reset terminal in acquire_terminal()Lennart Poettering2015-10-081-4/+4
* machined: when opening a shell via machined, pass tty fds inLennart Poettering2015-10-081-0/+48
* basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering2015-10-081-0/+80
* logind: remove warn_melody() logicLennart Poettering2015-10-011-21/+0
* core: rework crash handlingLennart Poettering2015-09-291-1/+1
* cgtop: underline table headerLennart Poettering2015-09-221-4/+4
* machined: introduce a ptsname_namespace() call and make use of itLennart Poettering2015-09-011-0/+19
* terminal-util: no real reason to assert on O_CREATLennart Poettering2015-08-031-1/+2
* terminal-util: cast a couple of ioctl()s to voidLennart Poettering2015-08-031-10/+9
* terminal-util: when resetting terminals, don't wait for carrierLennart Poettering2015-08-031-5/+9
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+1072