summaryrefslogtreecommitdiffstats
path: root/src/basic/path-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-03-011-2/+8
* path-util: introduce new safe_getcwd() wrapperLennart Poettering2018-01-171-0/+1
* util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek2017-11-301-0/+1
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-1/+1
|\
| * fs-util: rename path_is_safe() → path_is_normalized()Lennart Poettering2017-11-171-1/+1
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* util-lib: add a new skip_dev_prefix() helperLennart Poettering2017-08-091-0/+10
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-1/+1
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-0/+2
* core: rework logic to determine when we decide to add automatic deps for mountsLennart Poettering2016-12-141-0/+12
* machine-id-setup: `--print --commit` respects the --root optionEvgeny Vereshchagin2016-12-131-0/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-2/+2
* Allow block and char classes in DeviceAllow bus properties (#4353)Zbigniew Jędrzejewski-Szmek2016-10-121-0/+1
* path-util: add a function to peek into a container and guess systemd versionZbigniew Jędrzejewski-Szmek2016-10-081-0/+2
* tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek2016-04-281-2/+1
* install: allow paths like LookupPath.generator to be NULLZbigniew Jędrzejewski-Szmek2016-04-171-0/+4
* tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek2016-04-171-0/+13
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-3/+0
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+7
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+3
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-2/+0
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-1/+2
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-0/+2
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-3/+3
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-1/+1
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-0/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+102