1. 07 Jan, 2013 1 commit
  2. 25 Dec, 2011 1 commit
  3. 13 Oct, 2011 1 commit
  4. 18 May, 2011 1 commit
  5. 12 Apr, 2011 1 commit
  6. 08 Feb, 2011 1 commit
  7. 04 Sep, 2010 1 commit
    • Szymon Janc's avatar
      * include/grub/file.h (grub_file): New member not_easly_seekable. · 3759a35f
      Szymon Janc authored
      	(grub_file_seekable): New inline function.
      	* grub-core/io/gzio.c (test_header): Don't test end magic if file isn't
      	easily seekable.
      	(grub_gzio_open): Set not_easly_seekable.
      	* grub-core/fs/i386/pc/pxe.c (grub_pxefs_open): Set not_easily_seekable.
      	* grub-core/io/bufio.c (grub_bufio_open): Propagate not_easily_seekable.
      3759a35f
  8. 06 May, 2010 1 commit
  9. 01 Aug, 2008 1 commit
    • bean's avatar
      2008-08-01 Bean <bean123ch@gmail.com> · 9175e93d
      bean authored
      	* conf/common.rmk (pkglib_MODULES): Add bufio.mod.
      	(bufio_mod_SOURCES): New macro.
      	(bufio_mod_CFLAGS): Likewise.
      	(bufio_mod_LDFLAGS): Likewise.
      
      	* include/grub/bufio.h: New file.
      
      	* io/bufio.c: Likewise.
      
      	* video/png.c: Replace <grub/file.h> with <grub/bufio.h>.
      	(grub_video_reader_png): Use grub_buffile_open to open file.
      
      	* video/jpeg.c: Replace <grub/file.h> with <grub/bufio.h>.
      	(grub_video_reader_jpeg): Use grub_buffile_open to open file.
      
      	* video/tga.c: Replace <grub/file.h> with <grub/bufio.h>.
      	(grub_video_reader_tga): Use grub_buffile_open to open file.
      
      	* font/manager.c: Include <grub/bufio.h>.
      	(add_font): Use grub_buffile_open to open file.
      9175e93d