Module Name:    src
Committed By:   bouyer
Date:           Mon Nov 25 08:31:28 UTC 2013

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.4

Log Message:
tickets 988 989


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.0.4

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-6.0.4
diff -u src/doc/CHANGES-6.0.4:1.1.2.5 src/doc/CHANGES-6.0.4:1.1.2.6
--- src/doc/CHANGES-6.0.4:1.1.2.5	Sun Nov 17 19:23:19 2013
+++ src/doc/CHANGES-6.0.4	Mon Nov 25 08:31:28 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.5 2013/11/17 19:23:19 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.6 2013/11/25 08:31:28 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
 release:
@@ -68,3 +68,17 @@ sys/net/npf/npf_instr.c				patch
 	fix the byteorder for port range comparison
 	[rmind, ticket #986]
 
+sys/kern/uipc_socket.c				1.220
+
+	PR/48098: Brian Marcotte:
+	panic: kernel diagnostic assertion "cred != NULL":
+	Fix from Michael van Elst, tcpdrop crashes kernel on
+	ebryonic connections.
+	[spz, ticket #988]
+
+sys/uvm/uvm_km.c				1.125
+
+	uvm_km_kmem_alloc: don't hardcode kmem_va_arena. This could lead to
+	freeing to the wrong vmem arena in case of failed page allocations.
+	[para, ticket #989]
+

Reply via email to