Module Name: src
Committed By: msaitoh
Date: Thu Aug 7 09:59:29 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1093-1094 and 1100-1103.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.1.5
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.1.5
diff -u src/doc/CHANGES-6.1.5:1.1.2.17 src/doc/CHANGES-6.1.5:1.1.2.18
--- src/doc/CHANGES-6.1.5:1.1.2.17 Fri Jul 18 02:52:43 2014
+++ src/doc/CHANGES-6.1.5 Thu Aug 7 09:59:29 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.17 2014/07/18 02:52:43 riz Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.18 2014/08/07 09:59:29 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
release:
@@ -669,3 +669,38 @@ distrib/utils/sysinst/arch/alpha/md.c 1
Make sysinst deal correctly with Tru64 disklabels. PR#48697
[tsutsui, ticket #1080]
+doc/3RDPARTY 1.1126 via patch
+etc/namedb/root.cache 1.18
+
+ Update root.cache to 2014060201.
+ [taca, ticket #1093]
+
+sys/dev/usb/if_urndis.c 1.7
+
+ PR/48963: Fix the size passed in kmem_free in the
+ urndis_ctrl_{query,set} functions to prevent panic in urndis(4).
+ [skrll, ticket #1094]
+
+lib/libc/arch/sparc/gen/_setjmp.S 1.10
+
+ Fix longjmp bug which causes a segmentation fault on sparc64
+ kernels with 32-bit userland.
+ [nakayama, ticket #1100]
+
+xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c 1.17
+
+ Fixes Xorg server segmentation fault on Xserver exit (and then screen
+ palette settings are not restored properly).
+ [tsutsui, ticket #1101]
+
+sys/dev/pci/if_vioif.c 1.5
+
+ Don't set SOFTINT_MPSAFE to vioif_rx_softint to prevent kernel panic.
+ PR kern/49007.
+ [ozaki-r, ticket #1102]
+
+sys/net/link_proto.c 1.17
+
+ Don't assume if_init is always set. if_init may be NULL, e.g., if_vlan.
+ PR kern/48997.
+ [ozaki-r, ticket #1103]