summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-0/+10
2013-02-11path-util: fix memory leakLennart Poettering1-3/+4
2013-02-06shared: remove now unused functionZbigniew Jędrzejewski-Szmek1-20/+0
2013-02-06systemd: do not remove empty paths from unit lookup pathZbigniew Jędrzejewski-Szmek1-5/+9
2012-12-17path-util: set pointer to null after calling free()Michal Sekletar1-0/+1
2012-09-14timedate: assorted improvementsLennart Poettering1-6/+6
2012-09-10path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas1-2/+2
2012-09-10path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas1-1/+5
2012-09-04path: fix invalid variable access in path_is_mount_point()Lennart Poettering1-1/+1
2012-09-04path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering1-1/+35
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering1-0/+1
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering1-7/+16
2012-07-13util: rename join() to strjoin()Lennart Poettering1-1/+1
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+371