Module Name: src
Committed By: jdc
Date: Tue Apr 14 09:04:08 UTC 2009
Modified Files:
src/doc [netbsd-3-1]: CHANGES-3.1.2
Log Message:
Ticket #2005.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-3.1.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-3.1.2
diff -u src/doc/CHANGES-3.1.2:1.1.2.39 src/doc/CHANGES-3.1.2:1.1.2.40
--- src/doc/CHANGES-3.1.2:1.1.2.39 Sat Apr 11 06:25:48 2009
+++ src/doc/CHANGES-3.1.2 Tue Apr 14 09:04:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.1.2,v 1.1.2.39 2009/04/11 06:25:48 snj Exp $
+# $NetBSD: CHANGES-3.1.2,v 1.1.2.40 2009/04/14 09:04:08 jdc Exp $
A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2
release:
@@ -1178,3 +1178,6 @@
(num_files_in_transit > maxfiles / unp_rights_ratio)
[mlelstv, ticket #2004]
+sys/kern/uipc_usrreq.c patch
+ Fix a problem with a failure path (PR#38391).
+ [mlelstv, ticket #2005]