]> git.ipfire.org Git - thirdparty/grub.git/shortlog
thirdparty/grub.git
2025-03-26  Glenn Washburntests: Cleanup generated files on expected failure...
2025-03-26  Glenn Washburntests/util/grub-shell-luks-tester: Add missing line...
2025-03-26  Glenn Washburntests/util/grub-shell-luks-tester: Find cryptodisk...
2025-03-26  Glenn Washburntests/util/grub-shell: Default qemuopts to envvar ...
2025-03-05  Patrick Plenefischdisk/lvm: Add informational messages in error cases...
2025-03-05  Patrick Plenefischdisk/lvm: Add support for cachevol LV
2025-03-05  Patrick Plenefischdisk/lvm: Add support for integrity LV
2025-03-05  Patrick Plenefischlvm: Match all LVM segments before validation
2025-03-05  Patrick Plenefischdisk/lvm: Remove unused cache_pool
2025-03-05  Patrick Plenefischdisk/lvm: Make cache_lv more generic as ignored_feature_lv
2025-03-05  Glenn Washburncommands/ls: Add directory header for dir args
2025-03-05  Glenn Washburncommands/ls: Print full paths for file args
2025-03-05  Glenn Washburncommands/ls: Output path for single file arguments...
2025-03-05  Glenn Washburncommands/ls: Show modification time for file paths
2025-03-05  Glenn Washburncommands/ls: Merge print_files_long() and print_files...
2025-03-05  Glenn Washburncommands/ls: Return proper GRUB_ERR_* for functions...
2025-03-05  Glenn Washburncommands/acpi: Use options enum to index command options
2025-03-05  Andrew Hamiltondocs: Capture additional commands restricted by lockdown
2025-03-05  Andrew Hamiltondocs: Document restricted filesystems in lockdown
2025-03-05  Vladimir Serbinenkoloader/i386/bsd: Fix type passed for the kernel
2025-03-05  Vladimir Serbinenkokern/partition: Unbreak support for nested partitions
2025-03-05  Andrew Hamiltonlib/tss2/tss2_structs.h: Fix clang build - remove dupli...
2025-03-05  Yuri Zaporozhetsinclude/grub/mm.h: Remove duplicate inclusion of grub...
2025-03-05  James Le Cuirotscript/execute: Don't let trailing blank lines determin...
2025-03-05  Glenn Washburngitignore: Ignore generated files from libtasn
2025-03-05  Pascal Hambourgutil/grub.d/30_os-prober.in: Conditionally show or...
2025-02-26  Pascal Hambourgutil/grub.d/30_os-prober.in: Fix GRUB_OS_PROBER_SKIP_LI...
2025-02-26  Glenn Washburndocs: Do not reference non-existent --dumb option
2025-02-26  Glenn Washburndocs: Replace @lbracechar{} and @rbracechar{} with...
2025-02-26  Egor Ignatovfs/xfs: Fix grub_xfs_iterate_dir() return value in...
2025-02-26  Darrick J.... fs/xfs: Add new superblock features added in Linux...
2025-02-26  Michael Changfs/ext2: Rework out-of-bounds read for inline and exter...
2025-02-26  Leo Sandovaldisk/ahci: Remove conditional operator for endtime
2025-02-26  Benjamin Herrenschmidtterm/ns8250-spcr: Return if redirection is disabled
2025-02-26  Lukas Finkcommands/file: Fix NULL dereference in the knetbsd...
2025-02-26  Heinrich Schuchardtgdb_helper: Typo hueristic
2025-02-26  Ruihan Likern/efi/mm: Reset grub_mm_add_region_fn after ExitBoot...
2025-02-26  Duan Yayongi386/tsc: The GRUB menu gets stuck due to unserialized...
2025-02-26  Duan Yayongkern/i386/tsc_pmtimer: The GRUB menu gets stuck due...
2025-02-26  Sergii Dmytrukloader/i386/linux: Fix cleanup if kernel doesn't suppor...
2025-02-13  Alec Brownloader/i386/bsd: Use safe math to avoid underflow
2025-02-13  Alec Brownloader/i386/linux: Cast left shift to grub_uint32_t
2025-02-13  Lidong Chenkern/misc: Add sanity check after grub_strtoul() call
2025-02-13  Lidong Chenkern/partition: Add sanity check after grub_strtoul...
2025-02-13  Alec Brownnormal/menu: Use safe math to avoid an integer overflow
2025-02-13  Alec Brownbus/usb/ehci: Define GRUB_EHCI_TOGGLE as grub_uint32_t
2025-02-13  Lidong Chenmisc: Ensure consistent overflow error messages
2025-02-13  Lidong Chenosdep/unix/getroot: Fix potential underflow
2025-02-13  Lidong Chenscript/execute: Fix potential underflow and NULL derefe...
2025-02-13  Alec Brownfs/sfs: Check if allocated memory is NULL
2025-02-13  Alec Brownnet: Check if returned pointer for allocated memory...
2025-02-13  Lidong Chennet: Prevent overflows when allocating memory for arrays
2025-02-13  Lidong Chennet: Use safe math macros to prevent overflows
2025-02-13  Lidong Chenfs/zfs: Add missing NULL check after grub_strdup()...
2025-02-13  Lidong Chenfs/zfs: Check if returned pointer for allocated memory...
2025-02-13  Lidong Chenfs/zfs: Prevent overflows when allocating memory for...
2025-02-13  Lidong Chenfs/zfs: Use safe math macros to prevent overflows
2025-02-13  Lidong Chenfs: Prevent overflows when assigning returned values...
2025-02-13  Lidong Chenfs: Prevent overflows when allocating memory for arrays
2025-02-13  Lidong Chenfs: Use safe math macros to prevent overflows
2025-02-13  Alec Browndisk/ieee1275/ofdisk: Call grub_ieee1275_close() when...
2025-02-13  Alec Browndisk: Check if returned pointer for allocated memory...
2025-02-13  Alec Browndisk: Prevent overflows when allocating memory for...
2025-02-13  Alec Browndisk: Use safe math macros to prevent overflows
2025-02-13  Daniel Axtensfs: Disable many filesystems under lockdown
2025-02-13  Daniel Axtensfs/bfs: Disable under lockdown
2025-02-13  B Horncommands/hexdump: Disable memory reading in lockdown...
2025-02-13  B Horncommands/memrw: Disable memory reading in lockdown...
2025-02-13  B Horncommands/minicmd: Block the dump command in lockdown...
2025-02-13  Lidong Chencommands/test: Stack overflow due to unlimited recursio...
2025-02-13  Jonathan Bar Orcommands/read: Fix an integer overflow when supplying...
2025-02-13  Lidong Chengettext: Integer overflow leads to heap OOB write
2025-02-13  Lidong Chengettext: Integer overflow leads to heap OOB write or...
2025-02-13  B Horngettext: Remove variables hooks on module unload
2025-02-13  B Hornnormal: Remove variables hooks on module unload
2025-02-13  B Horncommands/pgp: Unregister the "check_signatures" hooks...
2025-02-13  B Horncommands/ls: Fix NULL dereference
2025-02-13  Lidong Chencommands/extcmd: Missing check for failed allocation
2025-02-13  B Hornkern/dl: Check for the SHF_INFO_LINK flag in grub_dl_re...
2025-02-13  B Hornkern/dl: Use correct segment in grub_dl_set_mem_attrs()
2025-02-13  B Hornkern/dl: Fix for an integer overflow in grub_dl_ref()
2025-02-13  Daniel Axtensvideo/readers/jpeg: Do not permit duplicate SOF0 marker...
2025-02-13  B Hornnet/tftp: Fix stack buffer overflow in tftp_open()
2025-02-13  B Hornnet: Fix OOB write in grub_net_search_config_file()
2025-01-23  B Hornnet: Remove variables hooks when interface is unregisted
2025-01-23  B Hornnet: Unregister net_default_ip and net_default_mac...
2025-01-23  B Hornscript/execute: Limit the recursion depth
2025-01-23  B Hornkern/partition: Limit recursion in part_iterate()
2025-01-23  B Hornkern/disk: Limit recursion depth
2025-01-23  B Horndisk/loopback: Reference tracking for the loopback
2025-01-23  Michael Changdisk/cryptodisk: Require authentication after TPM unloc...
2025-01-23  B Hornkern/file: Implement filesystem reference counting
2025-01-23  B Hornkern/file: Ensure file->data is set
2025-01-23  B Hornfs/xfs: Ensuring failing to mount sets a grub_errno
2025-01-23  Michael Changfs/xfs: Fix out-of-bounds read
2025-01-23  B Hornfs/ntfs: Implement attribute verification
2025-01-23  B Hornfs/ntfs: Use a helper function to access attributes
2025-01-23  B Hornfs/ntfs: Track the end of the MFT attribute buffer
2025-01-23  Michael Changfs/ntfs: Fix out-of-bounds read
2025-01-23  Michael Changfs/ext2: Fix out-of-bounds read for inline extents
next