index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vconsole
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vconsole-setup: use "@kernel" rather than "kernel" as special string to leave...
Lennart Poettering
2023-08-10
1
-1
/
+1
*
vconsole-setup: simplify error handling
Lennart Poettering
2023-08-09
1
-6
/
+6
*
vconsole-setup: simplify path allocation
Lennart Poettering
2023-08-09
1
-4
/
+6
*
vconsole-setup: use FOREACH_ARRAY() at one more place
Lennart Poettering
2023-08-09
1
-2
/
+2
*
vconsole-setup: port to main-func.h boilerplate
Lennart Poettering
2023-08-09
1
-6
/
+7
*
vconsole: support KEYMAP=kernel for preserving kernel keymap
Mike Yuan
2023-08-03
1
-1
/
+1
*
include missing sys/file.h for LOCK_EX
Khem Raj
2023-08-02
1
-0
/
+1
*
meson: move declarations of random-seed, vconsole, and sysupdate
Yu Watanabe
2023-08-01
1
-0
/
+9
*
vconsole-setup: don't fail with an empty keymap
Luca Boccassi
2023-07-24
1
-1
/
+1
*
Merge pull request #27867 from keszybz/vconsole-reload-again
Luca Boccassi
2023-07-15
1
-0
/
+9
|
\
|
*
pid1,vconsole-setup: take a lock for the console device
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-0
/
+9
*
|
loop-write: do strlen() implicitly if size is specified as SIZE_MAX
Lennart Poettering
2023-07-13
1
-1
/
+1
|
/
*
vconsole-setup: reduce variable scope, shorten things
Zbigniew Jędrzejewski-Szmek
2023-05-19
1
-22
/
+13
*
shared/creds-util: return 0 for missing creds in read_credential_strings_many
Zbigniew Jędrzejewski-Szmek
2023-04-25
1
-5
/
+2
*
vconsole: introduce context_get_config() helper function
Yu Watanabe
2023-03-24
1
-14
/
+34
*
vconsole: introduce Context and its helper functions
Yu Watanabe
2023-03-24
1
-41
/
+149
*
vconsole: allow setting default keymap through build option
Mike Yuan
2023-02-15
1
-4
/
+7
*
vconsole: permit configuration of vconsole settings via credentials
Lennart Poettering
2023-01-05
1
-3
/
+15
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
Use https for freedesktop.org
Michael Biebl
2022-06-28
1
-1
/
+1
*
meson: move vconsole rules to rules.d/
Zbigniew Jędrzejewski-Szmek
2022-05-05
2
-21
/
+0
*
meson: also allow setting GIT_VERSION via templates
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-11
/
+3
*
build: preserve correct mode when generating files via jinja2
Christian Brauner
2021-11-08
1
-2
/
+1
*
meson: use jinja2 in src/vconsole
Zbigniew Jędrzejewski-Szmek
2021-05-19
2
-9
/
+9
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-2
/
+2
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
3
-3
/
+3
*
vconsole-setup: downgrade log message when setting font fails on dummy console
Franck Bui
2020-07-20
1
-4
/
+14
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
vconsole-setup: rename toggle_utf8() → toggle_utf8_vc()
Lennart Poettering
2019-07-18
1
-3
/
+4
*
Revert "Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()"
Lennart Poettering
2019-07-18
1
-3
/
+20
*
Revert "Add check to switch VTs only between K_XLATE or K_UNICODE"
Lennart Poettering
2019-07-18
1
-7
/
+0
*
Merge pull request #12378 from rbalint/vt-kbd-reset-check
Lennart Poettering
2019-05-16
1
-20
/
+10
|
\
|
*
Add check to switch VTs only between K_XLATE or K_UNICODE
Balint Reczey
2019-05-15
1
-0
/
+7
|
*
Move verify_vc_kbmode() to terminal-util.c as vt_verify_kbmode()
Balint Reczey
2019-04-24
1
-20
/
+3
*
|
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
|
/
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
vconsole-setup: fonts copy will fail if the current terminal is in graphical ...
Franck Bui
2018-12-13
1
-4
/
+18
*
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-2
/
+2
|
\
|
*
tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possible
Lennart Poettering
2018-12-01
1
-2
/
+2
*
|
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
|
/
*
vconsole: Don't skip udev call for dummy device
Tim Ruffing
2018-11-22
1
-1
/
+1
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-2
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
tree-wide: replace all remaining uses of parse_env_file() for parsing /proc/c...
Lennart Poettering
2018-11-14
1
-15
/
+14
*
tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...
Yu Watanabe
2018-11-06
1
-1
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
[next]