Module Name: src
Committed By: bouyer
Date: Sun Feb 5 12:46:16 UTC 2012
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
tickets 1628, 1718, 1721
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.1.3
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.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.1 src/doc/CHANGES-5.1.3:1.1.2.2
--- src/doc/CHANGES-5.1.3:1.1.2.1 Sat Feb 4 20:16:58 2012
+++ src/doc/CHANGES-5.1.3 Sun Feb 5 12:46:16 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.1 2012/02/04 20:16:58 snj Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.2 2012/02/05 12:46:16 bouyer Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -9,3 +9,21 @@ sys/sys/param.h patched by hand
Welcome to 5.1.2_PATCH.
[snj]
+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]
+