index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
automount.c
Age
Commit message (
Expand
)
Author
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-06-24
use more _cleanup_ macro
Ronny Chevalier
2014-03-24
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-01-02
Use format patterns for usec_t, pid_t, nsec_t, usec_t
Zbigniew Jędrzejewski-Szmek
2013-12-22
core: no need to list properties for PropertiesChanged messages anymore
Lennart Poettering
2013-11-28
automount: log info about triggering process
Kay Sievers
2013-11-26
tree-wide usage of %m specifier instead of strerror(errno)
Daniel Buch
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-09-26
core: rework how we match mount units against each other
Lennart Poettering
2013-09-13
automount: rename repeat_unmont to repeat_unmount
David Mackey
2013-04-25
unit: rework stop pending logic
Lennart Poettering
2013-04-23
unit: rework trigger dependency logic
Lennart Poettering
2013-01-06
systemd: use unit logging macros
Zbigniew Jędrzejewski-Szmek
2012-12-05
core: add catalog entry and MESSAGE_ID for overmounting
Zbigniew Jędrzejewski-Szmek
2012-11-22
dbus: introduce _cleanup_dbus_error_free_
Lennart Poettering
2012-11-22
automount: modernizations
Lennart Poettering
2012-09-19
mount: reword directory empty warning a bit
Lennart Poettering
2012-09-18
core: move ManagerRunningAs to shared
Zbigniew Jędrzejewski-Szmek
2012-09-18
automount: also whine if an automount directory is not empty
Lennart Poettering
2012-07-31
automount: print mount point in debug message
Zbigniew Jędrzejewski-Szmek
2012-07-10
unit: get rid of UnitVTable.suffix, which is now unused
Lennart Poettering
2012-07-03
mount-setup: don't complain if we try to fix the label of a dir beneath a mou...
Lennart Poettering
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-05-22
mount: replace PID1 internal fstab parser with generator
Lennart Poettering
2012-05-14
unit: unit type dependent status messages
Michal Schmidt
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers