1. 17 Jan, 2016 1 commit
  2. 28 Jul, 2015 1 commit
  3. 12 Jun, 2015 1 commit
  4. 31 May, 2015 1 commit
  5. 30 May, 2015 1 commit
    • Paul Menzel's avatar
      Correct spelling of *scheduled* · fd73b3d0
      Paul Menzel authored
      Run the command below
      
      	$ git grep -l schedulded | xargs sed -i 's/schedulded/scheduled/g'
      
      and revert the change in `ChangeLog-2015`.
      
      Including "miscellaneous" spelling fix noted by richardvoigt@gmail.com
      fd73b3d0
  6. 24 May, 2015 1 commit
  7. 25 Jan, 2015 1 commit
  8. 20 Feb, 2014 1 commit
  9. 30 Jan, 2014 5 commits
  10. 03 Nov, 2013 1 commit
  11. 22 Aug, 2013 1 commit
  12. 29 Apr, 2013 2 commits
  13. 28 Apr, 2013 2 commits
  14. 27 Apr, 2013 1 commit
  15. 25 Mar, 2013 1 commit
  16. 20 Jan, 2013 1 commit
    • Colin Watson's avatar
      Remove nested functions from device iterators. · 25239370
      Colin Watson authored
      * include/grub/arc/arc.h (grub_arc_iterate_devs_hook_t): New type.
      (grub_arc_iterate_devs): Add hook_data argument.
      * include/grub/ata.h (grub_ata_dev_iterate_hook_t): New type.
      (struct grub_ata_dev.iterate): Add hook_data argument.
      * include/grub/device.h (grub_device_iterate_hook_t): New type.
      (grub_device_iterate): Add hook_data argument.
      * include/grub/disk.h (grub_disk_dev_iterate_hook_t): New type.
      (struct grub_disk_dev.iterate): Add hook_data argument.
      (grub_disk_dev_iterate): Likewise.
      * include/grub/gpt_partition.h (grub_gpt_partition_map_iterate):
      Likewise.
      * include/grub/msdos_partition.h (grub_partition_msdos_iterate):
      Likewise.
      * include/grub/partition.h (grub_partition_iterate_hook_t): New
      type.
      (struct grub_partition_map.iterate): Add hook_data argument.
      (grub_partition_iterate): Likewise.
      * include/grub/scsi.h (grub_scsi_dev_iterate_hook_t): New type.
      (struct grub_scsi_dev.iterate): Add hook_data argument.
      
      Update all callers.
      25239370
  17. 13 Jan, 2013 1 commit
    • Colin Watson's avatar
      Remove nested functions from PCI iterators. · ca3a7446
      Colin Watson authored
      * grub-core/bus/pci.c (grub_pci_iterate): Add hook_data argument,
      passed to hook.  Update all callers to pass appropriate hook data.
      * grub-core/bus/emu/pci.c (grub_pci_iterate): Likewise.
      * include/grub/pci.h (grub_pci_iteratefunc_t): Add data argument.
      Remove NESTED_FUNC_ATTR from here and from all users.
      (grub_pci_iterate): Update prototype.
      * grub-core/bus/cs5536.c (grub_cs5536_find: hook): Make static
      instead of nested.  Rename to ...
      (grub_cs5536_find_iter): ... this.
      * grub-core/kern/efi/mm.c (stop_broadcom: find_card): Likewise.
      * grub-core/kern/mips/loongson/init.c (init_pci: set_card):
      Likewise.
      * grub-core/kern/vga_init.c (grub_qemu_init_cirrus: find_card):
      Likewise.
      * grub-core/video/bochs.c (grub_video_bochs_setup: find_card):
      Likewise.
      * grub-core/video/cirrus.c (grub_video_cirrus_setup: find_card):
      Likewise.
      * grub-core/video/efi_uga.c (find_framebuf: find_card): Likewise.
      * grub-core/video/radeon_fuloong2e.c
      (grub_video_radeon_fuloong2e_setup: find_card): Likewise.
      * grub-core/video/sis315pro.c (grub_video_sis315pro_setup:
      find_card): Likewise.
      * grub-core/video/sm712.c (grub_video_sm712_setup: find_card):
      Likewise.
      ca3a7446
  18. 08 Feb, 2012 1 commit
  19. 29 Jan, 2012 1 commit
  20. 24 Jan, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Replace single-linked with double-linked lists. It results in more · 87edb894
      Vladimir 'phcoder' Serbinenko authored
      	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.
      87edb894
  21. 13 Dec, 2011 2 commits
  22. 27 Jun, 2011 1 commit
  23. 24 Jun, 2011 1 commit
  24. 03 Jan, 2011 1 commit
  25. 25 Dec, 2010 7 commits