Added SYS_OPENCHILD system call
authorJohn Hodge <[email protected]>
Thu, 15 Apr 2010 02:11:01 +0000 (10:11 +0800)
committerJohn Hodge <[email protected]>
Thu, 15 Apr 2010 02:11:01 +0000 (10:11 +0800)
commit077a1c5d962b20dee54c6b31c8f37d2fe79105ad
treeb683d90255d4a845210f69ea0f510604c9c0bad3
parent946922b365befebcf03ceab0c5eae9c284465def
Added SYS_OPENCHILD system call
- SYS_OPENCHILD opens a file that is a direct child of the passed FD
  (using the FD's Node)
- Used for IPStack servers to open a client connection
14 files changed:
Kernel/Makefile
Kernel/Makefile.BuildNum
Kernel/include/acess.h
Kernel/include/errno.h
Kernel/include/syscalls.h
Kernel/include/syscalls.inc.asm
Kernel/include/vfs_ext.h
Kernel/syscalls.c
Kernel/syscalls.lst
Kernel/vfs/open.c
Usermode/Libraries/Makefile.tpl
Usermode/Libraries/libacess.so_src/Makefile
Usermode/Libraries/libacess.so_src/vfs.asm
Usermode/include/acess/sys.h

UCC git Repository :: git.ucc.asn.au