Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add binary tree implementation. NOT TESTED, FULL OF BUGS. | Alex Auvolat | 2015-02-14 | 3 | -23/+79 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -3/+8 |
| | |||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -0/+40 |
| | |||||
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 2 | -1/+8 |
| | |||||
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -0/+2 |
| | |||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | DOES NOT COMPILE | VFS structure change (VFS centralises more stuff) | Alex Auvolat | 2015-02-12 | 1 | -5/+24 |
| | |||||
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 1 | -0/+17 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -6/+6 |
| | |||||
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -0/+1 |
| | |||||
* | Change readme, remove unused code, changed hashtbl to add key freeing function. | Alex Auvolat | 2015-02-09 | 3 | -44/+8 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 8 | -0/+193 |