Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass more information to FS driver on some ops (TODO bugcheck). | Alex Auvolat | 2015-03-10 | 1 | -11/+14 |
* | Add simple shared memory facility to IPC (no syscall yet) | Alex Auvolat | 2015-03-10 | 1 | -0/+78 |
* | Partial implement VFS pager (enough for ISO9660!) | Alex Auvolat | 2015-03-09 | 1 | -3/+3 |
* | Require all fs_handle_t objects to point to a node. | Alex Auvolat | 2015-03-09 | 1 | -10/+37 |
* | Implement select ; add two tests for channels. | Alex Auvolat | 2015-03-08 | 1 | -1/+21 |
* | Tokens. | Alex Auvolat | 2015-03-08 | 1 | -0/+114 |
* | Change prototypes for read, write, readdir, close ; implement blocking IPC. | Alex Auvolat | 2015-03-08 | 1 | -45/+62 |
* | Channels. | Alex Auvolat | 2015-03-08 | 1 | -0/+162 |