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
*
mountpoint-util: rename fd_is_mount_point() to is_mount_point_at()
Mike Yuan
8 days
1
-1
/
+1
*
dissect: Use COPY_MERGE
Daan De Meyer
2025-01-14
1
-3
/
+3
*
dissect: add new --shift command
Lennart Poettering
2025-01-08
1
-2
/
+48
*
user-classification: add new "foreign" UID range
Lennart Poettering
2025-01-08
1
-1
/
+1
*
dissect: minor simplifications
Lennart Poettering
2025-01-03
1
-5
/
+4
*
dissect: employ vpick also if we operate on a directory-based image
Lennart Poettering
2025-01-03
1
-0
/
+10
*
dissect: add a bit of color to --discover table
Lennart Poettering
2025-01-03
1
-1
/
+4
*
dissect: show all kinds of images in --discover
Lennart Poettering
2025-01-03
1
-1
/
+9
*
discover-image: introduce per-user image directories
Lennart Poettering
2024-12-20
1
-2
/
+21
*
various: check meson feature flag early
Mike Yuan
2024-11-13
1
-7
/
+8
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-5
/
+5
*
tree-wide: use isatty_safe() more
Lennart Poettering
2024-08-20
1
-4
/
+4
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-23
/
+24
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-34
/
+35
*
dissect-tool: allow systemd-dissect to talk to mountfsd
Lennart Poettering
2024-04-06
1
-63
/
+135
*
dissect-image: make dissected_image_acquire_metadata() operate within a usern...
Lennart Poettering
2024-04-06
1
-1
/
+1
*
dissect: fix memory leak
Antonio Alvarez Feijoo
2024-03-26
1
-1
/
+2
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
*
basic: Add some sha256 helper functions
Adrian Vovk
2024-02-13
1
-18
/
+1
*
dissect: add --make-archive option to convert DDI to tarball
Lennart Poettering
2024-01-25
1
-3
/
+197
*
dissect: show image name separately from filename
Lennart Poettering
2024-01-23
1
-1
/
+4
*
dissect: fix typo
Antonio Alvarez Feijoo
2024-01-19
1
-1
/
+1
*
dissect-image: introduce new get_common_dissect_directory() helper
Lennart Poettering
2024-01-18
1
-12
/
+5
*
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-2
/
+2
*
dissect: add assert to guide static analysis
Luca Boccassi
2024-01-04
1
-0
/
+2
*
dissect: port to vpick for selecting image
Lennart Poettering
2024-01-03
1
-0
/
+11
*
Merge pull request #30591 from yuwata/device-util
Luca Boccassi
2024-01-01
1
-15
/
+2
|
\
|
*
tree-wide: use device_in_subsystem() and device_is_devtype()
Yu Watanabe
2023-12-22
1
-15
/
+2
*
|
tree-wide: insert space after for and switch
Yu Watanabe
2023-12-24
1
-1
/
+1
|
/
*
dissect-tool: hide device column if it's a short-lived loopback device
Lennart Poettering
2023-12-13
1
-0
/
+5
*
dissect-tool: show sector/image size from DissectedImage object
Lennart Poettering
2023-12-13
1
-8
/
+7
*
dissect-tool: right-align the partition number
Lennart Poettering
2023-12-13
1
-1
/
+1
*
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
[next]