NetBSD/sys/arch/powerpc
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
..
conf Add powerpc/powerpc/powerpc_machdep.c 2001-02-24 04:30:42 +00:00
include Nuke vm_offset_t, vm_size_t from powerpc. 2001-03-04 03:25:34 +00:00
powerpc eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
tools/chrpicon Program to convert back and forth between PPM and CHRP boot icon images. 1999-11-19 00:43:20 +00:00
Makefile