systemd/src
Yu Watanabe 2962a50850 systemctl: swap cached_id_map and cached_name_map
These are unused or used in the same order. So, this patch does not
change any behavior, just for naming consistency with the function
prototype.

Closes #30570.
2023-12-22 12:34:01 +09:00
..
ac-power
analyze analyze-verify: verify all executables 2023-12-20 23:56:16 +09:00
ask-password
backlight
basic Merge pull request #28658 from H5117/enroll_with_ec 2023-12-21 22:45:40 +01:00
battery-check
binfmt
boot bootctl: update/list/remove all instances of systemd-boot in /EFI/BOOT 2023-12-20 13:56:02 +01:00
busctl
cgls
cgroups-agent
cgtop
core service: don't try to determine selinux label for socket activation if RootImage= is used 2023-12-22 11:51:51 +09:00
coredump test: always call test_setup_logging() 2023-11-18 03:04:27 +09:00
creds creds: add varlink API for encrypting/decrypting credentials 2023-12-21 19:19:12 +01:00
cryptenroll cryptenroll, homectl: deduplicate generation of LUKS2 volume keys 2023-12-19 13:14:16 +03:00
cryptsetup cryptsetup: use WantsMountsFor= for key/header when nofail is set 2023-11-29 11:04:59 +00:00
debug-generator
delta
detect-virt
dissect dissect-tool: hide device column if it's a short-lived loopback device 2023-12-13 17:41:18 +01:00
environment-d-generator
escape
firstboot dbus-wait-for-jobs: change 'quiet' flag to enum 2023-12-19 04:52:41 -08:00
fsck fsck: use correct errno 2023-12-15 21:21:15 +08:00
fstab-generator fstab-generator: disable default deps if x-systemd.{wanted,required}-by= is used 2023-12-12 00:34:32 +08:00
fundamental macro-fundamental: add U64_{K,M,G}B 2023-12-13 20:42:05 +08:00
fuzz
getty-generator
gpt-auto-generator gpt-auto-generator: enable TPM2 unlocking in gpt-auto-generator 2023-11-28 15:36:20 +00:00
hibernate-resume hibernate-resume: don't wait forever if hibernate info is from EFI 2023-12-12 12:36:58 +00:00
home Merge pull request #28658 from H5117/enroll_with_ec 2023-12-21 22:45:40 +01:00
hostname polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
hwdb Add $SYSTEMD_HWDB_UPDATE_BYPASS (#30463) 2023-12-14 18:57:05 +09:00
id128
import polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
initctl
integritysetup
journal tree-wide: use hashmap_isempty() and friends 2023-12-22 01:27:09 +09:00
journal-remote journal-remote: set upper length bound when parsing incoming headers 2023-12-09 13:17:02 +00:00
kernel-install Merge pull request #30232 from keszybz/ukify-imports 2023-12-13 14:38:03 +01:00
libsystemd sd-journal: use FOREACH_ARRAY() at one more place 2023-12-22 01:28:44 +09:00
libsystemd-network network/ipv4ll: do not start sd-ipv4ll on exit 2023-12-10 14:40:09 +09:00
libudev test: Skip various tests when /sys is not mounted 2023-12-19 16:38:57 +01:00
locale polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
login polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
machine polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
machine-id-setup
modules-load
mount dbus-wait-for-jobs: change 'quiet' flag to enum 2023-12-19 04:52:41 -08:00
network networkd: add basic Varlink interface 2023-12-22 11:54:43 +09:00
notify fdset: set all collected fds to CLOEXEC in fdset_new_fill() 2023-12-01 00:14:37 +08:00
nspawn tree-wide: use hashmap_isempty() and friends 2023-12-22 01:27:09 +09:00
nss-myhostname
nss-mymachines
nss-resolve
nss-systemd
oom tree-wide: use hashmap_isempty() and friends 2023-12-22 01:27:09 +09:00
partition blockdev-util: add new helper blockdev_get_device_size() 2023-12-13 17:35:22 +01:00
path
pcrextend varlink: add helper varlink_error_invalid_parameter_name() 2023-12-21 19:22:46 +01:00
pcrlock color-util: split out HSV color conversion into color-util.[ch] 2023-12-21 19:15:01 +01:00
portable polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
pstore fix: prefix of dmesg pstore files 2023-12-01 17:34:43 +00:00
quotacheck
random-seed
rc-local-generator
remount-fs
reply-password
resolve polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
rfkill
rpm
run man: try to improve wording on --slice-inherit docs 2023-12-21 19:15:01 +01:00
run-generator
shared networkd: add basic Varlink interface 2023-12-22 11:54:43 +09:00
shutdown shutdown: Send EXIT_STATUS before final sync 2023-12-18 13:21:17 +01:00
sleep hibernate-util: de-duplicate clear_efi_hibernate_location 2023-12-10 14:08:46 +09:00
socket-activate
socket-proxy
stdio-bridge stdio-bridge: return immediately if we can 2023-12-02 09:47:45 +01:00
storagetm storagetm: use path to device node instead of devpath 2023-11-14 08:52:40 +01:00
sulogin-shell
sysctl
sysext varlink: add helper varlink_error_invalid_parameter_name() 2023-12-21 19:22:46 +01:00
system-update-generator
systemctl systemctl: swap cached_id_map and cached_name_map 2023-12-22 12:34:01 +09:00
systemd
sysupdate
sysusers
sysv-generator
test networkd: add basic Varlink interface 2023-12-22 11:54:43 +09:00
timedate polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
timesync polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature 2023-12-22 05:27:36 +09:00
tmpfiles
tpm2-setup variuos: fwrite() does not set errno 2023-12-05 19:18:23 +01:00
tty-ask-password-agent
udev test: Skip various tests when /sys is not mounted 2023-12-19 16:38:57 +01:00
ukify Merge pull request #30232 from keszybz/ukify-imports 2023-12-13 14:38:03 +01:00
update-done
update-utmp
user-sessions
userdb userdb: fix typo 2023-12-20 15:12:10 +09:00
varlinkctl varlinkctl: add short comment 2023-11-28 18:28:17 +09:00
vconsole vconsole-setup: remember the correct error value when open_terminal() fails 2023-12-18 15:48:56 +01:00
veritysetup
version
vmspawn machine-credential: introduce MachineCredentialContext 2023-12-14 08:50:44 +00:00
volatile-root
xdg-autostart-generator