Source-Changes-HG archive

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

[src/netbsd-6]: src/doc tickets 987 988 989



details:   https://anonhg.NetBSD.org/src/rev/862c1df33f9f
branches:  netbsd-6
changeset: 776506:862c1df33f9f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Nov 25 08:31:57 2013 +0000

description:
tickets 987 988 989

diffstat:

 doc/CHANGES-6.2 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 9761db59ddf6 -r 862c1df33f9f doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Mon Nov 25 08:29:58 2013 +0000
+++ b/doc/CHANGES-6.2   Mon Nov 25 08:31:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.60 2013/11/17 19:23:06 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.61 2013/11/25 08:31:57 bouyer Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -1019,3 +1019,24 @@
        fix the byteorder for port range comparison
        [rmind, ticket #986]
 
+sys/arch/x86/acpi/acpi_cpu_md.c                        1.74
+sys/dev/acpi/acpi_cpu_tstate.c                 1.32
+
+       Fix a too eager T-state validation check to accomodate new Intel CPUs.
+       Allow 4-bit range for MSR_THERM_CONTROL.
+       [jruoho, ticket #987]
+
+sys/kern/uipc_socket.c                         1.220
+
+       PR/48098: Brian Marcotte:
+       panic: kernel diagnostic assertion "cred != NULL":
+       Fix from Michael van Elst, tcpdrop crashes kernel on
+       ebryonic connections.
+       [spz, ticket #988]
+
+sys/uvm/uvm_km.c                               1.125
+
+       uvm_km_kmem_alloc: don't hardcode kmem_va_arena. This could lead to
+       freeing to the wrong vmem arena in case of failed page allocations.
+       [para, ticket #989]
+



Home | Main Index | Thread Index | Old Index