Module Name: src
Committed By: bouyer
Date: Mon Nov 25 08:31:57 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
tickets 987 988 989
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 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.60 src/doc/CHANGES-6.2:1.1.2.61
--- src/doc/CHANGES-6.2:1.1.2.60 Sun Nov 17 19:23:06 2013
+++ src/doc/CHANGES-6.2 Mon Nov 25 08:31:57 2013
@@ -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 @@ sys/net/npf/npf_instr.c patch
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]
+