index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tmpfiles
/
tmpfiles.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-17
/
+15
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-6
/
+5
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
tmpfiles: minor modernization
Yu Watanabe
2021-09-05
1
-20
/
+6
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-16
/
+7
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-3
/
+3
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
1
-13
/
+7
|
\
|
*
tree-wide: add FORMAT_TIMESTAMP_STYLE()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-13
/
+7
*
|
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-14
/
+16
|
/
*
chattr-util: generalize chattr manipulation for files with secrets from journ...
Lennart Poettering
2021-07-08
1
-1
/
+1
*
tmpfiles: fix borked assert
Zbigniew Jędrzejewski-Szmek
2021-07-06
1
-4
/
+4
*
tree-wide: make specifier expansion --root= aware
Lennart Poettering
2021-06-24
1
-13
/
+29
*
tmpfile: always get file descriptor of root or current directory
Yu Watanabe
2021-06-09
1
-6
/
+4
*
tmpfile: several minor coding style fixes
Yu Watanabe
2021-06-09
1
-18
/
+20
*
tmpfiles: extend "Age" to accept an "age-by" argument
Srinidhi Kaushik
2021-06-08
1
-64
/
+201
*
tmpfiles: add '=' action modifier.
Allen Webb
2021-06-08
1
-15
/
+201
*
tmpfiles: do not check if unresolved globs are autofs paths
Zbigniew Jędrzejewski-Szmek
2021-06-04
1
-2
/
+16
*
tmpfiles: stop complaining about autofs on not-found paths
Zbigniew Jędrzejewski-Szmek
2021-06-02
1
-1
/
+1
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+1
*
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
1
-3
/
+3
*
fileio: optionally, return discovered path of file in search_and_fopen()
Lennart Poettering
2021-05-07
1
-2
/
+5
*
tree-wide: enable automatic growing of file systems in images in various tool...
Lennart Poettering
2021-04-23
1
-1
/
+2
*
Merge pull request #19164 from mmatsuya/main
Yu Watanabe
2021-04-11
1
-20
/
+30
|
\
|
*
tmpfiles: rework condition check
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-3
/
+8
|
*
tmpfiles: use a entry in hashmap as ItemArray in read_config_file()
Masahiro Matsuya
2021-04-08
1
-20
/
+25
*
|
tmpfiles: make handling of existing-but-different targets more consistent
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-10
/
+11
|
/
*
dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in two
Lennart Poettering
2021-03-16
1
-1
/
+5
*
Move and rename parse_path_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-2
/
+3
*
tmpfiles: explicitly say we need /proc/ to run
Lennart Poettering
2021-02-10
1
-0
/
+10
*
tmpfiles: v/q/Q: Add env var to skip check for rootfs in subvolume
Adrian Vovk
2021-02-10
1
-2
/
+8
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-5
/
+5
*
tmpfiles: add ANSI highlighting to our help text
Lennart Poettering
2021-01-12
1
-2
/
+4
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-1
/
+1
*
tmpfiles: fix typo
Yu Watanabe
2020-12-18
1
-1
/
+1
*
tmpfiles: try to set file attributes one by one
Yu Watanabe
2020-12-18
1
-5
/
+9
*
tree-wide: sort specifiers and move common comments to specifier.h
Yu Watanabe
2020-11-25
1
-7
/
+9
*
specifiers: introduce common macros for generating specifier tables
Lennart Poettering
2020-11-25
1
-6
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tmpfiles: Handle filesystems without ACL support in more cases.
Pat Coulthard
2020-10-26
1
-11
/
+16
*
Merge pull request #17297 from keszybz/tmpfiles-sysusers-disable-standalone-i...
Michael Biebl
2020-10-20
1
-2
/
+12
|
\
|
*
tmpfiles,sysusers: disable --image= support in standalone versions
Zbigniew Jędrzejewski-Szmek
2020-10-09
1
-2
/
+12
*
|
tmpfiles: no need to specify a synthetic error code if we don't propagate it
Lennart Poettering
2020-10-19
1
-1
/
+1
*
|
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-12
/
+12
|
/
*
tree-wide: fix typos found by codespell
Frantisek Sumsal
2020-09-14
1
-1
/
+1
*
Merge pull request #16933 from poettering/copy-hardlinks
Zbigniew Jędrzejewski-Szmek
2020-09-10
1
-1
/
+1
|
\
[next]