Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 01/04/2003 17:15:03
Module Name:	src
Committed By:	manu
Date:		Sat Jan  4 15:15:02 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_host.c mach_host.h mach_namemap.c mach_vm.c
	    mach_vm.h

Log Message:
Here we enter the land of IOKit where the shadows lie.

There are two new mach traps:
mach_vm_make_memory_entry, mach_host_get_io_master. Now we need to find
the documentation to understand what they are supposed to do.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_host.c
cvs rdiff -r1.8 -r1.9 src/sys/compat/mach/mach_host.h
cvs rdiff -r1.11 -r1.12 src/sys/compat/mach/mach_namemap.c \
    src/sys/compat/mach/mach_vm.h
cvs rdiff -r1.22 -r1.23 src/sys/compat/mach/mach_vm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.