Systemd/src
Lennart Poettering 2eedfd2d8b dissect: make sure to manually follow symlinks when mounting dissected image
If the dissected image contains symlinks for the mount points we need we
need to make sure to follow this with chase_symlinks() so that we don't
leave the image.
2017-02-07 11:22:05 +01:00
..
ac-power
activate tree-wide: set SA_RESTART for signal handlers we install 2016-12-01 12:41:17 +01:00
analyze
ask-password
backlight
basic treewide: replace homegrown memory_erase with explicit_bzero 2017-02-05 21:07:55 -05:00
binfmt
boot Revert "Trivial typo fixes and code refactorings (#5191)" 2017-02-01 10:26:50 -05:00
cgls cgls: look at the right variable in error path (#5234) 2017-02-06 13:34:01 +01:00
cgroups-agent
cgtop cgtop: use common function to query cgroup root 2017-02-01 20:29:09 -05:00
core core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWritablePaths= work 2017-02-07 11:22:05 +01:00
coredump coredump: really extract container cmdline (#5167) 2017-01-31 11:04:20 -05:00
cryptsetup Revert "Trivial typo fixes and code refactorings (#5191)" 2017-02-01 10:26:50 -05:00
dbus1-generator
debug-generator util-lib: various improvements to kernel command line parsing 2016-12-21 19:09:08 +01:00
delta tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853) 2016-12-09 10:04:30 +01:00
detect-virt
dissect dissect: make using a generic partition as root partition optional 2016-12-21 19:09:30 +01:00
escape
firstboot util-lib: various improvements to kernel command line parsing 2016-12-21 19:09:08 +01:00
fsck util-lib: various improvements to kernel command line parsing 2016-12-21 19:09:08 +01:00
fstab-generator verity: add support for setting up verity-protected root disks in the initrd 2016-12-21 19:09:30 +01:00
getty-generator
gpt-auto-generator fs-util: unify code we use to check if dirent's d_name is "." or ".." 2017-02-02 00:06:18 +01:00
hibernate-resume util-lib: various improvements to kernel command line parsing 2016-12-21 19:09:08 +01:00
hostname build-sys,hostnamed: allow distributions to override the "localhost" fallback 2017-01-27 23:36:01 -05:00
hwdb hwdb: emit warning when matches are specified at the very end of file 2016-12-11 18:01:26 -05:00
import importd: automatically download .roothash in addition to .nspawn for raw downloads 2016-12-21 19:09:31 +01:00
initctl
journal journalctl: replace string_erase with memset('x') 2017-02-05 21:07:55 -05:00
journal-remote Merge pull request #5166 from keszybz/gcc7 2017-02-01 12:02:50 +03:00
kernel-install kernel-install: avoid process substitution 2017-01-11 15:34:54 -05:00
libsystemd sd-event: when an event source fails, don't assume the type of it is still set 2017-02-03 11:51:57 +01:00
libsystemd-network tree-wide: adjust fall through comments so that gcc is happy 2017-01-31 14:04:55 -05:00
libudev udev-event: use in-place whitespace replacement 2017-01-27 07:58:00 -05:00
locale
login logind: Don't try to emit a change signal for the 'Sessions' property (#5211) 2017-02-02 20:39:26 -05:00
machine shared/cgroup-show: extract funtion to query unit cgroup path 2017-02-01 20:31:50 -05:00
machine-id-setup machine-id-setup: --print --commit respects the --root option 2016-12-13 13:03:13 +00:00
modules-load util-lib: various improvements to kernel command line parsing 2016-12-21 19:09:08 +01:00
mount systemd-mount: add missing fsck argument (#5238) 2017-02-06 14:25:15 +01:00
network networkd: Allow ':' in label 2017-01-25 00:07:52 +05:30
notify
nspawn nspawn: shown exec() command is misleading 2017-02-02 20:10:28 +01:00
nss-myhostname
nss-mymachines nss: when we encounter an invalid user/group name or UID/GID, don't return EINVAL 2016-12-27 18:09:58 +01:00
nss-resolve
nss-systemd nss: when we encounter an invalid user/group name or UID/GID, don't return EINVAL 2016-12-27 18:09:58 +01:00
path
quotacheck qutoacheck,gpt-auto-generator: trivial coding style improvements 2016-12-21 19:09:28 +01:00
random-seed
rc-local-generator
remount-fs tree-wide: always invoke setmntent() with "re" mode 2016-12-20 20:00:09 +01:00
reply-password treewide: replace homegrown memory_erase with explicit_bzero 2017-02-05 21:07:55 -05:00
resolve resolved: downgrade "processing query..." message to debug (#5233) 2017-02-05 17:17:50 -05:00
rfkill
run run: exit early in --pty if service failed 2017-02-03 11:51:57 +01:00
shared dissect: make sure to manually follow symlinks when mounting dissected image 2017-02-07 11:22:05 +01:00
sleep
socket-proxy socket-proxyd: fix --connections-max help message and docs (#5044) 2017-01-10 08:55:50 +01:00
stdio-bridge
sysctl
system-update-generator system-update-generator: warn if the command line blocks updates (#5173) 2017-02-01 21:50:03 +01:00
systemctl Merge pull request #5213 from keszybz/systemctl-root-cat 2017-02-03 11:02:28 +01:00
systemd Add sd_is_socket_sockaddr (#4885) 2016-12-14 11:51:26 +01:00
sysusers
sysv-generator sysv-generator: properly translate sysv facilities 2016-12-14 18:29:30 +01:00
test seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make it a NOP 2017-02-06 14:17:12 +01:00
timedate
timesync build-sys: add check for gperf lookup function signature (#5055) 2017-01-10 08:39:05 +01:00
tmpfiles fs-util: unify code we use to check if dirent's d_name is "." or ".." 2017-02-02 00:06:18 +01:00
tty-ask-password-agent treewide: replace homegrown memory_erase with explicit_bzero 2017-02-05 21:07:55 -05:00
udev udev-event: use in-place whitespace replacement 2017-01-27 07:58:00 -05:00
update-done
update-utmp
user-sessions
vconsole
veritysetup tree-wide: remove consecutive duplicate words in comments (#5148) 2017-01-24 21:45:30 -05:00
volatile-root fstab-generator: add support for volatile boots 2016-12-21 19:09:29 +01:00
.gitignore
Makefile