Source-Changes-HG archive

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

[src/netbsd-7-0]: src/doc tickets 1303, 1306, and 1308



details:   https://anonhg.NetBSD.org/src/rev/6af791b556bd
branches:  netbsd-7-0
changeset: 801252:6af791b556bd
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Dec 12 07:56:11 2016 +0000

description:
tickets 1303, 1306, and 1308

diffstat:

 doc/CHANGES-7.0.3 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r cd5017b1b1d4 -r 6af791b556bd doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Mon Dec 12 07:49:35 2016 +0000
+++ b/doc/CHANGES-7.0.3 Mon Dec 12 07:56:11 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.10 2016/12/03 12:33:56 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.11 2016/12/12 07:56:11 snj Exp $
 
 A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
 release:
@@ -147,3 +147,21 @@
        assigned.
        [joerg, ticket #1279]
 
+lib/libc/stdio/funopen.c                       1.15
+
+       PR/51572: calling funopen on each printw call is a tad excessive,
+       but this is not a reason for funopen to leak. Always call the
+       close function since we are indirecting through our cookie and
+       we need to free it.
+       [mrg, ticket #1303]
+
+sys/kern/subr_xcall.c                          1.19
+
+       Fix a race condition of low priority xcall.  PR kern/51632.
+       [ozaki-r, ticket #1306]
+
+usr.sbin/mld6query/mld6.c                      1.15
+
+       PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
+       [riastradh, ticket #1308]
+



Home | Main Index | Thread Index | Old Index