Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-14 | src/shared/path-util.c: revert change from realpath to canonicalize_file_name | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-14 | src/shared: some stylistic changes | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-14 | src/shared: import more code cleanups from upstream | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-14 | src/shared: import many code cleanups from upstream | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-05 | src/shared: refactor shared code | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-15 | Isolation of udev code from remaining systemd | Anthony G. Basile | |
This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- <filename> | |||
2012-09-14 | timedate: assorted improvements | Lennart Poettering | |
- Make writing/reading of /etc/timezone dependendent of HAVE_SYSV_COMPAT - Introduce symlink_atomic() after all, and use it - Use relative symlink for /etc/localtime | |||
2012-09-10 | path-util: fall back to stat() if kernel does not support name_to_handle_at() | Mantas Mikulėnas | |
Fixes instant hang on kernels that do not have CONFIG_FHANDLE enabled. | |||
2012-09-10 | path-util: do not fail in path_is_mountpoint() if path doesn't exist | Mantas Mikulėnas | |
This was accidentally lost in commit 1640a0b6b05b. | |||
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 ↵ | Lennart Poettering | |
fs does not support name_to_handle_at() | |||
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 | |
This is to match strappend() and the other string related functions. | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |