grub/util
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
..
elf 2009-09-24 Pavel Roskin <proski@gnu.org> 2009-09-24 13:40:40 +00:00
grub.d 2009-11-03 Samuel Thibault <samuel.thibault@ens-lyon.org> 2009-11-03 14:25:34 +00:00
i386 Integrate grub-mkisofs into the build system. 2009-11-08 23:01:34 +00:00
ieee1275 * disk/ieee1275/ofdisk.c (compute_dev_path): New. 2009-05-04 23:13:53 +00:00
mkisofs 2009-11-11 Robert Millan <rmh.grub@aybabtu.com> 2009-11-11 00:23:29 +00:00
powerpc/ieee1275 2009-08-18 Felix Zielcke <fzielcke@z-51.de> 2009-08-18 19:50:31 +00:00
sparc64/ieee1275 2009-10-06 Colin Watson <cjwatson@ubuntu.com> 2009-10-05 23:33:36 +00:00
console.c 2009-07-07 Pavel Roskin <proski@gnu.org> 2009-07-07 20:03:03 +00:00
deviceiter.c 2009-07-29 Felix Zielcke <fzielcke@z-51.de> 2009-07-29 14:11:50 +00:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c 2009-07-19 Yves BLUSSEAU <yves.grub-devel@zetam.org> 2009-07-20 20:03:18 +00:00
grub-editenv.c 2009-10-26 Colin Watson <cjwatson@ubuntu.com> 2009-10-26 16:33:13 +00:00
grub-emu.c 2009-07-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-16 15:36:43 +00:00
grub-fstest.c 2009-07-31 Bean <bean123ch@gmail.com> 2009-07-31 14:25:19 +00:00
grub-macho2img.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
grub-mkconfig.in 2009-09-10 Felix Zielcke <fzielcke@z-51.de> 2009-09-10 19:04:43 +00:00
grub-mkconfig_lib.in 2009-09-23 Felix Zielcke <fzielcke@z-51.de> 2009-09-23 09:46:08 +00:00
grub-mkdevicemap.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
grub-mkfont.c 2009-01-27 Vesa Jääskeläinen <chaac@nic.fi> 2009-01-27 18:26:09 +00:00
grub-pe2elf.c 2009-06-11 Colin Watson <cjwatson@ubuntu.com> 2009-06-11 17:02:26 +00:00
grub-probe.c 2009-09-05 Robert Millan <rmh.grub@aybabtu.com> 2009-09-05 20:36:49 +00:00
hostdisk.c 2009-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org> 2009-11-02 19:14:00 +00:00
hostfs.c 2009-08-01 14:44:15 +00:00
lvm.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
misc.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
raid.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
resolve.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
update-grub_lib.in * util/grub-mkconfig_lib.in (grub_warn): New function. 2008-11-20 19:22:20 +00:00
usb.c 2009-07-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-16 15:36:43 +00:00