aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sme warnings...Alex Auvolat2016-07-141-7/+7
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-14/+41
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-141-3/+3
* Fix a bug: malloc() with wrong sizeAlex Auvolat2015-03-141-3/+5
* Add mutexes everywhere ; spam debug log (sorry)Alex Auvolat2015-03-141-0/+7
* Add better stack tracing technology (now uses kernel memory map!)Alex Auvolat2015-03-111-10/+10
* 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