Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename & cleanup. | Alex Auvolat | 2015-03-10 | 1 | -89/+0 |
| | |||||
* | Implement select ; add two tests for channels. | Alex Auvolat | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | Implement missing syscalls. | Alex Auvolat | 2015-03-08 | 1 | -3/+9 |
| | |||||
* | Tokens. | Alex Auvolat | 2015-03-08 | 1 | -13/+17 |
| | |||||
* | Implement some missing syscalls. | Alex Auvolat | 2015-03-07 | 1 | -2/+5 |
| | |||||
* | Add prototypes for process management... | Alex Auvolat | 2015-03-03 | 1 | -14/+4 |
| | |||||
* | Change VFS interface : handles no longer visible to underlying FS. | Alex Auvolat | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls | Alex Auvolat | 2015-02-24 | 1 | -8/+52 |
| | |||||
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -4/+4 |
| | |||||
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 1 | -0/+1 |
| | |||||
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -2/+3 |
| | |||||
* | Implement basic syscalls... | Alex Auvolat | 2015-02-19 | 1 | -22/+22 |
| | |||||
* | Moving files. | Alex Auvolat | 2015-02-15 | 1 | -0/+40 |