Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc #1533 and #1534



details:   https://anonhg.NetBSD.org/src/rev/1d7d83fa7716
branches:  netbsd-1-6
changeset: 530961:1d7d83fa7716
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Oct 22 06:19:14 2003 +0000

description:
#1533 and #1534

diffstat:

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

diffs (26 lines):

diff -r cc566d65feb5 -r 1d7d83fa7716 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Wed Oct 22 06:19:03 2003 +0000
+++ b/doc/CHANGES-1.6.2 Wed Oct 22 06:19:14 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.213 2003/10/22 06:13:56 jmc Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.214 2003/10/22 06:19:14 jmc Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -2626,3 +2626,16 @@
 
        Need to make sure __sysconf() has C linkage.
        [kleink, ticket #1532]
+
+sys/kern/kern_exit.c                           1.96
+
+       Move the call up exit hooks before curproc = NULL so that we can
+       use lockmgr in exit hooks.
+       [junyoung, ticket #1533]
+
+libexec/telnetd/utility.c                      1.19
+       
+       If the peer closes the connection in ttloop()
+        syslog(LOG_ERR, "ttloop:  peer died: %m");
+       is a little console spammingly excessive. Switch to LOG_INFO.
+       [abs, ticket #1534]



Home | Main Index | Thread Index | Old Index