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 988 989
details: https://anonhg.NetBSD.org/src/rev/6d1c6b0fcc8c
branches: netbsd-6-1
changeset: 775887:6d1c6b0fcc8c
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Nov 25 08:31:24 2013 +0000
description:
tickets 988 989
diffstat:
doc/CHANGES-6.1.3 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r b4f8edd41c05 -r 6d1c6b0fcc8c doc/CHANGES-6.1.3
--- a/doc/CHANGES-6.1.3 Mon Nov 25 08:30:24 2013 +0000
+++ b/doc/CHANGES-6.1.3 Mon Nov 25 08:31:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.5 2013/11/17 19:23:04 bouyer Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.6 2013/11/25 08:31:24 bouyer Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -76,3 +76,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