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
*
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
|
\
\
|
*
|
tree-wide: port various parts of the code to use parse_dev()
Lennart Poettering
2018-11-29
1
-7
/
+4
|
|
/
*
/
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
|
/
*
coccinelle: also mark previous synthetic errnos as such
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-52
/
+47
*
Merge pull request #10860 from keszybz/more-cleanup-2
Lennart Poettering
2018-11-21
1
-1
/
+1
|
\
|
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
*
|
tmpfiles: also order glob child/parent relationships
Lennart Poettering
2018-11-20
1
-0
/
+2
*
|
tmpfiles: fix typo
Lennart Poettering
2018-11-20
1
-1
/
+1
*
|
tmpfiles: label phases explicitly
Lennart Poettering
2018-11-20
1
-4
/
+9
*
|
tmpfiles: behind → below in log msgs
Lennart Poettering
2018-11-20
1
-2
/
+2
|
/
*
Merge pull request #10850 from poettering/log-setup
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-3
/
+1
|
\
|
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
|
Merge pull request #10538 from poettering/tmpfiles-reorder
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-81
/
+167
|
\
\
|
|
/
|
/
|
|
*
tmpfiles: 'D' doesn't do globs for creation, shouldn't do for removal either
Lennart Poettering
2018-11-08
1
-5
/
+13
|
*
tmpfiles: always remove/clean-up before creating
Lennart Poettering
2018-11-08
1
-16
/
+30
|
*
tmpfiles: log when we skip an entry due to autofs
Lennart Poettering
2018-11-08
1
-1
/
+5
|
*
tmpfiles: create parents before children, but remove children before parents
Lennart Poettering
2018-11-08
1
-27
/
+79
|
*
tmpfiles: no need to set zero initialization of first enum value
Lennart Poettering
2018-11-08
1
-1
/
+1
|
*
tmpfiles: instead of accessing global 'arg_operation' pass it through the stack
Lennart Poettering
2018-11-08
1
-10
/
+10
|
*
tmpfiles: replace the three arg_create/arg_remove/arg_clean booleans with a s...
Lennart Poettering
2018-11-08
1
-10
/
+15
|
*
tmpfiles: fix minor memory leak on error path
Lennart Poettering
2018-11-08
1
-1
/
+3
|
*
tmpfiles: use free_and_replace() where appropriate
Lennart Poettering
2018-11-08
1
-4
/
+2
|
*
tmpfiles: why memset() and memcpy() if we have '=' and structured initializat...
Lennart Poettering
2018-11-08
1
-2
/
+2
|
*
tmpfiles: rename "count" → "n_items"
Lennart Poettering
2018-11-08
1
-13
/
+16
|
*
tmpfiles: rename second parameter to GREEDY_REALLOC() 'allocated'
Lennart Poettering
2018-11-08
1
-2
/
+2
*
|
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-3
/
+3
|
/
*
tmpfiles: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-4
/
+10
*
shared: add %g, %G specifiers for group / gid (#10368)
Davide Cavalca
2018-10-13
1
-0
/
+2
*
chattr: optionally, return the old flags when updating them
Lennart Poettering
2018-10-08
1
-1
/
+1
*
RFC tmpfiles: Allow configuration to ignore execution errors
William Douglas
2018-09-25
1
-1
/
+9
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-7
/
+5
*
tmpfiles: use fd_get_path() even less excessively
Franck Bui
2018-08-21
1
-41
/
+18
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-2
/
+2
|
\
|
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-2
/
+2
*
|
Merge pull request #9809 from poettering/tmpfiles-cleanup
Zbigniew Jędrzejewski-Szmek
2018-08-20
1
-53
/
+72
|
\
\
|
*
|
tmpfiles: return correct error variable after fd_reopen()
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: reindent one comment less weirdly
Lennart Poettering
2018-08-08
1
-4
/
+2
|
*
|
tmpfiles: use correct error variable
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: clarify that we ignore file attribute setting errors
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: add log message where we previously failed silently
Lennart Poettering
2018-08-08
1
-5
/
+10
[next]