1. 18 Jan, 2014 1 commit
  2. 07 Jan, 2014 1 commit
    • Andrey Borzenkov's avatar
      fix 32 bit compilation on MinGW-w64 · 94cee4a4
      Andrey Borzenkov authored
      Use _FILE_OFFSET_BITS macro to distinguish between native MinGW and
      32 bit under MinGW-64. The latter does not require fseeko/ftello
      redefinition which it already does in case of _FILE_OFFSET_BITS=64.
      94cee4a4
  3. 24 Dec, 2013 1 commit
  4. 17 Dec, 2013 1 commit
    • Andrey Borzenkov's avatar
      consolidate grub_util_exec code · 396311f0
      Andrey Borzenkov authored
      We need to hide "modprobe efivars" error output to avoid confusion. So
      consolidate grub_util_exec_* into single function that can optionally redirect
      all three standard descriptors and make all other functions compatibility
      wrappers.
      
      Also remove include/grub/osdep/exec_unix.h which does not appear to be used
      anywhere.
      396311f0
  5. 27 Nov, 2013 1 commit
  6. 17 Nov, 2013 1 commit
  7. 19 Oct, 2013 1 commit
  8. 16 Oct, 2013 1 commit
  9. 15 Oct, 2013 2 commits
  10. 14 Oct, 2013 2 commits
  11. 09 Oct, 2013 1 commit