Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   bouyer
Date:           Sat Jun  6 22:04:40 UTC 2009

Modified Files:
        src/sbin/newfs_udf [netbsd-5]: udf_create.c
        src/sys/fs/udf [netbsd-5]: udf_allocation.c udf_bswap.h udf_subr.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #770):
        sys/fs/udf/udf_subr.c: revision 1.88, 1.89
        sys/fs/udf/udf_bswap.h: revision 1.6, 1.7
        sys/fs/udf/udf_allocation.c: revision 1.22, 1.23
        sbin/newfs_udf/udf_create.c: revision 1.16
Fix *serious* bug in bswapping definitions for big endian machines.
ANSI-fy. No idea why they weren't so in the first place.
Fix newfs_udf to create a valid disc images on bigendian machines.
A descriptor's CRC lenth is 16 bit so use udf_rw16() on tag.desc_crc_len.
Forgot to use the udf_rw16() on the descriptor crc lengths of FID's!
Also fix a few dubiously formatted checks.
On creation of a new node, don't forget to set the length of the allocated
space in the right endian!
Account for the logical blocks recorded by the extent in the right endian!


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.2 -r1.12.4.3 src/sbin/newfs_udf/udf_create.c
cvs rdiff -u -r1.18.4.2 -r1.18.4.3 src/sys/fs/udf/udf_allocation.c
cvs rdiff -u -r1.5 -r1.5.8.1 src/sys/fs/udf/udf_bswap.h
cvs rdiff -u -r1.73.4.10 -r1.73.4.11 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index