看板 DFBSD_commit 關於我們 聯絡資訊
commit 505230a83773aa3418346b590ebeb3758c3b29dc Author: Alex Hornung <ahornung@gmail.com> Date: Fri Dec 18 08:54:21 2009 +0000 dump - rename md dumpsys to md_dumpsys * Rename the machine dependent dumpsys() to md_dumpsys(). * Add dumpsys() which takes no arguments, giving backward compatibility and the possibility to use 'call dumpsys' from the ddb> prompt. dumpsys() then calls md_dumpsys(), except for vkernels. Summary of changes: sys/kern/kern_shutdown.c | 28 ++++++++++++++++++++-------- sys/platform/pc32/i386/dump_machdep.c | 2 +- sys/platform/pc64/x86_64/dump_machdep.c | 2 +- sys/sys/kerneldump.h | 3 ++- 4 files changed, 24 insertions(+), 11 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/505230a83773aa3418346b590ebeb3758c3b29dc -- DragonFly BSD source repository