Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/ce429e2c4ea3
branches:  netbsd-6-0
changeset: 774886:ce429e2c4ea3
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Nov 25 08:31:28 2013 +0000

description:
tickets 988 989

diffstat:

 doc/CHANGES-6.0.4 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 04a78fc6e5de -r ce429e2c4ea3 doc/CHANGES-6.0.4
--- a/doc/CHANGES-6.0.4 Mon Nov 25 08:30:20 2013 +0000
+++ b/doc/CHANGES-6.0.4 Mon Nov 25 08:31:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.5 2013/11/17 19:23:19 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.6 2013/11/25 08:31:28 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
 release:
@@ -68,3 +68,17 @@
        fix the byteorder for port range comparison
        [rmind, ticket #986]
 
+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