aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include/ipc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-1/+1
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-101-0/+4
* Rename & cleanup.Alex Auvolat2015-03-101-1/+2
* Tokens.Alex Auvolat2015-03-081-2/+7
* Change prototypes for read, write, readdir, close ; implement blocking IPC.Alex Auvolat2015-03-081-1/+1
* Channels.Alex Auvolat2015-03-081-0/+21