summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-26/+23
* util: Don't interpret quotes by default in extract_first_wordRichard Maw2015-08-071-2/+2
* util: change unquote_*_word to extract_*_wordRichard Maw2015-08-071-2/+3
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-2/+2
* tmpfiles: downgrade errors when a file system does not support file attributesLennart Poettering2015-07-221-3/+4
* tmpfiles: only root-owned aquota.* files are specialZbigniew Jędrzejewski-Szmek2015-06-171-3/+4
* tmpfiles: make sure "R" lines also remove subvolumesLennart Poettering2015-06-151-1/+1
* tmpfiles: use lstat() instead of stat() when checking whether a file system o...Lennart Poettering2015-05-151-5/+6
* tmpfiles: don't fail if we cannot create a subvolume because a file system is...Lennart Poettering2015-05-151-6/+11
* util: add generic calls for prefixing a root directory to a pathLennart Poettering2015-05-131-1/+1
* tmpfiles: try to handle read-only file systems gracefullyMichael Olbrich2015-05-061-2/+11
* tmpfiles: use an ordered hashmap for the tmpfiles itemsLennart Poettering2015-04-221-18/+18
* tmpfiles: consider an argument of "-" as non-specifiedLennart Poettering2015-04-211-1/+1
* tmpfiles: don't follow symlinks when adjusting ACLs, fille attributes, access...Lennart Poettering2015-04-131-40/+80
* tmpfiles: use qsort_safeZbigniew Jędrzejewski-Szmek2015-04-121-12/+3
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* tmpfiles: fix build with clangThomas Hindoe Paaboel Andersen2015-04-101-4/+1
* tmpfiles: add specifier expansion for L and C lines, tooLennart Poettering2015-04-101-11/+24