NetBSD/sys/arch/pdp10/pdp10
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
..
autoconf.c Centralize the declaration of booted_device and booted_partition. 2004-10-23 17:07:37 +00:00
clock.c
console.c
db_disasm.c
db_machdep.c
disksubr.c
kl10.c
locore.S
machdep.c Declare the second arg of process_write_{fp,}regs() to be const. 2005-06-01 13:01:35 +00:00
mem.c
pmap.c
trap.c
vm_machdep.c Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00