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
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
tmpfiles: downgrade missing creds/source path log to debug
Luca Boccassi
2022-10-28
1
-2
/
+2
*
tmpfiles: fix assert
Topi Miettinen
2022-10-03
1
-1
/
+1
*
tmpfiles: downgrade message about unitialized-/etc
Zbigniew Jędrzejewski-Szmek
2022-09-27
1
-8
/
+17
*
tmpfiles: fix detection of unitialized-/etc
Zbigniew Jędrzejewski-Szmek
2022-09-27
1
-18
/
+14
*
tmpfiles: fix wrong return value
Yu Watanabe
2022-09-24
1
-1
/
+1
*
tmpfiles: rework empty_directory() to also use chase_symlinks()
Lennart Poettering
2022-09-23
1
-8
/
+15
*
tmpfiles: move symlink creation into its own function, and modernize
Lennart Poettering
2022-09-23
1
-45
/
+94
*
tmpfiles: whenever creating an inode, immediately O_PATH open it to pin it
Lennart Poettering
2022-09-23
1
-118
/
+165
*
tmpfiles: allow prefixing uid/gid/mode with ":" to only apply on creation
Lennart Poettering
2022-09-23
1
-37
/
+56
*
tmpfiles: generalize CreationMode and pass it everywhere
Lennart Poettering
2022-09-23
1
-72
/
+140
*
tmpfiles: rebreak some comments
Lennart Poettering
2022-09-23
1
-16
/
+10
*
tree-wide: drop unused reference to DecryptedImage
Yu Watanabe
2022-09-18
1
-3
/
+1
*
fd-util: rename CLOSE_AND_REPLACE() -> close_and_replace()
Yu Watanabe
2022-09-17
1
-1
/
+1
*
tmpfiles: let's suffix path to dirs with '/' also in log messages
Lennart Poettering
2022-09-16
1
-1
/
+1
*
tmpfiles: drop redundant forward declarations
Lennart Poettering
2022-09-16
1
-3
/
+0
*
tree-wide: Fix a some remaining format warnings by casting
Jan Janssen
2022-08-30
1
-1
/
+7
*
tmpfiles: move validation/normalization of path before we use it
Lennart Poettering
2022-08-26
1
-8
/
+8
*
tmpfiles: in C lines, make missing source graceful error
Lennart Poettering
2022-08-26
1
-0
/
+7
*
tmpfiles: add ^ line modifier for loading file contents from specific credential
Lennart Poettering
2022-07-20
1
-8
/
+34
*
tmpfiles: accept additional tmpfiles lines via credential
Lennart Poettering
2022-07-20
1
-1
/
+30
*
tmpfiles: minor shortening of code
Lennart Poettering
2022-07-15
1
-3
/
+1
*
tmpfiles: optionally, decode string to write to files with base64
Lennart Poettering
2022-07-15
1
-30
/
+92
*
tmpfiles: check the directory we were supposed to create, not its parent
Lennart Poettering
2022-07-14
1
-10
/
+7
*
mac: rework labelling code to be simpler, and less racy
Lennart Poettering
2022-07-08
1
-1
/
+1
*
tmpfiles: take error code from "errno" earlier
Lennart Poettering
2022-07-08
1
-18
/
+19
*
Merge pull request #23946 from poettering/tmpfiles-extrat-dir-fn
Lennart Poettering
2022-07-08
1
-52
/
+76
|
\
|
*
tmpfiles: port from dirname/basename to path_extract_directory/filename()
Lennart Poettering
2022-07-08
1
-52
/
+76
*
|
tmpfiles: shorten code a bit
Lennart Poettering
2022-07-08
1
-4
/
+2
*
|
tmpfiles: correct error variable to use
Lennart Poettering
2022-07-08
1
-1
/
+1
|
/
*
tree-wide: allow ASCII fallback for … in logs
David Tardon
2022-06-28
1
-3
/
+3
*
Merge pull request #23021 from fbuihuu/tmpfiles-fix-precedence-with-plus-sign
Yu Watanabe
2022-04-15
1
-8
/
+25
|
\
|
*
tmpfiles: constify item_compatible() parameters
Franck Bui
2022-04-11
1
-3
/
+3
|
*
tmpfiles.d: only 'w+' can have multiple lines for the same path
Franck Bui
2022-04-11
1
-7
/
+24
*
|
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-2
/
+2
*
|
tree-wide: host_name → hostname
Zbigniew Jędrzejewski-Szmek
2022-04-11
1
-2
/
+2
|
/
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-27
/
+26
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-2
/
+0
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-12
/
+2
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-3
/
+3
*
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
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-2
/
+2
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
2
-1
/
+2
*
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
[next]