mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-02 20:58:40 +00:00
* disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Use ALIGN_UP macro instead of manual alignment. * kern/disk.c (grub_disk_read): Remove grub_dprintf call (excessively verbose). Avoid attempts to read past end of the device (grub_disk_adjust_range() guarantees that we can read `size' bytes, but GRUB_DISK_CACHE_SIZE may exceed that). |
||
|---|---|---|
| .. | ||
| efi | ||
| i386/pc | ||
| ieee1275 | ||
| ata_pthru.c | ||
| ata.c | ||
| dmraid_nvidia.c | ||
| host.c | ||
| loopback.c | ||
| lvm.c | ||
| mdraid_linux.c | ||
| memdisk.c | ||
| raid5_recover.c | ||
| raid6_recover.c | ||
| raid.c | ||
| scsi.c | ||
| usbms.c | ||