NetBSD/sys/arch/x68k
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 Turn off options JUPITER temporarily. 2001-03-10 03:23:09 +00:00
dev eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
stand Use IOCS_S_READEXT only when reading the partition boot from 2001-01-26 17:30:15 +00:00
usr.bin
usr.sbin usr1handler(): fix the logerror() call, use string 'shut' 2001-02-21 22:55:51 +00:00
x68k eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
Makefile