summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
AgeCommit message (Expand)Author
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-26Add utility function to append root to pathZbigniew Jędrzejewski-Szmek
2014-07-07Fix typoZbigniew Jędrzejewski-Szmek
2014-06-25fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering
2014-06-24use more _cleanup_ macroRonny Chevalier
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau
2014-06-13os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering
2014-05-25path-util: fix missing terminating zeroTanu Kaskinen
2014-05-16path-util: add path_make_relative()Tanu Kaskinen
2014-05-15Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek
2014-04-24util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering
2014-04-21condense assignment and path_kill_slashes callsDave Reisner
2014-04-12path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek
2014-04-12fsck: Search for fsck.type in PATHMike Gilbert
2014-02-14shared: include root when canonicalizing conf pathsMichael Marineau
2014-01-08No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-11-06path-util: paths_check_timestamp() opimizationsLennart Poettering
2013-10-29path_check_timestamp: only keep the most recent timestampTom Gundersen
2013-10-26udev: move udev_rules_check_timestamp to sharedTom Gundersen
2013-09-09Fix two compiler warningsZbigniew Jędrzejewski-Szmek
2013-09-09run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek
2013-09-09path-util.c: small modernizationZbigniew Jędrzejewski-Szmek
2013-05-02time-dst: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-16path-util: unify code for detecting OS treesLennart Poettering
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering
2013-02-11path-util: fix memory leakLennart Poettering
2013-02-06shared: remove now unused functionZbigniew Jędrzejewski-Szmek
2013-02-06systemd: do not remove empty paths from unit lookup pathZbigniew Jędrzejewski-Szmek
2012-12-17path-util: set pointer to null after calling free()Michal Sekletar
2012-09-14timedate: assorted improvementsLennart Poettering
2012-09-10path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas
2012-09-10path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas
2012-09-04path: fix invalid variable access in path_is_mount_point()Lennart Poettering
2012-09-04path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers