robertmh
|
b37a922267
|
2008-02-08 Robert Millan <rmh@aybabtu.com>
* disk/raid.c: Update copyright.
* fs/cpio.c: Likewise.
* include/grub/raid.h: Likewise.
* loader/i386/pc/multiboot.c: Likewise.
* util/hostfs.c: Likewise.
|
2008-02-08 21:27:55 +00:00 |
|
robertmh
|
1ec8425d1d
|
2008-02-07 Christian Franke <franke@computer.org>
* util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
instead of fseek and ftell to support large files.
(grub_hostfs_read): Likewise.
|
2008-02-07 22:14:33 +00:00 |
|
robertmh
|
2e29408d1f
|
2007-11-18 Christian Franke <franke@computer.org>
* util/hostfs.c (is_dir): New function.
(grub_hostfs_dir): Handle missing dirent.d_type case.
(grub_hostfs_read): Add missing fseek().
(grub_hostfs_label): Clear label pointer. This fixes a crash
of grub-emu on "ls (host)".
|
2007-11-18 07:14:26 +00:00 |
|
marco_g
|
0a203f83ff
|
2007-08-02 Marco Gerards <marco@gnu.org>
* conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/host.c' and
`util/hostfs.c'.
* disk/host.c: New file.
* util/hostfs.c: Likewise.
* fs/hfsplus.c (grub_hfsplus_mount): When reading out of disk,
return `GRUB_ERR_BAD_FS'.
* fs/sfs.c (grub_sfs_mount): Likewise.
* fs/xfs.c (grub_xfs_mount): Likewise.
* include/grub/disk.h (enum grub_disk_dev_id): Add
`GRUB_DISK_DEVICE_HOST_ID'.
* util/grub-emu.c (main): Initialize and de-initialize hostfs.
|
2007-08-02 17:24:06 +00:00 |
|