Source-Changes-HG archive

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

[src/netbsd-6-1]: src/doc Tickets 963, 967, 971, 972



details:   https://anonhg.NetBSD.org/src/rev/724d0f31f41d
branches:  netbsd-6-1
changeset: 775878:724d0f31f41d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Oct 20 13:49:59 2013 +0000

description:
Tickets 963, 967, 971, 972

diffstat:

 doc/CHANGES-6.1.3 |  29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 2a65a0565bae -r 724d0f31f41d doc/CHANGES-6.1.3
--- a/doc/CHANGES-6.1.3 Sun Oct 20 13:43:23 2013 +0000
+++ b/doc/CHANGES-6.1.3 Sun Oct 20 13:49:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.2 2013/10/12 19:00:10 jdc Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.3 2013/10/20 13:49:59 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
 release:
@@ -21,3 +21,30 @@
        references *c.
        [spz, ticket #966]
 
+sys/arch/x86/pci/pci_machdep.c                 1.61 via patch
+
+       Force PCI mode 1 when running under QEMU, to work around
+       QEMU bug 897771.
+       This should also make it possible to boot NetBSD under versions of KVM
+       that have inherited said QEMU bug.  Fixes PR kern/45671.
+       [gson, ticket #963]
+
+sys/netinet/tcp_usrreq.c                       1.168
+
+       PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets
+       that don't have credentials yet.
+       [spz, ticket #967]
+
+external/mit/xorg/server/drivers/xf86-video-intel/Makefile 1.11
+
+       Add missing i810_dri.c file to SRCS.
+       PR xsrc/48315.
+       [martin, ticket #971]
+
+distrib/utils/sysinst/mbr.c                    1.92
+
+       Add missing braces, which caused the offset of MBR partition 0 to be
+       unintentionally set to 2048 even on small (<=128GB) disks.
+       PR/48304.
+       [tsutsui, ticket #972]
+



Home | Main Index | Thread Index | Old Index