index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
user
/
ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sme warnings...
Alex Auvolat
2016-07-14
1
-7
/
+7
*
Fix blocking channel && channel write on circular-overflow. (see ipc.c)
Alex Auvolat
2015-03-14
1
-14
/
+41
*
Fix region allocator (see changes in region.c!) ; debug spam control.
Alex Auvolat
2015-03-14
1
-3
/
+3
*
Fix a bug: malloc() with wrong size
Alex Auvolat
2015-03-14
1
-3
/
+5
*
Add mutexes everywhere ; spam debug log (sorry)
Alex Auvolat
2015-03-14
1
-0
/
+7
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
1
-10
/
+10
*
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