index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
terminal-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
terminal: don't hardcode major number of PTYs
Lennart Poettering
2021-05-19
1
-26
/
+38
*
terminal-util: use _cleanup_close_ where appropriate
Lennart Poettering
2021-05-19
1
-11
/
+8
*
terminal-util: add extra validity checks that we operate on a TTY before doin...
Lennart Poettering
2021-05-19
1
-3
/
+11
*
terminal-util: add debug logging for when TTY ioctls fail
Lennart Poettering
2021-05-19
1
-3
/
+6
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-2
/
+2
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+2
*
tree-wide: use usec_add() and usec_sub_unsigned()
Yu Watanabe
2021-03-04
1
-3
/
+3
*
terminal-util: use ansi_normal() or friends instead of ANSI_NORMAL
Yu Watanabe
2021-01-25
1
-7
/
+7
*
terminal-util: use 256 color mode for PID 1 output, too
Lennart Poettering
2020-12-17
1
-3
/
+8
*
basic/term-util: inline colors_enabled function
rnhmjoj
2020-12-15
1
-12
/
+0
*
tree-wide: avoid direct use of color macros
rnhmjoj
2020-12-15
1
-13
/
+9
*
basic/term-util: extend $SYSTEMD_COLORS
rnhmjoj
2020-12-15
1
-21
/
+52
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
man: fix typos
Samanta Navarro
2020-10-03
1
-1
/
+1
*
fileio: fileno() can realistically return -1
Lennart Poettering
2020-04-13
1
-9
/
+23
*
basic/terminal-util: add support for $NO_COLOR
Zbigniew Jędrzejewski-Szmek
2019-11-24
1
-0
/
+8
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
terminal-util: add fallback logic to make_console_stdio()
Lennart Poettering
2019-08-20
1
-10
/
+17
*
Revert "Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()"
Lennart Poettering
2019-07-18
1
-17
/
+0
*
Revert "Add check to switch VTs only between K_XLATE or K_UNICODE"
Lennart Poettering
2019-07-18
1
-8
/
+1
*
Merge pull request #13080 from keszybz/firstboot-fixes
Lennart Poettering
2019-07-17
1
-22
/
+17
|
\
|
*
firstboot: actually accept empty input to mean skip
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-22
/
+17
*
|
shared: voidify call to loop_write() and trim duplicate code
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-48
/
+34
|
/
*
tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()
Yu Watanabe
2019-06-24
1
-5
/
+3
*
terminal-util: introduce openpt_allocate()
Franck Bui
2019-06-18
1
-12
/
+44
*
terminal-util: reset access mode in vt_restore(), too
Lennart Poettering
2019-05-24
1
-7
/
+5
*
Merge pull request #12378 from rbalint/vt-kbd-reset-check
Lennart Poettering
2019-05-16
1
-1
/
+25
|
\
|
*
Add check to switch VTs only between K_XLATE or K_UNICODE
Balint Reczey
2019-05-15
1
-1
/
+8
|
*
Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()
Balint Reczey
2019-04-24
1
-0
/
+17
*
|
Merge pull request #12411 from keszybz/pr/12394
Lennart Poettering
2019-05-08
1
-0
/
+38
|
\
\
|
*
|
journalctl,shared/log: use yellow for warnings
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+8
|
*
|
basic/log: use colors to highlight messages like journalctl
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+30
|
|
/
*
/
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
|
/
*
terminal-util: add paranoid overflow check
Lennart Poettering
2019-03-27
1
-0
/
+4
*
terminal-util: modernize things with TAKE_PTR a bit
Lennart Poettering
2019-03-27
1
-11
/
+9
*
util-lib: use a fixed buffer size for terminal path
Zbigniew Jędrzejewski-Szmek
2019-03-20
1
-20
/
+11
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
1
-0
/
+1
*
tree-wide: port some code over to safe_fgetc()
Lennart Poettering
2018-12-18
1
-9
/
+4
*
tree-wide: port various parts of the code over to the new device_major_minor_...
Lennart Poettering
2018-11-29
1
-34
/
+37
*
terminal-util: use PATH_STARTSWITH_SET() instead of plain startswith() where ...
Lennart Poettering
2018-11-26
1
-5
/
+2
*
terminal-util: introduce vt_release() helper
Franck Bui
2018-11-21
1
-0
/
+16
*
terminal-util: introduce vt_restore() helper
Franck Bui
2018-11-21
1
-0
/
+34
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-182
/
+0
*
tree-wide: port over other candidates for namespace_fork()
Lennart Poettering
2018-11-13
1
-12
/
+6
*
terminal-util: use fgetc() carefully instead of fread()
Lennart Poettering
2018-10-18
1
-6
/
+11
*
terminal-util: excorcise fgets()
Lennart Poettering
2018-10-18
1
-25
/
+21
*
terminal-util: extra safety checks when parsing $COLUMNS or $LINES (#10314)
Lennart Poettering
2018-10-09
1
-8
/
+8
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-0
/
+9
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
[next]