Source-Changes-HG archive

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

[src/netbsd-2-1]: src/doc Tickets 5938, 5946, 5948.



details:   https://anonhg.NetBSD.org/src/rev/d2d5ad0e738d
branches:  netbsd-2-1
changeset: 564106:d2d5ad0e738d
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Oct 28 23:46:04 2005 +0000

description:
Tickets 5938, 5946, 5948.

diffstat:

 doc/CHANGES-2.1.1 |  32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 0111a872c864 -r d2d5ad0e738d doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Fri Oct 28 23:40:50 2005 +0000
+++ b/doc/CHANGES-2.1.1 Fri Oct 28 23:46:04 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1.1,v 1.1.2.2 2005/10/27 02:27:19 jmc Exp $
+#      $NetBSD: CHANGES-2.1.1,v 1.1.2.3 2005/10/28 23:46:04 riz Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
 release
@@ -14,3 +14,33 @@
 doc/README.files                               patch
 
        Update for release and new CHANGES file.
+
+sys/netinet6/icmp6.c                           1.111
+
+       In icmp6_redirect_output(), sip6 is initialised to point to the
+       data area of m0. But m0 may be freed later, so trying to use
+       sip6 at the end of this function is wrong. My guess is that
+       we want to reference the data area of m (the mbuf about to be
+       send) instead at this point.  Fix a panic on Xen (where a data
+       area of a mbuf may be unmapped when the mbuf is freed), and
+       probably potential data/pool corruption in other cases.
+       [bouyer, ticket #5938]
+
+share/man/man4/fast_ipsec.4                    1.2-1.3
+
+       Fix Dd argument; new sentence, new line; sort sections;
+       typo fixes.
+       [jmc, ticket #5946]
+
+distrib/sets/lists/base/md.ibmnws              delete
+distrib/sets/lists/base/mi                     1.576
+distrib/sets/lists/man/md.ibmnws               delete
+distrib/sets/lists/man/mi                      1.835 via patch
+gnu/usr.sbin/Makefile                          1.14
+
+       Build ncdcs on everything. Allows better set sharing (and
+       we don't exclude other 'system specific' binaries from other
+       builds ala sunlabel, etc), and nuke only md man page in existence,
+       simplifying man.tgz set sharing.
+       [jmc, ticket #5948]
+



Home | Main Index | Thread Index | Old Index