Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Channels. | Alex Auvolat | 2015-03-08 | 1 | -1/+1 |
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 1 | -1/+3 |
* | More preparation for iso9660 | Alex Auvolat | 2015-02-24 | 1 | -0/+3 |
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 1 | -4/+5 |
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -0/+1 |
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -0/+6 |
* | 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 |