Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/doc Ticket 1093-1094 and 1100-1103.



details:   https://anonhg.NetBSD.org/src/rev/044353809b17
branches:  netbsd-6-0
changeset: 774972:044353809b17
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 07 10:00:09 2014 +0000

description:
Ticket 1093-1094 and 1100-1103.

diffstat:

 doc/CHANGES-6.0.6 |  37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 2beec113863a -r 044353809b17 doc/CHANGES-6.0.6
--- a/doc/CHANGES-6.0.6 Thu Aug 07 09:53:29 2014 +0000
+++ b/doc/CHANGES-6.0.6 Thu Aug 07 10:00:09 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.17 2014/07/18 02:53:09 riz Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.18 2014/08/07 10:00:09 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
 release:
@@ -669,3 +669,38 @@
        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]



Home | Main Index | Thread Index | Old Index