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. |
||
|---|---|---|
| .. | ||
| ack | ||
| csu | ||
| libarchive | ||
| libaudiodriver | ||
| libbz2 | ||
| libc | ||
| libcurses | ||
| libddekit | ||
| libdevman | ||
| libdriver | ||
| libedit | ||
| libelf | ||
| libend | ||
| libexec | ||
| libfetch | ||
| libhgfs | ||
| libl | ||
| liblwip | ||
| libm | ||
| libmthread | ||
| libnetdriver | ||
| libsys | ||
| libtimers | ||
| libusb | ||
| libutil | ||
| libvtreefs | ||
| libz | ||
| nbsd_libasyn | ||
| nbsd_libc | ||
| nbsd_libcompat_minix | ||
| nbsd_libm | ||
| nbsd_libminlib | ||
| ack_build.sh | ||
| clang_build.sh | ||
| elf_build_base.sh | ||
| elf_build.sh | ||
| gnu_build.sh | ||
| Makefile | ||
| Makefile.inc | ||
| README | ||
ack_build.sh - for ACK library building gnu_build.sh - for GNU library building ack_build.sh obj - create objdirs for gnu libraries ack_build.sh depend - find dependencies of ack libraries ack_build.sh all - compile ack libraries ack_build.sh install - compile and install ack libraries ack_build.sh clean - clean for ack libraries gnu_build.sh obj - create objdirs for gnu libraries gnu_build.sh depend - find dependencies of gnu libraries gnu_build.sh all - compile gnu libraries gnu_build.sh install - compile and install gnu libraries gnu_build.sh clean - clean for gnu libraries