From owner-cvs-all@FreeBSD.ORG Thu Nov 17 13:11:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 6B70F16A41F; Thu, 17 Nov 2005 13:11:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C16243D49; Thu, 17 Nov 2005 13:11:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAHDBb9u090018; Thu, 17 Nov 2005 13:11:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAHDBb12090017; Thu, 17 Nov 2005 13:11:37 GMT (envelope-from rwatson) Message-Id: <200511171311.jAHDBb12090017@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Nov 2005 13:11:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 13:11:37 -0000 rwatson 2005-11-17 13:11:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_descrip.c Log: Merge kern_descrip.c:1.286, 1.287, 1.288 from HEAD to RELENG_6: 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. Expand the set of details printed for each file descriptor to include it's garbage collection flags. Reformat generally to make this fit and leave some room for future expansion. Add the f_msgcount field to the set of struct file fields printed in show files. Revision Changes Path 1.279.2.5 +74 -0 src/sys/kern/kern_descrip.c