Module Name: src
Committed By: snj
Date: Sat Nov 21 20:10:39 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 1152 and 1156.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.140 src/doc/CHANGES-5.1:1.1.2.141
--- src/doc/CHANGES-5.1:1.1.2.140 Sun Nov 15 06:11:11 2009
+++ src/doc/CHANGES-5.1 Sat Nov 21 20:10:39 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.140 2009/11/15 06:11:11 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.141 2009/11/21 20:10:39 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14787,3 +14787,19 @@
section named_migrate
[dholland, ticket #1146]
+sys/net/if_arcsubr.c 1.61
+sys/net/if_ethersubr.c 1.173
+sys/net/if_fddisubr.c 1.78
+sys/net/if_tokensubr.c 1.58 via patch
+sys/netinet/if_arp.c 1.149
+
+ ar_tha() can return NULL; treat this as an error.
+ [christos, ticket #1156]
+
+sys/kern/vfs_subr.c 1.387
+
+ Fix getcleanvnode() in previous: in the if (vp->v_usecount != 0)
+ case we didn't bump the refcount, so don't decrease it through
+ vrelel(). call mutex_exit() on v_interlock directly instead.
+ [bouyer, ticket #1152]
+