summaryrefslogtreecommitdiff
path: root/src/kernel/task
Commit message (Collapse)AuthorAgeFilesLines
* No more global list of threads, one list of threads per process.Alexis2112010-08-103-21/+21
|
* Now using a simple Round Robin scheduler.Alexis2112010-08-104-20/+45
|
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-102-9/+15
|
* thread_sleep functions redone.Alexis2112010-08-104-40/+72
|
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-107-20/+71
|
* More work on managerAlexis2112010-04-072-23/+49
|
* More work on IPC.Alexis2112010-04-051-3/+9
|
* More work on IPC and userland tools.Alexis2112010-03-305-7/+29
|
* IPC not tested but suposedly working.Alexis2112010-03-245-4/+30
|
* More work on IPCAlexis2112010-03-234-10/+28
|
* old uncommited changes commitedAlexis2112010-03-025-11/+42
|
* Added thread_new syscallAlexis2112010-02-092-6/+19
|
* Added user mode support and monitor_writeDecAlexis2112010-02-094-6/+62
|
* ReorganisationAlexis2112010-02-0610-0/+765