summaryrefslogtreecommitdiff
path: root/src/kernel/task/idt.c
Commit message (Collapse)AuthorAgeFilesLines
* Migration to C++!Alex AUVOLAT2012-05-041-219/+0
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-3/+3
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-0/+1
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-5/+3
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Some changes to stack tracing.Alexis2112010-08-131-2/+2
|
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-101-5/+14
|
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-3/+11
|
* IPC not tested but suposedly working.Alexis2112010-03-241-1/+1
|
* More work on IPCAlexis2112010-03-231-2/+1
|
* old uncommited changes commitedAlexis2112010-03-021-6/+19
|
* Added user mode support and monitor_writeDecAlexis2112010-02-091-1/+1
|
* ReorganisationAlexis2112010-02-061-0/+191