Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 10/15/2002 00:14:27
Module Name:	syssrc
Committed By:	manu
Date:		Mon Oct 14 21:14:26 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_mman.c
	    irix_prctl.c irix_prctl.h

Log Message:
Implement MAP_LOCAL option to mmap, which enable the mapping of regions
private to the process within the share group.

There is one bit missing in this implementation: when replicating a change
in a process VM to the other process of the share group, we avoid copying
mappings for private regions in the target process, but we don't prevent
copying private regions from the source process.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/irix/irix_mman.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/compat/irix/irix_prctl.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/compat/irix/irix_prctl.h

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