Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/09/1996 23:10:01
pk
Sat Nov  9 15:02:18 PST 1996
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv21969

Modified Files:
	machdep.c 
Log Message:
New-style crash dump format requires a slighty different interpretation of
the variable `dumpsize' (used by savecore(8)) and that the CPU specific data
gets dumped first.
Also, squash a typo that prevented the crash dump to be shifted towards the
end of the swap partition. In fact, the entire dumpconf() routine has been
redone, mostly by pasting large chunks from the alpha port.


chuck
Sat Nov  9 15:02:29 PST 1996
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv22830

Modified Files:
	if_atm.h if_atmsubr.c 
Log Message:
fix previous byte-order fix the correct way 
(from Zdenek Salvet <salvet@horn.ics.muni.cz>)


pk
Sat Nov  9 15:08:58 PST 1996
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv23036

Modified Files:
	pmap.c 
Log Message:
Adapt pmap_dumpsize() and pmap_dumpmmu() to new-style kernel crash
dumps according to the layout in <sys/kcore.h> and <machine/kcore.h>.