From owner-cvs-src@FreeBSD.ORG Sat Nov 19 22:00:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD6616A421 for ; Sat, 19 Nov 2005 22:00:47 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 3806F43D4C for ; Sat, 19 Nov 2005 22:00:38 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 42081 invoked from network); 19 Nov 2005 22:00:38 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 19 Nov 2005 22:00:38 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 19 Nov 2005 16:00:36 -0600 (CST) From: Mike Silbersack To: Robert Watson In-Reply-To: <200511171311.jAHDBb12090017@repoman.freebsd.org> Message-ID: <20051119160013.S8585@odysseus.silby.com> References: <200511171311.jAHDBb12090017@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 22:00:47 -0000 On Thu, 17 Nov 2005, Robert Watson wrote: > Add a DDB "show files" command to list the current open file list, some > state about each open file, and identify the first process in the process > table that references the file. This is helpful in debugging leaks of > file descriptors. Thanks, I could've used that a week ago. :) Mike "Silby" Silbersack