Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -0/+1 |
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 1 | -4/+4 |
* | Change semantics of VFS : | Alex Auvolat | 2015-02-13 | 1 | -3/+11 |
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -6/+5 |
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -1/+4 |
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -3/+27 |
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -7/+18 |
* | DOES NOT COMPILE | VFS structure change (VFS centralises more stuff) | Alex Auvolat | 2015-02-12 | 1 | -13/+45 |
* | Add stating on open files | Alex Auvolat | 2015-02-09 | 1 | -11/+2 |
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -0/+1 |
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -0/+86 |