grub/grub-core/loader
Vladimir 'phcoder' Serbinenko 87edb8940a Replace single-linked with double-linked lists. It results in more
compact and more efficient code.

	* grub-core/kern/list.c (grub_list_push): Moved from here ...
	* include/grub/list.h (grub_list_push): ... to here. Set prev.
	(grub_list_remove): Moved from here ...
	* include/grub/list.h (grub_list_remove): ... here. Use and set prev.
	(grub_prio_list_insert): Set prev.
	* include/grub/list.h (grub_list): Add prev. All users updated.
2012-01-24 13:31:12 +01:00
..
efi * grub-core/kern/emu/main.c (main): Add missing const qualifier. 2011-12-13 01:32:41 +01:00
i386 Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
ia64/efi * grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Skip 2012-01-14 11:42:52 +01:00
mips * grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Skip 2012-01-14 11:42:52 +01:00
powerpc/ieee1275 * grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Skip 2012-01-14 11:42:52 +01:00
sparc64/ieee1275 * grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Skip 2012-01-14 11:42:52 +01:00
aout.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
macho.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
macho32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
macho64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
machoXX.c automake commit without merge history 2010-05-06 11:34:04 +05:30
multiboot.c Don't override more informative errors. 2011-12-26 12:58:08 +01:00
multiboot_elfxx.c * grub-core/loader/multiboot_elfxx.c (Elf_Shdr): Set according to 2011-09-28 16:43:00 +02:00
multiboot_mbi2.c * grub-core/loader/multiboot_mbi2.c (grub_multiboot_add_elfsyms): 2011-12-13 16:22:44 +01:00
xnu.c Don't override more informative errors. 2011-12-26 12:58:08 +01:00
xnu_resume.c Don't override more informative errors. 2011-12-26 12:58:08 +01:00