Re: [PATCH] Ignore symlink traversal failures in grub-mount readdir

2012-10-15 Thread Dave Vasilevsky
ink to a directory, and presents it as such. Obviously this is also a temporary hack, not sure if it's any better or worse than yours. Cheers, Dave Vasilevsky ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] hfsplus: Prevent overflows in comparisons

2010-12-29 Thread Dave Vasilevsky
Now with a ChangeLog entry. -V === modified file 'ChangeLog' --- ChangeLog 2010-12-27 06:19:51 + +++ ChangeLog 2010-12-30 07:39:45 + @@ -1,3 +1,11 @@ +2010-12-30 Dave Vasilevsky + + * grub-core/fs/hfsplus.c: Parent field of + grub_hfsplus_catkey_internal

[PATCH] hfsplus: Prevent overflows in comparisons

2010-12-29 Thread Dave Vasilevsky
When very high Catalog Node IDs are in use, comparing CNIDs via subtraction may overflow. This causes files and folders to appear to be missing in the btree. It's safer to just use comparison operations rather than subtraction. Also fixes the parent field in grub_hfsplus_catkey_internal, which is

Re: GPT BIOS boot partition and installing to a partition

2009-10-31 Thread Dave Vasilevsky
phcoder wrote: > Workaround for your problem is described here: > http://grub.enbug.org/TestingOnMacbook Are you talking about fix_video? When I tested, without fix_video I could use the console, but X was slow. With fix_video, X was accelerated, but the console was scrambled as soon as X started.

Re: GPT BIOS boot partition and installing to a partition

2009-10-31 Thread Dave Vasilevsky
phcoder wrote: > On EFI system try grub-efi. I have indeed tried grub-efi, you can see the notes I left here: https://help.ubuntu.com/community/MactelSupportTeam/EFI-Boot-Mactel#MacBook4,1 . Unfortunately inability to use both accelerated X and the console makes me prefer grub-pc for the moment. I

GPT BIOS boot partition and installing to a partition

2009-10-31 Thread Dave Vasilevsky
grub doesn't support this setup? If I were to write a patch allowing this, what behaviour would be preferred: Should 'grub-setup (hdX,Y)' automatically use a BIOS boot partition if one exists, or should a command-line flag be required?