1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/src
2022-03-31 11:44:46 +02: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 Rename UnitFileScope to LookupScope 2022-03-29 16:17:57 +02: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 tree-wide: unify some code that looks for --help in the command line 2022-03-31 11:44:46 +02:00
binfmt strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
boot bootspec: normalize function names/parameter lists 2022-03-28 16:02:15 +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 Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me-harder 2022-03-29 21:10:03 +02:00
coredump strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
creds strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
cryptenroll strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
cryptsetup tree-wide: unify some code that looks for --help in the command line 2022-03-31 11:44:46 +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
dissect strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09: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
fsck
fstab-generator strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
fundamental sd-boot: make use of new "sort-key" boot loader spec field 2022-03-18 11:59:30 +01:00
fuzz meson: Use files() for fuzzers 2022-01-11 14:15:54 +01:00
getty-generator strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
gpt-auto-generator gpt-auto: properly handle case where we can't determine devno of /usr/ fs 2022-02-14 13:40:59 +01:00
hibernate-resume
home errno-util: add ERRNO_IS_DEVICE_ABSENT() macro 2022-03-24 16:19:48 +01:00
hostname hostnamed: properly reset hw model/vendor props before re-reading them 2022-03-24 21:29:13 +01:00
hwdb
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 tree-wide: unify some code that looks for --help in the command line 2022-03-31 11:44:46 +02:00
journal Merge pull request #22861 from poettering/journald-sigterm 2022-03-26 00:27:47 +09:00
journal-remote journal-file: merge compress/seal bool args into a single flags param 2022-03-25 09:59:09 +01:00
kernel-install kernel-install: check for /loader/entries.srel file as explicit marker for standards compliant /loader/entries directory 2022-03-22 00:34:49 +01:00
libsystemd sd-device: do not ignore critical errors in device_new_from_child() 2022-03-31 07:25:24 +09:00
libsystemd-network time-util: assume CLOCK_BOOTTIME always exists 2022-03-28 16:55:41 +02:00
libudev various: inline some iterator variables 2022-03-23 21:46:05 +09:00
locale strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
login bootspec: normalize function names/parameter lists 2022-03-28 16:02:15 +02:00
machine time-util: assume CLOCK_BOOTTIME always exists 2022-03-28 16:55:41 +02: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 network: shorten code a bit 2022-03-31 09:29:42 +09:00
notify
nspawn Use new default-user-shell option instead of hard-coding bash in nspawn and user-record 2022-03-28 14:24:46 +02:00
nss-myhostname nss-myhostname: do not apply non-zero offset to null pointer 2021-12-31 09:13:03 +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 test/oomd: Add test for new oomd_ooms xattr 2022-03-22 18:04:35 +05:30
partition strv: declare iterator of FOREACH_STRING() in the loop 2022-03-23 11:50:18 +01:00
path
portable Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me-harder 2022-03-29 21:10:03 +02: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 time-util: assume CLOCK_BOOTTIME always exists 2022-03-28 16:55:41 +02:00
rfkill errno-util: add ERRNO_IS_DEVICE_ABSENT() macro 2022-03-24 16:19:48 +01:00
rpm Change all fixed-path bash shebangs to /u/b/env bash outside test/ 2021-12-12 21:13:50 +01: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 cryptsetup: add helper for mangling "none" option strings 2022-03-31 11:24:01 +02:00
shutdown list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer 2022-03-19 08:10:29 +09:00
sleep strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +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 strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
system-update-generator
systemctl Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me-harder 2022-03-29 21:10:03 +02:00
systemd timesyncd: generate a structure log message the first time we set the clock correctly 2022-03-18 23:54:05 +01:00
sysupdate sysupdate: fix error handling 2022-03-23 16:52:55 +09:00
sysusers strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
sysv-generator Rename UnitFileScope to LookupScope 2022-03-29 16:17:57 +02:00
test test-copy: use non-0 data block in copy_holes 2022-03-29 21:10:43 +02:00
timedate strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
timesync time-util: assume CLOCK_BOOTTIME always exists 2022-03-28 16:55:41 +02:00
tmpfiles Rename UnitFileScope to LookupScope 2022-03-29 16:17:57 +02:00
tty-ask-password-agent strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
udev udev: rename functions to emphasize whole disk is locked 2022-03-31 07:25:24 +09:00
update-done
update-utmp
user-sessions
userdb strv: make iterator in STRV_FOREACH() declaread in the loop 2022-03-19 08:33:33 +09:00
vconsole
veritysetup tree-wide: unify some code that looks for --help in the command line 2022-03-31 11:44:46 +02:00
version
volatile-root
xdg-autostart-generator xdg-autostart-service: Fix binary escaping and simplify code a bit 2022-03-25 14:50:41 +09:00