summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-191-4/+3
* tmpfiles: use safe_glob()Zbigniew Jędrzejewski-Szmek2017-04-271-8/+3
* tmpfiles: downgrade error message when operation is not supported (#5692)Yu Watanabe2017-04-101-1/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-1/+1
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-1/+1
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-4/+2
* tmpfiles: improve error message for chown()/chmod() failures (#4969)Lennart Poettering2016-12-291-2/+2
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-11/+4
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek2016-07-221-3/+2
* tmpfiles: make sure to always initialize "r" correctly.Lennart Poettering2016-06-211-1/+1
* Fix FS_EXTENT_FL description (#3381)kpengboy2016-05-291-1/+1
* tmpfiles: add new 'e' action which cleans up a dir without creating itZbigniew Jędrzejewski-Szmek2016-04-201-41/+15
* tmpfiles: shorten some long error messagesZbigniew Jędrzejewski-Szmek2016-04-201-3/+3
* tmpfiles: interpret "-" as stdinZbigniew Jędrzejewski-Szmek2016-04-201-9/+17
* tree-wide: use SET_FLAG() macro to make code more clearAlexander Kuleshov2016-03-051-4/+1
* Merge pull request #2781 from keszybz/selinux-and-warningsLennart Poettering2016-03-031-1/+1
|\
| * selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* | tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passedAlexander Kuleshov2016-03-021-2/+2
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tmpfiles: don't skip path_set_perms on errorEvgeny Vereshchagin2016-02-011-13/+10
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolumeLennart Poettering2015-11-161-2/+22
* tmpfiles: don't consider it a problem if quota is not enabled on btrfsLennart Poettering2015-11-101-0/+4
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-271-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-5/+2
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-5/+5
* tmpfiles: simplify mountpoint detectionThomas Hindoe Paaboel Andersen2015-10-231-2/+1
* tmpfiles: introduce "q" and "Q" for creating quota-enabled btrfs subvolumesLennart Poettering2015-10-221-8/+35