Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 04/19/2003 21:41:16
Module Name: src
Committed By: manu
Date: Sat Apr 19 21:41:16 UTC 2003
Modified Files:
src/sys/compat/mach: mach_vm.c
Log Message:
Improved bahvior for map_fd. When Darin uses findspace = 0, this seems to
request a mapping at fixed address, overlaying previously existing mappings.
The overlay is done by unmapping (sys_munmap) before mapping at fixed
location. This makes XDarwin able to link and run.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 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.