grub/conf
Robert Millan 2c55dbc0d5 2009-11-11 Robert Millan <rmh.grub@aybabtu.com>
Large file support for grub-mkisofs.

        * conf/common.rmk (grub_mkisofs_CFLAGS): Add `-D_FILE_OFFSET_BITS=64'.
        * util/mkisofs/mkisofs.c (next_extent, last_extent)
        (session_start): Upgrade type to `uint64_t'.  Update all users.
        * util/mkisofs/mkisofs.h: Include `<stdint.h>'.
        (struct directory_entry): Upgrade type of `starting_block' and
        `size' to `uint64_t'.  Update all users.
        (struct deferred): Remove unused structure.
        (xfwrite): Upgrade type of `count' and `size' to `uint64_t'.
        Update all users.
        * util/mkisofs/tree.c (stat_filter, lstat_filter): Return -1 when
        file is larger than `UINT32_MAX'.
        * util/mkisofs/write.c (xfwrite): Upgrade type of `count' and
        `size' to `uint64_t'.  Update all users.  Fix handling of fwrite()
        return value.
        (struct deferred_write): Upgrade type of `extent' and `size' to
        `uint64_t'.  Update all users.
        (last_extent_written): Upgrade type to `uint64_t'.  Update all
        users.
        (write_one_file): Upgrade type of `count' and `size' to `uint64_t'.
        Update all users.  Upgrade type of `remain' to `int64_t' and
        `use' to `size_t'.  Use error() to handle fread() errors.
        (write_files): Rely on write_one_file() rather than calling
        xfwrite() directly.
2009-11-11 00:23:29 +00:00
..
common.rmk 2009-11-11 Robert Millan <rmh.grub@aybabtu.com> 2009-11-11 00:23:29 +00:00
i386-coreboot.rmk Implement grub-mkrescue for coreboot (needs external grub-mkisofs) 2009-11-08 20:56:32 +00:00
i386-efi.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
i386-ieee1275.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
i386-pc-cygwin-img-ld.sc 2008-07-24 Bean <bean123ch@gmail.com> 2008-07-24 14:56:30 +00:00
i386-pc.rmk 2009-11-07 Robert Millan <rmh.grub@aybabtu.com> 2009-11-07 21:06:30 +00:00
i386-qemu.rmk 2009-06-27 Pavel Roskin <proski@gnu.org> 2009-06-27 11:18:10 +00:00
i386.rmk 2009-07-01 Robert Millan <rmh.grub@aybabtu.com> 2009-07-01 12:59:47 +00:00
powerpc-ieee1275.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
sparc64-ieee1275.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
x86_64-efi.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00