aboutsummaryrefslogtreecommitdiff
path: root/src/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement walk_path_except_lastAlex Auvolat2015-02-121-5/+52
|
* Begin ajusting vfs.cAlex Auvolat2015-02-122-17/+171
|
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-122-20/+36
|
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-122-17/+55
|
* Add ioctl support in nullfs.Alex Auvolat2015-02-092-4/+17
|
* Add stating on open filesAlex Auvolat2015-02-093-15/+53
|
* Forgot somethingAlex Auvolat2015-02-091-1/+3
|
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-095-12/+129
|
* Remove file that shouldn't be here.Alex Auvolat2015-02-091-3/+14
|
* Work on nullfsAlex Auvolat2015-02-095-21/+159
|
* Make way for nullfsAlex Auvolat2015-02-093-14/+63
|
* Start work on filesystems.Alex Auvolat2015-02-099-64/+318
|
* Change semantics of pd_map_page to return true on success, false on error.Alex Auvolat2015-02-094-11/+14
|
* RebrandAlex Auvolat2015-02-091-1/+1
|
* Change readme, remove unused code, changed hashtbl to add key freeing function.Alex Auvolat2015-02-091-2/+2
|
* Reorganize all.Alex Auvolat2015-02-0929-0/+2570