]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-16 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 16 Nov 2009 18:13:02 +0000 (19:13 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 16 Nov 2009 18:13:02 +0000 (19:13 +0100)
* fs/i386/pc/pxe.c (grub_pxefs_open): Correctly handle PXE choosing
blocksize different from specified.
(grub_pxefs_read): Likewise.

1  2 
ChangeLog

diff --cc ChangeLog
index c7ba18d1a4ee37d7babc6b5031b52f26142b4f55,487c0f3efe33e61eeebb74ca3c803778e060b0b9..bb159de75bf3303147c9eda2bb4256458f17c699
+++ b/ChangeLog
@@@ -1,65 -1,3 +1,71 @@@
++2009-11-16  Vladimir Serbinenko  <phcoder@gmail.com>
++
++      * fs/i386/pc/pxe.c (grub_pxefs_open): Correctly handle PXE choosing
++      blocksize different from specified.
++      (grub_pxefs_read): Likewise.
++
 +2009-11-16  Felix Zielcke  <fzielcke@z-51.de>
 +
 +      Enable ata.mod on x86_64-efi, i386-efi and i386-ieee1275.
 +
 +      * disk/ata.c (grub_ata_dumpinfo): Add a cast.
 +      (grub_ata_readwrite): Likewise.  Update 2 format strings.
 +      (grub_atapi_read): Likewise.
 +
 +      * conf/i386-coreboot.rmk (pkglib_MODULES): Move `ata.mod' from here ...
 +      * conf/i386.rmk (pkglib_MODULES): ... to here ...
 +      * conf/x86_64-efi.rmk (pkglib_MODULES): ... and here.
 +      * conf/i386-coreboot.rmk (ata_mod_SOURCES, ata_mod_CFLAGS)
 +      (ata_mod_LDFLAGS): Move from here ...
 +      * conf/i386.rmk: ... to here ...
 +      * conf/x86_64-efi.rmk: ... and here.
 +      * conf/i386-pc.rmk (pkglib_MODULES): Remove `ata.mod'
 +      (ata_mod_SOURCES, ata_mod_CFLAGS, ata_mod_LDFLAGS): Remove.
 +
 +2009-11-16  Robert Millan  <rmh.grub@aybabtu.com>
 +
 +      Relicense multiboot.h, with RMS' blessing.
 +
 +      * include/multiboot.h: Change to X11 license.
 +
 +2009-11-15  Robert Millan  <rmh.grub@aybabtu.com>
 +
 +      Support --version in grub-mkisofs.
 +
 +      * util/mkisofs/mkisofs.c (rcsid): Remove variable.
 +      (OPTION_VERSION): New macro.
 +      (ld_options): Recognize --version.
 +      (usage): Move `program_name' from here ...
 +      (program_name): ... to here.  Add `static' qualifier.
 +      (main): Recognize `OPTION_VERSION'.
 +
 +2009-11-15  Felix Zielcke  <fzielcke@z-51.de>
 +
 +      * Makefile.in (TARGET_CPPFLAGS): Replace `-isystem=$(srcdir)/include'
 +      with `-nostdinc -isystem $(shell $(TARGET_CC) -print-file-name=include)'.
 +
 +2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>
 +
 +      Fix help2man generation for mkisofs.
 +
 +      * util/mkisofs/mkisofs.c (ld_options): Recognize --help.
 +      (usage): Send output to stdout (rather than stderr).
 +
 +2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>
 +
 +      * conf/i386-coreboot.rmk (grub_mkrescue_SOURCES): Replace
 +      `util/i386/coreboot/grub-mkrescue.in' with `util/grub-mkrescue.in'.
 +      * conf/i386-pc.rmk (grub_mkrescue_SOURCES): Replace
 +      `util/i386/pc/grub-mkrescue.in' with `util/grub-mkrescue.in'.
 +      (bin_SCRIPTS): Add `grub-mkfloppy'.
 +      (grub_mkfloppy_SOURCES): New variable.
 +
 +      * util/grub-mkrescue.in: New file.
 +      * util/i386/pc/grub-mkfloppy.in: New file.
 +
 +      * util/i386/coreboot/grub-mkrescue.in: Remove.
 +      * util/i386/pc/grub-mkrescue.in: Remove.
 +
  2009-11-13  Robert Millan  <rmh.grub@aybabtu.com>
  
        * include/grub/multiboot.h (struct grub_multiboot_header): Move