看板 DFBSD_commit 關於我們 聯絡資訊
commit c02197ac4398205f5d55cbb345e14c21e70d8c3b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Dec 20 00:13:38 2009 -0800 kernel - add hashinit_ext() and phashinit_ext() * Add hashinit_ext() and phashinit_ext(), extended versions of hashinit() and phashinit() which take a structure size and zero the array instead of assuming it is only an array of LIST_HEAD's. Summary of changes: sys/kern/kern_subr.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ sys/sys/systm.h | 4 +++ 2 files changed, 55 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c02197ac4398205f5d55cbb345e14c21e70d8c3b -- DragonFly BSD source repository