Name Date Size #Lines LOC

..--

MakefileH A D20-Feb-2020491 2314

READMEH A D20-Feb-2020696 2214

bufqueues.cH A D20-Feb-20206.3 KiB259183

buserr.cH A D20-Feb-20201.3 KiB6047

checkhammer.cH A D20-Feb-20203.2 KiB170134

chkincludesH A D20-Feb-20202.2 KiB7152

crc32.cH A D20-Feb-2020850 4333

crc32hw.cH A D20-Feb-202011.8 KiB380251

evfilt_user.cH A D20-Feb-20201.3 KiB7154

fdpassing.cH A D20-Feb-20202.5 KiB142121

h2chains.cH A D20-Feb-20204.7 KiB177122

h2dio.cH A D20-Feb-20203.7 KiB14292

h2inodes.cH A D20-Feb-20203.7 KiB14292

icrc32.cH A D20-Feb-2020851 4333

kmapinfo.cH A D13-Mar-20218 KiB338270

kshowprocs.cH A D20-Feb-20203 KiB11663

ksyscalls.cH A D13-Mar-20213.5 KiB12373

kwrite.cH A D20-Feb-20202 KiB9979

mbufinfo.cH A D20-Feb-20205.7 KiB232167

ncptrace.cH A D15-Nov-20228.1 KiB310238

posixlock.cH A D20-Feb-20203.8 KiB147104

psinfo.cH A D13-Mar-20219.4 KiB408314

revoke.cH A D20-Feb-2020476 2923

schedmon.cH A D13-Mar-20214.2 KiB154100

seekbench.cH A D20-Feb-20201.7 KiB8162

sigtramp.cH A D13-Mar-2021468 2924

slabinfo.cH A D13-Mar-20214.9 KiB191129

testvblank.cH A D20-Feb-2020736 3624

umtx.cH A D20-Feb-20205.4 KiB260208

utf8bin.cH A D20-Feb-20202.2 KiB10273

vmobjinfo.cH A D20-Feb-20207 KiB290223

vmpagehash.cH A D13-Mar-20219.1 KiB374294

vmpageinfo.cH A D23-Jun-202115.2 KiB626522

vmpagequeues.cH A D13-Mar-20214.3 KiB173118

vmpqinactive.cH A D13-Mar-202116.3 KiB658558

vnodeinfo.cH A D20-Feb-202011.7 KiB488377

wildcardinfo.cH A D20-Feb-20205.4 KiB184127

zallocinfo.cH A D13-Mar-20215.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