summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2006-08-09 21:57:36 +0000
committerjmmv <jmmv@NetBSD.org>2006-08-09 21:57:36 +0000
commitd65ebbf4f8ae7cd21048009686f8195b883ea7b1 (patch)
tree172c1e2a705af4d7de7783be071937550f0d1337 /doc
parentdc2177377edf326d04613d5de3e20564169244c3 (diff)
Mention vfs_hooks(9) in the entry that mentioned its addition.
Per hubertf@'s request.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.prev4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CHANGES.prev b/doc/CHANGES.prev
index f098eb331e0..c9d134ee158 100644
--- a/doc/CHANGES.prev
+++ b/doc/CHANGES.prev
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.40 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.41 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -8072,7 +8072,7 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
watchdog timer. [dyoung 20050922]
kernel: Add the VFS hooks interface so that kernel subsystems
other than VFS can execute code upon VFS operations.
- [jmmv 20050923]
+ See vfs_hooks(9) for more information. [jmmv 20050923]
kernel: Re-factor NFS exports list code handling, making it simpler
by abstracting all the details into the NFS generic code,
using the previously mentioned VFS hooks interface to make