chiark / gitweb /
terminal-util: make file names in --cat-config output clickable links
[elogind.git] / src / basic / terminal-util.c
2018-08-24 Lennart Poetteringterminal-util: make file names in --cat-config output...
2018-08-24 Lennart Poetteringutil: tighten on_tty() check a bit, also check stderr
2018-08-24 Lennart Poetteringterminal-util: add a function that shows a pretty separ...
2018-08-24 Zbigniew Jędrzejew... basic/terminal-util: fix output of files without a...
2018-08-24 Zbigniew Jędrzejew... analyze: add 'cat-config' verb
2018-08-24 Zbigniew Jędrzejew... Move function to cat file & dropins into basic/
2018-08-24 Zbigniew Jędrzejew... Fix typo
2018-08-24 Lennart Poetteringterminal: add internal API to format URLs for display...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Lennart Poetteringmacro: introduce new TAKE_FD() macro
2018-08-24 Lennart Poetteringmacro: introduce TAKE_PTR() macro
2018-06-05 Sven EdenPrep v238: Uncomment now needed headers and unmask...
2018-05-30 Lennart Poetteringterminal-util: port some generic code over to rearrange...
2018-05-30 Lennart Poetteringutil: add new safe_close_above_stdio() wrapper
2018-05-30 Zbigniew Jędrzejew... Some comment adjustments
2018-05-30 Lennart Poetteringterminal-util: make resolve_dev_console() less weird
2018-05-30 Lennart Poetteringterminal-util: modernize get_kernel_consoles() a bit
2018-05-30 Lennart Poetteringtty-ask-password-agent: reenable color for boot-time...
2018-05-30 Lennart Poetteringterminal-util: add some explanatory comments
2018-05-30 Lennart Poetteringterminal-util: minor, trivial fixes and improvements
2018-05-30 Lennart Poetteringterminal-util: when making /dev/null or the console...
2018-05-30 Lennart Poetteringterminal-util: rework acquire_terminal()
2018-05-30 Lennart Poetteringtree-wide: make use of wait_for_terminate_and_check...
2018-05-30 Lennart Poetteringtree-wide: introduce new safe_fork() helper and port...
2018-05-30 Lennart Poetteringterminal-util: open /dev/null with O_CLOEXEC in make_st...
2018-05-30 Lennart Poetteringterminal-util: return first error, not last in make_stdio()
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (2...
2017-11-01 Zbigniew Jędrzejew... Remove a bunch of unused variables
2017-11-23 Zbigniew Jędrzejew... build-sys: use #if Y instead of #ifdef Y everywhere
2017-09-28 Andreas Rammholdtree-wide: use IN_SET where possible
2017-11-21 Daniel Mackcgroup, unit, fragment parser: make use of new firewall...
2017-11-20 Daniel MackAdd abstraction model for BPF programs
2017-11-19 Sven Edenv235: Added missing updates
2017-09-09 Lennart Poetteringsystemctl: don't do ANSI underlining on TERM=linux...
2017-09-25 Lennart Poetteringterminal: unify code for resetting kbd utf8 mode a...
2017-08-30 g0tarterminal reset should honour default_utf8 kernel settin...
2017-09-25 Lennart Poetteringtree-wide: use path_startswith() rather than startswith...
2017-09-25 Lennart Poetteringutil-lib: add a new skip_dev_prefix() helper
2017-08-30 Sven EdenPrep v235: Apply pending upstream updates in src/basic...
2017-08-14 Sven EdenPrep v235: Apply upstream fixes (3/10) [src/basic]
2017-07-17 Franck Buicore: reprint the question every 2 sec in ask_char()
2017-07-17 Franck Buicore: monitor the inotify file descriptor not the conso...
2017-07-07 Sven EdenMerge pull request #22 from elogind/dev_v232
2017-07-05 Sven EdenPrep v232: Do not listen to SYSTEMD_* environment varia...
2017-07-05 0xAXterminal-util: remove unnecessary check of result of...
2017-07-05 Zbigniew Jędrzejew... terminal-util: use getenv_bool for $SYSTEMD_COLORS
2017-07-05 Zbigniew Jędrzejew... elogind: ignore lack of tty when checking whether color...
2017-07-05 Lennart Poetteringcore: inherit TERM from PID 1 for all services started...
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-19 Zbigniew Jędrzejew... elogind: ignore lack of tty when checking whether color...
2017-06-16 Sven EdenPrep v231: Apply missing fixes from upstream (1/6)...
2017-06-16 Alexander Kuleshovtreewide: use stdio_unset_cloexec() function
2017-06-16 Lennart Poetteringtree-wide: check colors_enabled() before outputting...
2017-06-16 Werner Finkask-password: ask for passphrases not only on the first...
2017-06-16 Sven EdenPrep v230: Add utmp support to make wall message to...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [1/6] src...
2017-05-17 Zbigniew Jędrzejew... tree-wide: check if errno is greater then zero
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (3/5)
2017-04-26 Sven EdenPrep v228: Clean up the new src/basic/*-util-[hc] files:
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (2/3)
2017-04-26 Lennart Poetteringutil: minor modernization of vt_disallocate()
2017-04-24 Sven EdenMerge pull request #5 from elogind/dev_v227 v227.2
2017-03-29 Sven Eden[2/5] Apply missing fixes from upstream
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenPrep v226: Mask all unneeded functions
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/basic
2017-03-14 Sven EdenPrep v225: Applying various fixes and changes to src...
2017-03-14 Lennart Poetteringterminal-util: no real reason to assert on O_CREAT
2017-03-14 Lennart Poetteringterminal-util: when resetting terminals, don't wait...
2017-03-14 Sven EdenPrep v224: Major cleanup of unneeded functions and...
2017-03-14 Sven EdenPrep v221: Update and clean up build system to sync...