From 12a6a01e9d2c784203900e2221627147e47782d1 Mon Sep 17 00:00:00 2001 From: elad Date: Tue, 16 May 2006 15:41:25 +0000 Subject: [PATCH] kauth(9), PaX MPROTECT. --- doc/CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 18dac8048e29..040f4593eb69 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.617 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.618 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -8,6 +8,11 @@ containing just the word `help' to `majordomo@NetBSD.org'.] Changes from NetBSD 3.0 to NetBSD 4.0: + PaX: Add mprotect(2) restrictions to enforce W^X policies. See + options(4), sysctl(3), and paxctl(1). [elad 20060515] + kauth(9): Integrate kernel authorization, to replace kernel management + of redentials and (potentially) privileged operations + requests. [elad 20060515] agr(4): Add pseudo-device driver for link aggregation. [yamt 20050318] kernel: Limit the number of locks per user to 1024 [christos 20050320] crypto: Upgrade to OpenSSL 0.9.7f [christos 20050325]