summaryrefslogtreecommitdiff
path: root/src/shared/path-util.c
Commit message (Expand)AuthorAge
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-18
* path-util: plug leakTom Gundersen2015-01-08
* path-util: fix breakage in path_is_mount_pointDave Reisner2014-12-18
* path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek2014-12-17
* path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog2014-12-17
* path: follow symbolic link for parent pathUmut Tezduyar Lindskog2014-12-16
* shared: path-util - memory leakTom Gundersen2014-12-16
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-16
* path-util: no need to check whether p is absolute twiceLennart Poettering2014-12-12
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-22
* util: try to be a bit more NFS compatible when checking whether an FS is writ...Lennart Poettering2014-08-18
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Add utility function to append root to pathZbigniew Jędrzejewski-Szmek2014-07-26
* Fix typoZbigniew Jędrzejewski-Szmek2014-07-07
* fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering2014-06-25
* use more _cleanup_ macroRonny Chevalier2014-06-24
* shared: rename path_strv_canonicalize_absolute functionsMichael Marineau2014-06-20
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-13
* path-util: fix missing terminating zeroTanu Kaskinen2014-05-25
* path-util: add path_make_relative()Tanu Kaskinen2014-05-16
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-15
* util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering2014-04-24
* condense assignment and path_kill_slashes callsDave Reisner2014-04-21
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-12
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-12
* shared: include root when canonicalizing conf pathsMichael Marineau2014-02-14
* No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek2014-01-08
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* path-util: paths_check_timestamp() opimizationsLennart Poettering2013-11-06
* path_check_timestamp: only keep the most recent timestampTom Gundersen2013-10-29
* udev: move udev_rules_check_timestamp to sharedTom Gundersen2013-10-26
* Fix two compiler warningsZbigniew Jędrzejewski-Szmek2013-09-09
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
* path-util.c: small modernizationZbigniew Jędrzejewski-Szmek2013-09-09
* time-dst: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-05-02
* path-util: unify code for detecting OS treesLennart Poettering2013-04-16
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-11
* path-util: fix memory leakLennart Poettering2013-02-11
* shared: remove now unused functionZbigniew Jędrzejewski-Szmek2013-02-06
* systemd: do not remove empty paths from unit lookup pathZbigniew Jędrzejewski-Szmek2013-02-06
* path-util: set pointer to null after calling free()Michal Sekletar2012-12-17
* timedate: assorted improvementsLennart Poettering2012-09-14
* path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas2012-09-10
* path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas2012-09-10
* path: fix invalid variable access in path_is_mount_point()Lennart Poettering2012-09-04
* path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering2012-09-04
* missing: define name_to_handle_at on our own if it is missingLennart Poettering2012-09-04
* util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering2012-09-03
* util: rename join() to strjoin()Lennart Poettering2012-07-13