Module Name: src
Committed By: sborrill
Date: Thu Jun 30 09:32:07 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1622
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-5.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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.88 src/doc/CHANGES-5.2:1.1.2.89
--- src/doc/CHANGES-5.2:1.1.2.88 Sun Jun 19 20:48:11 2011
+++ src/doc/CHANGES-5.2 Thu Jun 30 09:32:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.88 2011/06/19 20:48:11 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.89 2011/06/30 09:32:07 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5319,3 +5319,13 @@
_gr_copy() can get called with fromgrp->gr_mem == NULL.
[sjg, ticket #1636]
+sys/netatalk/aarp.c 1.35
+sys/netatalk/aarp.h 1.3
+sys/netatalk/ddp_usrreq.c 1.40
+
+ aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner),
+ leading to a DIAGNOSTIC panic when MBUFTRACE is defined and
+ atalkd is started. Fix by moving MOWNER_ATTACH(&aarp_mowner)
+ to ddp_init(). Should fix PR kern/44734
+ [bouyer, ticket #1622]
+