Date: Thu, 10 Nov 2005 10:42:50 +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: <200511101042.jAAAgord068536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-11-10 10:42:50 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: 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. MFC after: 1 week Revision Changes Path 1.286 +73 -0 src/sys/kern/kern_descrip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511101042.jAAAgord068536>