Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/14/1996 14:50:08
christos
Thu Mar 14 14:42:03 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/fpu
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27335

Modified Files:
	fpu.c fpu_add.c fpu_explode.c fpu_implode.c fpu_subr.c 
Added Files:
	fpu_extern.h 
Log Message:
Add and bring prototypes into scope.


christos
Thu Mar 14 14:45:30 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27529

Modified Files:
	amd7930.c bt_subr.c bwtwo.c cgeight.c cgfour.c cgsix.c 
	cgthree.c cgtwo.c cons.c dma.c esp.c fb.c fd.c if_ie.c 
	if_levar.h kbd.c ms.c obio.c sbus.c si.c xd.c xdvar.h xy.c 
	zs.c 
Added Files:
	dev_conf.h 
Log Message:
Bring prototypes into scope and fix compiler warnings.


christos
Thu Mar 14 14:49:23 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27781

Modified Files:
	autoconf.h bsd_openprom.h cpu.h db_machdep.h kbd.h oldmon.h 
	pmap.h pte.h svr4_machdep.h vmparam.h 
Log Message:
Add missing prototypes and fix the fp struct for svr4.


ghudson
Thu Mar 14 14:49:29 EST 1996
Update of /a/cvsroot/src/sbin/disklabel
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27776

Modified Files:
	disklabel.c 
Log Message:
Include the total number of sectors in the text representation of
the label; calculating based on the disk geometry is not always
accurate (notably, for SCSI disks).  Also be a bit more careful
about printing out fixed-width types.