aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/fs.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename & cleanup.Alex Auvolat2015-03-101-62/+0
|
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-091-1/+1
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-0/+13
|
* Channels.Alex Auvolat2015-03-081-1/+1
|
* 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