NetBSD/sys/arch/powerpc/powerpc
chs ac3bc537bd eliminate the KERN_* error codes in favor of the traditional E* codes.
the mapping is:

KERN_SUCCESS			0
KERN_INVALID_ADDRESS		EFAULT
KERN_PROTECTION_FAILURE		EACCES
KERN_NO_SPACE			ENOMEM
KERN_INVALID_ARGUMENT		EINVAL
KERN_FAILURE			various, mostly turn into KASSERTs
KERN_RESOURCE_SHORTAGE		ENOMEM
KERN_NOT_RECEIVER		<unused>
KERN_NO_ACCESS			<unused>
KERN_PAGES_LOCKED		<unused>
2001-03-15 06:10:32 +00:00
..
bcopy.c
compat_13_machdep.c split off thread specific stuff from struct sigacts to struct sigctx, leaving 2000-12-22 22:58:52 +00:00
copyinstr.c
copyoutstr.c
copystr.c
db_disasm.c
db_interface.c Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00
db_memrw.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:44:02 +00:00
db_trace.c Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00
fpu.c
fubyte.c
fuswintr.c
genassym.cf
in_cksum.c
ipkdb_glue.c
linux_sigcode.S Added powerpc specific code for Linux compatibility on powerpc ports 2001-01-19 01:36:47 +00:00
locore_subr.S Fix a bug in cpu_switch(). 2001-02-28 20:44:41 +00:00
Locore.c
mem.c Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00
ofw_machdep.c In mem_regions(), deal with the case of a run of consecutive holes. 2000-12-05 05:16:00 +00:00
ofwmagic.S
ofwreal.S
openfirm.c Change OF_nextprop to match prototype change to void * 2000-11-22 18:18:32 +00:00
openpic.c Tsubai has convinced me that openpic_init() should remain machine-dependant 2001-02-05 19:22:23 +00:00
pmap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
powerpc_machdep.c Move cpu_sysct and dump{mag,lo,siz} & cpu_dumpconf to powerpc_machdep.c. 2001-02-24 22:39:16 +00:00
process_machdep.c Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00
setjmp.S
sig_machdep.c split off thread specific stuff from struct sigacts to struct sigctx, leaving 2000-12-22 22:58:52 +00:00
sigcode.S
soft_spl.c Make softclock a generic soft interrupt of the API is available, 2001-01-15 20:19:50 +00:00
subyte.c
suswintr.c
suword.c
sys_machdep.c
trap_subr_mp.S MP version of trap routines. 2001-03-07 08:05:07 +00:00
trap_subr.S Remove MULTIPROCESSOR part. (moved to separate file) 2001-03-07 08:10:44 +00:00
trap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
vm_machdep.c Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00