Module Name: src
Committed By: snj
Date: Fri Apr 29 19:24:47 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
1147, 1154
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.51 -r1.1.2.52 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.51 src/doc/CHANGES-7.0.1:1.1.2.52
--- src/doc/CHANGES-7.0.1:1.1.2.51 Sat Apr 16 21:01:15 2016
+++ src/doc/CHANGES-7.0.1 Fri Apr 29 19:24:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.51 2016/04/16 21:01:15 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.52 2016/04/29 19:24:46 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -2310,3 +2310,14 @@ libexec/httpd/tilde-luzah-bozo.c
o -C option supports now CGI scripts only
[mrg, ticket #1141]
+external/bsd/ipf/dist/man/ipf.5 1.5
+
+ Correct the example for the port range syntax.
+ [khorben, ticket #1147]
+
+sys/miscfs/specfs/spec_vnops.c 1.161, 1.162
+
+ Avoid a race with spec_revoke when extracting v_rdev. Fixes
+ PR kern/50467.
+ [hannken, ticket #1154]
+