summaryrefslogtreecommitdiff
path: root/src/kernel/task
Commit message (Expand)AuthorAgeFilesLines
* Basic object system - THIS IS STILL A LONG WAY TO GO!!Alex AUVOLAT2012-05-015-46/+83
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-015-26/+75
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-013-1/+3
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-012-7/+3
* New heap, simple and bug-free, but inefficient.katchup2010-12-122-1/+5
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-103-35/+3
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-104-22/+22
* Some changes to stack tracing.Alexis2112010-08-132-9/+4
* Added priorities to the scheduler.Alexis2112010-08-102-16/+40
* 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