Module Name:    src
Committed By:   bouyer
Date:           Sun Feb  5 12:45:40 UTC 2012

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.2

Log Message:
tickets 1628, 1718, 1721


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.135 -r1.1.2.136 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.135 src/doc/CHANGES-5.2:1.1.2.136
--- src/doc/CHANGES-5.2:1.1.2.135	Sat Feb  4 17:10:02 2012
+++ src/doc/CHANGES-5.2	Sun Feb  5 12:45:40 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.135 2012/02/04 17:10:02 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.136 2012/02/05 12:45:40 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
 release:
@@ -6010,3 +6010,21 @@ sys/dev/ic/mpt_netbsd.c				1.17
 	drives do not have write cache enabled.
 	[mhitch, ticket #1720]
 
+sys/kern/kern_fork.c				1.184 via patch
+
+	fork1: fix stop-on-fork case, lend a correct lock to LWP for
+	LSSTOP state.
+	Fixes PR/44935.
+	[rmind, ticket #1628]
+
+sys/kern/vfs_bio.c				1.233
+
+	sysctl_dobuf: re-acquire the sysctl lock on retry path.  PR/45827.
+	[rmind, ticket #1718]
+
+sys/net/route.c					1.126
+
+	Count length from the beginning of the structure not the sa_data
+	portion.
+	[christos, ticket #1721]
+

Reply via email to