Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected res... | Alex Auvolat | 2015-02-14 | 1 | -1/+1 |
* | Many things : | Alex Auvolat | 2015-02-14 | 1 | -3/+40 |
* | Use btrees to find memory regions. | Alex Auvolat | 2015-02-14 | 1 | -14/+32 |
* | Add btree_remove_v to selectively remove bindings that have a key | Alex Auvolat | 2015-02-14 | 1 | -0/+1 |
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -2/+2 |
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 1 | -19/+0 |
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -1/+25 |
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -0/+8 |
* | Implement some handling of user stuff... | Alex Auvolat | 2015-02-13 | 1 | -37/+145 |
* | Implement switching to usermode. | Alex Auvolat | 2015-02-13 | 1 | -4/+42 |
* | Add stubs for process-related functions. | Alex Auvolat | 2015-02-13 | 1 | -1/+124 |
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -20/+3 |
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+30 |