index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysupdate
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-4
/
+1
*
sysupdate: Use sector size for partition size calculations
Michael A Cassaniti
2023-08-15
1
-4
/
+6
*
tree-wide: Use fdisk_new_context_at() more
Daan De Meyer
2023-08-14
2
-18
/
+6
*
sysupdate: Move fdisk partition flags helpers to fdisk-util.c
Daan De Meyer
2023-08-01
1
-81
/
+0
*
meson: move declarations of random-seed, vconsole, and sysupdate
Yu Watanabe
2023-08-01
1
-8
/
+19
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
1
-1
/
+1
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
string-util: move version_is_valid() into generic code
Lennart Poettering
2023-06-20
5
-23
/
+0
*
tree-wide: fix a couple of typos
Frantisek Sumsal
2023-06-15
1
-1
/
+1
*
sysupdate.d: Add way to drop binaries into $BOOT
Adrian Vovk
2023-06-03
3
-26
/
+80
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
3
-4
/
+4
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-1
/
+1
*
process-util: make safe_fork() unset $NOTIFY_SOCKET
Yu Watanabe
2023-04-16
2
-2
/
+0
*
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
-3
/
+21
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
3
-7
/
+7
*
src: Fixup copy-paste error for terminal_urlify_man
Morten Linderud
2023-03-10
1
-1
/
+1
*
tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDS
Yu Watanabe
2023-02-20
1
-9
/
+5
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-0
/
+1
*
meson: Use files() in one more place
Jan Janssen
2023-01-27
1
-20
/
+20
*
sysupdate: fix errno check
Frantisek Sumsal
2023-01-25
1
-1
/
+1
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
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
-1
/
+1
*
fdisk-util: add fdisk_partition_get_type_as_id128() helper
Lennart Poettering
2022-11-29
1
-12
/
+3
*
fdisk-util: add fdisk_partition_get_uuid_as_id128() helper
Lennart Poettering
2022-11-29
1
-7
/
+3
*
sysupdate: Support volatile-root for finding the root partition
reuben olinsky
2022-11-18
1
-4
/
+18
*
gpt: Expose GptPartitionType and get rid of SECONDARY/OTHER
Daan De Meyer
2022-11-15
4
-18
/
+23
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
Merge pull request #24768 from keszybz/table-not-available-2
Lennart Poettering
2022-09-22
1
-1
/
+1
|
\
|
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-1
/
+1
*
|
Merge pull request #24709 from keszybz/partition-table-constants
Lennart Poettering
2022-09-21
1
-12
/
+12
|
\
\
|
*
|
headers: export partition uuids and flags in new sd-gpt.h file
Zbigniew Jędrzejewski-Szmek
2022-09-20
1
-12
/
+12
|
|
/
*
/
tree-wide: drop unused reference to DecryptedImage
Yu Watanabe
2022-09-18
1
-17
/
+7
|
/
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-16
/
+8
*
sd-device: rename devpath_from_devnum() -> devname_from_devnum()
Yu Watanabe
2022-09-02
1
-1
/
+1
*
tree-wide: Fix format specifier warnings for %x
Jan Janssen
2022-08-30
1
-1
/
+4
*
tree-wide: use devpath_from_devnum() and device_open_from_devnum()
Yu Watanabe
2022-08-28
1
-2
/
+2
*
tree-wide: allow ASCII fallback for … in logs
David Tardon
2022-06-28
2
-8
/
+9
*
tree-wide: allow ASCII fallback for → in logs
David Tardon
2022-06-28
1
-2
/
+6
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-1
/
+1
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-1
/
+1
*
sysupdate: fix error handling
Yu Watanabe
2022-03-23
1
-1
/
+1
*
Drop unused variables to fix build
Zbigniew Jędrzejewski-Szmek
2022-03-21
2
-6
/
+2
*
sysupdate: add new component "sysupdate"
Lennart Poettering
2022-03-19
19
-0
/
+4893