systemd/src
2021-05-13 12:17:19 +09:00
..
ac-power
activate tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
analyze meson: simplify the BUILD_MODE conditional 2021-04-14 16:19:54 +02:00
ask-password ask-password: when querying for a password, try to read from credential store first 2021-03-26 12:21:56 +01:00
backlight backlight: refactor get_max_brightness() to appease gcc 2021-04-01 12:01:58 +02:00
basic Merge pull request #19590 from keszybz/comments-and-service-modernization 2021-05-13 12:17:19 +09:00
binfmt fileio: optionally, return discovered path of file in search_and_fopen() 2021-05-07 16:43:26 +02:00
boot Merge pull request #19506 from xnox/ship-stub-elf 2021-05-12 09:45:36 +02:00
busctl tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
cgls
cgroups-agent
cgtop tree-wide: use UINT64_MAX or friends 2021-03-05 07:10:13 +09:00
core Merge pull request #19590 from keszybz/comments-and-service-modernization 2021-05-13 12:17:19 +09:00
coredump Merge pull request #18863 from keszybz/cmdline-escaping 2021-05-07 17:29:39 +02:00
cryptenroll FIDO2: ask and record whether user verification was used to lock the volume 2021-05-07 21:36:27 +01:00
cryptsetup cryptsetup: fix flags check 2021-05-10 19:53:52 +02:00
debug-generator
delta
detect-virt
dissect dissect-image: add support for optionally mounting images with idmapping on 2021-05-07 22:44:05 +02:00
environment-d-generator Merge pull request #18863 from keszybz/cmdline-escaping 2021-05-07 17:29:39 +02:00
escape
firstboot Merge pull request #19391 from poettering/dissect-grow 2021-05-07 15:04:55 +02:00
fsck
fstab-generator fstab-generator: clean up mount point flags handling 2021-04-23 16:55:29 +02:00
fundamental boot: add optional EFI SBAT support 2021-05-07 14:38:48 +01:00
fuzz fuzz-main: allow the number of runs to be overridden 2021-03-06 09:32:18 +01:00
getty-generator
gpt-auto-generator gpt-auto-generator: pull in systemd-growfs@.service if new GPT growfs partition flag is set 2021-04-23 17:57:22 +02:00
hibernate-resume
home FIDO2: ask and record whether user presence was used to lock the volume 2021-05-07 21:36:27 +01:00
hostname hostnamectl: fix hyperlink in "Operating System" field 2021-05-04 15:27:20 +02:00
hwdb
id128
import meson: simplify the BUILD_MODE conditional 2021-04-14 16:19:54 +02:00
initctl
journal Merge pull request #18863 from keszybz/cmdline-escaping 2021-05-07 17:29:39 +02:00
journal-remote tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various places 2021-05-11 15:42:11 +02:00
kernel-install kernel-insteall: do not remove the first slash in $ENTRY_DIR 2021-04-30 15:37:34 +09:00
libsystemd Merge pull request #19590 from keszybz/comments-and-service-modernization 2021-05-13 12:17:19 +09:00
libsystemd-network netlink,network: drop "const" from opaque object parameters in supposed-to-be-public APIs 2021-05-12 16:19:58 +09:00
libudev meson: simplify the BUILD_MODE conditional 2021-04-14 16:19:54 +02:00
locale tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
login userdb: rename userdb lookup flags a bit 2021-05-07 22:19:07 +02:00
machine bus-print-property: introduce BusPrintPropertyFlags 2021-04-28 17:36:09 +02:00
machine-id-setup tree-wide: enable automatic growing of file systems in images in various tools that deal with OS images 2021-04-23 17:56:51 +02:00
modules-load fileio: optionally, return discovered path of file in search_and_fopen() 2021-05-07 16:43:26 +02:00
mount table: drop last SIZE_MAX from table_set_sort() and table_set_display() 2021-03-05 07:10:13 +09:00
network network: make route_configure() return all created routes 2021-05-12 11:26:06 +09:00
notify systemd-notify: Fix return value of --booted 2021-04-01 20:42:22 +01:00
nspawn nspawn: introduce --private-users-ownership=map|auto 2021-05-07 22:44:13 +02:00
nss-myhostname nss-myhostname: expose the "outbound" IP addresses under the synthetic "_outbound" hostname 2021-04-23 12:02:11 +02:00
nss-mymachines
nss-resolve nss-resolve: define variables in the body 2021-03-31 17:19:03 +02:00
nss-systemd nss-systemd: synthesize NSS shadow/gshadow records from userdb, as well 2021-05-08 14:35:28 +02:00
oom fix: point to the correct drop-ins subdirectory for confs 2021-04-22 09:36:14 +02:00
partition tree-wide: refuse too long strings earlier in specifier_printf() 2021-05-12 10:26:07 +09:00
path
portable dissect-image: add support for optionally mounting images with idmapping on 2021-05-07 22:44:05 +02:00
pstore fix: point to the correct drop-ins subdirectory for confs 2021-04-22 09:36:14 +02:00
quotacheck
random-seed partition, random-seed, logind: fix log messages with %m 2021-04-14 16:19:54 +02:00
rc-local-generator
remount-fs
reply-password
resolve resolved.conf.in: add missing Quad9 servers 2021-05-12 12:17:39 +02:00
rfkill rfkill: add some casts to silence -Werror=sign-compare 2021-04-14 10:26:31 +01:00
rpm rpm: when disabling a unit, do not complain if systemd is not running 2021-03-31 10:50:07 +02:00
run run: tweak algorithm for generating unit name from dbus unique name 2021-03-04 20:50:41 +00:00
run-generator treewide: fix spelling 2021-02-25 05:54:11 +09:00
shared Merge pull request #19567 from poettering/ipv4-ipv6-lowercase 2021-05-12 12:21:58 +02:00
shutdown Merge pull request #18886 from anitazha/shutdownconsole 2021-03-31 10:28:26 +02:00
sleep fix: point to the correct drop-ins subdirectory for confs 2021-04-22 09:36:14 +02:00
socket-proxy
stdio-bridge meson: simplify the BUILD_MODE conditional 2021-04-14 16:19:54 +02:00
sulogin-shell
sysctl fileio: optionally, return discovered path of file in search_and_fopen() 2021-05-07 16:43:26 +02:00
sysext dissect-image: add support for optionally mounting images with idmapping on 2021-05-07 22:44:05 +02:00
system-update-generator
systemctl tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various places 2021-05-11 15:42:11 +02:00
systemd netlink,network: drop "const" from opaque object parameters in supposed-to-be-public APIs 2021-05-12 16:19:58 +09:00
sysusers tree-wide: refuse too long strings earlier in specifier_printf() 2021-05-12 10:26:07 +09:00
sysv-generator tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
test Merge pull request #19590 from keszybz/comments-and-service-modernization 2021-05-13 12:17:19 +09:00
timedate timedated: make ntp_synced() static 2021-05-12 12:05:21 +02:00
timesync timesync: check that bus is ready before emitting property change 2021-05-08 15:12:31 +09:00
tmpfiles tree-wide: refuse too long strings earlier in specifier_printf() 2021-05-12 10:26:07 +09:00
tty-ask-password-agent tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
udev udev,sd_device: also save map from device ID to watch handle in /run/udev/watch 2021-04-30 19:41:41 +09:00
update-done
update-utmp set boot time from monotonic time (#19444) 2021-04-29 11:05:01 +02:00
user-sessions
userdb userdbctl: add two new switches --with-dropin=/--with-varlink= 2021-05-10 18:02:50 +02:00
vconsole tree-wide: avoid uninitialized warning on _cleanup_ variables 2021-04-14 12:25:06 +01:00
veritysetup tree-wide: coccinelle fixes 2021-03-18 11:59:31 +01:00
version
volatile-root
xdg-autostart-generator Introduce ExitType 2021-03-31 10:26:07 +02:00