Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/27/2002 22:13:32
Module Name: syssrc
Committed By: mycroft
Date: Fri Sep 27 19:13:31 UTC 2002
Modified Files:
syssrc/sys/uvm: uvm_mmap.c
Log Message:
#if 0 the call to uvm_map_checkprot() in sys_munmap() -- it's not documented,
and programs do not expect it. Also fixes memory leaks in dlopen()/dlclose().
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/uvm/uvm_mmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.