Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/16/1999 23:01:53
Module Name:	basesrc
Committed By:	thorpej
Date:		Sat Jul 17 06:01:53 UTC 1999

Modified Files:
	basesrc/regress/sys/uvm/mmap: mmap.c

Log Message:
Add code which creates a System V shared memory segment, attaches to it,
makes it resident, MADV_FREE's it, and then checks to see that the pages
are indeed no longer resident.  This tests the uvm_aobj flush routine.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/regress/sys/uvm/mmap/mmap.c

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