Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Today's set:
details: https://anonhg.NetBSD.org/src/rev/9d48c3c87313
branches: netbsd-1-5
changeset: 491732:9d48c3c87313
user: he <he%NetBSD.org@localhost>
date: Wed May 09 22:55:26 2001 +0000
description:
Today's set:
o dump: add `e' option to eject tapes when new tape required
o if_faith ++: corect faith prefix determination
o IPv6: suppress ND6 logs which are too noisy for normal use
o installation notes updates
o ping6: correct signal handling on ping6 -f <nonexistent peer>
o hpcmips: remove local queue macro definitions, now in <sys/queue.h>
o kadmin/rename.c: fix argument number calculation
o x68k: fix for floppy Makefile
o sparc64: restore PSR ICC bits correctly from sigcontext
o i386 svr4_machdep.c: fix restored machine state by setmcontext()
o distrib set lists updates for X11 manual page moves etc.
o macppc: add port-specific manual pages
We're now at NetBSD 1.5.1_BETA2.
diffstat:
CHANGES-1.5.1 | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 110 insertions(+), 3 deletions(-)
diffs (138 lines):
diff -r b8f465abe547 -r 9d48c3c87313 CHANGES-1.5.1
--- a/CHANGES-1.5.1 Wed May 09 22:50:18 2001 +0000
+++ b/CHANGES-1.5.1 Wed May 09 22:55:26 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.1,v 1.1.2.66 2001/05/09 00:10:55 he Exp $
+# $NetBSD: CHANGES-1.5.1,v 1.1.2.67 2001/05/09 22:55:26 he Exp $
A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
@@ -3684,7 +3684,7 @@
sys/netinet/ip_nat.h 1.23
sys/netinet/ip_state.c 1.30
- Fix bug related to fragment cache handling.
+ Fix bug related to fragment cache handling. Fixes SA#2001-007.
distrib/sun3/common/mini_usr.list patch
@@ -3980,7 +3980,7 @@
Introduce net.inet.ip.maxfragpackets, which controls the maximum
number of IPv4 fragment reassembly queue entries. Defends against
- certain DoS attacks.
+ certain DoS attacks. Fixes SA#2001-006.
usr.sbin/pkg_install/lib/plist.c 1.28
@@ -4696,3 +4696,110 @@
distrib/notes/i386/whatis patch
Use ``1.5'' when talking about NetBSD 1.5.
+
+sbin/dump/dump.8 1.35
+sbin/dump/dump.h 1.24
+sbin/dump/tape.c 1.24
+sbin/dump/main.c 1.28
+
+ Add a new option ``e'' to dump which directs it to eject tapes
+ automatically if a tape change is required.
+
+sys/net/if_faith.c 1.19
+sys/net/if_faith.h 1.1 (new)
+sys/netinet/tcp_input.c 1.124
+sys/netinet/udp_usrreq.c 1.76
+sys/netinet6/icmp6.c 1.64 via patch
+sys/netinet6/raw_ip6.c 1.32 via patch
+sys/netinet6/udp6_usrreq.c 1.41 via patch
+
+ Correct faith prefix determintaion.
+
+sys/netinet6/icmp6.c 1.53 via patch
+sys/netinet6/nd6.c 1.36 via patch
+sys/netinet6/nd6.h 1.17 via patch
+sys/netinet6/nd6_nbr.c 1.26 via patch
+sys/netinet6/nd6_rtr.c 1.20 via patch
+
+ Suppress ND6 logs that are too noisy for normal use. Can be
+ re-enabled by net.inet6.icmp6.nd6_debug.
+
+distrib/notes/common/main 1.119
+
+ Indent lines in ".(disp" to prevent chars at the beginning of a
+ line getting swallowed in HTML output.
+
+distrib/notes/common/postinstall patch
+
+ Tweak back to using .Ic in example, and ditch use of ``.Bd
+ -literal''. Omit first .It from bullet list, as it's implicit.
+
+distrib/notes/common/main 1.120
+
+ Grammar fix.
+
+sbin/ping6/ping6.c 1.33-1.35
+
+ Use -1 instead of EOF with getopt(3).
+ Correct signal handling on ping6 -f <nonexisting peer>.
+
+sys/arch/hpcmips/tx/tx39icu.c 1.8, 1.11
+sys/arch/hpcmips/vr/vrgiu.c 1.11, 1.23 via patch
+
+ Remove local queue macro definitions, they're in <sys/queue.h>
+ now.
+
+crypto/dist/heimdal/kadmin/rename.c 1.2
+
+ Fix argument number calculation.
+
+distrib/x68k/floppies/inst/Makefile 1.8
+
+ Include bsd.prog.mk for cleandir target.
+
+sys/arch/sparc64/sparc64/netbsd32_machdep.c 1.13
+
+ Restore PSR ICC bits correctly from sigcontext.
+
+sys/arch/i386/i386/svr4_machdep.c 1.51
+
+ Make the set of machine state restored by setmcontext() identical
+ to that of sigreturn().
+
+distrib/sets/lists/xbase/mi 1.20
+distrib/sets/lists/xcomp/mi 1.9
+distrib/sets/lists/xcomp/obsolete.mi 1.1 (new)
+
+ Note change of location of X, XConsortium, XStandards and Xsecurity
+ man pages.
+
+distrib/sets/lists/base/mi patch
+
+ Add zoneinfo/Asia/Thimphu.
+
+distrib/sets/lists/misc/mi patch
+
+ Add sup2.fr.netbsd.org example supfile.
+
+sys/arch/bebox/bebox/extintr.c 1.14
+
+ Block splclock and not softnet on splsoftclock().
+
+share/man/man4/man4.macppc/Makefile 1.1-1.3 (new)
+share/man/man4/man4.macppc/autoconf.4 1.1 (new)
+share/man/man4/man4.macppc/awacs.4 1.1-1.2 (new)
+share/man/man4/man4.macppc/intro.4 1.1-1.3 (new)
+share/man/man4/Makefile 1.190
+distrib/sets/lists/man/mi 1.335,1.338,1.350 via patch
+distrib/sets/lists/base/mi 1.245 via patch
+etc/mtree/NetBSD.dist 1.149
+
+ Add a few manual pages specific to NetBSD/macppc.
+
+distrib/notes/common/main patch
+
+ Note addition of the awacs(4) driver in 1.5.1.
+
+sys/conf/osrelease.sh patch
+
+ We are not at NetBSD 1.5.1_BETA2.
Home |
Main Index |
Thread Index |
Old Index