看板 DFBSD_commit 關於我們 聯絡資訊
commit d0aa00e891d3bf34e5273456a080ac9c23ac7229 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Feb 3 23:25:41 2011 -0800 kernel - Add options VM_PAGE_DEBUG * Add options VM_PAGE_DEBUG for kernel configs. This requires a full kernel rebuild (if you use the option) and supplies additional information in the vm_page structure to help track down problems. Summary of changes: sys/conf/options | 1 + sys/vm/vm_contig.c | 8 ++++++-- sys/vm/vm_page.c | 4 ++-- sys/vm/vm_page.h | 23 +++++++++++++++++++++++ 4 files changed, 32 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0aa00e891d3bf34e5273456a080ac9c23ac7229 -- DragonFly BSD source repository