Date: Thu, 17 Nov 2005 13:11:37 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c Message-ID: <200511171311.jAHDBb12090017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511171311.jAHDBb12090017>