grub/util
robertmh 8516d2a8e1 2008-07-04 Robert Millan <rmh@aybabtu.com>
This fixes a performance issue when pc & gpt partmap iterators
        didn't abort iteration even after our hook found what it was
        looking for (often causing expensive probes of non-existant drives).

        Some callers relied on previous buggy behaviour, since they would
        rise an error when their own hooks caused early abortion of its
        iteration.

        * kern/device.c (grub_device_open): Improve error message.
        * disk/lvm.c (grub_lvm_open): Likewise.
        * disk/raid.c (grub_raid_open): Likewise.

        * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.
        (pc_partition_map_probe): Do not fail when find_func() caused
        early abortion of pc_partition_map_iterate().

        * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.
        (gpt_partition_map_probe): Do not fail when find_func() caused
        early abortion of gpt_partition_map_iterate().

        * kern/partition.c (grub_partition_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.  Do not fail when
        part_map_iterate_hook() caused early abortion of p->iterate().

        * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
        when grub_partition_iterate() returned with non-zero.
2008-07-03 22:56:43 +00:00
..
elf 2008-07-02 Bean <bean123ch@gmail.com> 2008-07-02 07:38:46 +00:00
grub.d 2008-06-26 Robert Millan <rmh@aybabtu.com> 2008-06-26 07:03:26 +00:00
i386 2008-06-30 Pavel Roskin <proski@gnu.org> 2008-06-30 23:52:24 +00:00
ieee1275 2008-05-29 Robert Millan <rmh@aybabtu.com> 2008-05-29 16:27:24 +00:00
powerpc/ieee1275 2008-05-29 Robert Millan <rmh@aybabtu.com> 2008-05-29 16:27:24 +00:00
biosdisk.c 2008-07-04 Robert Millan <rmh@aybabtu.com> 2008-07-03 22:56:43 +00:00
console.c 2007-11-18 Christian Franke <franke@computer.org> 2007-11-18 07:20:45 +00:00
envblk.c 2008-07-02 Bean <bean123ch@gmail.com> 2008-07-02 07:20:11 +00:00
genmoddep.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
getroot.c 2008-05-16 Christian Franke <franke@computer.org> 2008-05-16 21:39:52 +00:00
grub-editenv.c 2008-07-02 Pavel Roskin <proski@gnu.org> 2008-07-02 22:00:42 +00:00
grub-emu.c 2008-06-06 Robert Millan <rmh@aybabtu.com> 2008-06-06 15:49:23 +00:00
grub-fstest.c 2008-05-06 Robert Millan <rmh@aybabtu.com> 2008-05-06 13:00:57 +00:00
grub-mkdevicemap.c 2008-06-04 Robert Millan <rmh@aybabtu.com> 2008-06-04 11:20:36 +00:00
grub-probe.c 2008-05-30 Robert Millan <rmh@aybabtu.com> 2008-05-30 11:04:08 +00:00
hostfs.c 2008-03-30 Pavel Roskin <proski@gnu.org> 2008-03-30 18:32:15 +00:00
lvm.c 2008-04-06 Pavel Roskin <proski@gnu.org> 2008-04-06 17:51:56 +00:00
misc.c 2008-04-06 Pavel Roskin <proski@gnu.org> 2008-04-06 17:51:56 +00:00
raid.c 2008-04-06 Pavel Roskin <proski@gnu.org> 2008-04-06 17:51:56 +00:00
resolve.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
unifont2pff.rb 2006-04-01 Vesa Jaaskelainen <chaac@nic.fi> 2006-04-01 19:23:01 +00:00
update-grub.in 2008-06-16 Robert Millan <rmh@aybabtu.com> 2008-06-16 20:29:55 +00:00
update-grub_lib.in 2008-06-29 Robert Millan <rmh@aybabtu.com> 2008-06-29 14:29:48 +00:00