看板 DFBSD_commit 關於我們 聯絡資訊
commit 99ad9bc46e5e89d85f4ccde397f743ce992265f4 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 12 14:01:05 2010 -0700 kernel - MPSAFE work - tokenize more vm stuff Summary of changes: sys/kern/kern_proc.c | 243 +++++++++++++++++++++++++++++++++--------------- sys/kern/sys_mqueue.c | 7 +- sys/vm/default_pager.c | 2 +- sys/vm/device_pager.c | 2 +- sys/vm/vm_contig.c | 39 +++++++- sys/vm/vm_glue.c | 46 +++++++++- sys/vm/vm_kern.c | 93 ++++++++++--------- sys/vm/vm_meter.c | 38 +++++++- sys/vm/vm_pageout.c | 67 ++++++++++++- sys/vm/vm_pageout.h | 1 - sys/vm/vm_pager.c | 37 ++++++-- sys/vm/vm_swap.c | 35 +++++-- 12 files changed, 451 insertions(+), 159 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99ad9bc46e5e89d85f4ccde397f743ce992265f4 -- DragonFly BSD source repository