CVSROOT:        /sources/grub
Module name:    grub2
Branch:         
Changes by:     Marco Gerards <[EMAIL PROTECTED]>       06/01/03 14:30:57

Modified files:
        .              : ChangeLog 
        fs             : hfs.c hfsplus.c 
Added files:
        include/grub   : hfs.h 

Log message:
        2006-01-03  Hollis Blanchard  <[EMAIL PROTECTED]>
        
        * fs/hfs.c: Include <grub/hfs.h>.  Added reference to the official
        documentation.
        (GRUB_HFS_EMBED_HFSPLUS_SIG): New macro.
        (grub_hfs_mount): Grammar fix in error. Make sure this is not an
        embedded HFS+ filesystem.
        (GRUB_HFS_MAGIC, grub_hfs_extent, grub_hfs_datarecord_t)
        (grub_hfs_sblock): Move from here...
        * include/grub/hfs.h: To here...  New file.
        * fs/hfsplus.c: Include <grub/hfs.h>.  Added reference to the official
        documentation.
        (GRUB_HFSPLUS_MAGIC, GRUB_HFSPLUSX_MAGIC, GRUB_HFSPLUS_SBLOCK):
        New macros.
        (grub_hfsplus_volheader): Change type of member `magic' to
        `grub_uint16_t'.
        (grub_hfsplus_data): Add new member `embedded_offset'.
        (grub_hfsplus_read_block): Add the HFS+ wrapper offset to the
        returned block.
        (grub_hfsplus_mount): Read the HFS+ wrapper if it exists.
        Calculate the offset.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/ChangeLog.diff?tr1=1.217&tr2=1.218&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/fs/hfs.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/fs/hfsplus.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/include/grub/hfs.h?rev=1.1


_______________________________________________
Commit-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-grub

Reply via email to