Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   joerg
Date:           Wed Jan 11 12:17:34 UTC 2017

Modified Files:
        src/sys/ddb: db_command.c
        src/sys/kern: vfs_subr.c
        src/sys/sys: vnode.h

Log Message:
Add ddb command to find a vnode by the address of its lock.
This makes it much easier to convert lockstat traces into understandable
data.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/ddb/db_command.c
cvs rdiff -u -r1.457 -r1.458 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.272 -r1.273 src/sys/sys/vnode.h

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