From 27393bff6e2c7d467e10cb8a99f658ae57a6681d Mon Sep 17 00:00:00 2001 From: chs Date: Mon, 25 Aug 2003 04:46:53 +0000 Subject: [PATCH] non-exec mappings. --- doc/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 42f58df50c7c..b0df33331fe7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.187 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.188 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -442,3 +442,5 @@ Changes from NetBSD 1.6 to NetBSD 2.0: the S3C2410 Processor. [bsh 20030804] dlsym(3): Add support for RTLD_DEFAULT, RTLD_NEXT and RTLD_SELF [christos,skrll 20030812] + kernel: Add support for non-executable mappings for many platforms. + Map the stack and heap non-executable. [chs 20030824]