Module Name:    src
Committed By:   bouyer
Date:           Sat Dec 14 19:37:40 UTC 2013

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

Log Message:
tickets 994, 996


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/CHANGES-6.0.4:1.1.2.7
--- src/doc/CHANGES-6.0.4:1.1.2.6	Mon Nov 25 08:31:28 2013
+++ src/doc/CHANGES-6.0.4	Sat Dec 14 19:37:40 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.6 2013/11/25 08:31:28 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.7 2013/12/14 19:37:40 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
 release:
@@ -82,3 +82,22 @@ sys/uvm/uvm_km.c				1.125
 	freeing to the wrong vmem arena in case of failed page allocations.
 	[para, ticket #989]
 
+sys/arch/sparc64/sparc64/locore.s		1.350
+
+	Increase an interrupt depth only in the case of hardware interrupts,
+	and remove the ci_idepth trick in softint_fastintr.
+	Fixes the following diagnostic panic reported in port-sparc64.
+	  panic: kernel diagnostic assertion "!cpu_intr_p()" failed: file
+	  "../../../../kern/subr_xcall.c", line 351
+	[nakayama, ticket #994]
+
+sys/kern/uipc_syscalls.c			1.163
+
+	PR/47591: Michael Plass: If the unix socket is closed before accept,
+	unp->unp_conn will be NULL in PRU_ACCEPT, as called from
+	sys_accept->so_accept. This will cause the usrreq to return with
+	no error, leaving the mbuf gotten from m_get() with an uninitialized
+	length, containing junk from a previous call. Initialize m_len to
+	be 0 to handle this case. 
+	[spz, ticket #996]
+

Reply via email to