summaryrefslogtreecommitdiff
path: root/src/core/automount.c
Commit message (Expand)AuthorAgeFilesLines
* core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering2016-02-111-3/+22
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-3/+2
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-5/+6
* automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-271-22/+14
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-4/+3
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-15/+16
* core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering2015-10-081-10/+5
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-9/+0
* tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering2015-09-091-4/+2
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* automount: handle state changes of the corresponding mount unit correctlyMichael Olbrich2015-07-241-6/+8
* automount: don't try to umount if it already happenedMichael Olbrich2015-07-241-0/+14
* automount: do not start expiration timer for TimeoutIdleSec=0Daniel Mack2015-07-241-0/+3
* automount: lower the idle polling frequency a bitLennart Poettering2015-07-241-1/+1
* core: remove generic job completion messages from unit vtablesMichal Schmidt2015-07-211-1/+0
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-1/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-57/+45
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-10/+9
* core: simplify unit type detection logicLennart Poettering2015-04-301-3/+1
* core: annotate event sourcesTom Gundersen2015-04-291-2/+11
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-1/+1
* automount: remove unused variableThomas Hindoe Paaboel Andersen2015-04-211-2/+0
* automount: various smaller fixesLennart Poettering2015-04-211-7/+8
* automount: add expire supportMichael Olbrich2015-04-211-10/+214
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* core/automount: beef up error messageZbigniew Jędrzejewski-Szmek2015-04-081-1/+2
* path-util: fix more path_is_mount e792e890f falloutLennart Poettering2015-04-071-4/+2
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-091-7/+3
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-7/+5
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-0/+12
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2