summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2019-02-28tmpfiles: pass arg_root to chase_symlinks as the root prefixDavid Michael1-3/+3
2019-02-15tmpfiles: let's bump RLIMIT_NOFILE for tmpfilesLennart Poettering1-0/+4
2019-02-15tmpfiles: while aging, take a BSD file lock on each directory we descent intoLennart Poettering1-1/+7
2019-02-15tmpfiles: make some log messages a tiny bit less cryptic for mere mortalsLennart Poettering1-7/+6
2019-02-15tmpfiles: break comment blocks according to our current editor settingsLennart Poettering1-12/+7
2019-02-15tmpfiles: clean up restoring of access times after aging a bitLennart Poettering1-8/+8
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2019-01-08tmpfiles: Make C still copy if the destination directory is emptyRyan Gonzalez1-1/+1
2018-12-12Mark *data and *userdata params to specifier_printf() as constZbigniew Jędrzejewski-Szmek1-4/+4
2018-12-10Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...Lennart Poettering1-11/+8
2018-12-10fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFSFranck Bui1-3/+4
2018-12-10tmpfiles: use CHASE_WARN in addition to CHASE_SAFEFranck Bui1-8/+4
2018-12-10fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are metFranck Bui1-2/+2
2018-12-02tmpfiles: define main through macroYu Watanabe1-50/+40
2018-12-02tmpfiles: make load_unix_sockets() return negative errno on failureYu Watanabe1-45/+31
2018-11-30tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek1-7/+4
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-29tree-wide: port various parts of the code to use parse_dev()Lennart Poettering1-7/+4
2018-11-22coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-52/+47
2018-11-21Merge pull request #10860 from keszybz/more-cleanup-2Lennart Poettering1-1/+1
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20tmpfiles: also order glob child/parent relationshipsLennart Poettering1-0/+2
2018-11-20tmpfiles: fix typoLennart Poettering1-1/+1
2018-11-20tmpfiles: label phases explicitlyLennart Poettering1-4/+9
2018-11-20tmpfiles: behind → below in log msgsLennart Poettering1-2/+2
2018-11-20Merge pull request #10850 from poettering/log-setupZbigniew Jędrzejewski-Szmek1-3/+1
2018-11-20Merge pull request #10538 from poettering/tmpfiles-reorderZbigniew Jędrzejewski-Szmek1-81/+167
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-11-08tmpfiles: 'D' doesn't do globs for creation, shouldn't do for removal eitherLennart Poettering1-5/+13
2018-11-08tmpfiles: always remove/clean-up before creatingLennart Poettering1-16/+30
2018-11-08tmpfiles: log when we skip an entry due to autofsLennart Poettering1-1/+5
2018-11-08tmpfiles: create parents before children, but remove children before parentsLennart Poettering1-27/+79
2018-11-08tmpfiles: no need to set zero initialization of first enum valueLennart Poettering1-1/+1
2018-11-08tmpfiles: instead of accessing global 'arg_operation' pass it through the stackLennart Poettering1-10/+10
2018-11-08tmpfiles: replace the three arg_create/arg_remove/arg_clean booleans with a s...Lennart Poettering1-10/+15
2018-11-08tmpfiles: fix minor memory leak on error pathLennart Poettering1-1/+3
2018-11-08tmpfiles: use free_and_replace() where appropriateLennart Poettering1-4/+2
2018-11-08tmpfiles: why memset() and memcpy() if we have '=' and structured initializat...Lennart Poettering1-2/+2
2018-11-08tmpfiles: rename "count" → "n_items"Lennart Poettering1-13/+16
2018-11-08tmpfiles: rename second parameter to GREEDY_REALLOC() 'allocated'Lennart Poettering1-2/+2
2018-10-18tmpfiles: FOREACH_LINE excorcismLennart Poettering1-4/+10
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca1-0/+2
2018-10-08chattr: optionally, return the old flags when updating themLennart Poettering1-1/+1
2018-09-25RFC tmpfiles: Allow configuration to ignore execution errorsWilliam Douglas1-1/+9
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-7/+5
2018-08-21tmpfiles: use fd_get_path() even less excessivelyFranck Bui1-41/+18