aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Pass more information to FS driver on some ops (TODO bugcheck).Alex Auvolat2015-03-101-11/+14
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-101-0/+78
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-091-3/+3
* 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