Hollis Blanchard <[EMAIL PROTECTED]> writes:
> This patch renames "grubof", the executable name for PPC and Sparc, to
> "grub". I'm still not sure what the naming convention should be for
> the executable output by grub-mkimage; I'm thinking maybe
> "grub.ppc". It isn't an image ("grub.img"); it's
Followup to my previous sysctl commit. When modifying kern.geom.debugflags is
not necessary, this avoids the third sysctlbyname() call (and allocating "flags"
into the stack ;)).
2006-04-21 Robert Millan <[EMAIL PROTECTED]>
* grub/asmstub.c (get_diskinfo): Optimize sysctl routine.
In
Or better this one instead. Additionaly it avoids the third sysctl call when
the second one failed (i.e. we were unable to set the flags, therefore we don't
need to set them back).
2006-04-21 Robert Millan <[EMAIL PROTECTED]>
* grub/asmstub.c (get_diskinfo): Optimize sysctl routine.