看板 DFBSD_commit 關於我們 聯絡資訊
commit 89adea1539ab67184124a82cc811031f3334024f Author: Antonio Huete Jimenez <tuxillo@quantumachine.net> Date: Tue Dec 29 18:31:35 2009 +0100 md(4) - Several fixes to make the module loading/unloading work properly. Previously, md(4) crashed the system. It produced inconsistencies due it wasn't registered as a module, thus allowing to be kldloaded even when it was compiled in on kernel. Reported-by : Sascha Wildner and many people Lots-of-help : Alex Hornung Dragonfly-bug: <http://bugs.dragonflybsd.org/issue174> Summary of changes: sys/dev/disk/md/md.c | 113 +++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 93 insertions(+), 20 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/89adea1539ab67184124a82cc811031f3334024f -- DragonFly BSD source repository