2008-02-24 Bean <bean123ch@gmail.com>
* fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro. (GRUB_ISO9660_VOLDESC_PRIMARY): Likewise. (GRUB_ISO9660_VOLDESC_SUPP): Likewise. (GRUB_ISO9660_VOLDESC_PART): Likewise. (GRUB_ISO9660_VOLDESC_END): Likewise. (grub_iso9660_primary_voldesc): New member escape. (grub_iso9660_data): New member joliet. (grub_iso9660_convert_string): New function. (grub_iso9660_mount): Detect joliet extension. (grub_iso9660_iterate_dir): Convert filename when joliet is detected. (grub_iso9660_iso9660_label): Likewise. * conf/common.rmk (pkgdata_MODULES): Add udf.mod. (grub_setup_SOURCES): Add fs/udf.c. (grub_fstest_SOURCES): Likewise. (udf_mod_SOURCES): New variable. (udf_mod_CFLAGS): Likewise. (udf_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c. (grub_emu_SOURCES): Likewise. * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise. * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise. * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise. * fs/udf.c: New file.
This commit is contained in:
parent
8a594a17c7
commit
0d16e571f1
15 changed files with 1185 additions and 74 deletions
34
ChangeLog
34
ChangeLog
|
@ -1,3 +1,37 @@
|
|||
2008-02-24 Bean <bean123ch@gmail.com>
|
||||
|
||||
* fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro.
|
||||
(GRUB_ISO9660_VOLDESC_PRIMARY): Likewise.
|
||||
(GRUB_ISO9660_VOLDESC_SUPP): Likewise.
|
||||
(GRUB_ISO9660_VOLDESC_PART): Likewise.
|
||||
(GRUB_ISO9660_VOLDESC_END): Likewise.
|
||||
(grub_iso9660_primary_voldesc): New member escape.
|
||||
(grub_iso9660_data): New member joliet.
|
||||
(grub_iso9660_convert_string): New function.
|
||||
(grub_iso9660_mount): Detect joliet extension.
|
||||
(grub_iso9660_iterate_dir): Convert filename when joliet is detected.
|
||||
(grub_iso9660_iso9660_label): Likewise.
|
||||
|
||||
* conf/common.rmk (pkgdata_MODULES): Add udf.mod.
|
||||
(grub_setup_SOURCES): Add fs/udf.c.
|
||||
(grub_fstest_SOURCES): Likewise.
|
||||
(udf_mod_SOURCES): New variable.
|
||||
(udf_mod_CFLAGS): Likewise.
|
||||
(udf_mod_LDFLAGS): Likewise.
|
||||
|
||||
* conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c.
|
||||
(grub_emu_SOURCES): Likewise.
|
||||
|
||||
* conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
|
||||
|
||||
* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
|
||||
|
||||
* conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
|
||||
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
|
||||
|
||||
* fs/udf.c: New file.
|
||||
|
||||
2008-02-24 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue