Module Name:    src
Committed By:   bouyer
Date:           Sun Nov 15 21:11:59 UTC 2015

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

Log Message:
Tickets #1330 #1333 #1334 #1335 #1336 #1337 #1338 #1339 #1341 #1343 #1344 #1345


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.231 -r1.1.2.232 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.231 src/doc/CHANGES-6.2:1.1.2.232
--- src/doc/CHANGES-6.2:1.1.2.231	Sun Nov 15 19:11:21 2015
+++ src/doc/CHANGES-6.2	Sun Nov 15 21:11:59 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.231 2015/11/15 19:11:21 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.232 2015/11/15 21:11:59 bouyer Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -12649,3 +12649,85 @@ external/bsd/bind/include			patch
 	Update bind to 9.9.7-P3
 	[spz, ticket #1329]
 
+sys/dev/pci/if_iwn.c				1.76
+sys/dev/pci/if_iwnvar.h				1.17
+
+	PR/50187: Don't use DS parameter set when 5GHz channel is scanning.
+	[nonaka, ticket #1330]
+
+sys/kern/kern_exec.c				1.419, 1.420
+sys/kern/kern_exit.c				1.246, 1.247
+sys/kern/kern_synch.c				1.309
+
+	Various fixes related to proc's SSTOP state, related to wait(2)
+	in the parent, 
+	Fixes PR kern/50298, kern/50318 kern/50300, kern/50308 and kern/50330
+	[pgoyette, ticket #1333]
+
+sys/kern/kern_sig.c				1.321
+
+	When delivering a signal, it's possible that the process's state in
+	p_stat is SACTIVE yet p_sflag is PS_STOPPING (while waiting for other
+	lwp's to stop).  In that case, we don't want to adjust the parent's
+	p_nstopchild count.
+	[pgoyette, ticket #1334]
+
+sys/compat/linux/arch/arm/linux_ptrace.c	1.19
+sys/compat/linux/arch/i386/linux_ptrace.c	1.31
+sys/compat/linux/arch/powerpc/linux_ptrace.c	1.29
+
+	Don't release proc_lock until we're done looking at things that are
+	protected by the lock, particularly p_stat and p_waited.
+	[pgoyette, ticket #1335]
+
+sys/kern/kern_exit.c				1.248
+
+	Update value of p_stat before we release the proc_lock.
+	[pgoyette, ticket #1336]
+
+lib/libcurses/toucholap.c			1.16
+
+	Fix x/y error in touchoverlap().
+	[uwe, ticket #1337]
+
+sys/compat/osf1/osf1_socket.c			1.21
+
+	Prevent a kernel panic in osf1's sendmsg().
+	[maxv, ticket #1338]
+
+sys/arch/x86/x86/bus_dma.c			1.72 - 1.74
+
+	- If we succeeded allocating a buffer that did not need bouncing
+	  before, but the buffer in the previous mapping did, clear the bounce
+	  bit. Fixes the ld_virtio.c bug with machines 8GB and
+	  dd if=/dev/zero of=crash bs=1g count=4.
+	- When checking for the bounce buffer boundary check
+	  addr + len < limit, not addr < limit.
+	[christos, ticket #1339]
+
+sys/arch/x86/x86/sys_machdep.c			1.29
+
+	fix broken error handling; error was used uninitialized. Changing the
+	compilation flags broke all threaded programs for me.
+	[christos, ticket #1341]
+
+sys/arch/sparc64/sparc64/locore.s		1.386
+sys/arch/sparc64/sparc64/netbsd32_machdep.c	1.105, 1.106
+sys/arch/sparc64/sparc64/vm_machdep.c		1.101
+
+	Fix various sparc64 compat_netbsd32 issues.
+	[martin, ticket #1343]
+
+sys/net/if_gif.c				1.89, 1.90
+
+	CID 980463: Provide common error path for rollback. Remove extra check
+	for success.
+	[knakahara, ticket #1344]
+
+sys/net/if_gif.c				1.91, 1.92
+
+	fix panic after "ifconfig gifX tunnel src dst" failed because of
+	duplicate pair address.
+	fix CID 980463
+	[knakahara, ticket #1345]
+

Reply via email to