index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
portable
/
portable.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-5
/
+2
*
path-lookup: move find_portable_profile() to portable-util
Mike Yuan
2024-10-06
1
-0
/
+1
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-7
/
+1
*
portable: ensure PORTABLE_FORCE_ATTACH works even when there is a leftover unit
Luca Boccassi
2024-09-02
1
-6
/
+22
*
selinux: kill mac_selinux_free()
Zbigniew Jędrzejewski-Szmek
2024-06-12
1
-1
/
+1
*
portable: support vpick
Luca Boccassi
2024-04-19
1
-4
/
+61
*
portable: fix 'portablectl list' to show the actual state for extensions
Luca Boccassi
2024-03-28
1
-6
/
+13
*
Ensure that a portable is not detached when another portable that shares the ...
Luca Boccassi
2024-03-28
1
-16
/
+18
*
os-util: allow matching versioned image with extension-release file
Luca Boccassi
2024-03-28
1
-52
/
+9
*
portable: when logging about attaching, include the used profile
Luca Boccassi
2024-03-15
1
-2
/
+7
*
path-lookup: rename lookup_paths_free -> _done
Mike Yuan
2024-03-06
1
-4
/
+4
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-16
/
+23
*
portable: add --copy=mixed to copy images and link profiles
Luca Boccassi
2024-02-08
1
-36
/
+56
*
portable: log structured message when attach/detach succeeds
Luca Boccassi
2024-01-19
1
-0
/
+90
*
portable: add support for confext
Maanya Goenka
2023-11-03
1
-12
/
+35
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
dissect-image: optionally allow mounting via new kernel mount API in two steps
Lennart Poettering
2023-10-02
1
-1
/
+7
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-12
/
+7
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-5
/
+5
*
core: copy the host's os-release for /run/host/os-release
Luca Boccassi
2023-07-18
1
-10
/
+1
*
confext: add dissect tool support for confext images
Maanya Goenka
2023-07-14
1
-1
/
+1
*
Merge pull request #28014 from bluca/portable_fixes
Lennart Poettering
2023-06-13
1
-2
/
+14
|
\
|
*
portable: make sure to fsync after extracting/copying
Luca Boccassi
2023-06-13
1
-2
/
+2
|
*
portable: do not extract empty unit files
Luca Boccassi
2023-06-13
1
-0
/
+12
*
|
tree-wide: start properly syncing at various places we so far didn't
Lennart Poettering
2023-06-13
1
-1
/
+1
*
|
tmpfile-util: turn last parameter of link_tmpfile() into a proper flags
Lennart Poettering
2023-06-13
1
-1
/
+1
|
/
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-2
/
+2
*
tree-wide: convert more system1.Manager calls to BusLocator
David Tardon
2023-05-24
1
-7
/
+2
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-3
/
+27
|
\
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-3
/
+27
*
|
extension-release: establish compatibility between host file and extension-re...
maanyagoenka
2023-04-05
1
-1
/
+1
*
|
os-util: add a new confext image type and the ability to parse their release ...
maanyagoenka
2023-04-05
1
-5
/
+5
|
/
*
rename extension-release.[c|h] -> extension-util.[c|h]
Luca Boccassi
2023-03-30
1
-1
/
+1
*
portable: add PORTABLE_NAME_AND_VERSION= and other metadata to LogsExtraFields=
Luca Boccassi
2023-03-28
1
-8
/
+93
*
portable: include base and extension images in log fields
Luca Boccassi
2023-03-28
1
-4
/
+26
*
portable: use parse_env_file_fd to keep FD valid
Luca Boccassi
2023-03-28
1
-10
/
+5
*
env: add load_env_file_pairs_fd()
Luca Boccassi
2023-03-28
1
-7
/
+1
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
fileio: add new helper fdopen_independent()
Lennart Poettering
2023-03-23
1
-6
/
+1
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
1
-1
/
+1
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-6
/
+6
*
tree-wide: replace IOVEC_INIT with IOVEC_MAKE
Yu Watanabe
2023-03-06
1
-1
/
+1
*
tmpfile-util: teach link_tmpfile() to optionally replace files
Lennart Poettering
2023-03-03
1
-1
/
+1
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-1
/
+1
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-1
/
+1
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-10
/
+10
*
dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...
Lennart Poettering
2022-12-01
1
-1
/
+3
[next]