1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-29 21:55:36 +03:00
systemd/src
Zbigniew Jędrzejewski-Szmek 09d0758b22
Merge pull request #22574 from yuwata/network-dhcp-pd-fixes
network: dhcp-pd: fix two issues
2022-02-22 17:53:00 +01:00
..
ac-power util: move on_ac_power() from util.c -> udev-util.c 2022-01-06 18:06:22 +09:00
activate
analyze analyze: fix build on non-seccomp builds 2022-02-22 16:15:52 +01:00
ask-password
backlight backlight: ignore error if the backlight device is already removed 2022-01-05 12:56:37 +00:00
basic env-util: drop unsetenv_erase() 2022-02-21 23:08:34 +00:00
binfmt
boot boot: suppress XBOOTLDR if same device as ESP when enumerating entries 2022-02-14 16:24:04 +01:00
busctl meson: Use files() for tests 2022-01-11 14:15:54 +01:00
cgls
cgroups-agent
cgtop
core core: really skip automatic restart when a JOB_STOP job is pending 2022-02-22 11:45:12 +01:00
coredump coredump: fix inode check 2022-02-14 17:27:21 +01:00
creds
cryptenroll env-util: replace unsetenv_erase() by new getenv_steal_erase() helper 2022-02-20 12:38:06 +09:00
cryptsetup env-util: replace unsetenv_erase() by new getenv_steal_erase() helper 2022-02-20 12:38:06 +09:00
debug-generator
delta glyph-util: add new glyphs for up/down arrows 2022-02-16 22:40:06 +01:00
detect-virt
dissect
environment-d-generator
escape
firstboot
fsck
fstab-generator fstab-generator: use str(n)dupa_safe() instead of plain str(n)dupa() 2022-01-29 22:34:02 +01:00
fundamental macro: add ASSERT_SE_PTR() macro 2022-02-01 15:31:05 +01:00
fuzz meson: Use files() for fuzzers 2022-01-11 14:15:54 +01:00
getty-generator
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 env-util: replace unsetenv_erase() by new getenv_steal_erase() helper 2022-02-20 12:38:06 +09:00
hostname hostnamed: trivial optimization 2022-02-03 22:51:51 +00:00
hwdb
id128
import Merge pull request #22092 from keszybz/docs-links 2022-01-12 16:06:39 +01:00
initctl
integritysetup
journal journal-file: explicitly handle file systems that do not support hole punching 2022-02-04 16:37:39 +01:00
journal-remote tree-wide: use config_parse_safe_string() at various places 2022-02-09 10:17:33 +01:00
kernel-install kernel-install: add missing log line 2022-01-28 16:17:47 +01:00
libsystemd network,udev/net: add Kind= settings in [Match] section 2022-02-17 23:10:26 +09:00
libsystemd-network sd-dhcp-server: do not offer server address 2022-02-17 16:45:10 +09:00
libudev meson: Use files() for tests 2022-01-11 14:15:54 +01:00
locale Merge pull request #22092 from keszybz/docs-links 2022-01-12 16:06:39 +01:00
login logind: fix bool/int confusion for KillUserProcesses bus property 2022-02-16 22:58:19 +01:00
machine machined: use one_zero() on one more occasion 2022-02-18 13:08:31 +01:00
machine-id-setup
modules-load
mount dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one() 2021-12-30 23:50:45 +09:00
network network: dhcp-pd: allow to assign the same subnet prefix to multiple interfaces 2022-02-22 20:39:32 +09:00
notify
nspawn user-util: move homed/nspawn map UID_MIN/UID_MAX define into user-util.h 2022-02-16 22:40:06 +01: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 nss: only read logging config from environment variables 2022-01-11 13:39:52 +01:00
oom oom: Cleanup of information dump code after kill 2022-02-07 21:33:50 +00:00
partition glyph-util: add new glyphs for up/down arrows 2022-02-16 22:40:06 +01:00
path
portable glyph-util: add new glyphs for up/down arrows 2022-02-16 22:40:06 +01:00
pstore Define FOREACH_DIRENT through FOREACH_DIRENT_ALL 2021-12-15 22:50:00 +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 resolved: rework how we reply to D-Bus messages for resolution requests 2022-02-18 18:50:24 +01:00
rfkill
rpm Change all fixed-path bash shebangs to /u/b/env bash outside test/ 2021-12-12 21:13:50 +01:00
run tree-wide: don't use strjoina() on getenv() values 2022-01-27 13:45:00 +09:00
run-generator
shared env-util: replace unsetenv_erase() by new getenv_steal_erase() helper 2022-02-20 12:38:06 +09:00
shutdown shutdown: don't stop the watchdog 2022-02-04 12:26:58 +01:00
sleep
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
sysext sysext: use LO_FLAGS_PARTSCAN when opening image 2022-01-19 08:54:50 +01:00
system-update-generator
systemctl systemctl: rework daemon_reload() functions 2022-02-22 14:15:08 +01:00
systemd Merge pull request #22412 from yuwata/sd-dhcp6-client-cleanups 2022-02-15 14:18:55 +01:00
sysusers sysusers: use filename if /proc is not mounted 2021-12-31 03:11:43 +09:00
sysv-generator Define FOREACH_DIRENT through FOREACH_DIRENT_ALL 2021-12-15 22:50:00 +01:00
test Merge pull request #22573 from mrc0mmand/epoch-timestamp 2022-02-21 16:13:47 +01:00
timedate policy files: adjust landing page link 2022-01-12 16:05:59 +01:00
timesync timesync: add missing setting in template 2022-02-16 17:16:20 +01:00
tmpfiles meson: Use files() for tests 2022-01-11 14:15:54 +01:00
tty-ask-password-agent conf-parser: add specific parser for PID values 2022-02-09 10:17:37 +01:00
udev network,udev/net: add Kind= settings in [Match] section 2022-02-17 23:10:26 +09:00
update-done
update-utmp
user-sessions
userdb userdbctl: add a dash of color to users of different dispositions 2022-02-16 23:14:27 +01:00
vconsole
veritysetup veritysetup: whitespace fix 2022-02-14 15:14:17 +01:00
version
volatile-root
xdg-autostart-generator conf-parser: update config_item_*_lookup() to follow modern coding style 2022-02-09 10:17:23 +01:00