summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-17Make grub-install work with Argon2HEADmasterAx333l
2023-08-17Compile with Argon2id supportAx333l
2023-08-17Error on missing Argon2id parametersAx333l
2023-08-17Add Argon2 algorithmAx333l
2023-08-17Define GRUB_UINT32_MAXAx333l
2023-08-17Add CC0 licenseAx333l
2023-08-14commands/ls: Print "????????????" if unable to get file sizeGlenn Washburn
2023-08-14commands/ls: Send correct dirname to print functionsGlenn Washburn
2023-08-14fs/archelp: If path given to grub_archelp_dir() is not a directory return errorGlenn Washburn
2023-08-14commands/videoinfo: Prevent crash when run while video driver already activeGlenn Washburn
2023-08-14docs: Improve initrd documentationGlenn Washburn
2023-08-14term/ns8250-spcr: Continue processing SPCR table even if revision is < 2Glenn Washburn
2023-08-14docs: A note to cat that hexdump should be used for binary dataGlenn Washburn
2023-08-14docs: Document hexdump commandGlenn Washburn
2023-08-14docs: Group usage of user-space utilities into single chapterGlenn Washburn
2023-08-14util/grub-mount: Fix memory leak in fuse_getattr()Qiumiao Zhang
2023-08-14configure: Fix SDL2 typo by referencing valueMichał Grzelak
2023-08-14docs: Add missing assumptionGlenn Washburn
2023-08-14util/grub.d/25_bli.in: Fix shebang on unmerged-usrOskari Pirhonen
2023-08-14tests/util/grub-shell-luks-tester: Allow GRUB_SHELL_LUKS_DEFAULT_DEBUG and GR...Glenn Washburn
2023-08-14tests/util/grub-shell: Allow setting the value of debug regardless of its pre...Glenn Washburn
2023-08-14tests/util/grub-shell: Allow setting default timeout via GRUB_SHELL_DEFAULT_T...Glenn Washburn
2023-08-14tests/util/grub-shell: Add --verbose to grub-mkrescue when $debug is greater ...Glenn Washburn
2023-07-10Release 2.12~rc1grub-2.12-rc1Daniel Kiper
2023-07-03efi: Fallback to legacy mode if shim is loaded on x86 archsDaniel Kiper
2023-07-03efi: Drop __grub_efi_api attribute from shim_lock->verify() functionDaniel Kiper
2023-07-03templates: Start pci-arbiter before acpi on HurdSamuel Thibault
2023-07-03configure.ac: Fix typo by adding missing $Michał Grzelak
2023-07-03docs: Minor correctionsGlenn Washburn
2023-07-03kern/misc: Add space after comma in function argument listGlenn Washburn
2023-07-03commands/regexp: Fix typoGlenn Washburn
2023-07-03term/serial: Use grub_strncpy() instead of grub_snprintf() when only copying ...Glenn Washburn
2023-07-03loader/linux: Print debug message for each generated newc path generatedGlenn Washburn
2023-07-03include/grub/types.h: Add PRI*GRUB_OFFSET and PRI*GRUB_DISK_ADDRGlenn Washburn
2023-07-03kern/misc: Support octal printf format codeGlenn Washburn
2023-07-03gitignore: Ignore python bytecode filesGlenn Washburn
2023-07-03loader/linux: Only emit newc directory onceGlenn Washburn
2023-07-03loader/efi/linux: Fix formatting and remove unneeded parenthesisGlenn Washburn
2023-07-03loader/efi/linux: Print EFI status as hex number instead of uintGlenn Washburn
2023-07-03docs: Minor edits to debugging chapterOskari Pirhonen
2023-06-23lib/relocator: Fix OOB write when initializing lo->freebytes[]Daniel Kiper
2023-06-23lib/relocator: Enforce GRUB_RELOCATOR_FIRMWARE_REQUESTS_QUANT divisibility by 8Daniel Kiper
2023-06-23emu: Add SDL2 supportJulian Andres Klode
2023-06-23emu: SDL style fixesJulian Andres Klode
2023-06-23tpm: Enable boot despite unknown firmware failureMichał Grzelak
2023-06-23bootstrap: Fix patching warningsDaniel Kiper
2023-06-23efi: Add missing __grub_efi_api attributesDaniel Kiper
2023-06-23disk: Generalize MD_MAX_DISKS to GRUB_MDRAID_MAX_DISKSJulian Andres Klode
2023-06-23loongarch: Disable relaxation relocationsXiaotian Wu
2023-06-13loongarch: Add ELF relocation types documentation and commentsXiaotian Wu