summaryrefslogtreecommitdiff
path: root/src/kernel/task/sched.c
Commit message (Collapse)AuthorAgeFilesLines
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-1/+1
|
* Added priorities to the scheduler.Alexis2112010-08-101-13/+37
|
* No more global list of threads, one list of threads per process.Alexis2112010-08-101-0/+2
|
* Now using a simple Round Robin scheduler.Alexis2112010-08-101-0/+24