dsched - import the I/O scheduler framework dsched
authorAlex Hornung <ahornung@gmail.com>
Thu, 25 Feb 2010 08:53:01 +0000 (08:53 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 15 Apr 2010 20:24:45 +0000 (20:24 +0000)
commitb80a9543de1d55c64ee78c872036a316178ee866
treedc31a4f32e3cd4363eb744b80fa6bb4ecc5d564b
parentf8e9b4ce5dec613cef7e95f4861791e46d0f509c
dsched - import the I/O scheduler framework dsched

* Import my branch of the I/O scheduler framework. This commit only
  introduces the core dsched framework, without binding it into the
  system and without any policy except for the default one.
sys/kern/subr_dsched.c [new file with mode: 0644]
sys/sys/dsched.h [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/dschedctl/Makefile [new file with mode: 0644]
usr.sbin/dschedctl/dschedctl.c [new file with mode: 0644]