Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #1398 - #1400



details:   https://anonhg.NetBSD.org/src/rev/d5594fca3360
branches:  netbsd-8
changeset: 455022:d5594fca3360
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 04 11:35:44 2019 +0000

description:
Tickets #1398 - #1400

diffstat:

 doc/CHANGES-8.2 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 3b5d0bbd8ed2 -r d5594fca3360 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Fri Oct 04 11:34:18 2019 +0000
+++ b/doc/CHANGES-8.2   Fri Oct 04 11:35:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.47 2019/09/30 15:50:49 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.48 2019/10/04 11:35:44 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1233,3 +1233,24 @@
        Initialize DAD components properly during boot.
        [ozaki-r, ticket #1396]
 
+sys/net/route.c                                        1.222
+
+       Reduce kernel stack usage by passing a const pointer instead of a
+       huge structure by value.
+       [rin, ticket #1398]
+
+sys/external/bsd/ipf/netinet/fil.c             1.31
+sys/external/bsd/ipf/netinet/ip_fil_netbsd.c   1.32,1.33
+
+       - pfil_run_hooks() can be called recursively, so we have to
+         #define FASTROUTE_RECURSION in fil.c
+       - ip6_if_output()/nd6_output() will free the mbuf on error, to make sure
+         to set *mpp to NULL so the caller won't try to free it again.
+       [bouyer, ticket #1399]
+
+sys/arch/i386/stand/pxeboot/Makefile           1.28
+sys/arch/i386/stand/pxeboot/start_pxe.S                1.7
+
+       Incrase pxeboot code size limit from 64k to 128k.
+       [manu, ticket #1400]
+



Home | Main Index | Thread Index | Old Index