minix/servers/ipc
Ben Gras 02081e4b62 rename mmap() and munmap()
. it's a good extra interface to have but doesn't
	  meet standardised functionality
	. applications (in pkgsrc) find it and expect
	  full functionality the minix mmap doesn't offter
	. on the whole probably better to hide these functions
	  (mmap and friends) until they are grown up; the base system
	  can use the new minix_* names
2011-07-16 13:01:19 +02:00
..
inc.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
main.c More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
Makefile Fix GCC image building 2011-07-09 15:04:42 +02:00
sem.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
shm.c rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
utility.c new ipc server that implements shared memory and semaphores. 2009-09-21 14:53:13 +00:00