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: Implement L? to only create symlinks if source exists
Daan De Meyer
2024-11-04
1
-1
/
+29
*
tree-wise: use "lightweight" spelling
Zbigniew Jędrzejewski-Szmek
2024-10-18
1
-1
/
+1
*
path-lookup: introduce user_search_dirs() (shall replace xdg_user_dirs())
Mike Yuan
2024-10-06
1
-24
/
+10
*
path-lookup: deduplicate xdg_user_*() with sd_path_lookup()
Mike Yuan
2024-10-06
1
-3
/
+3
*
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
Merge pull request #34496 from YHNdnzj/tmpfiles-neg-errno
Yu Watanabe
2024-09-20
1
-23
/
+17
|
\
|
*
tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checks
Mike Yuan
2024-09-20
1
-12
/
+12
|
*
tmpfiles: use RET_GATHER more
Mike Yuan
2024-09-20
1
-11
/
+5
*
|
basic/memory-util: introduce mempcpy_typesafe
Mike Yuan
2024-09-20
1
-1
/
+1
|
/
*
tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line
Lennart Poettering
2024-09-15
1
-1
/
+15
*
meson: rename libbasic to libbasic_static
Zbigniew Jędrzejewski-Szmek
2024-07-03
1
-1
/
+1
*
tmpfiles: use common macro for a set of specifiers
Matthias Lisin
2024-06-26
1
-11
/
+1
*
tmpfiles: mention that --create also adjusts files/directories in --help text
Lennart Poettering
2024-06-18
1
-1
/
+1
*
tmpfiles: suffix --replace= properly with = in comment
Lennart Poettering
2024-06-18
1
-6
/
+4
*
tmpfiles: make --tldr help text symmetric to --cat-config
Lennart Poettering
2024-06-18
1
-1
/
+1
*
tmpfiles: improve debug logging around O_NOATIME fallback
Lennart Poettering
2024-06-18
1
-4
/
+3
*
tmpfiles: remove pointless empty line
Lennart Poettering
2024-06-18
1
-1
/
+0
*
tmpfiles: move --purge to command section in --help text where it belongs
Lennart Poettering
2024-06-18
1
-2
/
+3
*
tmpfiles: insist on at least one configuration file being specified on --purge
Lennart Poettering
2024-06-18
1
-0
/
+4
*
tmpfiles: honour --dry-run when removing directories
Lennart Poettering
2024-06-18
1
-4
/
+10
*
tmpfiles: sort needs_purge line list in same order as enum defines them
Lennart Poettering
2024-06-18
1
-8
/
+8
*
tmpfiles: improve warning message and use O_NOCTTY
Christian Göttsche
2024-05-28
1
-2
/
+2
*
tmpfiles: use RET_GATHER more, add missing assertions
Mike Yuan
2024-05-10
1
-45
/
+44
*
tmpfiles: don't compare errno with negative value
Mike Yuan
2024-05-10
1
-1
/
+1
*
tmpfiles: clean up hardlinks_vulnerable a bit
Mike Yuan
2024-05-10
1
-14
/
+13
*
tmpfiles: Don't fail if file does not exist in item_do()
Daan De Meyer
2024-05-08
1
-4
/
+5
*
gcrypt: dlopenify for libsystemd
Luca Boccassi
2024-04-03
1
-1
/
+0
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-4
/
+3
|
\
|
*
strv: add helper to extend strv from both sides
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+2
|
*
various: use modern strv helpers
Zbigniew Jędrzejewski-Szmek
2024-02-28
1
-2
/
+1
*
|
tmpfiles: do 'X' bit check in an ACL-aware manner
Mike Yuan
2024-03-06
1
-18
/
+28
*
|
tmpfiles: remove one more use of goto and modernization
Mike Yuan
2024-03-06
1
-66
/
+47
*
|
extract-word: update remaining calls to `extract_many_words`
Antonio Alvarez Feijoo
2024-03-05
1
-2
/
+1
*
|
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
|
/
*
fs-util: rename xopenat() -> xopanat_full()
Yu Watanabe
2024-02-15
1
-5
/
+1
*
systemd-tmpfiles: use statx_mount_same
Zbigniew Jędrzejewski-Szmek
2024-02-12
1
-12
/
+10
*
tmpfiles: implement --dry-run
Zbigniew Jędrzejewski-Szmek
2024-02-12
1
-106
/
+210
*
tmpfiles: simplify how a helper function is called
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-2
/
+5
*
tmpfiles: use dir_cleanup() for R and D
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-31
/
+49
*
tmpfiles: split out helper to open a directory
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-34
/
+68
*
tmpfiles: drop unnecessary assignment
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-2
/
+2
*
tmpfiles: split out verbs in help
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-7
/
+10
*
tree-wide: use normal spelling of "reopen"
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-3
/
+3
*
tmpfiles: break long log invocations and comments
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-57
/
+78
*
tmpfiles: inline variable declarations, use FOREACH_ARRAY and RET_GATHER
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-42
/
+15
*
tmpfiles: split out helper to open and read a "config file"
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-59
/
+7
*
tmpfiles: only populate uid and gid caches once
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-8
/
+11
*
tmpfiles: adjust vertical whitespace
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-4
/
+7
*
sysusers,tmpfiles: clarify error message for --replace
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-3
/
+5
*
Fix bug where systemd-tmpfiles gets stuck on fifos in tmp.
r-vdp
2024-01-29
1
-1
/
+1
[next]