Subject: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/27/2002 22:48:25
Module Name: basesrc
Committed By: mycroft
Date: Fri Sep 27 19:48:24 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: map_object.c
Log Message:
Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids
having scattered little mappings, although it's probably not the best way...
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/libexec/ld.elf_so/map_object.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.