NetBSD/sys/arch/arm
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
..
arm Change the value of tf_pc in undefined-instruction handlers on arm32. It now 2001-03-13 23:56:48 +00:00
arm32 eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
conf Move references to arm/arm/disksubr*.c from files.arm to 2001-03-14 14:39:45 +00:00
include Change undefined instruction handler to use a linked list for each 2001-03-11 16:18:39 +00:00
mainbus Change the value of tf_pc in undefined-instruction handlers on arm32. It now 2001-03-13 23:56:48 +00:00
Makefile Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00