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
*
devnum-util: add new devnum_is_zero() helper
Lennart Poettering
2023-03-29
1
-1
/
+1
*
terminal-util: Don't assume terminal is dumb if connected to /dev/null
Daan De Meyer
2023-03-16
1
-1
/
+17
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-2
/
+2
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-10
/
+10
*
terminal-util: Set OPOST when setting ONLCR
Ray Strode
2022-12-01
1
-1
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-1
/
+1
*
shared/terminal-util: don't use $COLORTERM to force colors
Zbigniew Jędrzejewski-Szmek
2022-05-06
1
-9
/
+18
*
terminal-util: get_color_mode checks COLORTERM
Sonali Srivastava
2022-05-05
1
-0
/
+5
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-0
/
+1
*
inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()
Yu Watanabe
2022-03-25
1
-1
/
+0
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-16
/
+5
*
exec: Add TTYRows and TTYColumns properties to set TTY dimensions
Daan De Meyer
2021-11-05
1
-0
/
+33
*
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Lennart Poettering
2021-10-05
1
-0
/
+1
*
basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.c
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-1
/
+0
*
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
[next]