Module Name: src
Committed By: bouyer
Date: Sun Feb 5 12:45:54 UTC 2012
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
tickets 1628, 1718, 1721
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-5.0.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.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.60 src/doc/CHANGES-5.0.3:1.1.2.61
--- src/doc/CHANGES-5.0.3:1.1.2.60 Fri Jan 27 19:32:31 2012
+++ src/doc/CHANGES-5.0.3 Sun Feb 5 12:45:54 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.60 2012/01/27 19:32:31 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.61 2012/02/05 12:45:54 bouyer Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2923,3 +2923,21 @@ crypto/dist/ssh/auth-options.c patch
Prevent minor information disclosure in ssh.
[drochner, ticket #1717]
+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]
+