NetBSD/sys/arch/hpcarm
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
..
compile hpcarm: 2001-02-23 03:48:06 +00:00
conf Use hpc/hpc/disksubr.c. 2001-03-14 14:47:40 +00:00
hpcarm eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Use hpc/hpc/disksubr.c. 2001-03-14 14:47:40 +00:00
sa11x0 Fix interrupt handling somewhat so that break signal gets DDB. 2001-03-12 03:27:18 +00:00
stand hpcarm: 2001-02-23 03:48:06 +00:00
Makefile hpcarm: 2001-02-23 03:48:06 +00:00