Module Name: src
Committed By: martin
Date: Sun Apr 10 12:47:04 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Note tickets #1076
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-7.0.1
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-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.45 src/doc/CHANGES-7.0.1:1.1.2.46
--- src/doc/CHANGES-7.0.1:1.1.2.45 Mon Apr 4 10:04:34 2016
+++ src/doc/CHANGES-7.0.1 Sun Apr 10 12:47:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.45 2016/04/04 10:04:34 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.46 2016/04/10 12:47:04 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -2230,3 +2230,13 @@ external/bsd/bind/include/isc/platform.h
Disable SIT (Source Identity Token).
[spz, ticket #1151]
+usr.sbin/vnconfig/vnconfig.8 1.41
+usr.sbin/vnconfig/vnconfig.c 1.43-1.44
+
+ Since now the kernel returns ENXIO again for devices exceeding the
+ number of devices configured in the kernel, use that instead of
+ scanning /dev.
+ Cosmetic tweaks to vncfonfig -l output to restore compatibility
+ for old scripts trying to find free vnodes.
+ [christos, ticket #1076]
+