Module Name: src Committed By: tsutsui Date: Thu Jan 7 13:26:00 UTC 2010
Modified Files: src/usr.sbin/installboot: ext2fs.c ffs.c fstypes.c installboot.c installboot.h src/usr.sbin/installboot/arch: hp300.c next68k.c Log Message: Add a sectorsize parameter member in struct ib_params and use it where sector size (disk block size) is required, instead of DEV_BSIZE constant which means device I/O block size. "Looks reasonable" from dholland@, and fixes tools installboot(8) on Cygwin where DEV_BSIZE != 512 as mentioned in PR toolchain/42555. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/installboot/ext2fs.c cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/installboot/ffs.c cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/installboot/fstypes.c cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/installboot/installboot.c cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/installboot/installboot.h cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/installboot/arch/hp300.c cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/installboot/arch/next68k.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.