summaryrefslogtreecommitdiff
path: root/src/kernel/mem
Commit message (Expand)AuthorAgeFilesLines
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-015-4/+17
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0111-495/+6303
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-016-16/+26
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-011-2/+0
* New heap, simple and bug-free, but inefficient.katchup2010-12-126-241/+432
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-103-16/+27
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-109-14/+92
* More work on managerAlexis2112010-04-072-1/+2
* More work on IPC and userland tools.Alexis2112010-03-304-2/+23
* IPC not tested but suposedly working.Alexis2112010-03-243-5/+5
* old uncommited changes commitedAlexis2112010-03-022-6/+7
* Added user mode support and monitor_writeDecAlexis2112010-02-093-2/+55
* ReorganisationAlexis2112010-02-0610-0/+752