index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
systemd-binfmt.service.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-23
udev: use SD_EVENT_SIGNAL_PROCMASK
Yu Watanabe
2
-9
/
+8
2023-12-22
TODO: fix typo
Yu Watanabe
1
-1
/
+1
2023-12-22
network: use varlink for networkctl check_netns_match()
Matt Layher
1
-9
/
+21
2023-12-22
backlight: split out verb_load() and verb_save(), then use dispatch_verb()
Yu Watanabe
1
-57
/
+75
2023-12-22
backlight: use WRITE_STRING_FILE_MKDIR_0755 flag on save
Yu Watanabe
1
-6
/
+1
2023-12-22
backlight: split out read_saved_brightness()
Yu Watanabe
1
-26
/
+40
2023-12-22
backlight: split out device_new_from_arg()
Yu Watanabe
1
-23
/
+43
2023-12-22
backlight: split out build_save_file_path()
Yu Watanabe
1
-18
/
+44
2023-12-22
backlight: move validity check of max_brightness to get_max_brightness()
Yu Watanabe
1
-14
/
+18
2023-12-22
various: clean up isatty() handling
Mike Yuan
12
-29
/
+26
2023-12-22
terminal-util: introduce isatty_safe that rejects EBADF
Mike Yuan
2
-0
/
+14
2023-12-22
terminal-util: use RET_GATHER more
Mike Yuan
1
-18
/
+13
2023-12-22
test: fix check for device in test-execute
Luca Boccassi
1
-1
/
+1
2023-12-22
systemctl: swap cached_id_map and cached_name_map
Yu Watanabe
1
-5
/
+5
2023-12-22
networkd: add basic Varlink interface
Lennart Poettering
9
-3
/
+140
2023-12-22
service: don't try to determine selinux label for socket activation if RootIm...
Lennart Poettering
3
-33
/
+63
2023-12-21
Drop /dev test in test-mountpoint-util
Daan De Meyer
1
-5
/
+0
2023-12-21
bash-completion: add missing option to systemd-confext
Arthur Zamarin
1
-1
/
+10
2023-12-21
bash-completion: add missing option to systemd-cgls
Arthur Zamarin
1
-1
/
+4
2023-12-21
bash-completion: add missing option to systemd-cat
Arthur Zamarin
1
-2
/
+2
2023-12-21
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
29
-450
/
+365
2023-12-21
varlink: make use of varlink_error_invalid_parameter() helper where appropriate
Lennart Poettering
1
-3
/
+1
2023-12-21
varlink: add helper varlink_error_invalid_parameter_name()
Lennart Poettering
4
-7
/
+14
2023-12-21
test: add simple creds/varlink integration test
Lennart Poettering
1
-0
/
+10
2023-12-21
creds: add varlink API for encrypting/decrypting credentials
Lennart Poettering
8
-0
/
+271
2023-12-21
varlink: add helper varlink_error_invalid_parameter_name()
Lennart Poettering
4
-7
/
+14
2023-12-21
update TODO
Lennart Poettering
1
-8
/
+4
2023-12-21
test: add minimal integration test coverage for uid0 tool
Lennart Poettering
1
-0
/
+4
2023-12-21
man: try to improve wording on --slice-inherit docs
Lennart Poettering
2
-6
/
+9
2023-12-21
run/uid0: tint the terminal background color (and add new --background= switch)
Lennart Poettering
3
-1
/
+89
2023-12-21
color-util: add helper to convert RGB → HSV
Lennart Poettering
4
-0
/
+104
2023-12-21
color-util: split out HSV color conversion into color-util.[ch]
Lennart Poettering
4
-34
/
+50
2023-12-21
ptyfwd: optionally, change ANSI background color of forwarded terminals
Lennart Poettering
2
-3
/
+274
2023-12-21
terminal-util: add helper that determines terminal default bg color
Lennart Poettering
3
-0
/
+221
2023-12-21
terminal-util: add helper for disabling terminal echo in termios struct
Lennart Poettering
3
-4
/
+12
2023-12-21
mkosi: don't turn off installation of our PAM snippets
Lennart Poettering
1
-1
/
+1
2023-12-21
run: optionally set the "ignore-failure" flag for ExecStart= lines
Lennart Poettering
2
-2
/
+22
2023-12-21
run: when invoked as "uid0", expose some sudo-like behaviour
Lennart Poettering
6
-3
/
+521
2023-12-21
env-util: add strv_env_assignf() helper
Lennart Poettering
3
-0
/
+51
2023-12-21
sd-journal: use FOREACH_ARRAY() at one more place
Yu Watanabe
1
-2
/
+2
2023-12-21
tree-wide: use hashmap_isempty() and friends
Yu Watanabe
13
-25
/
+26
2023-12-21
varlink: check state rather than flags to determine whether it makes sense to...
Lennart Poettering
1
-3
/
+3
2023-12-21
varlink: add an extra assert encoding our assumption that ucred is valid here
Lennart Poettering
1
-0
/
+2
2023-12-21
varlink: never turn method call handler errors into connection errors
Lennart Poettering
1
-6
/
+3
2023-12-21
varlink: switch various log calls to the local log helpers
Lennart Poettering
1
-21
/
+21
2023-12-21
socket-util: remove unnecessary variable
Lennart Poettering
1
-3
/
+1
2023-12-21
socket-util: make sure SO_PEERSEC returned string is always NUL terminated
Lennart Poettering
1
-1
/
+3
2023-12-21
dbus-execute: use new exec_context_get_set_login_environment() helper also as...
Lennart Poettering
1
-1
/
+2
2023-12-21
resolved: actually check authenticated flag of SOA transaction
Michal Sekletar
1
-2
/
+2
2023-12-21
core: imply SetLoginEnvironment= if PAMName= is set
Lennart Poettering
4
-7
/
+20
[next]