Source-Changes-HG archive

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

[src/netbsd-3-0]: src/doc Tickets #1558, 1565.



details:   https://anonhg.NetBSD.org/src/rev/92554fb1fa2d
branches:  netbsd-3-0
changeset: 579317:92554fb1fa2d
user:      ghen <ghen%NetBSD.org@localhost>
date:      Tue Oct 24 08:37:09 2006 +0000

description:
Tickets #1558, 1565.

diffstat:

 doc/CHANGES-3.0.2 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 8bd39e2d0edd -r 92554fb1fa2d doc/CHANGES-3.0.2
--- a/doc/CHANGES-3.0.2 Tue Oct 24 08:34:31 2006 +0000
+++ b/doc/CHANGES-3.0.2 Tue Oct 24 08:37:09 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0.2,v 1.1.2.29 2006/10/23 19:30:16 ghen Exp $
+#      $NetBSD: CHANGES-3.0.2,v 1.1.2.30 2006/10/24 08:37:09 ghen Exp $
 
 A complete list of changes from the NetBSD 3.0.1 release to the NetBSD 3.0.2
 release:
@@ -279,3 +279,17 @@
        Pass regress/sys/arch/arm/abort-fixup.
        [bjh21, ticket #1552]
 
+lib/libc/rpc/svc_vc.c                          1.20
+
+       Only retry if we were able to clean up some descriptors, this prevents
+       RPC services like NIS and NFS from getting stuck in an infinite loop.
+       [tron, ticket #1558]
+
+usr.sbin/bind/include/config.h                 1.5
+
+       If we're not using pthreads, claim also that we don't have sigwait.
+       This works around the problems observed on sparc and sparc64 (where
+       we've disabled use of pthreads) where the BIND applications end up
+       being killed with SIGTERM instead of exiting gracefully.
+       [he, ticket #1565]
+



Home | Main Index | Thread Index | Old Index