NetBSD/sys/arch/mac68k
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 Add machdep file for procfs. Currently only used for linux-style 2001-01-17 00:07:18 +00:00
dev eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Make sure everybody has an splvm() and equate it with splimp() (splimp() 2001-01-14 02:00:37 +00:00
mac68k eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
nubus Adjust the way that media is initialized on DP8390-compatible 2001-02-12 18:49:03 +00:00
obio Handle the TRPAD case a little better. 2001-01-18 03:43:18 +00:00
Makefile (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00