Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Pullup of tickets 734, 740, 741, 881 and 904.



details:   https://anonhg.NetBSD.org/src/rev/235512784564
branches:  netbsd-1-6
changeset: 529489:235512784564
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 16:08:58 2002 +0000

description:
Pullup of tickets 734, 740, 741, 881 and 904.

diffstat:

 doc/CHANGES-1.6.1 |  36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 9d540da812c5 -r 235512784564 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Sun Nov 24 16:07:29 2002 +0000
+++ b/doc/CHANGES-1.6.1 Sun Nov 24 16:08:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.48 2002/11/24 15:45:33 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.49 2002/11/24 16:08:58 tron Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -1539,3 +1539,37 @@
        variables.
        [abs, ticket #732]
 
+etc/Makefile                                   1.228
+
+       create /etc/mail/local-host-names, required by sendmail(8).
+       [grant, ticket #904]
+
+gnu/usr.sbin/sendmail/cf/cf/netbsd-proto.mc    1.10
+
+       Include DOMAIN(generic) so that various standard configuration items
+       are included, notably enabling the use of /etc/mail/local-host-names.
+       [grant, ticket #881]
+
+sys/arch/i386/i386/mtrr_k6.c                   1.3
+
+       Follow AMD's recommendations for programming the
+       uncachable/write-combine bits of the K6 cache-control-register:
+       disable the cache; flush the cache; set the bits; re-enable the cache
+       (all much like programming the pentium mtrr's). See reference posted
+       to tech-kern; also review there by thorpej.
+       [fredb, ticket #734]
+
+crypto/dist/kame/racoon/isakmp.c               1.10
+
+       tighten isakmp header length validation.  from kame
+       [itojun, ticket #740]
+
+usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c                1.10
+
+       As discussed on tech-userlevel on Jun, 10 2002, make changes to not use
+       getpwnam() to get the user's passwd entry but read it from the passwd
+       file yppasswdd will later update. This allows a NetBSD machine to be
+       master NIS server without requiring the NIS accounts to exist (via
+       /etc/master.passwd, nis or other ways) on the local machine.
+       [martti, ticket #741]
+



Home | Main Index | Thread Index | Old Index