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: ignore EINVAL with --graceful
Frantisek Sumsal
2023-10-28
1
-1
/
+1
*
tree-wide: fix typo
Yu Watanabe
2023-10-26
1
-1
/
+1
*
Merge pull request #29553 from keszybz/analyze-cat-config-tldr
Luca Boccassi
2023-10-25
1
-12
/
+18
|
\
|
*
tmpfiles: add --tldr
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-12
/
+18
*
|
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-5
/
+3
|
/
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-2
/
+2
*
tree-wide: use cocinnelle to apply _NEG_ macros
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-1
/
+1
*
copy: Add support for creating subvolumes to copy_tree_at()
Daan De Meyer
2023-08-14
1
-1
/
+1
*
btrfs-util: Move subvolume creation to basic/btrfs.h
Daan De Meyer
2023-08-14
1
-1
/
+1
*
tmpfiles: move static vars into Context object
Lennart Poettering
2023-08-10
1
-118
/
+248
*
tmpfiles: Consider ENOPKG as information not available
Daan De Meyer
2023-08-04
1
-0
/
+1
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-4
/
+1
*
meson: move declarations of hwdb, sysusers, and tmpfiles
Yu Watanabe
2023-08-01
1
-0
/
+26
*
btrfs-util,tmpfiles: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
2023-07-28
1
-1
/
+1
*
tmpfiles: teach tmpfiles the new XDG_STATE_HOME variable too
Lennart Poettering
2023-06-28
1
-2
/
+2
*
tmpfiles: Don't log about harmless errors when trying to lock file
Daan De Meyer
2023-06-20
1
-2
/
+4
*
tmpfiles: Fix BSD lock logging messages
Daan De Meyer
2023-06-20
1
-2
/
+2
*
tree-wide: fix a couple of typos
Frantisek Sumsal
2023-06-15
1
-1
/
+1
*
chattr-util: Make chattr_full() an openat() style function
Daan De Meyer
2023-06-06
1
-1
/
+1
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
3
-4
/
+4
*
fs-util: Add XOpenFlags with XO_LABEL flag to have xopenat() MAC label files/...
Daan De Meyer
2023-05-31
1
-1
/
+5
*
label: Introduce LabelOps to do pre/post labelling operations
Daan De Meyer
2023-05-31
1
-1
/
+1
*
label: Rename to label-util.h
Daan De Meyer
2023-05-30
1
-1
/
+1
*
tmpfiles: Allow C escapes
Will Fancher
2023-05-26
1
-1
/
+1
*
tmpfiles: add --graceful
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-11
/
+35
*
tmpfiles: align table
Zbigniew Jędrzejewski-Szmek
2023-05-23
1
-28
/
+33
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-3
/
+3
*
tmpfiles: Add merge support for copy files action
Daan De Meyer
2023-05-10
1
-1
/
+1
*
tmpfiles: add conditionalized execute bit (X) support
Mike Yuan
2023-04-27
1
-5
/
+149
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-2
/
+1
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-13
/
+8
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-0
/
+17
*
tmpfiles: Try to take a BSD lock on files as well
Daan De Meyer
2023-03-30
1
-0
/
+10
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
2
-7
/
+7
*
tmpfiles: show file type in octal, instead of hex
Yu Watanabe
2023-03-18
1
-1
/
+1
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-8
/
+16
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-2
/
+6
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-0
/
+1
*
tmpfiles: avoid double specifier expansion in L lines
Dmitry V. Levin
2022-01-29
1
-6
/
+8
*
tmpfiles: fix specifier expansion in arguments of C lines
Dmitry V. Levin
2022-01-29
1
-28
/
+35
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-3
/
+2
*
tmpfile: make failure in path_extract_filename() non-critical
Yu Watanabe
2023-01-09
1
-6
/
+6
*
tmpfile: fix resource leak
Yu Watanabe
2023-01-09
1
-2
/
+3
*
tmpfiles: avoid null free() for acl attributes
Sam James
2023-01-06
1
-2
/
+5
*
fundamental: rework IN_SET() to require at least three arguments
Lennart Poettering
2023-01-02
1
-1
/
+1
*
tmpfiles: port basename() → path_extract_filename()
Lennart Poettering
2022-12-23
1
-2
/
+7
*
tree-wide: have_effective_cap() may return negative errno
Yu Watanabe
2022-12-23
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
2
-22
/
+22
[next]