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
/
shared
/
path-util.c
Age
Commit message (
Expand
)
Author
2015-05-04
path-util: fix fstat fallback in fd_is_mount_point
Thomas Hindoe Paaboel Andersen
2015-05-04
path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...
Lennart Poettering
2015-04-12
path-util: don't eat up ENOENT in path_is_mount_point()
Lennart Poettering
2015-04-12
path-util: make sure fd_is_mount_point() returns true for root directory
Lennart Poettering
2015-04-12
path-util: if parent can do name_to_handle() but relevant dir not, it's a mou...
Lennart Poettering
2015-04-12
path-util.c: changes for rm-rf: never cross mount points
Lennart Poettering
2015-03-19
shared: add path_compare(), an ordering path comparison
Michal Schmidt
2015-03-18
path-util: fix path_is_mount_point() for symlinks
Harald Hoyer
2015-01-25
Add initialization helper for file_handle_union
Zbigniew JÄdrzejewski-Szmek
2015-01-17
path-util: plug leak
Tom Gundersen
2014-12-20
path-util: fix breakage in path_is_mount_point
Dave Reisner
2014-12-20
path: make the check for unsupported name_to_handle_at symmetric
Zbigniew Jędrzejewski-Szmek
2014-12-20
path: follow symbolic link for parent path (2)
Umut Tezduyar Lindskog
2014-12-20
path: follow symbolic link for parent path
Umut Tezduyar Lindskog
2014-12-20
shared: path-util - memory leak
Tom Gundersen
2014-12-17
path-util: no need to check whether p is absolute twice
Lennart Poettering
2014-08-14
src/shared/path-util.c: revert change from realpath to canonicalize_file_name
Anthony G. Basile
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-14
src/shared: import more code cleanups from upstream
Anthony G. Basile
2014-08-14
src/shared: import many code cleanups from upstream
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-09-14
timedate: assorted improvements
Lennart Poettering
2012-09-10
path-util: fall back to stat() if kernel does not support name_to_handle_at()
Mantas Mikulėnas
2012-09-10
path-util: do not fail in path_is_mountpoint() if path doesn't exist
Mantas Mikulėnas
2012-09-04
path: fix invalid variable access in path_is_mount_point()
Lennart Poettering
2012-09-04
path-util: in path_is_mount_point() fall back to the classic stat() test if f...
Lennart Poettering
2012-09-04
missing: define name_to_handle_at on our own if it is missing
Lennart Poettering
2012-09-03
util: make path_is_mount_point() recognize bind mounts, too
Lennart Poettering
2012-07-13
util: rename join() to strjoin()
Lennart Poettering
2012-05-08
util: split-out path-util.[ch]
Kay Sievers