1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-13 13:17:43 +03:00
systemd-stable/src
2022-11-21 14:02:25 +01:00
..
ac-power basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
activate basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
analyze localectl,analyze: some minor vertical table rework fixes 2022-11-16 11:39:32 +01:00
ask-password Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
backlight basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
basic Merge pull request #25410 from DaanDeMeyer/mkfs-xfs-fixes 2022-11-18 14:45:48 +01:00
binfmt Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
boot boot: Replace firmware security hooks directly 2022-11-19 16:39:04 +01:00
busctl basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
cgls basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
cgroups-agent cgroups-agent: connect stdin/stdout/stderr to /dev/null 2022-07-15 14:51:41 +02:00
cgtop basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
core dbus-manager: add comments about booleans in function calls 2022-11-19 14:34:08 +09:00
coredump Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
creds basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
cryptenroll basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
cryptsetup nulstr-util: Declare NULSTR_FOREACH() iterator inline 2022-11-11 16:31:32 +01:00
debug-generator basic: create new basic/initrd-util.[ch] for initrd-related functions 2022-11-08 13:41:13 +01:00
delta nulstr-util: Declare NULSTR_FOREACH() iterator inline 2022-11-11 16:31:32 +01:00
detect-virt basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
dissect Merge pull request #24803 from DaanDeMeyer/repart-copy-deny-list 2022-11-11 13:19:58 +01:00
environment-d-generator Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
escape basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
firstboot basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
fsck basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
fstab-generator basic: create new basic/initrd-util.[ch] for initrd-related functions 2022-11-08 13:41:13 +01:00
fundamental macro: fix indentation 2022-10-26 03:28:08 +09:00
fuzz fuzz: fuzz-compress: fix copy-and-paste error: buf -> buf2 (#25431) 2022-11-18 15:03:41 +09:00
getty-generator basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
gpt-auto-generator basic: create new basic/initrd-util.[ch] for initrd-related functions 2022-11-08 13:41:13 +01:00
hibernate-resume basic: create new basic/initrd-util.[ch] for initrd-related functions 2022-11-08 13:41:13 +01:00
home tmpfile-util: Introduce fopen_temporary_child() 2022-11-17 14:14:31 +01:00
hostname hostnamectl: port to vertical table 2022-11-13 20:22:34 +09:00
hwdb basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
id128 gpt: Expose GptPartitionType and get rid of SECONDARY/OTHER 2022-11-15 13:27:15 +01:00
import copy: Support passing a deny list of files/directories to not copy 2022-11-10 16:40:31 +01:00
initctl Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
integritysetup integritysetup: do not use crypt_init_data_device after crypt_init 2022-08-04 00:58:57 +01:00
journal log: Remove log_ratelimit_debug() macros 2022-11-17 22:16:18 +09:00
journal-remote journal-remote: code is of type enum MHD_RequestTerminationCode 2022-11-12 00:40:16 +00:00
kernel-install Handle MACHINE_ID=uninitialized 2022-11-17 07:45:25 +09:00
libsystemd Merge pull request #25096 from DaanDeMeyer/journald-log-fixes 2022-11-16 16:40:00 +01:00
libsystemd-network basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
libudev tree-wide: Use devnum helpers in a few more places 2022-09-01 00:55:37 +09:00
locale localectl,analyze: some minor vertical table rework fixes 2022-11-16 11:39:32 +01:00
login Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
machine nulstr-util: Declare NULSTR_FOREACH() iterator inline 2022-11-11 16:31:32 +01:00
machine-id-setup basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
modules-load Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
mount basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
network network: tc-cake: add support to specify ACK filter 2022-11-19 07:08:22 +09:00
notify basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
nspawn nspawn: allow sched_rr_get_interval_time64 through seccomp filter 2022-11-18 16:32:17 +01: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-resolve tree-wide: use ASSERT_PTR more 2022-09-13 08:13:27 +02:00
nss-systemd various: try to use DEFAULT_USER_SHELL for root too 2022-08-24 10:02:46 +02:00
oom basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
partition repart: Rework PartitionTarget initialization 2022-11-21 11:47:13 +01:00
path basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
portable Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
pstore basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
quotacheck basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
random-seed random-seed: handle post-merge review nits 2022-11-17 12:22:27 +01:00
rc-local-generator basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
remount-fs basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
reply-password basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
resolve resolved: when configuring 127.0.0.1 as per-interface DNS server, contact it via "lo" always 2022-11-18 16:54:46 +01:00
rfkill basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
rpm pkgconfig,rpm: expose vars for user-tmpfiles.d location 2022-06-21 15:49:41 +09:00
run basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
run-generator tree-wide: allow ASCII fallback for → in logs 2022-06-28 12:50:43 +02:00
shared mkfs-util: Use FORK_CLOSE_ALL_FDS 2022-11-21 10:51:15 +01:00
shutdown Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
sleep Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
socket-proxy basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
stdio-bridge basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
sulogin-shell Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
sysctl Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
sysext basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
system-update-generator basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
systemctl MemoryZSwapMax directive to configure new memory.zswap.max cgroup file 2022-11-15 21:15:37 +01:00
systemd sd-bus: convenience functions to emit a signal to a destination (#25123) 2022-10-31 20:11:48 +00:00
sysupdate sysupdate: Support volatile-root for finding the root partition 2022-11-18 16:31:22 +01:00
sysusers Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
sysv-generator basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
test tmpfile-util: Introduce fopen_temporary_child() 2022-11-17 14:14:31 +01:00
timedate timedatectl: port to new 'vertical' table type 2022-11-10 23:11:17 +01:00
timesync Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
tmpfiles tmpfiles: log at info level when some allowed failures occur 2022-11-14 08:53:07 +01:00
tty-ask-password-agent Rename def.h to constants.h 2022-11-08 18:21:10 +01:00
udev nulstr-util: Declare NULSTR_FOREACH() iterator inline 2022-11-11 16:31:32 +01:00
update-done
update-utmp basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
user-sessions
userdb basic: move version() to build.h+c 2022-11-08 13:41:14 +01:00
vconsole basic: rename util.h to logarithm.h 2022-11-08 18:21:10 +01:00
veritysetup veritysetup: fix memory corruption 2022-04-02 02:22:39 +09:00
version
volatile-root various: add %m in messages 2022-06-02 07:53:14 +02:00
xdg-autostart-generator xdg-autostart-service: Add comments to tilde expansion, use path_join() 2022-10-17 16:42:39 +02:00