NetBSD/sys/arch/mips
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
..
alchemy Rename local variable cpu_intr' to cpu_int' to avoid shadowing. 2005-06-09 21:42:33 +00:00
bonito __KERNEL_RCSID() 2003-07-15 02:43:09 +00:00
cfe __KERNEL_RCSID() 2003-07-15 02:43:09 +00:00
conf s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name. 2005-05-31 04:03:08 +00:00
include Include <sys/cdefs.h> for __signed; related to lib/30072. 2005-05-25 20:58:00 +00:00
mips Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
sibyte Fixes for -Wcast-qual. Add some needed const around char *'s, 2005-06-09 17:46:19 +00:00
Makefile
Makefile.inc