aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/ipc.c
Commit message (Collapse)AuthorAgeFilesLines
* Require all fs_handle_t objects to point to a node.Alex Auvolat2015-03-091-10/+37
|
* Implement select ; add two tests for channels.Alex Auvolat2015-03-081-1/+21
|
* Tokens.Alex Auvolat2015-03-081-0/+114
|
* Change prototypes for read, write, readdir, close ; implement blocking IPC.Alex Auvolat2015-03-081-45/+62
|
* Channels.Alex Auvolat2015-03-081-0/+162