minix/kernel
Erik van der Kouwe 6e0f3b3bda Split off sys_umap_remote from sys_umap
sys_umap now supports only:
- looking up the physical address of a virtual address in the address space
  of the caller;
- looking up the physical address of a grant for which the caller is the
  grantee.

This is enough for nearly all umap users. The new sys_umap_remote supports
lookups in arbitrary address spaces and grants for arbitrary grantees.
2011-06-10 14:28:20 +00:00
..
arch/i386 fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
system Split off sys_umap_remote from sys_umap 2011-06-10 14:28:20 +00:00
clock.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
clock.h
config.h Split off sys_umap_remote from sys_umap 2011-06-10 14:28:20 +00:00
const.h
cpulocals.c
cpulocals.h
debug.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
debug.h
extract-errno.sh
extract-mfield.sh
extract-mtype.sh
glo.h
interrupt.c
interrupt.h
ipc.h
kernel.h
main.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
Makefile
perf.h
priv.h
proc.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
proc.h
profile.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
profile.h
proto.h fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
smp.c
smp.h
spinlock.h
start.c
system.c Split off sys_umap_remote from sys_umap 2011-06-10 14:28:20 +00:00
system.h Split off sys_umap_remote from sys_umap 2011-06-10 14:28:20 +00:00
table.c
type.h
utility.c
vm.h
watchdog.c
watchdog.h