systemd/src
Yu Watanabe 0ffffade03
Merge pull request #23361 from keszybz/resolved-helpers
Add some ref-unref helpers for resolved
2022-05-13 02:33:29 +09:00
..
ac-power util: move on_ac_power() from util.c -> udev-util.c 2022-01-06 18:06:22 +09:00
activate strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
analyze analyze security: print DeviceAllow list 2022-05-01 13:43:01 +09:00
ask-password strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
backlight tree-wide: unify some code that looks for --help in the command line 2022-03-31 11:44:46 +02:00
basic Merge pull request #23361 from keszybz/resolved-helpers 2022-05-13 02:33:29 +09:00
binfmt strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
boot fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
busctl strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
cgls strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
cgroups-agent
cgtop strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
core fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
coredump meson: use a single constant for default compression setting 2022-04-22 15:08:28 +02:00
creds creds: trivial coding style fixes 2022-05-02 18:04:53 +02:00
cryptenroll cryptenroll,homectl: Introduce --fido2-credential-algorithm option 2022-04-22 20:22:40 +02:00
cryptsetup Merge pull request #22919 from poettering/cryptsetup-tweaks 2022-03-31 16:50:37 +02:00
debug-generator strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
delta strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
detect-virt virt: make virtualization enum a named type 2022-04-04 11:36:26 +02:00
dissect dissect: drop unnecessary {} 2022-05-08 16:23:13 +02:00
environment-d-generator strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
escape strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
firstboot firstboot: make --help output fit in 80 columns 2022-04-05 22:18:31 +02:00
fsck
fstab-generator strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
fundamental tree-wide: add a space after if, switch, for, and while 2022-04-01 22:48:42 +09:00
fuzz fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
getty-generator strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
gpt-auto-generator stat-util: fix dir_is_empty() with hidden/backup files 2022-05-04 13:29:14 +02:00
hibernate-resume devnum-util: define helper macros for formatting devnum major/minor pairs 2022-04-13 16:26:31 +02:00
home stat-util: fix dir_is_empty() with hidden/backup files 2022-05-04 13:29:14 +02:00
hostname hostnamed: update to use new style sd-bus macros 2022-04-21 23:22:52 +02:00
hwdb hwdb: fix parsing options 2022-04-06 04:03:32 +09:00
id128 strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
import time-util: assume CLOCK_BOOTTIME always exists 2022-03-28 16:55:41 +02:00
initctl
integritysetup integritysetup: also validate volume name 2022-03-31 11:44:46 +02:00
journal fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
journal-remote fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
kernel-install kernel-install: Skip execution if $KERNEL_INSTALL_BYPASS=1 2022-04-22 09:12:08 +09:00
libsystemd fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
libsystemd-network fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
libudev meson: also allow setting GIT_VERSION via templates 2022-04-05 22:18:31 +02:00
locale strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
login tree-wide: use LOG_MESSAGE() where possible 2022-05-11 16:47:40 +02:00
machine machine: update to use new-style sd-bus macros (#23012) 2022-04-08 21:43:18 +01:00
machine-id-setup
modules-load strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
mount dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one() 2021-12-30 23:50:45 +09:00
network fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
notify notify: remove spurious whitespace 2022-04-01 15:23:43 +02:00
nspawn fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
nss-myhostname nss-myhostname: do not return IPv6 local address if IPv6 is disabled 2022-04-23 04:18:51 +09:00
nss-mymachines nss: only read logging config from environment variables 2022-01-11 13:39:52 +01:00
nss-resolve nss: only read logging config from environment variables 2022-01-11 13:39:52 +01:00
nss-systemd strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
oom oomd: "descendent" → "descendant" 2022-04-28 15:46:44 +02:00
partition basic: split out dev_t related calls into new devno-util.[ch] 2022-04-13 16:26:31 +02:00
path
portable tree-wide: take BSD lock on loopback devices we dissect/mount/operate on 2022-04-10 22:52:29 +09:00
pstore meson: do not use split() in file lists 2022-03-02 14:49:32 +01:00
quotacheck
random-seed random-seed: add missing %m in error message 2022-01-31 21:07:13 +00:00
rc-local-generator
remount-fs
reply-password
resolve Merge pull request #23361 from keszybz/resolved-helpers 2022-05-13 02:33:29 +09:00
rfkill errno-util: add ERRNO_IS_DEVICE_ABSENT() macro 2022-03-24 16:19:48 +01:00
rpm meson: also allow setting GIT_VERSION via templates 2022-04-05 22:18:31 +02:00
run strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
run-generator strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
shared Merge pull request #23335 from keszybz/fuzz-json-more-coverage 2022-05-11 02:12:57 +09:00
shutdown shutdown: get only active md arrays. 2022-04-06 21:56:40 +01:00
sleep tree-wide: add a space after if, switch, for, and while 2022-04-01 22:48:42 +09:00
socket-proxy tree-wide: use ERRNO_IS_TRANSIENT() 2021-11-30 23:06:43 +09:00
stdio-bridge man: systemd-stdio-bridge doesn't connect "two busses" 2022-02-04 17:43:44 +00:00
sulogin-shell
sysctl strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
sysext stat-util: fix dir_is_empty() with hidden/backup files 2022-05-04 13:29:14 +02:00
system-update-generator
systemctl fuzz-systemctl-parse-argv: refuse commandlines above 1k entries 2022-05-08 22:47:50 +02:00
systemd meson: Add -Wall and -Wextra to header checks 2022-05-04 16:11:41 +02:00
sysupdate basic: split out dev_t related calls into new devno-util.[ch] 2022-04-13 16:26:31 +02:00
sysusers uid-range: use size_t for array size 2022-04-01 11:20:12 +02:00
sysv-generator Rename UnitFileScope to LookupScope 2022-03-29 16:17:57 +02:00
test Merge pull request #23361 from keszybz/resolved-helpers 2022-05-13 02:33:29 +09:00
timedate timedatectl: fix a memory leak 2022-05-05 00:05:57 +09:00
timesync tree-wide: use LOG_MESSAGE() where possible 2022-05-11 16:47:40 +02:00
tmpfiles Merge pull request #23021 from fbuihuu/tmpfiles-fix-precedence-with-plus-sign 2022-04-16 01:36:51 +09:00
tty-ask-password-agent strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
udev fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00
update-done
update-utmp
user-sessions
userdb userdbctl: initialize parameter n for uid_range_load_userns() 2022-05-06 13:48:51 +09:00
vconsole meson: move vconsole rules to rules.d/ 2022-05-05 11:51:44 +02:00
veritysetup veritysetup: fix memory corruption 2022-04-02 02:22:39 +09:00
version
volatile-root basic: split out dev_t related calls into new devno-util.[ch] 2022-04-13 16:26:31 +02:00
xdg-autostart-generator fuzzers: ignore size limits when compiled standalone 2022-05-12 14:57:07 +02:00