cvs commit: src/sys/kern kern_descrip.c

Robert Watson rwatson at FreeBSD.org
Thu Nov 17 13:11:37 GMT 2005


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


More information about the cvs-src mailing list