index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
portable
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-7
/
+7
|
\
|
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-7
/
+7
*
|
portable: allow reattaching when one image has a version and the other does not
Luca Boccassi
2022-03-29
1
-2
/
+13
*
|
portable: clarify error when detach fails to match to existing unit
Luca Boccassi
2022-03-26
1
-2
/
+12
|
/
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+0
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
2
-9
/
+0
*
portable: add return parameter to GetImageMetadataWithExtensions
Zbigniew Jędrzejewski-Szmek
2022-03-07
4
-84
/
+102
*
portable: inline one variable declaration
Zbigniew Jędrzejewski-Szmek
2022-03-07
1
-2
/
+1
*
portablectl: reorder if branches to match previous conditional in the same fu...
Zbigniew Jędrzejewski-Szmek
2022-03-07
1
-3
/
+4
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-1
/
+2
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-13
/
+12
*
glyph-util: add new glyphs for up/down arrows
Lennart Poettering
2022-02-16
2
-5
/
+5
*
portable: reopen socket with O_RDONLY
Luca Boccassi
2022-02-03
1
-1
/
+1
*
portable: add flag to return extension-releases in GetImageMetadataWithExtens...
Luca Boccassi
2022-01-25
4
-16
/
+150
*
portable: add GetImageStateWithExtensions method
Luca Boccassi
2022-01-24
5
-8
/
+85
*
portable: add support for ExtensionDirectories in --extension
Luca Boccassi
2022-01-23
1
-11
/
+22
*
policy files: adjust landing page link
Zbigniew Jędrzejewski-Szmek
2022-01-12
1
-1
/
+1
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-3
/
+0
*
portable: move profile search helper to path-lookup
Luca Boccassi
2021-11-26
1
-31
/
+2
*
os-release: add new PORTABLE_PREFIXES= field for declaring valid portable ser...
Lennart Poettering
2021-11-23
3
-43
/
+128
*
extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...
Lennart Poettering
2021-11-23
1
-1
/
+1
*
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
2
-9
/
+7
|
\
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-2
/
+2
|
*
tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-7
/
+5
*
|
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-1
/
+1
|
/
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
2
-1
/
+3
*
variuos: add missing includes
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-0
/
+2
*
portable: copy SELinux label when extracting units from images
Luca Boccassi
2021-09-20
2
-5
/
+42
*
portable: use send_one_fd_iov/receive_one_fd_iov instead of custom helpers
Luca Boccassi
2021-09-20
1
-87
/
+26
*
portabled: refactor extraction/validation into a common helper
Luca Boccassi
2021-09-06
1
-77
/
+92
*
portabled: validate SYSEXT_LEVEL when attaching
Luca Boccassi
2021-09-06
2
-18
/
+71
*
portabled: error out if there are no units only after parsing all images
Luca Boccassi
2021-09-06
1
-3
/
+26
*
dissect-image: add extension-specific validation flag
Luca Boccassi
2021-09-06
1
-1
/
+8
*
Merge pull request #20257 from bluca/seqno
Luca Boccassi
2021-08-31
1
-0
/
+1
|
\
|
*
dissect: use DISKSEQ when waiting for block devices
Luca Boccassi
2021-07-28
1
-0
/
+1
*
|
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
2
-2
/
+2
|
/
*
meson: use a/b instead of join_paths(a,b)
Zbigniew Jędrzejewski-Szmek
2021-07-27
1
-4
/
+4
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-07-09
1
-4
/
+2
*
Merge pull request #20004 from yuwata/readdir-ensure-type
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-3
/
+0
|
\
|
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-3
/
+0
*
|
basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.c
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-1
/
+2
|
/
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-2
/
+2
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
dissect-image: add support for optionally mounting images with idmapping on
Lennart Poettering
2021-05-07
1
-1
/
+1
*
various: print the image path when setting up of the loopback device fails
Zbigniew Jędrzejewski-Szmek
2021-04-23
1
-1
/
+1
*
dissect: ignore udev database entries from before the loopback attachment
Lennart Poettering
2021-04-20
1
-0
/
+1
*
dissect: ignore old uevents when waiting for loopback partition scan
Lennart Poettering
2021-04-20
1
-0
/
+1
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
2
-2
/
+2
*
tree-wide: sd_bus_error_setf → set_bus_error_set
Zbigniew Jędrzejewski-Szmek
2021-04-07
3
-6
/
+6
[next]