index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
boot: Use UEFI protocol struct names
Jan Janssen
2022-07-07
8
-18
/
+18
*
boot: Use typedef for PE structs
Jan Janssen
2022-07-07
1
-33
/
+33
*
boot: Constify PE sections type
Jan Janssen
2022-07-07
4
-8
/
+8
*
boot: Use void for base pointer
Jan Janssen
2022-07-07
2
-10
/
+10
*
boot: Use open_volume when creating cpio
Jan Janssen
2022-07-07
1
-11
/
+3
*
tree-wide: link to docs.kernel.org for kernel documentation
nl6720
2022-07-04
2
-2
/
+2
*
tree-wide: use html links for kernel docs
Zbigniew Jędrzejewski-Szmek
2022-07-02
1
-1
/
+1
*
Merge pull request #23821 from dtardon/ascii-logging
Yu Watanabe
2022-06-28
1
-1
/
+1
|
\
|
*
tree-wide: allow ASCII fallback for … in logs
David Tardon
2022-06-28
1
-1
/
+1
*
|
boot: Use stdbool
Jan Janssen
2022-06-27
18
-134
/
+137
*
|
boot: Use char
Jan Janssen
2022-06-27
15
-182
/
+171
*
|
boot: Use char16_t
Jan Janssen
2022-06-27
21
-199
/
+217
*
|
boot: Use stdint types
Jan Janssen
2022-06-27
23
-402
/
+391
*
|
boot: Remove use of EFI_ERROR
Jan Janssen
2022-06-27
18
-187
/
+183
*
|
boot: Rename remaining EFI_STATUS vars to err for consistency
Jan Janssen
2022-06-27
2
-29
/
+29
|
/
*
boot: Fix calls to ResetSystem
Jan Janssen
2022-06-23
1
-3
/
+4
*
meson: Reorder cflags for sd-boot
Jan Janssen
2022-06-17
1
-19
/
+17
*
Merge pull request #23691 from medhefgo/efi-clang
Yu Watanabe
2022-06-10
5
-112
/
+155
|
\
|
*
boot: Use parse_number16 for boot counter parsing
Jan Janssen
2022-06-10
1
-101
/
+46
|
*
boot: Drop use of Atoi
Jan Janssen
2022-06-10
2
-11
/
+20
|
*
boot: Add parse_number8/16
Jan Janssen
2022-06-10
3
-0
/
+89
*
|
Merge pull request #23701 from medhefgo/boot-mem
Yu Watanabe
2022-06-10
1
-5
/
+25
|
\
\
|
*
|
boot: Use memcpy/memset provided by firmware
Jan Janssen
2022-06-10
1
-0
/
+18
|
*
|
boot: Mark memcmp/memcpy/memset aliases as used
Jan Janssen
2022-06-10
1
-5
/
+7
|
|
/
*
|
boot: use efi_memcpy inplace of memcpy
Shreenidhi Shedi
2022-06-10
1
-1
/
+1
*
|
efi-string: Remove one more |= for bool
Jan Janssen
2022-06-10
1
-1
/
+2
|
/
*
boot/efi-string: check the end of haystack before testing remaining pattern
Yu Watanabe
2022-06-10
2
-5
/
+2
*
boot: Drop use of DuplicateDevicePath
Jan Janssen
2022-06-09
1
-1
/
+17
*
boot: Don't copy device path
Jan Janssen
2022-06-09
1
-6
/
+1
*
boot: Drop use of LibLocateHandle
Jan Janssen
2022-06-09
1
-2
/
+2
*
boot: Drop use of UnpackDevicePath
Jan Janssen
2022-06-09
1
-12
/
+13
*
boot: Drop use of FileDevicePath
Jan Janssen
2022-06-09
4
-6
/
+44
*
boot: Use xmalloc
Jan Janssen
2022-06-09
11
-83
/
+72
*
boot: Add xmalloc
Jan Janssen
2022-06-09
1
-11
/
+42
*
boot: Drop use of DevicePathFromHandle
Jan Janssen
2022-06-09
2
-7
/
+10
*
boot: Drop use of LibLocateProtocol
Jan Janssen
2022-06-09
6
-8
/
+8
*
boot: Drop use of LibOpenRoot
Jan Janssen
2022-06-09
5
-17
/
+41
*
boot: Drop use of LibGetSystemConfigurationTable
Jan Janssen
2022-06-09
1
-4
/
+11
*
boot: Drop use of MetaiMatch
Jan Janssen
2022-06-09
1
-4
/
+11
*
boot: Add efi_fnmatch
Jan Janssen
2022-06-09
3
-0
/
+155
*
bootctl: inline iterator variable
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-6
/
+5
*
boot: use CMP() macro for safety
Yu Watanabe
2022-06-02
2
-6
/
+9
*
boot: make several functions inline
Yu Watanabe
2022-06-02
2
-43
/
+29
*
boot: fix typo
Yu Watanabe
2022-06-02
1
-1
/
+1
*
Merge pull request #23531 from yuwata/sd-bus-drop-version-2
Yu Watanabe
2022-06-01
2
-5
/
+5
|
\
|
*
boot: use ALIGN4()
Yu Watanabe
2022-05-31
2
-5
/
+5
*
|
boot: Use xstrdup8/16
Jan Janssen
2022-05-31
3
-23
/
+22
*
|
boot: Add xstrdup8/16
Jan Janssen
2022-05-31
6
-23
/
+124
*
|
boot: Use memcmp/memcpy/memset
Jan Janssen
2022-05-31
12
-38
/
+38
*
|
boot: Add memcmp/memcpy/memset
Jan Janssen
2022-05-31
3
-1
/
+127
[next]