Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ddb



Module Name:    src
Committed By:   blymn
Date:           Thu Jul 10 12:42:24 UTC 2008

Modified Files:
        src/sys/ddb: db_command.c db_interface.h db_xxx.c

Log Message:
Add a show files command that prints the vnodes associated with a
given struct proc and, if LOCKDEBUG is built in, the lock status of
the uvmobject.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/sys/ddb/db_command.c
cvs rdiff -r1.22 -r1.23 src/sys/ddb/db_interface.h
cvs rdiff -r1.48 -r1.49 src/sys/ddb/db_xxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index