Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -2/+2 |
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 1 | -0/+79 |
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -27/+2 |
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 1 | -0/+6 |
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -0/+10 |
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -2/+2 |
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 1 | -0/+220 |
* | Implement userspace malloc | Alex Auvolat | 2015-02-19 | 1 | -7/+34 |
* | Change a bit of structure | Alex Auvolat | 2015-02-14 | 1 | -9/+19 |
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -0/+64 |