NetBSD/sys/arch/powerpc
matt e1245a3c46 Rework the coredump code to have no explicit knownledge of how coredump
i/o is done.  Instead, pass an opaque cookie which is then passed to a
new routine, coredump_write, which does the actual i/o.  This allows the
method of doing i/o to change without affecting any future MD code.
Also, make netbsd32_core.c [re]use core_netbsd.c (in a similar manner that
core_elf64.c uses core_elf32.c) and eliminate that code duplication.
cpu_coredump{,32} is now called twice, first with a NULL iocookie to fill
the core structure and a second to actually write md parts of the coredump.
All i/o is nolonger random access and is suitable for shipping over a stream.
2005-06-10 05:10:12 +00:00
..
conf Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead 2005-06-02 14:35:08 +00:00
fpu Appease -Wcast-qual 2005-06-03 11:55:34 +00:00
ibm4xx Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
include Include <sys/cdefs.h> for __signed; related to lib/30072. 2005-05-25 20:58:00 +00:00
isa
marvell Appease -Wshadow. 2005-06-03 11:20:06 +00:00
oea Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead 2005-06-02 14:35:08 +00:00
powerpc Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
tools/chrpicon
Makefile