NetBSD/sys/arch/alpha
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
..
a12 When adding/deleting multicast addresses, only whack the address 2004-10-30 18:08:34 +00:00
alpha Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
common fix constification fallout 2005-06-01 16:13:04 +00:00
compile
conf - Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO. 2005-06-09 14:43:29 +00:00
eisa
include Include <sys/cdefs.h> for __signed; related to lib/30072. 2005-05-25 20:58:00 +00:00
isa adapt to ISA "unknown address" namespace separation 2004-09-14 20:25:05 +00:00
jensenio include "locators.h" explicitely (don't rely on isavar.h doing so) 2004-09-14 19:57:37 +00:00
mcbus add more "const" 2005-06-02 13:17:45 +00:00
pci add more "const" 2005-06-02 13:17:45 +00:00
sableio autoconf cleanup: turn xxxsubmatch() functions into the locator 2004-09-13 14:57:31 +00:00
stand Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to 2005-05-17 04:14:57 +00:00
tc Rename an inner variable shadowing the 'v' parameter to appease -Wshadow. 2005-06-08 22:38:16 +00:00
tlsb add more "const" 2005-06-02 13:17:45 +00:00
Makefile
STYLE