summaryrefslogtreecommitdiff
path: root/src/kernel/task/task.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-1/+0
* Minor changes (more OOP constructs);Alex AUVOLAT2012-05-041-7/+15
* Migration to C++!Alex AUVOLAT2012-05-041-12/+17
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-10/+9
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-101-3/+0
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-3/+2
* No more global list of threads, one list of threads per process.Alexis2112010-08-101-1/+2
* Now using a simple Round Robin scheduler.Alexis2112010-08-101-1/+1
* thread_sleep functions redone.Alexis2112010-08-101-2/+0
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-3/+4
* More work on IPC and userland tools.Alexis2112010-03-301-0/+3
* IPC not tested but suposedly working.Alexis2112010-03-241-1/+1
* More work on IPCAlexis2112010-03-231-1/+5
* old uncommited changes commitedAlexis2112010-03-021-1/+4
* Added user mode support and monitor_writeDecAlexis2112010-02-091-0/+4
* ReorganisationAlexis2112010-02-061-0/+55