git: dsched_as - A simple & experimental AS

Alex Hornung alexh at crater.dragonflybsd.org
Sat Aug 27 14:22:55 PDT 2011


commit e8e9bef2410076330764b68eb8e999a1adcf5631
Author: Brills Peng <brills at gmail.com>
Date:   Sat Aug 27 17:27:04 2011 +0000

    dsched_as - A simple & experimental AS
    
     * dsched_as is a purely experimental anticipatory scheduler. It serves
       no real-life purpose other than testing and experimenting.
    
     * Don't use this scheduling policy for anything other than
       experimentation!!!
    
    Sponsored-By: Google Summer of Code

Summary of changes:
 sys/kern/dsched/Makefile    |    2 +-
 sys/kern/dsched/as/Makefile |    4 +
 sys/kern/dsched/as/as.c     |  290 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 295 insertions(+), 1 deletions(-)
 create mode 100644 sys/kern/dsched/as/Makefile
 create mode 100644 sys/kern/dsched/as/as.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8e9bef2410076330764b68eb8e999a1adcf5631


-- 
DragonFly BSD source repository





More information about the Commits mailing list