git: dump - rename md dumpsys to md_dumpsys

看板DFBSD_commit作者時間16年前 (2009/12/18 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BAqmQZu (DFBSD_commit)