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: 04/05/1996 00:00:03
mhitch
Thu Apr  4 23:50:30 EST 1996
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17114

Modified Files:
	disksubr.c 
Log Message:
Compute partition offset with sectors/track and number of heads from the
Amiga partition block.  Print a diagnostic if the sectors/track or
number of heads differs from the RDSK values.
Fix sorting by partition offset (don't drop last partition).
Save filesystem blocksize for adosfs partitions.  (Closes PR 2232)


mhitch
Thu Apr  4 23:52:54 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17280

Modified Files:
	malloc.h 
Log Message:
Define M_ADOSFSBITMAP, for adosf allocation bitmap.