]> git.proxmox.com Git - grub2.git/history - grub-core/commands
Installing to the RMP also needs mokmanager.
[grub2.git] / grub-core / commands /
2022-12-04 Steve McIntyreSwitch away from git-dpm
2022-06-10 Julian Andres Klodemerge patched into master
2022-06-08 Chris Coulsoncommands/boot: Add API to pass context to loader
2021-09-27 Mathieu Trudel-Lap... tpm: Pass unknown error as non-fatal, but debug print...
2021-09-27 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2021-09-24 Colin WatsonNew upstream release (2.06)
2021-09-24 Mathieu Trudel-Lap... tpm: Pass unknown error as non-fatal, but debug print...
2021-09-24 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2021-09-24 Colin WatsonImport grub2_2.06.orig.tar.xz
2021-07-10 Colin Watsontpm: Pass unknown error as non-fatal, but debug print...
2021-07-10 Mathieu Trudel-Lap... tpm: Pass unknown error as non-fatal, but debug print...
2021-06-13 Daniel Axtenscommands/menuentry: Fix quoting in setparams_prefix()
2021-06-13 Daniel Axtenscommands/ls: Require device_name is not NULL before...
2021-06-13 Chris Coulsoncommands/hashsum: Fix a memory leak
2021-06-13 Javier Martinez... dl: Only allow unloading modules that are not dependencies
2021-06-13 Javier Martinez... commands/hdparm: Restrict hdparm command when locked...
2021-06-13 Javier Martinez... commands/setpci: Restrict setpci command when locked...
2021-06-13 Javier Martinez... commands: Restrict commands that can load BIOS or DT...
2021-06-13 Javier Martinez... acpi: Don't register the acpi command when locked down
2021-06-13 Javier Martinez... efi: Use grub_is_lockdown() instead of hardcoding a...
2021-06-13 Javier Martinez... kern: Add lockdown support
2021-06-13 Marco A Benattoverifiers: Move verifiers API to kernel image
2021-05-10 Daniel Kiperi18n: Align N_() formatting with the rest of GRUB code
2021-03-10 Glenn Washburncommands/pgp: Format code for grub_error() is incorrect
2021-03-02 Heinrich Schuchardtcommands/efi/lsefisystab: Add short text for EFI_RT_PRO...
2021-03-02 Derek Foremancommands/file: Fix array/enum desync
2021-03-02 Daniel Axtenscommands/menuentry: Fix quoting in setparams_prefix()
2021-03-02 Daniel Axtenscommands/ls: Require device_name is not NULL before...
2021-03-02 Darren Kennycommands/probe: Fix a resource leak when probing disks
2021-03-02 Chris Coulsoncommands/hashsum: Fix a memory leak
2021-03-02 Javier Martinez... dl: Only allow unloading modules that are not dependencies
2021-03-02 Javier Martinez... commands/hdparm: Restrict hdparm command when locked...
2021-03-02 Javier Martinez... commands/setpci: Restrict setpci command when locked...
2021-03-02 Javier Martinez... commands: Restrict commands that can load BIOS or DT...
2021-03-02 Javier Martinez... acpi: Don't register the acpi command when locked down
2021-03-02 Javier Martinez... efi: Use grub_is_lockdown() instead of hardcoding a...
2021-03-02 Javier Martinez... kern: Add lockdown support
2021-03-02 Marco A Benattoefi: Move the shim_lock verifier to the GRUB core
2021-03-02 Marco A Benattoverifiers: Move verifiers API to kernel image
2021-02-27 Colin WatsonBackport security patch series from upstream
2021-02-27 Daniel Axtenscommands/menuentry: Fix quoting in setparams_prefix()
2021-02-27 Daniel Axtenscommands/ls: Require device_name is not NULL before...
2021-02-27 Chris Coulsoncommands/hashsum: Fix a memory leak
2021-02-27 Javier Martinez... dl: Only allow unloading modules that are not dependencies
2021-02-27 Javier Martinez... commands/hdparm: Restrict hdparm command when locked...
2021-02-27 Javier Martinez... commands/setpci: Restrict setpci command when locked...
2021-02-27 Javier Martinez... commands: Restrict commands that can load BIOS or DT...
2021-02-27 Javier Martinez... acpi: Don't register the acpi command when locked down
2021-02-27 Javier Martinez... efi: Use grub_is_lockdown() instead of hardcoding a...
2021-02-27 Javier Martinez... kern: Add lockdown support
2021-02-27 Marco A Benattoverifiers: Move verifiers API to kernel image
2020-12-12 Tianjia Zhangefi/tpm: Extract duplicate code into independent functions
2020-12-12 Tianjia Zhangefi/tpm: Add debug information for device protocol...
2020-12-12 Javier Martinez... efi: Only register shim_lock verifier if shim_lock...
2020-12-11 Daniel Kiperefi: Return grub_efi_status_t from grub_efi_get_variable()
2020-12-11 Daniel Kiperefi: Make shim_lock GUID and protocol type public
2020-09-18 Tianjia Zhangefi/tpm: Remove unused functions and structures
2020-07-29 Colin WatsonMerge remote-tracking branch 'salsa/master' into master
2020-07-29 Peter Jonesmalloc: Use overflow checking primitives where we do...
2020-07-29 Peter Jonescalloc: Use calloc() at most places
2020-07-24 Colin WatsonBackport security patch series from upstream
2020-07-24 Peter Jonesmalloc: Use overflow checking primitives where we do...
2020-07-24 Peter Jonescalloc: Use calloc() at most places
2020-05-15 Tianjia Zhangtpm: Rename function grub_tpm_log_event() to grub_tpm_m...
2020-05-15 Tianjia Zhangverifiers: Add verify string debug message
2020-04-21 Hans de Goedekern/term: Accept ESC, F4 and holding SHIFT as user...
2020-04-21 Hans de Goedekern/term: Make grub_getkeystatus() helper function...
2020-03-31 Tianjia Zhangefi/tpm: Fix memory leak in grub_tpm1/2_log_event()
2020-03-10 Julian Andres Klodesmbios: Add a --linux argument to apply linux modalias...
2020-03-07 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2020-03-07 Colin WatsonAllow Shift to interrupt 'sleep --interruptible'
2020-02-28 Peter Jonesmisc: Make grub_strtol() "end" pointers have safer...
2020-02-18 Michael Changverifiers: Fix calling uninitialized function pointer
2019-11-08 Colin WatsonMerge commit '8a245d5c1800627af4cefa99162a89c7a46d8842'
2019-10-21 Nicholas Vinsonprobe: Support probing for msdos PARTUUID
2019-08-06 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-07-11 Heinrich Schuchardtlsefisystab: Add support for device tree table
2019-07-11 David Michaelsmbios: Add a module for retrieving SMBIOS information
2019-07-11 David Michaellsefisystab: Define SMBIOS3 entry point structures...
2019-07-11 Jacob Kroonprobe: Support probing for partition UUID with --part...
2019-07-09 Colin WatsonDeclare fast forward from 2.02+dfsg1-20
2019-07-09 Colin WatsonNew upstream release (2.04)
2019-07-09 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-07-09 Colin WatsonAllow Shift to interrupt 'sleep --interruptible'
2019-07-09 Colin WatsonImport grub2_2.04.orig.tar.xz
2019-07-08 Colin WatsonMerge branch 'experimental'
2019-06-26 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-06-26 Colin WatsonAllow Shift to interrupt 'sleep --interruptible'
2019-06-25 Leif Lindholmcommands/file: Use definitions from arm64/linux.h
2019-06-25 Leif Lindholmcommands/file: Use definitions from arm/linux.h
2019-06-25 Leif Lindholmi386: make struct linux_kernel_header architecture...
2019-06-25 Leif Lindholmmake GRUB_LINUX_MAGIC_SIGNATURE architecture-specific
2019-06-25 Eric SnowbergAdd support for modern sparc64 hardware
2019-06-25 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-06-25 Colin WatsonAllow Shift to interrupt 'sleep --interruptible'
2019-06-25 Steve McIntyregrub2 (2.02+dfsg1-20) unstable; urgency=medium
2019-06-24 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-06-24 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
2019-05-30 Colin WatsonNew upstream release candidate (2.04~rc1)
2019-05-26 Evan BroderAdd configure option to enable gfxpayload=keep dynamically
next