DragonFly commits List (threaded) for 2010-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: dsched - Tie the dsched framework into the system
commit 8c72e3d5eb98215e26f57511bee19cbaa1c44dd1
Author: Alex Hornung <ahornung@gmail.com>
Date: Thu Feb 25 08:54:32 2010 +0000
dsched - Tie the dsched framework into the system
* tie the dsched framework into the system by binding it into the build,
adding all the necessary hooks and other calls.
Summary of changes:
sys/conf/files | 4 ++++
sys/kern/kern_device.c | 5 +++++
sys/kern/kern_fork.c | 4 ++++
sys/kern/kern_proc.c | 2 ++
sys/kern/lwkt_thread.c | 6 ++++++
sys/kern/subr_disk.c | 5 +++--
sys/kern/vfs_bio.c | 12 ++++++++++++
sys/sys/bio.h | 10 +++++++++-
sys/sys/buf.h | 3 ++-
sys/sys/disk.h | 3 +++
sys/sys/proc.h | 7 +++++--
sys/sys/thread.h | 1 +
sys/vm/vm_pager.c | 3 +++
13 files changed, 59 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8c72e3d5eb98215e26f57511bee19cbaa1c44dd1
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]