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 | 2 | -10/+54 |
* | 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 | 3 | -8/+8 |
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 3 | -29/+20 |
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 2 | -1/+89 |
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 2 | -0/+78 |
* | 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 |
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -0/+3 |
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 2 | -11/+169 |
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 2 | -9/+9 |
* | Change semantics of VFS : | Alex Auvolat | 2015-02-13 | 1 | -10/+48 |
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 2 | -232/+291 |
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -3/+11 |
* | Implement walk_path_except_last | Alex Auvolat | 2015-02-12 | 1 | -5/+52 |
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -14/+144 |
* | Add ioctl support in nullfs. | Alex Auvolat | 2015-02-09 | 1 | -1/+13 |
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 1 | -4/+50 |
* | Forgot something | Alex Auvolat | 2015-02-09 | 1 | -1/+3 |
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 2 | -10/+116 |
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 2 | -7/+149 |
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -3/+11 |
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 3 | -20/+159 |
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+30 |