]> Zhao Yanbai Git Server - minix.git/commit
new ipc server that implements shared memory and semaphores.
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:53:13 +0000 (14:53 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:53:13 +0000 (14:53 +0000)
commit75d3db49118d6497087d23a7b4959fa99142a5e6
tree2a8652e60c52beb74b0d9d6a84cccc3cc25c8f50
parent32fbbd370c9239eca821db504fd61cb2039807d7
new ipc server that implements shared memory and semaphores.

this server, tests, vm support, library stubs and other contributions
are the work of Guanqun Lu, a 2009 GSOC student.
servers/Makefile
servers/ipc/Makefile [new file with mode: 0644]
servers/ipc/inc.h [new file with mode: 0644]
servers/ipc/main.c [new file with mode: 0644]
servers/ipc/sem.c [new file with mode: 0644]
servers/ipc/shm.c [new file with mode: 0644]
servers/ipc/utility.c [new file with mode: 0644]