summaryrefslogtreecommitdiff
path: root/src/mount.h
AgeCommit message (Collapse)Author
2012-01-16unit: remove union UnitMichal Schmidt
Now that objects of all unit types are allocated the exact amount of memory they need, the Unit union has lost its purpose. Remove it. "Unit" is a more natural name for the base unit class than "Meta", so rename Meta to Unit. Access to members of the base class gets simplified.
2011-01-20service: when reloading a service fails don't fail the entire service but ↵Lennart Poettering
just the reload job
2010-10-13mount: hook in q fsck@.service instance for all mount points with passno > 0Lennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-11gc: remove a lot of unused codeLennart Poettering
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-02mount: automatically create non-existing mount point dirs prior to mountingLennart Poettering
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering