看板 DFBSD_commit 關於我們 聯絡資訊
commit 8f50529ca0ac78f0664fa3561235c0b736070cbf Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jan 5 14:29:02 2010 -0800 debug - Add kmapinfo to dump the kernel_map * kmapinfo is a program to dump the kernel_map, giving us an idea with regards to how much KVM is being used. Also works on core dumps. Summary of changes: test/debug/{ttyinfo.c => kmapinfo.c} | 119 ++++++++++++++++++++-------------- 1 files changed, 71 insertions(+), 48 deletions(-) copy test/debug/{ttyinfo.c => kmapinfo.c} (60%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8f50529ca0ac78f0664fa3561235c0b736070cbf -- DragonFly BSD source repository