summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-21fsck: drop -C from fsck cmdline to avoid EPIPEKay Sievers
2010-10-20unit: introduce %f specifier to decode file namesLennart Poettering
2010-10-20mount: pull in quotacheck.service, not quotacheck.targetLennart Poettering
2010-10-20mount: require fsckLennart Poettering
2010-10-20manager: properly parse finish timestampLennart Poettering
2010-10-20manager: properly write header marker on serializationLennart Poettering
2010-10-20mount: do not implicitly pull in fsck service for root dirLennart Poettering
2010-10-20service: implement FsckPassNo= optionLennart Poettering
2010-10-20log: reopen console so that we have logging on shutdownLennart Poettering
2010-10-20fsck: don't be idempotent for root directoriesLennart Poettering
2010-10-19fsck: make fsck idempotentLennart Poettering
2010-10-19fsck: properly hook in fsck everywhere, add special support for fsck'ing root...Lennart Poettering
2010-10-19fsck: atomically replace base.target by rescue.target/reboot.target when fsck...Lennart Poettering
2010-10-19fsck: be verbose when skipping fsck due to missing ACLennart Poettering
2010-10-19fsck: add initial version of fsck and quotacheck wrappersLennart Poettering
2010-10-19systemctl: fix counting in list-units outputLennart Poettering
2010-10-19tmpfiles: destruct selinux database after useLennart Poettering
2010-10-19label: don't fail miserably if filesystem doesn't do xattrs/labelsLennart Poettering
2010-10-18swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering
2010-10-18label: if the selinux policy knows no label, then silently don't do anythingLennart Poettering
2010-10-18util: ignore quota files by defaultLennart Poettering
2010-10-18manager: serialize/deserialize finish timestampLennart Poettering
2010-10-18tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil...Lennart Poettering
2010-10-14shutdown: loop only as long as we manage to unmount/detach devices, give up i...Lennart Poettering
2010-10-14umount: disable dm devices by devnode, not by path nameLennart Poettering
2010-10-14systemctl: accept -f as short for --forceLennart Poettering
2010-10-14umount: try to get rid of DM devicesLennart Poettering
2010-10-14shutdown: log to console by defaultLennart Poettering
2010-10-14vala: register new D-Bus callsFabiano Fidencio
2010-10-14systemctl: rework halt/reboot/poweroff/kexec/exit logic around --forceLennart Poettering
2010-10-14manager: hookup shutdown helper and signalsLennart Poettering
2010-10-14dbus: expose shutdown helper via D-BusLennart Poettering
2010-10-14manager: hookup execution of systemd-shutdown helperFabiano Fidencio
2010-10-14shutdown: make use of wait_for_terminate_and_warn()Lennart Poettering
2010-10-14shutdown: execute rescue kill only onceLennart Poettering
2010-10-14shutdown: don't chdir to /, since init is running with / as cwd anywayLennart Poettering
2010-10-14umount: be a bit more verbose when unable to umount/unswap/delete loopbacksLennart Poettering
2010-10-14umount: simplify code for deactivating loop devicesLennart Poettering
2010-10-14umount: properly enumerate loopback devicesLennart Poettering
2010-10-14umount: unescape path from /proc/self/mountinfo first, then check against api...Lennart Poettering
2010-10-14condition: fix copyrightLennart Poettering
2010-10-13mount: pull in fsck only in systemd instancesLennart Poettering
2010-10-13mount: hook in q fsck@.service instance for all mount points with passno > 0Lennart Poettering
2010-10-13systemctl: warn if user enables unit with no installation instructionsLennart Poettering
2010-10-13dbus: add introspection to midlevel pathsLennart Poettering
2010-10-13lookup: look for dynamic throw-away units in /dev/.systemd/systemLennart Poettering
2010-10-13inotify: properly handle multiple inotify events per read()Lennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ali...Lennart Poettering
2010-10-12mount: minor cleanupsLennart Poettering