summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* tmpfiles: enforce ordering when executing linesLennart Poettering2015-04-101-6/+37
* tmpfiles: eat up empty columnsLennart Poettering2015-04-101-4/+4
* tmpfiles: substitute % specifiers in arguments for writing files and xattrsLennart Poettering2015-04-101-24/+32
* tmpfiles: warn if we get an argument on lines that don't take anyLennart Poettering2015-04-101-2/+7
* tmpfiles: mostly revert 71044f609b829d802e0eb81270e13b4f55d76476Lennart Poettering2015-04-101-4/+5
* util: unify how we parse mode_t stringsLennart Poettering2015-04-101-2/+2
* tmpfiles: properly return error code from path_set_acl()Lennart Poettering2015-04-091-4/+4
* tmpfiles: add file attribute calls to list of glob needing commandsLennart Poettering2015-04-091-1/+3