Source-Changes-HG archive

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

[src/netbsd-8]: src/doc 435, 514-517



details:   https://anonhg.NetBSD.org/src/rev/a0f88d19d5b2
branches:  netbsd-8
changeset: 434596:a0f88d19d5b2
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Feb 03 22:17:14 2018 +0000

description:
435, 514-517

diffstat:

 doc/CHANGES-8.0 |  44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

diffs (55 lines):

diff -r a3940b3b63e5 -r a0f88d19d5b2 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Sat Feb 03 22:15:13 2018 +0000
+++ b/doc/CHANGES-8.0   Sat Feb 03 22:17:14 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.112 2018/02/02 12:56:22 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.113 2018/02/03 22:17:14 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -9351,3 +9351,45 @@
        Fix memory leak.
        [maxv, ticket #531]
 
+tools/compat/configure                         1.88 via patch
+tools/compat/configure.ac                      1.89 via patch
+tools/compat/nbtool_config.h.in                        1.42
+
+       Fix build on Cygwin.  PR toolchain/52797.
+       [sevan, ticket #435]
+
+sys/net/route.c                                        1.205
+sys/net/rtsock.c                               1.237-1.238
+sys/netinet/in.c                               1.215
+sys/netinet/tcp_subr.c                         1.272
+sys/netinet/tcp_timer.c                                1.93
+sys/netinet/tcp_timer.h                                1.29
+sys/netinet/tcp_var.h                          1.182
+sys/netinet6/in6.c                             1.258
+
+       NET_MPSAFE improvements:
+       - Remove extra pserialize_perform from in_purgeaddr
+       - Release rt_so_mtx on updating a rtentry to avoid a
+         deadlock with route_intr
+       - Run tcp_slowtimo in workqueue if NET_MPSAFE
+       - Fix a return value of rt_update_prepare
+       - Fix another deadlock
+       [ozaki-r, ticket #514]
+
+bin/ps/ps.c                                    1.89
+
+       Fix an unitialized memory read bug in ps(1)
+       [kamil, ticket #515]
+
+lib/libkvm/kvm_getlwps.3                       1.8
+
+       Correct the signature of kvm_getlwps(3) in the man-page.
+       The elemsize argument is of type "size_t", not "int *".
+       [kamil, ticket #516]
+
+lib/libkvm/kvm_getprocs.3                      1.17
+
+       Correct the signature of kvm_getproc2(3) in the man-page.
+       The elemsize argument is of type "size_t", not "int".
+       [kamil, ticket #517]
+



Home | Main Index | Thread Index | Old Index