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 1437 and 1438.



details:   https://anonhg.NetBSD.org/src/rev/ee7735a0e409
branches:  netbsd-1-6
changeset: 530619:ee7735a0e409
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Aug 26 14:47:16 2003 +0000

description:
Pullup of tickets 1437 and 1438.

diffstat:

 doc/CHANGES-1.6.2 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r d6c8fb44c091 -r ee7735a0e409 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Tue Aug 26 14:41:37 2003 +0000
+++ b/doc/CHANGES-1.6.2 Tue Aug 26 14:47:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.123 2003/08/26 06:49:08 tron Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.124 2003/08/26 14:47:16 tron Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -1370,3 +1370,16 @@
        run with a reduced MAXBSIZE to get more metadata buffers.
        [tls, ticket #1434]
 
+sys/kern/kern_sysctl.c                         1.143 (via patch)
+
+       Use pfind() in proc_sysctl() to find the target process instead of a
+       home-grown routine.  Remove defcorenamelen, since it's not used
+       anywhere.
+       [atatat, ticket #1437]
+
+sys/net/if_pppoe.c                             1.45
+
+       When trying to (re-)establish a session cope with intermediate output
+       failures of the underlying ethernet interface - just keep trying.
+       [martin, ticket #1438]
+



Home | Main Index | Thread Index | Old Index