1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/src
Zbigniew Jędrzejewski-Szmek 5c3fa98db6 util-lib: move things that parse ifnames to shared/
In subsequent commits, calls to if_nametoindex() will be replaced by a wrapper
that falls back to alternative name resolution over netlink. netlink support
requires libsystemd (for sd-netlink), and we don't want to add any functions
that require netlink in basic/. So stuff that calls if_nametoindex() for user
supplied interface names, and everything that depends on that, needs to be
moved.
2020-01-11 12:07:28 +01:00
..
ac-power
activate util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
analyze analyze: badness if neither of RootImage and RootDirectory exists 2019-12-18 20:38:04 +02:00
ask-password
backlight
basic util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
binfmt
boot boot: fix osrel parser 2020-01-07 19:32:14 +00:00
busctl tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
cgls
cgroups-agent
cgtop Remove path_compare_func() alias for path_compare() 2019-11-15 14:47:45 +01:00
core util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
coredump tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
cryptsetup tree-wide: yet another batch of coccinelle recommendations 2020-01-02 13:32:55 +01:00
debug-generator initrd: fix systemd.debug-shell & friends 2019-12-03 14:48:27 +01:00
delta
detect-virt
dissect loop-util: accept loopback flags when creating loopback device 2019-12-02 10:05:09 +01:00
environment-d-generator
escape
firstboot
fsck
fstab-generator Allow overriding /etc/fstab with $SYSTEMD_FSTAB 2019-11-13 22:04:51 +01:00
fuzz json: add flags parameter to json_parse_file(), for parsing "sensitive" data 2019-12-02 09:47:00 +01:00
getty-generator
gpt-auto-generator gpt-auto: don't assume XBOOTLDR is vfat 2020-01-08 09:51:42 +01:00
hibernate-resume hibernate-resume-generator: wait "infinitely" for the resume device 2019-12-03 17:20:19 +01:00
hostname tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
hwdb tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
id128 id128: fix initializer element is not constant 2019-11-20 10:59:25 +01:00
import [import] fix stdin/stdout pipe behavior in import/export tar/raw 2019-12-17 23:14:53 +09:00
initctl initctl: (void)ify epoll_ctl() 2020-01-10 10:06:09 +01:00
journal Merge pull request #14329 from anitazha/user_invocation_id 2019-12-20 10:20:21 +01:00
journal-remote util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
kernel-install
libsystemd sd-netlink: do not require rtnl pointer to be passed 2020-01-11 12:07:28 +01:00
libsystemd-network network, udev: introduce PermanentMACAddress= setting in [Match] section 2020-01-08 17:54:54 +09:00
libudev
locale tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
login Support Plugable UD-PRO8 dock 2020-01-08 09:54:25 +01:00
machine tree-wide: make parse_ifindex simply return the index 2020-01-11 12:06:08 +01:00
machine-id-setup
modules-load
mount systemd-mount: add --no-legend command line option 2020-01-09 20:16:03 +09:00
network networkctl: define a helper for interface name resolution 2020-01-11 12:07:28 +01:00
notify notify: add color to --help 2019-11-28 11:41:24 +01:00
nspawn tree-wide: make parse_ifindex simply return the index 2020-01-11 12:06:08 +01:00
nss-myhostname
nss-mymachines
nss-resolve
nss-systemd
partition growfs: port over to resize_fs() 2019-12-05 10:15:49 +01:00
path
portable loop-util: accept loopback flags when creating loopback device 2019-12-02 10:05:09 +01:00
pstore
quotacheck
random-seed
rc-local-generator
remount-fs Allow overriding /etc/fstab with $SYSTEMD_FSTAB 2019-11-13 22:04:51 +01:00
reply-password
resolve util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
rfkill
run tree-wide: clean up --help texts a bit 2019-11-18 15:14:43 +01:00
run-generator core: use SPECIAL_DEFAULT_TARGET more 2019-11-28 09:13:45 +01:00
shared util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
shutdown umount: when we fail to detach a loopback device, set the auto-clear flag 2019-12-20 18:37:24 +01:00
sleep systemd-sleep: always attempt hibernation if configured 2020-01-05 20:15:38 -08:00
socket-proxy
stdio-bridge
sulogin-shell tree-wide: normalize includes of public headers 2019-11-28 09:14:22 +01:00
sysctl
system-update-generator
systemctl systemctl: show 'VENDOR PRESET' column in 'list-unit-files' 2020-01-02 15:35:40 +01:00
systemd network: DHCP4 introduce send decline 2019-12-21 00:26:44 +09:00
sysusers
sysv-generator
test util-lib: move things that parse ifnames to shared/ 2020-01-11 12:07:28 +01:00
time-wait-sync
timedate timedatectl: drop ifindex output parameter too 2020-01-11 12:07:28 +01:00
timesync
tmpfiles tmpfiles: create with correct MAC label on option C 2019-11-28 12:18:04 +01:00
tty-ask-password-agent
udev Merge pull request #14448 from yuwata/network-permanent-mac-address 2020-01-08 15:36:27 +01:00
update-done
update-utmp
user-sessions
vconsole
veritysetup id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffers 2019-12-10 11:56:18 +01:00
version
volatile-root