NetBSD-Bugs archive

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

PR/42555 CVS commit: src/usr.sbin/installboot



The following reply was made to PR toolchain/42555; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42555 CVS commit: src/usr.sbin/installboot
Date: Thu, 7 Jan 2010 13:26:01 +0000

 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.
 


Home | Main Index | Thread Index | Old Index