Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 07/03/2004 22:17:18
Module Name:	src
Committed By:	manu
Date:		Sat Jul  3 22:17:18 UTC 2004

Modified Files:
	src/sys/arch/powerpc/conf: files.powerpc
	src/sys/compat/darwin: darwin_commpage.c darwin_commpage.h
Added Files:
	src/sys/arch/powerpc/powerpc: darwin_commpage_machdep.S

Log Message:
Move all the MD bits of commpage to a new file.
Map the comm page as RW in kernel (we want to modify it but not to execute it),
and RX in userland (no need to modify it but we want to execute it


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -r0 -r1.1 src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_commpage.c
cvs rdiff -r1.2 -r1.3 src/sys/compat/darwin/darwin_commpage.h

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