Age | Commit message (Expand) | Author |
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 |
2014-05-19 | fix spelling of privilege | Nis Martensen |
2014-05-16 | core: let selinux_setup() load policy more than once | Will Woods |
2014-05-16 | core: make sure to serialize jobs for all units | Lennart Poettering |
2014-05-15 | selinux: fix build for non-selinux systems | Lennart Poettering |
2014-05-15 | core: close socket fds asynchronously | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | Make sure that keys are properly removed from hashmap | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | Make systemctl --root look for files in the proper places | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-05-14 | core: no need to pass bus object to selinux access check calls anymore | Lennart Poettering |
2014-05-14 | core: sysvcompat - avoid repeated function call | Tom Gundersen |
2014-05-14 | core: sysvcompat - $network should be equivalent to network-online, rather th... | Tom Gundersen |
2014-05-12 | job: always add waiting jobs to run queue during coldplug | Michael Marineau |
2014-05-08 | core: check the right variable for failed open() | Łukasz Stelmach |
2014-05-07 | doc: corrections to words and forms | Jan Engelhardt |
2014-05-06 | load-fragment: minor cleanup | Lennart Poettering |
2014-05-05 | build-sys: move async.[ch] to src/shared | Lennart Poettering |
2014-05-05 | core: require cgroups filesystem to be available | Kay Sievers |
2014-05-02 | async: add asynchronous close() call | Lennart Poettering |
2014-04-28 | machine-id: only look into KVM uuid when we are not running in a | Lennart Poettering |
2014-04-26 | job: add waiting jobs to run queue in unit_coldplug | Brandon Philips |
2014-04-26 | core: reindent {selinux, ima, smack}-setup.c | Will Woods |
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering |
2014-04-25 | core: make sure we always write changed cgroup attributes to the cgroupfs | Lennart Poettering |
2014-04-24 | service: rename StartLimitAction enum to FailureAction | Michael Olbrich |
2014-04-24 | service: add FailureAction= option | Michael Olbrich |
2014-04-21 | service: add support for reboot argument when triggered by StartLimitAction= | Michael Olbrich |