Name Date Size #Lines LOC

..08-May-2022-

MakefileH A D08-May-2022491 2314

READMEH A D08-May-2022696 2214

bufqueues.cH A D08-May-20226.3 KiB259183

buserr.cH A D08-May-20221.3 KiB6047

checkhammer.cH A D08-May-20223.2 KiB170134

chkincludesH A D08-May-20222.2 KiB7152

crc32.cH A D08-May-2022850 4333

crc32hw.cH A D08-May-202211.8 KiB380251

evfilt_user.cH A D08-May-20221.3 KiB7154

fdpassing.cH A D08-May-20222.5 KiB142121

h2chains.cH A D08-May-20224.7 KiB177122

h2dio.cH A D08-May-20223.7 KiB14292

h2inodes.cH A D08-May-20223.7 KiB14292

icrc32.cH A D08-May-2022851 4333

kmapinfo.cH A D08-May-20228 KiB338270

kshowprocs.cH A D08-May-20223 KiB11663

ksyscalls.cH A D08-May-20223.5 KiB12373

kwrite.cH A D08-May-20222 KiB9979

mbufinfo.cH A D08-May-20225.7 KiB232167

ncptrace.cH A D04-Jul-20228.1 KiB310238

posixlock.cH A D08-May-20223.8 KiB147104

psinfo.cH A D08-May-20229.4 KiB408314

revoke.cH A D08-May-2022476 2923

schedmon.cH A D08-May-20224.2 KiB154100

seekbench.cH A D08-May-20221.7 KiB8162

sigtramp.cH A D08-May-2022468 2924

slabinfo.cH A D08-May-20224.9 KiB191129

testvblank.cH A D08-May-2022736 3624

umtx.cH A D08-May-20225.4 KiB260208

utf8bin.cH A D08-May-20222.2 KiB10273

vmobjinfo.cH A D08-May-20227 KiB290223

vmpagehash.cH A D08-May-20229.1 KiB374294

vmpageinfo.cH A D08-May-202215.2 KiB626522

vmpagequeues.cH A D08-May-20224.3 KiB173118

vmpqinactive.cH A D08-May-202216.3 KiB658558

vnodeinfo.cH A D08-May-202211.7 KiB488377

wildcardinfo.cH A D08-May-20225.4 KiB184127

zallocinfo.cH A D08-May-20225.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