NetBSD/sys/arch/mipsco
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
conf Document KGDB options 2001-02-21 09:14:33 +00:00
include Remove function decl that doesn't belong in cpu.h 2001-03-11 09:20:58 +00:00
mipsco eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
obio - Add "Features Enable" and CDB bits to SCSI controller config 2001-03-05 05:04:29 +00:00
stand use getprogname() 2001-02-20 23:51:59 +00:00
Makefile