Module Name: src
Committed By: bouyer
Date: Sat Sep 3 11:36:54 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1367 has been reverted
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.262 -r1.1.2.263 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.262 src/doc/CHANGES-6.2:1.1.2.263
--- src/doc/CHANGES-6.2:1.1.2.262 Wed Aug 31 15:16:28 2016
+++ src/doc/CHANGES-6.2 Sat Sep 3 11:36:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.262 2016/08/31 15:16:28 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.263 2016/09/03 11:36:54 bouyer Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -14603,20 +14603,6 @@ libexec/mail.local/mail.local.c 1.28
Fix error checks in open(2) calls.
[shm, ticket #1392]
-sys/miscfs/kernfs/kernfs_vnops.c 1.151
- >From Ilya Zykov: Unbreak kernfs which was broken by this commit
-
- |Make the spec_node table implementation private to spec_vnops.c.
- |To retrieve a spec_node, two new lookup functions (by device or
- | by mount) are implemented. Both return a referenced vnode,
- | for an opened block device the opened vnode is returned so
- | further diagnostic checks "vp == ... sd_bdevvp" will not fire.
- | Otherwise any vnode matching the criteria gets returned.
- |No objections on tech-kern.
-
- The effect was that ls /kernfs appeared empty in most cases.
- [is, ticket #1367]
-
etc/Makefile 1.403
spwd.db should be 0600 (Brooks Davis)