Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Ammend ticket #192 for additional pullups



details:   https://anonhg.NetBSD.org/src/rev/bb5e8c89eaa4
branches:  netbsd-9
changeset: 458337:bb5e8c89eaa4
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 11 16:37:07 2019 +0000

description:
Ammend ticket #192 for additional pullups

diffstat:

 doc/CHANGES-9.0 |  28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r f51dadb71d91 -r bb5e8c89eaa4 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Wed Sep 11 16:36:13 2019 +0000
+++ b/doc/CHANGES-9.0   Wed Sep 11 16:37:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.47 2019/09/07 18:06:30 snj Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.48 2019/09/11 16:37:07 martin Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -2911,3 +2911,29 @@
        Fixes diagnostic assertion failure in aucc_set_format().
        [rin, ticket #189]
 
+sys/miscfs/procfs/procfs_linux.c               1.76
+
+       Have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(),
+       rather than having the latter look up the map again.
+       [chs, ticket #190]
+
+sys/kern/sysv_shm.c                            1.136
+
+       Acquire shmseg uobj reference while we hold shm_lock.
+       Otherwise nothing prevents it from being detached when we drop shm_lock.
+       [maxv, ticket #191]
+
+sys/kern/kern_time.c                           1.198,1.199
+sys/sys/timevar.h                              1.39
+
+       Fix race in timer destruction.
+       [maxv, ticket #192]
+
+sys/netinet/tcp_input.c                                1.415
+sys/netinet/tcp_subr.c                         1.283
+sys/netinet/tcp_timer.h                                1.30
+sys/netinet/tcp_usrreq.c                       1.225
+
+       Clamp tcp timer quantities to reasonable ranges.
+       [maxv, ticket #193]
+



Home | Main Index | Thread Index | Old Index