Age | Commit message (Expand) | Author |
2016-05-04 | Merge pull request #3170 from poettering/v230-preparation-fixes | Lennart Poettering |
2016-05-02 | automount: rework propagation between automount and mount units | Lennart Poettering |
2016-05-02 | core: move enforcement of the start limit into per-unit-type code again | Lennart Poettering |
2016-05-01 | Move no_instances information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-05-01 | Move no_alias information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-04-29 | Merge pull request #3069 from Werkov/fix-dependencies-for-bind-mounts | Lennart Poettering |
2016-04-25 | Always create dependencies for loop device mounts | Michal Koutný |
2016-04-25 | Always create dependencies for bind mounts | Michal Koutný |
2016-04-22 | core,systemctl: add bus API to retrieve processes of a unit | Lennart Poettering |
2016-04-16 | tree-wide: introduce PATH_IN_SET macro | Zbigniew Jędrzejewski-Szmek |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-03-10 | Merge pull request #2794 from jhol/dont-unmount-initramfs-mounts | Daniel Mack |
2016-03-04 | fstab-generator: fix automount option and don't start associated mount unit a... | Franck Bui |
2016-03-04 | core/mount: Don't unmount initramfs mounts | Joel Holdsworth |
2016-02-11 | Remove kdbus custom endpoint support | Daniel Mack |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-04 | core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev... | Lennart Poettering |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2015-11-24 | core: Do not bind a mount unit to a device, if it was from mountinfo | Harald Hoyer |
2015-11-12 | core: remove SmackFileSystemRootLabel= again | Lennart Poettering |
2015-11-11 | core: simplify mount unit dependency generation a bit | Lennart Poettering |
2015-11-11 | core: simplify things a bit by checking default_dependencies boolean in calle... | Lennart Poettering |
2015-11-10 | core: change return value of the unit's enumerate() call to void | Lennart Poettering |
2015-10-27 | core: all unit types that watch control PIDs should use the same logic | Lennart Poettering |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | mount-util: move fstype_is_network() and name_to_handle_at() definitions over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel= | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-24 | mount: add new SmackFileSystemRoot= setting for mount unit | Sangjung Woo |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-14 | mount: use libmount to monitor mountinfo & utab | Karel Zak |
2015-09-09 | util: introduce safe_fclose() and port everything over to it | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-07-28 | mount: remove obsolete -n | Karel Zak |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-07-21 | core: correct return value from reload methods | Michal Schmidt |
2015-06-04 | core/mount: skip incomplete mountinfo entries | Daniel Mack |
2015-05-19 | mount: properly check for mounts currently in /proc/self/mountinfo | Lennart Poettering |
2015-05-19 | mount: don't claim a device is gone from /proc/self/mountinfo before it is go... | Lennart Poettering |
2015-05-13 | Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. | Dimitri John Ledkov |
2015-05-13 | core: never create device depencies for /dev/root mounts | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |