Name Date Size #Lines LOC

..--

MakefileHD12-Feb-2019491 2314

READMEHD02-Jan-2014696 2214

bufqueues.cHD10-Jan-20166.3 KiB259183

buserr.cHD02-Jan-20141.3 KiB6047

checkhammer.cHD02-Oct-20143.2 KiB170134

chkincludesHD02-Oct-20142.2 KiB7152

crc32.cHD21-Oct-2017850 4333

crc32hw.cHD21-Oct-201711.8 KiB380251

evfilt_user.cHD10-Jan-20161.3 KiB7154

fdpassing.cHD02-Jan-20142.5 KiB142121

h2chains.cHD12-Feb-20194.7 KiB177122

h2dio.cHD12-Feb-20193.7 KiB14292

h2inodes.cHD12-Feb-20193.7 KiB14292

icrc32.cHD21-Oct-2017851 4333

kmapinfo.cHD05-May-20208 KiB338270

kshowprocs.cHD10-Jan-20163 KiB11663

ksyscalls.cHD05-May-20203.5 KiB12373

kwrite.cHD10-Jan-20162 KiB9979

mbufinfo.cHD10-Jan-20165.7 KiB232167

ncptrace.cHD31-Dec-20228.1 KiB310238

posixlock.cHD10-Jan-20163.8 KiB147104

psinfo.cHD05-May-20209.4 KiB408314

revoke.cHD02-Jan-2014476 2923

schedmon.cHD05-May-20204.2 KiB154100

seekbench.cHD02-Jan-20141.7 KiB8162

sigtramp.cHD05-May-2020468 2924

slabinfo.cHD05-May-20204.9 KiB191129

testvblank.cHD10-Jan-2016736 3624

umtx.cHD10-Jan-20165.4 KiB260208

utf8bin.cHD10-Jan-20162.2 KiB10273

vmobjinfo.cHD21-Oct-20177 KiB290223

vmpagehash.cHD05-May-20209.1 KiB374294

vmpageinfo.cHD14-Sep-202115.2 KiB626522

vmpagequeues.cHD05-May-20204.3 KiB173118

vmpqinactive.cHD16-Jan-202116.3 KiB658558

vnodeinfo.cHD12-Feb-201911.7 KiB488377

wildcardinfo.cHD12-Feb-20195.4 KiB184127

zallocinfo.cHD05-May-20205.9 KiB239173

README

1Scripts and Tools to help with Debugging DragonFly.
2
3Files in this directory:
4
5          ncptrace.c -        Trace the kernel's namecache hierarchy.  Namecache
6                              records are typically in one of three states:
7                              unresolved (marked UNRESOLVED -- cache state not yet
8                              known), positive cache hit (non-NULL vp), or negative
9                              cache hit (NULL vp)
10
11          ttyinfo.c  -        Extract clist information and check the
12                              block counts looking for corruption.
13
14          vnodeinfo.c -       Run through the mountlist and scan and display
15                              summary counts and all related vnodes.
16
17          vmpageinfo.c -      Run through the vm_page_array and the vm_page_buckets
18                              hash table and check that all the pages have the
19                              correct hash table association.
20
21
22