Age | Commit message (Expand) | Author |
2014-06-17 | machine-id-setup: allow passing NULL as function argument, for simplicity | Lennart Poettering |
2014-06-17 | kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co... | Lennart Poettering |
2014-06-17 | log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm... | Lennart Poettering |
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and do... | Lennart Poettering |
2014-06-16 | Reset signal-mask on re-exec to init=.. | Ruediger Oertel |
2014-06-16 | mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s ... | Lennart Poettering |
2014-06-16 | mount: tell /bin/mount to never touch /etc/mtab | Lennart Poettering |
2014-06-13 | core: don't complain at early boot if /etc/mtab is not the right symlink | Lennart Poettering |
2014-06-13 | os-release: define /usr/lib/os-release as fallback for /etc/os-release | Lennart Poettering |
2014-06-13 | rpm: add RPM macros to apply sysusers, sysctl, and binfmt drop-ins | Lennart Poettering |
2014-06-13 | rpm: don't hardcode the binary paths in the macros, rely on $PATH | Lennart Poettering |
2014-06-13 | core: fix invalid free() in killall() | Andreas Henriksson |
2014-06-13 | core: add new ConditionNeedsUpdate= unit condition | Lennart Poettering |
2014-06-13 | condition: minor modernizations | Lennart Poettering |
2014-06-10 | machine-id-setup: fix array size of parameters | Lennart Poettering |
2014-06-07 | Fix spelling mistake, proces -> process | Colin Ian King |
2014-06-07 | Remove sysv parser from service.c | Thomas Hindoe Paaboel Andersen |
2014-06-07 | core: allow transient mount units | Tom Gundersen |
2014-06-06 | fix warnings | Thomas Hindoe Paaboel Andersen |
2014-06-06 | namespace: cover /boot with ProtectSystem= again | Lennart Poettering |
2014-06-06 | namespace: beef up read-only bind mount logic | Lennart Poettering |
2014-06-05 | namespace: also include /root in ProtectHome= | Lennart Poettering |
2014-06-05 | namespace: when setting up an inaccessible mount point, unmounting everything... | Lennart Poettering |
2014-06-05 | umount: modernizations | Lennart Poettering |
2014-06-05 | core: introduce new Restart=on-abnormal setting | Lennart Poettering |
2014-06-05 | kdbus: when uploading bus name policy, resolve users/groups out-of-process | Lennart Poettering |
2014-06-05 | core: don't include /boot in effect of ProtectSystem= | Lennart Poettering |
2014-06-05 | socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s... | Lennart Poettering |
2014-06-04 | core: make sure we properly parse ProtectHome= and ProtectSystem= | Lennart Poettering |
2014-06-04 | core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also... | Lennart Poettering |
2014-06-04 | core: provide /dev/ptmx as symlink in PrivateDevices= execution environments | Lennart Poettering |
2014-06-04 | core: make sure PrivateDevices= makes /dev/log available | Lennart Poettering |
2014-06-04 | socket: add new Symlinks= option for socket units | Lennart Poettering |
2014-06-04 | socket: optionally remove sockets/FIFOs in the file system after use | Lennart Poettering |
2014-06-03 | core: add new ReadOnlySystem= and ProtectedHome= settings for service units | Lennart Poettering |
2014-05-28 | virt: rework container detection logic | Lennart Poettering |
2014-05-28 | build-sys: use glibc's xattr support instead of requiring libattr | Kay Sievers |
2014-05-24 | Fix several small typos | Jonathan Boulle |
2014-05-24 | core: timer - switch to touch_file() | Kay Sievers |
2014-05-24 | shared: rename hwclock.[ch] to clock-util.[ch] | Kay Sievers |
2014-05-22 | socket: properly handle if our service vanished during runtime | Lennart Poettering |
2014-05-22 | core: remove unused vars | Lennart Poettering |
2014-05-22 | core: never consider failure when reading drop-ins fatal | Lennart Poettering |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering |
2014-05-22 | cgroups: always propagate controller membership to siblings, for all controllers | Lennart Poettering |
2014-05-22 | cgroup: rework startup logic | Lennart Poettering |
2014-05-22 | core: add startup resource control option | WaLyong Cho |
2014-05-21 | logind: don't apply RemoveIPC= to system users | Lennart Poettering |
2014-05-19 | core: Filter by state behind the D-Bus API, not in the systemctl client. | David Strauss |