From c8da32a6c7bf80e5394c2e3ee4be4a6eeb1cb690 Mon Sep 17 00:00:00 2001 From: dsl Date: Sun, 22 Apr 2007 08:39:08 +0000 Subject: [PATCH] Add note about killing of CHECK_ALT_xxx and emul_find(). --- doc/CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index fcee808f3afb..664d93d42c90 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.831 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.832 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -84,3 +84,6 @@ Changes from NetBSD 4.0 to NetBSD 5.0: bluetooth(4): add 'service level' security [plunky 20070421] mount_9p(8): Add support to mount a 9P file service with puffs. [pooka 20070421] + kernel: Remove the CHECK_ALT_xxx() defines and emul_find() used + to locate files within an emulation's root directory. + Instead get namei() to check the emulation root first.