index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tmpfiles
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
meson: make the second and third elements of tests or fuzzers optional
Yu Watanabe
2021-01-18
1
-3
/
+1
*
tmpfiles: move offline-passwd.[ch] to src/tmpfiles
Yu Watanabe
2021-01-18
4
-4
/
+269
*
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
2
-2
/
+2
*
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
|
\
|
*
tree-wide: copy hardlinks wherever we deal with possibly large OS-style trees
Lennart Poettering
2020-09-09
1
-1
/
+1
*
|
fs-util,tmpfiles: fix error handling of fchmod_opath()
Lennart Poettering
2020-09-10
1
-4
/
+7
|
/
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-13
/
+8
*
stat-util: provide single fallback implementation of statx()
Lennart Poettering
2020-09-03
1
-132
/
+72
*
stat-util: add new macros for declaring statx variable
Lennart Poettering
2020-09-03
1
-13
/
+2
*
Merge pull request #16877 from poettering/tmpfiles-statx
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-63
/
+204
|
\
|
*
tmpfiles: use statx() when aging files
Lennart Poettering
2020-08-28
1
-63
/
+204
*
|
tree-wide: no need to negate argument to ERROR_IS_XYZ()
Lennart Poettering
2020-08-28
1
-1
/
+1
|
/
*
basic/time-util: add function to format timestamps with different styles
Luca Boccassi
2020-08-19
1
-8
/
+8
*
tmpfiles: support --image= similar to --root=
Lennart Poettering
2020-08-05
1
-5
/
+43
*
tmpfiles: properly prefix paths in debug outputs
Lennart Poettering
2020-08-05
1
-3
/
+13
*
tmpfiles: we don't support the combination of --root and --user, hence refuse it
Lennart Poettering
2020-08-05
1
-0
/
+4
*
tmpfiles: add new switch -E for quickly excluding /proc, /dev, /sys and /run
Lennart Poettering
2020-08-05
1
-1
/
+30
*
Move offline-password.[ch] to shared and add test-offline-passwd
Zbigniew Jędrzejewski-Szmek
2020-07-18
3
-133
/
+2
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-2
/
+1
*
Merge pull request #16238 from keszybz/set-handling-more
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-5
/
+1
|
\
|
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-5
/
+1
*
|
Make failures of mac_selinux_init() fatal
Christian Göttsche
2020-06-23
1
-1
/
+3
|
/
*
meson: build standalone version of systemd-tmpfiles
Filipe Brandenburger
2020-06-10
1
-0
/
+7
*
Merge pull request #15910 from poettering/tmpfiles-pstore-tweak
Daan De Meyer
2020-05-26
1
-4
/
+8
|
\
[next]