summaryrefslogtreecommitdiff
path: root/src/kernel/task/task.c
Commit message (Collapse)AuthorAgeFilesLines
* Migration to C++!Alex AUVOLAT2012-05-041-410/+0
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-9/+57
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-1/+1
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-3/+3
|
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-1/+2
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-101-11/+0
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-13/+16
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Some changes to stack tracing.Alexis2112010-08-131-7/+2
|
* 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