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/6e0a07c13a61
branches:  netbsd-1-5
changeset: 491362:6e0a07c13a61
user:      he <he%NetBSD.org@localhost>
date:      Tue Apr 24 23:17:41 2001 +0000

description:
Today's set:
 o ipsec: don't copy TTL on tunnel, use default instead
 o add maxfragpackets sysctl, and give a default to defend against DoS
 o pkg tools: minor fixes & allow PKG_PATH to point to local dirs
 o 68060: make it possible to pass assembly files through C preprocessor
 o Document fchroot(2)
 o rc.conf: fix a typo
 o Add <krb5/kadm5_err.h> to obsolete list
 o SUP mirror on ftp.cs.umn.edu is gone
 o macppc: add HFS support to boot loader
 o nfssvc(2): remove reference to nfsiod(8)
 o pciide: revert use of PDC2xx_SCR for Promise Ultra/100

diffstat:

 CHANGES-1.5.1 |  81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 80 insertions(+), 1 deletions(-)

diffs (95 lines):

diff -r bf3611cb0006 -r 6e0a07c13a61 CHANGES-1.5.1
--- a/CHANGES-1.5.1     Tue Apr 24 23:11:45 2001 +0000
+++ b/CHANGES-1.5.1     Tue Apr 24 23:17:41 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.1,v 1.1.2.53 2001/04/23 22:43:48 he Exp $
+#      $NetBSD: CHANGES-1.5.1,v 1.1.2.54 2001/04/24 23:17:41 he Exp $
 
 A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
 
@@ -3961,6 +3961,85 @@
 
 distrib/sets/lists/etc/mi                      patch
 distrib/sets/lists/base/mi                     patch
+distrib/sets/lists/etc/obsolete.mi             1.6
 distrib/i386/floppies/ramdisk-big/list         patch
 
   /etc/dhclient-script moved to /sbin/dhclient-script.
+
+sys/netinet6/ipsec.c                           1.34
+
+  Do not copy TTL field on ipsec tunnel mode encapsulation.
+
+sys/netinet/ip_input.c                         1.131,1.133
+sys/netinet/in.h                               1.53 via patch
+sbin/sysctl/sysctl.8                           1.66
+lib/libc/gen/sysctl.3                          1.75
+
+  Introduce net.inet.ip.maxfragpackets, which controls the maximum
+  number of IPv4 fragment reassembly queue entries.  Defends against
+  certain DoS attacks.
+
+usr.sbin/pkg_install/lib/plist.c               1.28
+
+  Prevent some warnings from being printed several times on the
+  same error.
+
+usr.sbin/pkg_install/admin/main.c              1.23
+
+  Do not warn about @src being deprecated, as it's used in every
+  binary package again these days (via pkg_create -L), to assist
+  DESTDIR builds.
+
+sys/arch/m68k/060sp/copyright.S                        1.3
+sys/arch/m68k/060sp/fnetbsd.S                  1.5
+sys/arch/m68k/060sp/inetbsd.S                  1.4
+sys/arch/m68k/060sp/netbsd060sp.S              1.6
+
+  Make these files successfully pass through the C preprocessor,
+  among other things.
+
+lib/libc/sys/Makefile.inc                      1.112
+lib/libc/sys/chroot.2                          1.13
+distrib/sets/lists/comp/mi                     1.332 via patch
+
+  Document fchroot(2).
+
+etc/rc.conf                                    1.96
+
+  Fix a typo.
+
+distrib/sets/lists/comp/obsolete.mi            patch
+
+  <krb5/kadm5_err.h> was removed.
+
+share/examples/supfiles/ftp.cs.umn.edu         delete
+share/examples/supfiles/Makefile               1.8
+
+  The SUP mirror ftp.cs.umn.edu is gone.
+
+sys/arch/macppc/stand/ofwboot/hfs.c            1.1 (new)
+sys/arch/macppc/stand/ofwboot/hfs.h            1.1 (new)
+sys/arch/macppc/stand/ofwboot/ofdev.c          1.5
+sys/arch/macppc/stand/ofwboot/Makefile         1.19-1.20 via patch
+
+  Add HFS support to the boot loader.
+
+crypto/dist/heimdal/kadmin/del_enctype.c       1.2
+
+  Correct argument processing.  Fixes PR#12696.
+
+lib/libc/sys/nfssvc.2                          1.13
+
+  Remove reference to nfsiod(8), which is gone.
+
+sys/dev/pci/pciide.c                           1.110
+
+  Revert setting of PDC2xx_SCR for Promise Ultra/100, it seems to
+  break with some adapters.
+
+usr.sbin/pkg_install/add/main.c                        1.21-1.22
+
+  Allow PKG_PATH (or parts of it) to refer to local directories,
+  and still let ``pkg_add foo'' work.  Required packages will be
+  pulled in as usual.  If PKG_PATH contains a mixture of local
+  paths and ftp:// URLs, the local paths will be searched first.



Home | Main Index | Thread Index | Old Index