index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
gpt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-gpt: add defines for big-endian MIPS/MIPS64
Roland Hieber
2023-10-11
1
-0
/
+2
*
gpt: move basic header/partition structure of GPT into common code
Lennart Poettering
2023-08-24
1
-0
/
+21
*
utf8: automatically determine length of string if SIZE_MAX is specified
Lennart Poettering
2023-08-24
1
-1
/
+1
*
gpt: Add gpt_partition_type_override_architecture()
Daan De Meyer
2023-05-31
1
-0
/
+12
*
gpt: Use FOREACH_ARRAY
Daan De Meyer
2023-05-31
1
-6
/
+6
*
gpt: Fix copy paste error
Daan De Meyer
2023-05-30
1
-6
/
+6
*
gpt/DPS: add more aliases for python's machine
Luca Boccassi
2023-05-28
1
-0
/
+3
*
gpt/DPS: alias amd64 to x86-64 and aarch64 to arm64
Luca Boccassi
2023-05-26
1
-7
/
+21
*
gpt: add helpers for deriving data partition from verity or verity sig design...
Lennart Poettering
2022-12-06
1
-0
/
+27
*
gpt: Drop PARTITION_LINUX_GENERIC and PARTITION_USER_HOME
Daan De Meyer
2022-11-22
1
-4
/
+2
*
gpt: Specify designator array sizes explicitly
Daan De Meyer
2022-11-22
1
-2
/
+2
*
gpt: Expose GptPartitionType and get rid of SECONDARY/OTHER
Daan De Meyer
2022-11-15
1
-178
/
+59
*
gpt: Add gpt_partition_type_mountpoint_nulstr()
Daan De Meyer
2022-11-10
1
-0
/
+25
*
gpt: Replace bitfields with designator field in GptPartitionType
Daan De Meyer
2022-11-10
1
-50
/
+222
*
headers: export partition uuids and flags in new sd-gpt.h file
Zbigniew Jędrzejewski-Szmek
2022-09-20
1
-45
/
+45
*
gpt: fix alignment
Yu Watanabe
2022-08-22
1
-1
/
+1
*
gpt: add PARISC UUIDs
Sam James
2022-06-28
1
-0
/
+1
*
gpt: introduce common implementation of type uuid search loop
Lennart Poettering
2022-04-04
1
-9
/
+24
*
sd128: export sd_id128_to_uuid_string()
Lennart Poettering
2022-02-14
1
-2
/
+2
*
gpt: update the gpt test case for LoongArch
Xiaotian Wu
2021-11-30
1
-10
/
+1
*
gpt: Store the partition type in GptPartitionType
Daan De Meyer
2021-11-24
1
-42
/
+38
*
gpt: Store the architecture in GptPartitionType
Daan De Meyer
2021-11-24
1
-22
/
+39
*
gpt: Rename PPC64LE TO PPC64_LE
Daan De Meyer
2021-11-24
1
-2
/
+2
*
shared/gpt: ARM_64 → ARM64
Zbigniew Jędrzejewski-Szmek
2021-11-19
1
-2
/
+2
*
shared/gpt: add entries for a bunch of architectures
Zbigniew Jędrzejewski-Szmek
2021-11-19
1
-0
/
+20
*
shared/gpt: add a macro to make the definitions a bit less onerous
Zbigniew Jędrzejewski-Szmek
2021-11-19
1
-109
/
+47
*
shared/gpt: reorder arches alphabetically
Zbigniew Jędrzejewski-Szmek
2021-11-19
1
-24
/
+24
*
gpt: make gpt_partition_type_uuid_from_string() return parameter optional
Lennart Poettering
2021-11-19
1
-2
/
+2
*
shared: start pushing people gently to define GPT partition type UUIDs for mi...
Lennart Poettering
2021-11-10
1
-0
/
+10
*
gpt: add partition type for PKCS#7 signatures for root hashes
Lennart Poettering
2021-09-28
1
-49
/
+69
*
gpt: reformat for restoring vertical alignment
WANG Xuerui
2021-07-20
1
-48
/
+48
*
gpt: support LoongArch 64-bit
WANG Xuerui
2021-07-20
1
-0
/
+8
*
repart: make No-Auto GPT partition flag configurable too
Lennart Poettering
2021-06-18
1
-0
/
+14
*
gpt: introduce GPT_LAVEL_MAX
Yu Watanabe
2021-05-12
1
-1
/
+1
*
repart: add GrowFileSystem= setting to set new GPT partition flag for newly c...
Lennart Poettering
2021-04-23
1
-0
/
+11
*
gpt: we actually honour the ReadOnly= flag on XBOOTLDR partitions too
Lennart Poettering
2021-04-22
1
-1
/
+2
*
partition,shared/gpt: use sd_id128_in_set()
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-32
/
+37
*
repart: add new ReadOnly= and Flags= settings for repart dropins
Lennart Poettering
2021-04-19
1
-0
/
+11
*
gpt: add some simple helpers for categorizing GPT partition types
Lennart Poettering
2021-04-19
1
-0
/
+40
*
gpt: generalize validator for GPT partition labels
Lennart Poettering
2021-03-04
1
-0
/
+11
*
gpt: add RISC-V GPT partition typecode uuid
Dimitri John Ledkov
2020-11-23
1
-0
/
+8
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
gpt: add new GPT partition types of /usr partitions
Lennart Poettering
2020-09-19
1
-0
/
+18
*
gpt: include homed GPT partition type in well-known partition table
Lennart Poettering
2020-05-26
1
-1
/
+2
*
systemd-id128: add new verb to print GPT partitions UUIDs
Zbigniew Jędrzejewski-Szmek
2020-01-23
1
-8
/
+4
*
shared/gpt: export gpt_partition_type_uuid_{to,from}_string functions
Zbigniew Jędrzejewski-Szmek
2020-01-23
1
-0
/
+74