cvs commit: src/sys/kern kern_descrip.c
Robert Watson
rwatson at FreeBSD.org
Thu Nov 10 10:42:51 GMT 2005
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
More information about the cvs-src
mailing list