summaryrefslogtreecommitdiff
path: root/src/kernel/task/syscall.c
Commit message (Collapse)AuthorAgeFilesLines
* Migration to C++!Alex AUVOLAT2012-05-041-45/+0
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-3/+5
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-4/+0
|
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-0/+3
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-101-21/+3
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-1/+1
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-1/+1
|
* More work on managerAlexis2112010-04-071-1/+2
|
* More work on IPC and userland tools.Alexis2112010-03-301-0/+2
|
* IPC not tested but suposedly working.Alexis2112010-03-241-0/+21
|
* More work on IPCAlexis2112010-03-231-2/+9
|
* old uncommited changes commitedAlexis2112010-03-021-0/+2
|
* Added thread_new syscallAlexis2112010-02-091-4/+12
|
* ReorganisationAlexis2112010-02-061-0/+21