Module Name: src Committed By: martin Date: Sun May 6 09:49:34 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #802 - #804, #807, #809, #810 To generate a diff of this commit: cvs rdiff -u -r1.1.2.191 -r1.1.2.192 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.191 src/doc/CHANGES-8.0:1.1.2.192 --- src/doc/CHANGES-8.0:1.1.2.191 Sat May 5 19:34:43 2018 +++ src/doc/CHANGES-8.0 Sun May 6 09:49:33 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.191 2018/05/05 19:34:43 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.192 2018/05/06 09:49:33 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -13250,3 +13250,47 @@ crypto/external/bsd/heimdal/dist/kdc/con Avoid busy-waiting on a dead child. [spz, ticket #800] +sys/kern/uipc_mbuf.c 1.211 (patch) + + Modify m_defrag, so that it never frees the first mbuf of + the chain. + [maxv, ticket #802] + +sys/conf/copyright 1.16 + + Update for 2018 new year. + [nakayama, #803] + +bin/sh/parser.c 1.146 + + Do not error on newlines in the middle of variable expansions. + [kre, ticket #804] + +sys/compat/common/compat_mod.c 1.29 + + Clean up a stray #ifdef _MODULE. + [pgoyette, ticket #807] + +external/public-domain/tz/dist/Makefile up to 1.1.1.21 +external/public-domain/tz/dist/NEWS up to 1.1.1.22 +external/public-domain/tz/dist/TZDATA_VERSION up to 1.12 +external/public-domain/tz/dist/africa up to 1.1.1.15 +external/public-domain/tz/dist/asia up to 1.1.1.20 +external/public-domain/tz/dist/australasia up to 1.1.1.15 +external/public-domain/tz/dist/europe up to 1.1.1.21 +external/public-domain/tz/dist/theory.html up to 1.1.1.4 +external/public-domain/tz/dist/version up to 1.1.1.9 +external/public-domain/tz/dist/ziguard.awk up to 1.1.1.2 +doc/3RDPARTY 1.1520 (patch) + + tzdata updated to 2018e. + [kre, ticket #809] + +crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3 1.19-1.23 +crypto/external/bsd/netpgp/dist/src/libbn/libnetpgpbn.3 1.5,1.6 +crypto/external/bsd/netpgp/dist/src/libmj/libmj.3 1.8,1.9 +crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1 1.12,1.13 + + Various documentation fixes for netpgp. + [sevan, ticket #810] +