1. 30 Oct, 2015 1 commit
  2. 29 Oct, 2015 4 commits
  3. 28 Oct, 2015 1 commit
    • Andrei Borzenkov's avatar
      efi: fix warnings with recent GCC · 5fcde03b
      Andrei Borzenkov authored
      ../../grub-core/term/efi/console.c:128:32: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
         if (key.unicode_char >= 0x20 && key.unicode_char <= 0x7f
      5fcde03b
  4. 27 Oct, 2015 2 commits
  5. 25 Oct, 2015 1 commit
  6. 14 Oct, 2015 2 commits
  7. 13 Oct, 2015 1 commit
  8. 11 Oct, 2015 3 commits
  9. 10 Oct, 2015 4 commits
    • Andrei Borzenkov's avatar
      progress: avoid NULL dereference for net files · 6e211958
      Andrei Borzenkov authored
      From original patch by dann frazier <dann.frazier@canonical.com>:
      
        grub_net_fs_open() saves off a copy of the file structure it gets passed and
        uses it to create a bufio structure. It then overwrites the passed in file
        structure with this new bufio structure. Since file->name doesn't get set
        until we return back to grub_file_open(), it means that only the bufio
        structure gets a valid file->name. The "real" file's name is left
        uninitialized. This leads to a crash when the progress module hook is called
        on it.
      
      grub_net_fs_open() already saved copy of file name as ->net->name, so change
      progress module to use it.
      
      Also, grub_file_open may leave file->name as NULL if grub_strdup fails. Check
      for it.
      Also-By: 's avatardann frazier <dann.frazier@canonical.com>
      6e211958
    • Andrei Borzenkov's avatar
      file: ignore host disk in blocklist check · d3132183
      Andrei Borzenkov authored
      It cannot work anyway because host disk cannot be read. This fixes hostfs access
      on native Windows build where filenames start with '\' or do not have initial
      separator at all (d:\foo).
      
      Issue was observed when running grub-fstest on Windows. On UNIX image name is
      canonicalized to always start with `/' so this was not noticed.
      
      This has side effect of allowing relative path names on host, but this already
      was the case with `ls' command, so it just extends it to all commands.
      Reported-By: 's avatarArch Stack <archstacker@gmail.com>
      Also-By: 's avatarArch Stack <archstacker@gmail.com>
      d3132183
    • Vladimir Serbinenko's avatar
      c2443e49
    • Vladimir Serbinenko's avatar
      gfxmenu/model: Delete empty file. · f59b83fc
      Vladimir Serbinenko authored
      f59b83fc
  10. 09 Oct, 2015 1 commit
  11. 07 Oct, 2015 2 commits
  12. 13 Sep, 2015 1 commit
  13. 23 Aug, 2015 1 commit
  14. 13 Aug, 2015 1 commit
  15. 09 Aug, 2015 2 commits
  16. 28 Jul, 2015 1 commit
  17. 27 Jul, 2015 8 commits
  18. 24 Jul, 2015 4 commits