]> Zhao Yanbai Git Server - minix.git/commit
various syscall entry points
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:46:10 +0000 (14:46 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:46:10 +0000 (14:46 +0000)
commitd6819ff659c94e8d279889a47920db08ff3bc950
tree72431d068008f41f71c0165e74bf45eaef3aa154
parent40411ea9085adf8a6543b2aafd3db6b923d979ad
various syscall entry points
13 files changed:
lib/i386/misc/_cpuid.s
lib/posix/_getpid.c
lib/syscall/Makefile.in
lib/syscall/getngid.s [new file with mode: 0644]
lib/syscall/getnuid.s [new file with mode: 0644]
lib/syscall/mmap.s
lib/syscall/sleep.s
lib/syscall/vm_getphys.s [new file with mode: 0755]
lib/syscall/vm_getrefcount.s [new file with mode: 0755]
lib/syscall/vm_query_exit.s [new file with mode: 0644]
lib/syscall/vm_remap.s [new file with mode: 0755]
lib/syscall/vm_set_priv.s [new file with mode: 0644]
lib/syscall/vm_unmap.s [new file with mode: 0755]