summaryrefslogtreecommitdiff
path: root/src/basic/stat-util.c
Commit message (Expand)AuthorAgeFilesLines
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-46/+0
* Merge pull request #11345 from kirbyfan64/tmpfiles-c-emptyZbigniew Jędrzejewski-Szmek2019-01-151-3/+12
|\
| * stat-util: Add dir_is_empty_atRyan Gonzalez2019-01-081-3/+12
* | stat-util: remove spurious newlineLennart Poettering2019-01-071-1/+0
|/
* stat-util: add new APIs device_path_make_{major_minor|canonical}() and device...Lennart Poettering2018-11-291-0/+98
* stat-util: add fd_verify_directory(), similar to fd_verify_regular()Lennart Poettering2018-11-261-0/+23
* nspawn: beef up netns checking a bit, for compat with old kernelsLennart Poettering2018-10-311-4/+36
* util: do not assign return value if it is not used (#10552)Yu Watanabe2018-10-281-3/+1
* basic/stat-util: introduce is_dir_fd()Franck Bui2018-07-301-0/+11
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-26/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* stat-util: fix fd_is_network_ns()Lennart Poettering2018-03-231-1/+2
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-0/+29
* journal: move code that checks for network fs to stat-util.[ch]Lennart Poettering2018-02-121-4/+25
* log: minimize includes in log.hLennart Poettering2018-01-111-2/+3
* nspawn: introduce an option for specifying network namespace pathDongsu Park2017-12-131-0/+12
* util-lib: rename path_check_fstype to path_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-1/+1
* util-lib: rename fd_check_fstype to fd_is_fs_typeZbigniew Jędrzejewski-Szmek2017-11-301-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-3/+3
* util-lib: rework path_check_fstype() and path_is_temporary_fs() to use O_PATHLennart Poettering2016-12-211-2/+2
* util-lib: add new path_is_temporary_fs() APILennart Poettering2016-12-201-0/+10
* util-lib: make sure fd_check_fstype() opens files with O_CLOEXECLennart Poettering2016-12-201-1/+1
* util-lib: beef path_is_os_tree() up a bitLennart Poettering2016-12-201-10/+18
* 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/+4
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+216