summaryrefslogtreecommitdiffstats
path: root/man/systemd-binfmt.service.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23udev: use SD_EVENT_SIGNAL_PROCMASKYu Watanabe2-9/+8
2023-12-22TODO: fix typoYu Watanabe1-1/+1
2023-12-22network: use varlink for networkctl check_netns_match()Matt Layher1-9/+21
2023-12-22backlight: split out verb_load() and verb_save(), then use dispatch_verb()Yu Watanabe1-57/+75
2023-12-22backlight: use WRITE_STRING_FILE_MKDIR_0755 flag on saveYu Watanabe1-6/+1
2023-12-22backlight: split out read_saved_brightness()Yu Watanabe1-26/+40
2023-12-22backlight: split out device_new_from_arg()Yu Watanabe1-23/+43
2023-12-22backlight: split out build_save_file_path()Yu Watanabe1-18/+44
2023-12-22backlight: move validity check of max_brightness to get_max_brightness()Yu Watanabe1-14/+18
2023-12-22various: clean up isatty() handlingMike Yuan12-29/+26
2023-12-22terminal-util: introduce isatty_safe that rejects EBADFMike Yuan2-0/+14
2023-12-22terminal-util: use RET_GATHER moreMike Yuan1-18/+13
2023-12-22test: fix check for device in test-executeLuca Boccassi1-1/+1
2023-12-22systemctl: swap cached_id_map and cached_name_mapYu Watanabe1-5/+5
2023-12-22networkd: add basic Varlink interfaceLennart Poettering9-3/+140
2023-12-22service: don't try to determine selinux label for socket activation if RootIm...Lennart Poettering3-33/+63
2023-12-21Drop /dev test in test-mountpoint-utilDaan De Meyer1-5/+0
2023-12-21bash-completion: add missing option to systemd-confextArthur Zamarin1-1/+10
2023-12-21bash-completion: add missing option to systemd-cglsArthur Zamarin1-1/+4
2023-12-21bash-completion: add missing option to systemd-catArthur Zamarin1-2/+2
2023-12-21polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering29-450/+365
2023-12-21varlink: make use of varlink_error_invalid_parameter() helper where appropriateLennart Poettering1-3/+1
2023-12-21varlink: add helper varlink_error_invalid_parameter_name()Lennart Poettering4-7/+14
2023-12-21test: add simple creds/varlink integration testLennart Poettering1-0/+10
2023-12-21creds: add varlink API for encrypting/decrypting credentialsLennart Poettering8-0/+271
2023-12-21varlink: add helper varlink_error_invalid_parameter_name()Lennart Poettering4-7/+14
2023-12-21update TODOLennart Poettering1-8/+4
2023-12-21test: add minimal integration test coverage for uid0 toolLennart Poettering1-0/+4
2023-12-21man: try to improve wording on --slice-inherit docsLennart Poettering2-6/+9
2023-12-21run/uid0: tint the terminal background color (and add new --background= switch)Lennart Poettering3-1/+89
2023-12-21color-util: add helper to convert RGB → HSVLennart Poettering4-0/+104
2023-12-21color-util: split out HSV color conversion into color-util.[ch]Lennart Poettering4-34/+50
2023-12-21ptyfwd: optionally, change ANSI background color of forwarded terminalsLennart Poettering2-3/+274
2023-12-21terminal-util: add helper that determines terminal default bg colorLennart Poettering3-0/+221
2023-12-21terminal-util: add helper for disabling terminal echo in termios structLennart Poettering3-4/+12
2023-12-21mkosi: don't turn off installation of our PAM snippetsLennart Poettering1-1/+1
2023-12-21run: optionally set the "ignore-failure" flag for ExecStart= linesLennart Poettering2-2/+22
2023-12-21run: when invoked as "uid0", expose some sudo-like behaviourLennart Poettering6-3/+521
2023-12-21env-util: add strv_env_assignf() helperLennart Poettering3-0/+51
2023-12-21sd-journal: use FOREACH_ARRAY() at one more placeYu Watanabe1-2/+2
2023-12-21tree-wide: use hashmap_isempty() and friendsYu Watanabe13-25/+26
2023-12-21varlink: check state rather than flags to determine whether it makes sense to...Lennart Poettering1-3/+3
2023-12-21varlink: add an extra assert encoding our assumption that ucred is valid hereLennart Poettering1-0/+2
2023-12-21varlink: never turn method call handler errors into connection errorsLennart Poettering1-6/+3
2023-12-21varlink: switch various log calls to the local log helpersLennart Poettering1-21/+21
2023-12-21socket-util: remove unnecessary variableLennart Poettering1-3/+1
2023-12-21socket-util: make sure SO_PEERSEC returned string is always NUL terminatedLennart Poettering1-1/+3
2023-12-21dbus-execute: use new exec_context_get_set_login_environment() helper also as...Lennart Poettering1-1/+2
2023-12-21resolved: actually check authenticated flag of SOA transactionMichal Sekletar1-2/+2
2023-12-21core: imply SetLoginEnvironment= if PAMName= is setLennart Poettering4-7/+20