Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Each thread has its own stack. Added simple unit tests for kmalloc,kfree | Alexis211 | 2010-09-10 | 1 | -3/+2 |
* | No more global list of threads, one list of threads per process. | Alexis211 | 2010-08-10 | 1 | -1/+2 |
* | Now using a simple Round Robin scheduler. | Alexis211 | 2010-08-10 | 1 | -1/+1 |
* | thread_sleep functions redone. | Alexis211 | 2010-08-10 | 1 | -2/+0 |
* | Added a lot of comments in kernel code. A bit of cleaning too. | Alexis211 | 2010-08-10 | 1 | -3/+4 |
* | More work on IPC and userland tools. | Alexis211 | 2010-03-30 | 1 | -0/+3 |
* | IPC not tested but suposedly working. | Alexis211 | 2010-03-24 | 1 | -1/+1 |
* | More work on IPC | Alexis211 | 2010-03-23 | 1 | -1/+5 |
* | old uncommited changes commited | Alexis211 | 2010-03-02 | 1 | -1/+4 |
* | Added user mode support and monitor_writeDec | Alexis211 | 2010-02-09 | 1 | -0/+4 |
* | Reorganisation | Alexis211 | 2010-02-06 | 1 | -0/+55 |