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
*
tmpfiles: create with correct MAC label on option C
Christian Göttsche
2019-11-28
1
-1
/
+1
*
Merge pull request #13862 from zachsmith/systemd-tmpfiles-deprecate-for-force
Zbigniew Jędrzejewski-Szmek
2019-11-12
1
-11
/
+7
|
\
|
*
systemd-tmpfiles: deprecate F for f+
Zach Smith
2019-11-01
1
-11
/
+7
*
|
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
|
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
|
tree-wide: drop glob.h when glob-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
|
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
|
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
|
/
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-11
/
+11
*
systemd-tmpfiles: allow appending content to file
Zach Smith
2019-10-04
1
-3
/
+5
*
systemd-tmpfiles: rename force to append_or_force
Zach Smith
2019-10-04
1
-12
/
+12
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-2
/
+2
*
tmpfiles: use path_join() where it makes sense
Lennart Poettering
2019-07-11
1
-1
/
+1
*
tmpfiles: fix build
Lennart Poettering
2019-07-11
1
-1
/
+1
*
Merge pull request #12750 from keszybz/tmpfiles-c-copy
Lennart Poettering
2019-07-11
1
-2
/
+10
|
\
|
*
tmpfiles: also prefix C source paths with --root
Zbigniew Jędrzejewski-Szmek
2019-06-05
1
-2
/
+10
*
|
tmpfiles: use log_syntax() for complaining about configuration file errors
Lennart Poettering
2019-07-10
1
-2
/
+1
*
|
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-2
/
+2
*
|
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-24
1
-1
/
+1
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-1
/
+1
*
|
tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.c
Lennart Poettering
2019-06-18
1
-36
/
+10
*
|
tmpfiles: merge two nested if checks into one
Lennart Poettering
2019-06-18
1
-8
/
+10
*
|
tmpfiles: use path_join() where we can
Lennart Poettering
2019-06-18
1
-1
/
+1
|
/
*
Merge pull request #12431 from poettering/tmpfiles-chmod-chown-order
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-19
/
+57
|
\
|
*
tmpfiles: be more careful when adjusting chmod() + chown()
Lennart Poettering
2019-04-30
1
-11
/
+41
|
*
tmpfiles: split out ~ mode handling into a helper function
Lennart Poettering
2019-04-30
1
-10
/
+18
*
|
tree-wide: replace explicit NULL checks with their shorter variants
Frantisek Sumsal
2019-04-28
1
-1
/
+1
|
/
*
tree-wide: introduce empty_or_dash() helper
Lennart Poettering
2019-04-08
1
-5
/
+5
*
tmpfiles: move full chattr flag set to chattr-util.h
Lennart Poettering
2019-03-28
1
-18
/
+1
*
tmpfiles: support the FS_PROJINHERIT_FL chattr flag
Lennart Poettering
2019-03-28
1
-1
/
+3
*
tree-wide: constify a few static string tables
Lennart Poettering
2019-03-25
1
-1
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
tmpfiles: pass arg_root to chase_symlinks as the root prefix
David Michael
2019-02-28
1
-3
/
+3
*
tmpfiles: let's bump RLIMIT_NOFILE for tmpfiles
Lennart Poettering
2019-02-15
1
-0
/
+4
*
tmpfiles: while aging, take a BSD file lock on each directory we descent into
Lennart Poettering
2019-02-15
1
-1
/
+7
*
tmpfiles: make some log messages a tiny bit less cryptic for mere mortals
Lennart Poettering
2019-02-15
1
-7
/
+6
*
tmpfiles: break comment blocks according to our current editor settings
Lennart Poettering
2019-02-15
1
-12
/
+7
*
tmpfiles: clean up restoring of access times after aging a bit
Lennart Poettering
2019-02-15
1
-8
/
+8
*
tree-wide: use newa() instead of alloca() wherever we can
Lennart Poettering
2019-01-26
1
-1
/
+1
*
tmpfiles: Make C still copy if the destination directory is empty
Ryan Gonzalez
2019-01-08
1
-1
/
+1
*
Mark *data and *userdata params to specifier_printf() as const
Zbigniew Jędrzejewski-Szmek
2018-12-12
1
-4
/
+4
*
Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...
Lennart Poettering
2018-12-10
1
-11
/
+8
|
\
|
*
fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFS
Franck Bui
2018-12-10
1
-3
/
+4
|
*
tmpfiles: use CHASE_WARN in addition to CHASE_SAFE
Franck Bui
2018-12-10
1
-8
/
+4
|
*
fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met
Franck Bui
2018-12-10
1
-2
/
+2
*
|
tmpfiles: define main through macro
Yu Watanabe
2018-12-02
1
-50
/
+40
*
|
tmpfiles: make load_unix_sockets() return negative errno on failure
Yu Watanabe
2018-12-02
1
-45
/
+31
*
|
tree-wide: rename path_join_many() to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
|
tree-wide: replace path_join with path_join_many
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
|
Merge pull request #10996 from poettering/oci-prep
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-7
/
+4
|
\
\
[next]