summaryrefslogtreecommitdiff
path: root/src/core/automount.c
AgeCommit message (Expand)Author
2014-11-27log: rearrange log function namingLennart Poettering
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-06-24use more _cleanup_ macroRonny Chevalier
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-11-28automount: log info about triggering processKay Sievers
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-09-26core: rework how we match mount units against each otherLennart Poettering
2013-09-13automount: rename repeat_unmont to repeat_unmountDavid Mackey
2013-04-25unit: rework stop pending logicLennart Poettering
2013-04-23unit: rework trigger dependency logicLennart Poettering
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-11-22dbus: introduce _cleanup_dbus_error_free_Lennart Poettering
2012-11-22automount: modernizationsLennart Poettering
2012-09-19mount: reword directory empty warning a bitLennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-18automount: also whine if an automount directory is not emptyLennart Poettering
2012-07-31automount: print mount point in debug messageZbigniew Jędrzejewski-Szmek
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-07-03mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers