Systemd/src
Lennart Poettering 5d594d012d socket-util: add wrappers for binding socket to ifindex/ifname
socket_bind_to_ifindex() uses the the SO_BINDTOIFINDEX sockopt of kernel
5.0, with a fallback to SO_BINDTODEVICE on older kernels.

socket_bind_to_ifname() is a trivial wrapper around SO_BINDTODEVICE, the
only benefit of using it instead of SO_BINDTODEVICE directly is that it
determines the size of the interface name properly so that it also works
for unbinding. Moreover, it's an attempt to unify our invocations of the
sockopt with a size of strlen(ifname) rather than strlen(ifname)+1...
2019-03-18 12:02:32 +01:00
..
ac-power
activate Handle or voidify all calls to close_all_fds() 2019-03-15 15:46:41 +01:00
analyze analyze: reword explanation in critical-chain header 2019-03-15 10:17:46 +01:00
ask-password
backlight backlight: handle loading truncated file 2019-02-02 16:25:32 +02:00
basic socket-util: add wrappers for binding socket to ifindex/ifname 2019-03-18 12:02:32 +01:00
binfmt
boot Merge pull request #11971 from keszybz/kernel-install-directory 2019-03-14 10:51:55 +01:00
busctl util: split out sorting related calls to new sort-util.[ch] 2019-03-13 12:16:43 +01:00
cgls
cgroups-agent
cgtop util: split out sorting related calls to new sort-util.[ch] 2019-03-13 12:16:43 +01:00
core main: use _exit() rather than exit() in code potentially caled from signal handler 2019-03-14 13:25:52 +01:00
coredump util: split out memcmp()/memset() related calls into memory-util.[ch] 2019-03-13 12:16:43 +01:00
cryptsetup util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
debug-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
delta util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
detect-virt
dissect
environment-d-generator environment-d-generator: do not include /lib/environment.d in the list 2019-02-18 10:29:33 +01:00
escape
firstboot util: split out kbd related stuff 2019-03-14 13:25:51 +01:00
fsck fsck: use symbolic names where we have them 2019-01-07 17:50:39 +01:00
fstab-generator fstab-generator: do not print double header 2019-03-15 08:04:54 +01:00
fuzz fuzz-calendarspec: actually run the second part of the fuzzer 2019-03-16 18:13:17 +01:00
getty-generator getty-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
gpt-auto-generator Merge pull request #11243 from poettering/nspawn-root-overlay 2019-03-01 16:08:55 +01:00
hibernate-resume
hostname util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
hwdb
id128 id128: no command accepts additional arguments 2019-03-15 18:53:23 +09:00
import import: do not try to set selinux related attributes if selinux is disabled 2019-03-11 10:59:13 +01:00
initctl util: split out memcmp()/memset() related calls into memory-util.[ch] 2019-03-13 12:16:43 +01:00
journal util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
journal-remote journal-remote: do not request Content-Length if Transfer-Encoding is chunked 2019-03-11 13:52:10 +01:00
kernel-install kernel-install: create the entry directory only if $BOOT/$MACHINE_ID exists 2019-03-12 09:45:16 +01:00
libsystemd sd-id128: split the logic obtaining invocation ID from sd_id128_get_invocation() 2019-03-15 18:53:23 +09:00
libsystemd-network util: split out sorting related calls to new sort-util.[ch] 2019-03-13 12:16:43 +01:00
libudev util: split out memcmp()/memset() related calls into memory-util.[ch] 2019-03-13 12:16:43 +01:00
locale util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
login util: move dbus specific definition into bus-internal.h 2019-03-14 13:25:51 +01:00
machine util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
machine-id-setup
modules-load
mount shared: split out code to wait for jobs to complet into its own source file 2019-03-13 17:39:24 +01:00
network Merge pull request #11975 from keszybz/fuzzer-fixes-n 2019-03-15 17:34:37 +01:00
notify
nspawn Merge pull request #12016 from yuwata/fix-two-memleaks-found-by-oss-fuzz 2019-03-15 17:33:48 +01:00
nss-myhostname util: split out errno related stuff 2019-03-14 13:25:51 +01:00
nss-mymachines util: split out errno related stuff 2019-03-14 13:25:51 +01:00
nss-resolve util: split out errno related stuff 2019-03-14 13:25:51 +01:00
nss-systemd nss: unportect errno before writing to NSS' *errnop 2019-02-08 10:34:47 +01:00
partition
path
portable util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
quotacheck
random-seed random-seed: don't use "label" version of mkdir_parents() 2019-03-07 15:10:06 +01:00
rc-local-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
remount-fs remount-fs: split out common pattern out to a function 2019-01-03 15:29:53 +01:00
reply-password util: move some raw memory functions from string-util.h → memory-util.h 2019-03-14 13:25:51 +01:00
resolve util: split out nulstr related stuff to nulstr-util.[ch] 2019-03-14 13:25:52 +01:00
rfkill Detect file truncation earlier in a few places 2019-02-02 16:25:32 +02:00
run shared: split out code to wait for jobs to complet into its own source file 2019-03-13 17:39:24 +01:00
run-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
shared seccomp: allow shmat to be a separate syscall on architectures which use a multiplexer 2019-03-15 15:46:41 +01:00
shutdown shutdown: rearrange shutdown sources in source tree 2019-03-05 12:21:17 +01:00
sleep core: Allow to configure execute_directories execution behavior 2019-02-18 16:16:02 +01:00
socket-proxy tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
stdio-bridge tree-wide: make sure to flush/close all bus connections when our daemons exit 2019-01-17 16:12:38 +01:00
sulogin-shell
sysctl sysctl: Don't pass null directive argument to '%s' 2018-12-16 21:01:39 -08:00
system-update-generator system-update-generator: use the new main function definer 2018-12-12 21:58:00 +01:00
systemctl bus-unit-util: split out code that shows a unit's process tree 2019-03-13 17:41:41 +01:00
systemd networkd: Introduce l2tp tunnel 2019-03-14 10:57:41 +09:00
sysusers
sysv-generator generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
test test-execute: block /sys not /proc 2019-03-15 15:46:41 +01:00
time-wait-sync
timedate util: split out memcmp()/memset() related calls into memory-util.[ch] 2019-03-13 12:16:43 +01:00
timesync timesyncd: Improve sync log message. Fixes #11548. 2019-01-24 23:52:24 +01:00
tmpfiles util: split out sorting related calls to new sort-util.[ch] 2019-03-13 12:16:43 +01:00
tty-ask-password-agent util: split out plymouth related stuff 2019-03-14 13:25:51 +01:00
udev Merge pull request #11975 from keszybz/fuzzer-fixes-n 2019-03-15 17:34:37 +01:00
update-done
update-utmp
user-sessions tree-wide: add whitespace between type and variable name 2018-12-04 09:29:54 +01:00
vconsole vconsole-setup: fonts copy will fail if the current terminal is in graphical mode 2018-12-13 08:30:20 +01:00
veritysetup generators: define custom main func definer and use it where applicable 2018-12-12 21:58:00 +01:00
version meson: make version a dependency and use it in libbasic 2019-01-22 14:39:38 +01:00
volatile-root volatile-root: export original root 2019-03-01 14:11:07 +01:00