Age | Commit message (Expand) | Author |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-28 | core/mount: add dependencies to dynamically mounted mounts too | Martin Pitt |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-23 | core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de... | Lennart Poettering |
2015-01-12 | core/mount: remove "fail" again | Zbigniew Jędrzejewski-Szmek |
2015-01-12 | core/mount: use isempty() to check for empty strings | Daniel Mack |
2015-01-11 | core/mount: filter out noauto,auto,nofail,fail options | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Add new function to filter fstab options | Zbigniew Jędrzejewski-Szmek |
2015-01-01 | mount: do not use -n when running in --user mode | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-12 | core: retry unmounting until we are done, in case of stacked mounts | Lennart Poettering |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-12-10 | mount: clarify that we really need to replace the utab inotify code with the ... | Lennart Poettering |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-10 | mount: use bools where appropriate | Lennart Poettering |
2014-11-28 | mount: use DEFINE_TRIVIAL_CLEANUP_FUNC | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: constify MountParameters | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: deal with inotify queue overflow | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: create directory before adding watches on it | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: be more careful about errors when parsing mtab | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: simplify mount_needs_network check | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: check options as well as fstype for network mounts | Chris Leech |
2014-11-28 | mount: add remote-fs dependencies if needed after change | Chris Leech |
2014-11-28 | mount: monitor for utab changes with inotify | Chris Leech |
2014-11-28 | mount: use libmount to enumerate /proc/self/mountinfo | Chris Leech |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-23 | manager: only issue overmount warning when the check succeeded | Zbigniew Jędrzejewski-Szmek |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog |
2014-10-02 | Revert "mount: order options before other arguments to mount" | Lennart Poettering |
2014-09-18 | mount: order options before other arguments to mount | Emil Renner Berthing |
2014-09-05 | exec: factor out most function arguments of exec_spawn() to ExecParameters | Daniel Mack |
2014-08-15 | core: Refuse mount on symlink | Timofey Titovets |
2014-08-14 | core: do not add default dependencies to /usr mount unit | Jon Severinsson |
2014-06-30 | Move x-systemd-device.timeout handling from core to fstab-generator | Zbigniew Jędrzejewski-Szmek |
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-07 | core: allow transient mount units | Tom Gundersen |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-19 | core: rework context initialization/destruction logic | Lennart Poettering |
2014-03-07 | fstab-generator: merge /proc/cmdline parsing loops into one | Lennart Poettering |
2014-03-03 | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering |
2014-02-26 | mount: don't fire PropertiesChanged signals for mounts that are stopped | Lennart Poettering |
2014-02-26 | mount: don't send out PropertiesChanged message if actually nothing got changed | Lennart Poettering |
2014-02-26 | mount: minor modernization | Lennart Poettering |