1. 07 Nov, 2015 1 commit
  2. 31 Mar, 2014 1 commit
    • Colin Watson's avatar
      Fix partmap, cryptodisk, and abstraction handling in grub-mkconfig. · 24024dac
      Colin Watson authored
      Commit 588744d0 caused grub-mkconfig
      no longer to be forgiving of trailing spaces on grub-probe output
      lines, which among other things means that util/grub.d/10_linux.in
      no longer detects LVM.  To fix this, make grub-probe's output
      delimiting more consistent.  As a bonus, this improves the coverage
      of the -0 option.
      
      Fixes Debian bug #735935.
      
      * grub-core/disk/cryptodisk.c
      (grub_util_cryptodisk_get_abstraction): Add a user-data argument.
      * grub-core/disk/diskfilter.c (grub_diskfilter_get_partmap):
      Likewise.
      * include/grub/cryptodisk.h (grub_util_cryptodisk_get_abstraction):
      Update prototype.
      * include/grub/diskfilter.h (grub_diskfilter_get_partmap): Likewise.
      * util/grub-install.c (push_partmap_module, push_cryptodisk_module,
      probe_mods): Adjust for extra user-data arguments.
      * util/grub-probe.c (do_print, probe_partmap, probe_cryptodisk_uuid,
      probe_abstraction): Use configured delimiter.  Update callers.
      24024dac
  3. 04 Oct, 2013 1 commit
  4. 23 Sep, 2013 1 commit
  5. 24 Mar, 2013 1 commit
  6. 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
  7. 25 Apr, 2011 2 commits
  8. 24 Apr, 2011 4 commits