summaryrefslogtreecommitdiff
path: root/src/kernel/task/task.c
Commit message (Collapse)AuthorAgeFilesLines
* Added priorities to the scheduler.Alexis2112010-08-101-3/+3
|
* No more global list of threads, one list of threads per process.Alexis2112010-08-101-20/+17
|
* Now using a simple Round Robin scheduler.Alexis2112010-08-101-19/+11
|
* thread_sleep functions redone.Alexis2112010-08-101-21/+1
|
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-13/+42
|
* More work on managerAlexis2112010-04-071-22/+47
|
* More work on IPC.Alexis2112010-04-051-3/+9
|
* More work on IPC and userland tools.Alexis2112010-03-301-0/+24
|
* IPC not tested but suposedly working.Alexis2112010-03-241-1/+6
|
* More work on IPCAlexis2112010-03-231-5/+13
|
* old uncommited changes commitedAlexis2112010-03-021-3/+15
|
* Added thread_new syscallAlexis2112010-02-091-2/+7
|
* Added user mode support and monitor_writeDecAlexis2112010-02-091-5/+51
|
* ReorganisationAlexis2112010-02-061-0/+245