Stefan Berger 72092a8641 ieee1275/tcg2: Refactor grub_ieee1275_tpm_init() 2 mēneši atpakaļ
..
arc 25239370fd Remove nested functions from device iterators. 12 gadi atpakaļ
efi 86df79275d commands/efi/tpm: Re-enable measurements on confidential computing platforms 7 mēneši atpakaļ
i386 1b1061409d i386/msr: Extract and improve MSR support detection code 3 mēneši atpakaļ
ieee1275 72092a8641 ieee1275/tcg2: Refactor grub_ieee1275_tpm_init() 2 mēneši atpakaļ
mips 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
tpm2_key_protector fba3a474e0 tpm2_key_protector: Implement NV index 2 mēneši atpakaļ
xen 496a6b3024 Correct some translatable strings. 11 gadi atpakaļ
acpi.c 63fc253fc9 commands/acpi: Fix calculation of ACPI tables addresses when processing RSDT and XSDT 1 gadu atpakaļ
acpihalt.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
bli.c 9537f4403d commands/bli: Fix crash in get_part_uuid() 4 mēneši atpakaļ
blocklist.c f5a92e6040 disk: Allow read hook callback to take read buffer to potentially modify it 2 gadi atpakaļ
boot.c 14ceb3b3ff commands/boot: Add API to pass context to loader 2 gadi atpakaļ
boottime.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
cacheinfo.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
cat.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
cmp.c 4ba977777c commands/cmp: Only return success when both files have the same contents 2 gadi atpakaļ
configfile.c e8a5d5d4da * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct 12 gadi atpakaļ
date.c d5a32255de misc: Make grub_strtol() "end" pointers have safer const qualifiers 4 gadi atpakaļ
echo.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
eval.c 356670f1f2 * grub-core/script/execute.c (grub_script_execute_sourcecode): Split 11 gadi atpakaļ
extcmd.c 578c95298b kern: Add lockdown support 3 gadi atpakaļ
file.c 067bd35cd4 efi: Remove arch specific image headers for RISC-V, ARM64 and ARM 1 gadu atpakaļ
file32.c ec824e0f2a Implement grub_file tool and use it to implement generating of config 11 gadi atpakaļ
file64.c ec824e0f2a Implement grub_file tool and use it to implement generating of config 11 gadi atpakaļ
fileXX.c fb66b512fa commands/fileXX: Fix remaining memory leak. 10 gadi atpakaļ
gptsync.c 9d999852a2 gptsync: Add missing device_close. 10 gadi atpakaļ
halt.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
hashsum.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
hdparm.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
help.c f5759a878e normal/help: Add paging instructions to normal and help prompts 2 gadi atpakaļ
hexdump.c ca0a4f689a verifiers: File type for fine-grained signature-verification controlling 6 gadi atpakaļ
iorw.c 8f73052885 efi: Use grub_is_lockdown() instead of hardcoding a disabled modules list 3 gadi atpakaļ
keylayouts.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
keystatus.c 5bcdf67642 kern/term: Make grub_getkeystatus() helper function available everywhere 4 gadi atpakaļ
legacycfg.c f26b39860d commands/legacycfg: Avoid closing file twice 3 mēneši atpakaļ
loadenv.c f5a92e6040 disk: Allow read hook callback to take read buffer to potentially modify it 2 gadi atpakaļ
ls.c 4fdcb339bb commands/ls: Print "????????????" if unable to get file size 1 gadu atpakaļ
lsacpi.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
lsmmap.c 76ce1de740 Translate UEFI persistent memory type 9 gadi atpakaļ
lspci.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
macbless.c 56ae06906d commands/macbless: Remove whitespace between N_ macro and open parenthesis 2 gadi atpakaļ
memrw.c 8f73052885 efi: Use grub_is_lockdown() instead of hardcoding a disabled modules list 3 gadi atpakaļ
memtools.c d8953d0793 commands/memtools: Add memtool module with memory allocation stress-test 1 gadu atpakaļ
menuentry.c 2f533a89a8 commands/menuentry: Fix quoting in setparams_prefix() 3 gadi atpakaļ
minicmd.c 7630ec5397 dl: Only allow unloading modules that are not dependencies 3 gadi atpakaļ
nativedisk.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
parttool.c 229b23a017 types: Make bool generally available 2 gadi atpakaļ
password.c 9c4b5c13e6 Improve gettext support. Stylistic fixes and error handling fixes while 13 gadi atpakaļ
password_pbkdf2.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
pcidump.c d5a32255de misc: Make grub_strtol() "end" pointers have safer const qualifiers 4 gadi atpakaļ
pgp.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
probe.c 6ad116e5ff guid: Make use of GUID printf format specifier 1 gadu atpakaļ
read.c 0865019b08 commands/read: Fix overflow in grub_getline() 2 gadi atpakaļ
reboot.c 02a2bf8384 Add noreturn attributes and remove unreachable code. 13 gadi atpakaļ
regexp.c 1c9c930320 commands/regexp: Fix typo 1 gadu atpakaļ
search.c 6653343881 commands/search: Add new --efidisk-only option for EFI systems 2 gadi atpakaļ
search_file.c f7c71e68b5 * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 13 gadi atpakaļ
search_label.c f7c71e68b5 * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 13 gadi atpakaļ
search_uuid.c f7c71e68b5 * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 13 gadi atpakaļ
search_wrap.c 6653343881 commands/search: Add new --efidisk-only option for EFI systems 2 gadi atpakaļ
setpci.c e8b98cc66b commands/setpci: Honor write mask argument 3 gadi atpakaļ
sleep.c 12341958d2 kern/term: Accept ESC, F4 and holding SHIFT as user interrupt keys 4 gadi atpakaļ
smbios.c 87049f9716 smbios: Add a --linux argument to apply linux modalias-like filtering 4 gadi atpakaļ
syslinuxcfg.c fbae51dcea commands/syslinux: Add missing free. 10 gadi atpakaļ
terminal.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
test.c d5a32255de misc: Make grub_strtol() "end" pointers have safer const qualifiers 4 gadi atpakaļ
testload.c f5a92e6040 disk: Allow read hook callback to take read buffer to potentially modify it 2 gadi atpakaļ
testspeed.c ca0a4f689a verifiers: File type for fine-grained signature-verification controlling 6 gadi atpakaļ
time.c d61386e21d Improve string. Gettextize. 13 gadi atpakaļ
tpm.c 86ec48882b commands/tpm: Skip loopback image measurement 3 mēneši atpakaļ
tr.c 6079e67926 commands/tr: Simplify and fix missing parameter test. 10 gadi atpakaļ
true.c 40211ab884 * grub-core/commands/acpihalt.c: Add TRANSLATORS comments. 13 gadi atpakaļ
usbtest.c 85e08e174e usbtest: Disable gcc9 -Waddress-of-packed-member 5 gadi atpakaļ
videoinfo.c 1de5832699 commands/videoinfo: Prevent crash when run while video driver already active 1 gadu atpakaļ
videotest.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
wildcard.c 51f284f82d commands: Remove trailing whitespaces 2 gadi atpakaļ
xnu_uuid.c 44a387e0ea * grub-core/commands/xnu_uuid.c: Remove variable length arrays. 11 gadi atpakaļ