Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: martin
Date: Thu Mar 1 21:30:50 UTC 2007
Modified Files:
src/sys/dev/dkwedge: dkwedge_bsdlabel.c
src/sys/kern: subr_disk.c
src/sys/sys: disklabel.h
Log Message:
Split the disklabel checksum function into two, so we can pass the
length separately.
Use this for foreign-endianess labels in wedge autodiscovery, and
calculate the checksum of those before we swap various fields in the
label.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/dkwedge/dkwedge_bsdlabel.c
cvs rdiff -r1.83 -r1.84 src/sys/kern/subr_disk.c
cvs rdiff -r1.97 -r1.98 src/sys/sys/disklabel.h
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