Source-Changes-HG archive

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

[src/netbsd-1-4]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/5b1ec8538f09
branches:  netbsd-1-4
changeset: 470360:5b1ec8538f09
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 12 21:37:13 2000 +0000

description:
Today's set:
 o rl(4) typo fix
 o rarpd fix -- don't go unresponsive
 o /etc/services update (imap and imap4 aliases)
 o work around lame ftp servers returning 19100 instead of 2000
 o i386: install copy of netbsd.GENERIC, and build INSTALL_SMALL
 o coda compile fix under CODA_VERBOSE
 o ip_input.c: discard datagrams with class D source addresses
 o various installation note updates
 o fix oversight in last dec_550.c pullup

diffstat:

 CHANGES-1.4.2 |  55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 53 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r fb1343b4565e -r 5b1ec8538f09 CHANGES-1.4.2
--- a/CHANGES-1.4.2     Sat Feb 12 21:31:56 2000 +0000
+++ b/CHANGES-1.4.2     Sat Feb 12 21:37:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.119 2000/02/11 00:38:13 he Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.120 2000/02/12 21:37:13 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -3262,7 +3262,7 @@
 
   Implement *__errno() indirection.
 
-share/man/man4/rl.4                            1.1 (new)
+share/man/man4/rl.4                            1.1-1.2 (new)
 share/man/man4/vr.4                            1.1 (new)
 share/man/man4/Makefile                                1.128 via patch
 distrib/sets/lists/man/mi                      1.205 via patch
@@ -3378,3 +3378,54 @@
 distrib/notes/common/main                      patch
 
   Minor update of source set sizes.
+
+usr.sbin/rarpd/rarpd.c                         1.36
+usr.sbin/rarpd/mkarp.c                         1.3
+
+  Stop rarpd from hanging if too many routing updates come in
+  between requests, also improve debug output slightly.  Fixes
+  PR#7508.
+
+etc/services                                   1.32-1.33
+
+  Add imap and imap4 aliases to help user-land programs which
+  refer to them.
+
+usr.bin/ftp/util.c                             1.87-1.90 via patch
+
+  Work around lame ftp servers returning year 19100 for year 2000.
+  Fixes PR#9289.
+
+etc/etc.i386/Makefile.inc                      1.14 + patch
+
+  Put a copy of GENERIC in the kernel directory too.
+  Also build INSTALL_SMALL.
+
+sys/coda/coda_vnops.c                          patch
+
+  Fix a compile problem under CODA_VERBOSE caused by the v_usecount
+  widening.
+
+sys/netinet/ip_input.c                         patch
+
+  Adhere to RFC 1112 and RFC 1122 by dropping incoming packets with
+  a multicast source address.  Fixes part of PR#7003.
+
+distrib/notes/common/main                      patch
+
+  Document that LILO may not be blown away by sysinst, and how to
+  work around it in the "caveats" section for the i386.
+
+sys/arch/alpha/alpha/dec_550.c                 patch
+
+  Revert include file renaming from last pullup -- that part does
+  not apply to this release.
+
+distrib/notes/i386/hardware                    patch
+
+  Make list of hardware and configuration settings more consistent
+  with what is in the GENERIC and INSTALL kernels.
+
+distrib/notes/common/contents                  patch
+
+  Update distribution set sizes for alpha, i386 and hp300.



Home | Main Index | Thread Index | Old Index