index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dissect
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dissect: set dash as ersatz string
Lennart Poettering
2023-11-15
1
-0
/
+1
*
dissect: right-align size column in --discover table
Lennart Poettering
2023-11-15
1
-0
/
+2
*
dissect: move helpers for categorizing DDIs into generic code
Lennart Poettering
2023-10-11
1
-11
/
+10
*
dissect: allow confext/sysext to be in the same image
Lennart Poettering
2023-10-11
1
-29
/
+57
*
dissect: image size can be unset, suppres in JSON output then
Lennart Poettering
2023-10-11
1
-2
/
+2
*
dissect: show architecture in JSON output too
Lennart Poettering
2023-10-11
1
-0
/
+3
*
dissect: port to new JSON_BUILD_STRV_ENV_PAIR()
Lennart Poettering
2023-10-11
1
-45
/
+4
*
dissect: don't show non-JSON arch + sector size in JSON mode
Lennart Poettering
2023-10-10
1
-6
/
+6
*
dissect-image: optionally allow mounting via new kernel mount API in two steps
Lennart Poettering
2023-10-02
1
-3
/
+21
*
dissect: Set SYSTEMD_DISSECT_DEVICE to path of loop device
Daan De Meyer
2023-08-17
1
-0
/
+5
*
copy: Add support for creating subvolumes to copy_tree_at()
Daan De Meyer
2023-08-14
1
-2
/
+2
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-3
/
+4
*
meson: move declarations of dissect and friends
Yu Watanabe
2023-07-31
1
-0
/
+16
*
confext: add dissect tool support for confext images
Maanya Goenka
2023-07-14
1
-19
/
+23
*
device-util: Declare iterator variables inline
Daan De Meyer
2023-07-12
1
-1
/
+0
*
dissect: add new verbs to brief version of cmline in --help
Lennart Poettering
2023-07-07
1
-2
/
+4
*
dissect: Add --mtree-hash= option
Daan De Meyer
2023-07-06
1
-1
/
+11
*
dissect: Allow a few verbs to operate on directories as well as image files
Daan De Meyer
2023-07-06
1
-86
/
+120
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()
Daan De Meyer
2023-06-06
1
-1
/
+1
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
dissect: use pager for --help
Zbigniew Jędrzejewski-Szmek
2023-05-30
1
-0
/
+2
*
tree-wide: code spelling fixes
Frantisek Sumsal
2023-04-20
1
-1
/
+1
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-9
/
+3
*
dissect: disallow empty partition tables
Lennart Poettering
2023-04-05
1
-1
/
+2
*
dissect: add new --validate command
Lennart Poettering
2023-04-05
1
-0
/
+48
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-1
/
+19
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
dissect: make all paths we operation on absolute
Lennart Poettering
2023-03-14
1
-15
/
+47
*
dissect: mark UID/GIDs that are surprising in DDIs with colors
Lennart Poettering
2023-03-14
1
-6
/
+22
*
dissect: use a switch statements where appropriate
Lennart Poettering
2023-03-10
1
-7
/
+25
*
dissect: share dissected_image_decrypt_interactively() invocation between act...
Lennart Poettering
2023-03-10
1
-20
/
+14
*
dissect: shorten code a bit
Lennart Poettering
2023-03-09
1
-10
/
+4
*
dissect: allow setting "lo_file_name" field of loopback block devices
Lennart Poettering
2023-03-09
1
-0
/
+25
*
dissect: add commands for attaching/detaching loopback devices
Lennart Poettering
2023-03-09
1
-0
/
+146
*
dissect: implement external helper plugin interface for /bin/mount
Lennart Poettering
2023-03-06
1
-1
/
+78
*
dissect: show intended architecture of a disk image
Lennart Poettering
2023-03-01
1
-0
/
+3
*
Merge pull request #26410 from DaanDeMeyer/xattr-symlink
Luca Boccassi
2023-02-15
1
-2
/
+2
|
\
|
*
copy: Make copy_xattr() more generic
Daan De Meyer
2023-02-14
1
-2
/
+2
*
|
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
|
/
*
dissect: show sector size in info output
Lennart Poettering
2023-01-18
1
-0
/
+5
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-2
/
+2
*
dissect: reduce indent in mtree_print_item()
Yu Watanabe
2022-12-26
1
-96
/
+94
*
dissect: do not trigger assertion on error
Yu Watanabe
2022-12-26
1
-1
/
+2
*
dissect: use assert() when no side effect
Yu Watanabe
2022-12-26
1
-3
/
+3
*
dissect: remove one more use of basename()
Lennart Poettering
2022-12-23
1
-1
/
+9
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-6
/
+6
*
dissect: add a mode for operating on an in-memory copy of a DDI, instead of d...
Lennart Poettering
2022-12-08
1
-7
/
+17
*
dissect: add simple --discover command
Lennart Poettering
2022-12-07
1
-0
/
+66
*
dissect: show color in log output
Lennart Poettering
2022-12-06
1
-2
/
+1
[next]