From owner-cvs-all Thu Oct 17 13:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9052637B401; Thu, 17 Oct 2002 13:26:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3198443E3B; Thu, 17 Oct 2002 13:26:37 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HKQRmV083230; Thu, 17 Oct 2002 13:26:27 -0700 (PDT) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HKQRve083229; Thu, 17 Oct 2002 13:26:27 -0700 (PDT) Message-Id: <200210172026.g9HKQRve083229@repoman.freebsd.org> From: Juli Mallett Date: Thu, 17 Oct 2002 13:26:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_info.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/10/17 13:26:27 PDT Modified files: lib/libc_r/uthread uthread_info.c Log: FD locking is not enabled anymore, so the table which contains the owner of a file descriptor has NULL entries, so don't dereference the table entries to get the owners ever -- don't print the owners when processing a thread_dump request as a result of SIGINFO. Reviewed by: deischen Revision Changes Path 1.22 +0 -4 src/lib/libc_r/uthread/uthread_info.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message