Systemd/src
Lennart Poettering a5f0359600 resolved: simplify detection of packets from the loopback device
We can simplify our code quite a bit if we explicitly check for the
ifindex being 1 on Linux as a loopback check. Apparently, this is
hardcoded on Linux on the kernel, and effectively exported to userspace
via rtnl and such, hence we should be able to rely on it.
2014-10-22 16:52:38 +02:00
..
ac-power
activate activate: fix fd leak in do_accept() 2014-09-11 17:47:37 +02:00
analyze hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
ask-password ask-password: Add --echo to enable echoing the user input 2014-10-05 15:29:41 -04:00
backlight backlight: Avoid error when state restore is disabled 2014-09-11 00:53:49 +02:00
binfmt Unify parse_argv style 2014-08-03 21:46:07 -04:00
boot Unify parse_argv style 2014-08-03 21:46:07 -04:00
bootchart bootchart: use 'n/a' if PRETTY_NAME is not found 2014-10-03 08:31:53 -04:00
bus-proxyd sd-bus: sync kdbus.h (ABI break) 2014-10-21 19:19:44 +02:00
cgls bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
cgroups-agent bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
cgtop hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
compat-libs
console console: add user console daemon 2014-10-03 16:07:14 +02:00
core util: avoid duplication of TIME_T_MAX 2014-10-21 00:38:30 +02:00
cryptsetup readahead: wipe out readahead 2014-09-25 16:39:18 +02:00
dbus1-generator dbus1-generator: properly free the FILE* 2014-08-22 12:44:17 +02:00
debug-generator debug-generator: add new kernel cmdline option systemd.wants= to add units to the initial transaction 2014-06-20 13:36:28 +02:00
delta delta: warn if diff failed 2014-09-25 18:16:04 +02:00
detect-virt Unify parse_argv style 2014-08-03 21:46:07 -04:00
efi-boot-generator
escape Unify parse_argv style 2014-08-03 21:46:07 -04:00
firstboot ask-password: Add --echo to enable echoing the user input 2014-10-05 15:29:41 -04:00
fsck fsck: re-enable fsck -l 2014-10-22 11:45:36 +02:00
fstab-generator fstab-generator: Honor mount.usr*= on kernel command line 2014-10-10 12:57:19 +02:00
getty-generator util: allow strappenda to take any number of args 2014-08-13 20:41:41 -04:00
gpt-auto-generator readahead: wipe out readahead 2014-09-25 16:39:18 +02:00
gudev gudev: replace regex with sym file 2014-06-21 16:25:15 +02:00
hibernate-resume hibernate-resume: let's move all hibernate-resume tools into the same directory 2014-09-04 21:42:52 +02:00
hostname hostname: add missing EMITS_CHANGE annotation 2014-09-16 17:34:54 +02:00
initctl notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
journal sd-journal: consistently use ternary operator for all direction checks 2014-10-20 22:02:49 +02:00
journal-remote journal-remote: fix mem leak on error 2014-10-14 21:18:41 -04:00
kernel-install kernel-install/90-loaderentry.install: fixed cmdline parsing 2014-08-15 14:41:50 +02:00
libsystemd sd-bus: assert clock_gettime()'s return value 2014-10-22 13:39:51 +02:00
libsystemd-network test-dhcp-client: add more asserts 2014-10-13 10:07:29 +02:00
libsystemd-terminal terminal: log unsupported ANSI or DEC mode changes 2014-10-16 14:43:57 +02:00
libudev udev: fix path for database names on 'change' event 2014-09-18 15:28:07 +02:00
locale fi-latin1 console keymap is no more 2014-10-13 08:58:40 -04:00
login logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systems 2014-10-09 11:38:59 +02:00
machine hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
machine-id-setup Unify parse_argv style 2014-08-03 21:46:07 -04:00
modules-load Unify parse_argv style 2014-08-03 21:46:07 -04:00
network sd-dhcp-client: support non-Ethernet hardware addresses 2014-10-11 12:15:54 +02:00
notify readahead: wipe out readahead 2014-09-25 16:39:18 +02:00
nspawn nspawn: fix DeviceAllow list 2014-10-17 16:07:12 +02:00
nss-myhostname networkd: add minimal client tool "networkd" to query network status 2014-08-12 01:54:40 +02:00
nss-mymachines nss: remove dead code 2014-09-19 00:15:39 +02:00
nss-resolve nss: remove dead code 2014-09-19 00:15:39 +02:00
path remove unneeded error.h includes 2014-09-15 17:02:25 +02:00
python-systemd python-systemd: avoid hitting assert in __exit__ 2014-10-14 08:35:16 -04:00
quotacheck stop complaining about unknown kernel cmdline options 2014-06-19 16:55:20 +02:00
random-seed
rc-local-generator
remount-fs hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
reply-password fix a couple of more lazy "return -1" 2014-08-11 18:35:54 +02:00
resolve resolved: simplify detection of packets from the loopback device 2014-10-22 16:52:38 +02:00
resolve-host cmdline: for new tools avoid introduce new negative switches, and properly align --help texts 2014-08-20 00:18:14 +02:00
rfkill
run bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
shared resolved: simplify detection of packets from the loopback device 2014-10-22 16:52:38 +02:00
shutdownd shutdownd: clean up initialization of struct 2014-09-27 00:30:00 +02:00
sleep Unify parse_argv style 2014-08-03 21:46:07 -04:00
socket-proxy socket-proxyd: Unchecked return value from library 2014-10-09 15:34:07 +02:00
sysctl sysctl: make --prefix allow all kinds of sysctl paths 2014-09-17 09:11:02 +02:00
system-update-generator
systemctl systemctl: by default interactively ask for polkit authorization, if possible 2014-10-17 13:49:08 +02:00
systemd networkd: Fix a couple of typos 2014-10-22 16:38:35 +02:00
sysusers sysusers: Remove some gcc warnings about uninitialized variables 2014-09-18 18:32:18 +02:00
sysv-generator Remove repeated includes 2014-10-01 23:25:50 +02:00
test environment: append unit_id to error messages regarding EnvironmentFile 2014-10-17 16:05:57 +02:00
timedate bus-util: simplify bus_verify_polkit_async() a bit 2014-08-18 17:49:53 +02:00
timesync util: avoid duplication of TIME_T_MAX 2014-10-21 00:38:30 +02:00
tmpfiles tmpfiles: compare return against correct errno 2014-10-12 21:41:57 -04:00
tty-ask-password-agent ask-password: Add --echo to enable echoing the user input 2014-10-05 15:29:41 -04:00
udev udevd: don't fail if /run/udev exists 2014-09-18 21:57:49 +02:00
update-done update-done: include a short description in .updated 2014-07-26 15:08:42 -04:00
update-utmp
vconsole vconsole: silence coverity 2014-09-30 21:27:54 +02:00
.gitignore
Makefile