summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: allow ASCII fallback for … in logsDavid Tardon2022-06-281-3/+3
* Merge pull request #23021 from fbuihuu/tmpfiles-fix-precedence-with-plus-signYu Watanabe2022-04-151-8/+25
|\
| * tmpfiles: constify item_compatible() parametersFranck Bui2022-04-111-3/+3
| * tmpfiles.d: only 'w+' can have multiple lines for the same pathFranck Bui2022-04-111-7/+24
* | basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-2/+2
* | tree-wide: host_name → hostnameZbigniew Jędrzejewski-Szmek2022-04-111-2/+2
|/
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
* shared/specifier: fix %u/%U/%g/%G when called as unprivileged userZbigniew Jędrzejewski-Szmek2022-03-291-27/+26
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-2/+0
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-12/+2
* meson: Use files() for testsJan Janssen2022-01-111-3/+3
* tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-17/+15
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-6/+5
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-2/+2
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-052-1/+2
* tmpfiles: minor modernizationYu Watanabe2021-09-051-20/+6
* tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-16/+7
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-032-4/+4
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-141-13/+7
|\
| * tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-13/+7
* | tree-wide: make cunescape*() functions return ssize_tZbigniew Jędrzejewski-Szmek2021-07-091-14/+16
|/
* chattr-util: generalize chattr manipulation for files with secrets from journ...Lennart Poettering2021-07-081-1/+1
* tmpfiles: fix borked assertZbigniew Jędrzejewski-Szmek2021-07-061-4/+4
* tree-wide: make specifier expansion --root= awareLennart Poettering2021-06-241-13/+29
* tmpfile: always get file descriptor of root or current directoryYu Watanabe2021-06-091-6/+4
* tmpfile: several minor coding style fixesYu Watanabe2021-06-091-18/+20
* tmpfiles: extend "Age" to accept an "age-by" argumentSrinidhi Kaushik2021-06-081-64/+201
* tmpfiles: add '=' action modifier.Allen Webb2021-06-081-15/+201
* tmpfiles: do not check if unresolved globs are autofs pathsZbigniew Jędrzejewski-Szmek2021-06-041-2/+16
* tmpfiles: stop complaining about autofs on not-found pathsZbigniew Jędrzejewski-Szmek2021-06-021-1/+1
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+1
* tree-wide: refuse too long strings earlier in specifier_printf()Yu Watanabe2021-05-121-3/+3
* fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-071-2/+5
* tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+2
* Merge pull request #19164 from mmatsuya/mainYu Watanabe2021-04-111-20/+30
|\
| * tmpfiles: rework condition checkZbigniew Jędrzejewski-Szmek2021-04-081-3/+8
| * tmpfiles: use a entry in hashmap as ItemArray in read_config_file()Masahiro Matsuya2021-04-081-20/+25
* | tmpfiles: make handling of existing-but-different targets more consistentZbigniew Jędrzejewski-Szmek2021-04-081-10/+11
|/
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+5
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tmpfiles: explicitly say we need /proc/ to runLennart Poettering2021-02-101-0/+10
* tmpfiles: v/q/Q: Add env var to skip check for rootfs in subvolumeAdrian Vovk2021-02-101-2/+8
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-181-3/+1