Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/06/2003 19:34:22
Module Name:	src
Committed By:	manu
Date:		Sat Dec  6 19:34:22 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_vm.c

Log Message:
Don't allow mappings at address zero in vm_allocate: first page is a
red zone in Darwin, and nothing should be mapped there.
While we are here, ifdef DEBUG_MACH_VM all the VM-related debug messages


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 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.