aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-1/+3
* More preparation for iso9660Alex Auvolat2015-02-241-0/+3
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-4/+5
* Add syscall for ioctl on open handleAlex Auvolat2015-02-191-0/+1
* Begin implementation of nullfs.Alex Auvolat2015-02-121-0/+6
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-1/+1
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-121-5/+24
* Add stating on open filesAlex Auvolat2015-02-091-0/+17