Module Name: src
Committed By: snj
Date: Thu Jul 9 19:37:59 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Ticket 847.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.0.1
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.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.33 src/doc/CHANGES-5.0.1:1.1.2.34
--- src/doc/CHANGES-5.0.1:1.1.2.33 Sun Jul 5 14:21:40 2009
+++ src/doc/CHANGES-5.0.1 Thu Jul 9 19:37:59 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.33 2009/07/05 14:21:40 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.34 2009/07/09 19:37:59 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -579,3 +579,8 @@
Fix build problem from ticket 850 on non-64bit systems.
[spz, ticket #851]
+sys/netinet/ip_output.c 1.203
+
+ Fix PR kern/41659: add missing splx() in FAST_IPSEC code.
+ [martin, ticket #847]
+