X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=6a82de273a77cb678bf44320d9a26bdf4a67ebb1;hb=3a9ef7ac5cfc8cb086efee3aa01df781ba54aa30;hp=283caf9c67cb3793e1514ea016083412cc16a30c;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index 283caf9c..6a82de27 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -43,13 +43,16 @@ SYS_SETGID Set current Group ID 64 SYS_OPEN Open a file SYS_REOPEN Close a file and reuse its handle +SYS_OPENCHILD Open a child entry in a directory +SYS_OPENPIPE Open a FIFO pipe pair SYS_CLOSE Close a file +SYS_COPYFD Create a copy of a file handle +SYS_FDCTL Modify flags of a file descriptor SYS_READ Read from an open file SYS_WRITE Write to an open file SYS_IOCTL Perform an IOCtl Call SYS_SEEK Seek to a new position in the file SYS_READDIR Read from an open directory -SYS_OPENCHILD Open a child entry in a directory SYS_GETACL Get an ACL Value SYS_SETACL Set an ACL Value SYS_FINFO Get file information