NetBSD/sys/arch/arm/arm32
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
..
ast.c Move arm32/arm32/ast.c to arm/arm32/ast.c 2001-03-06 07:52:35 +00:00
bcopy_page.S Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and 2001-03-04 08:25:38 +00:00
bcopyinout.S Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and 2001-03-04 08:25:38 +00:00
copystr.S Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and 2001-03-04 08:25:38 +00:00
db_interface.c Change the value of tf_pc in undefined-instruction handlers on arm32. It now 2001-03-13 23:56:48 +00:00
db_machdep.c Remove OFW hooks. Allow ports to add there own hooks via 2001-03-04 05:40:03 +00:00
db_trace.c Move these from arm32/arm32 2001-03-04 05:11:41 +00:00
pmap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
strstr.c Move compat_13_machdep.c, strstr.c, copystr.S, bcopyinout.S, and 2001-03-04 08:25:38 +00:00
sys_machdep.c
syscall.c