X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fsyscalls.lst;h=826249dc9ca64321843054d09981eb2a81089620;hb=327c86d2221d49994ad49ec0d1717444e04521b8;hp=dde278cd9e5952c20ef776a2cc8d8614980caf0a;hpb=814b2d0009da73b56c6def5d70a9dd97c7b17e2e;p=tpg%2Facess2.git diff --git a/Kernel/syscalls.lst b/Kernel/syscalls.lst index dde278cd..826249dc 100644 --- a/Kernel/syscalls.lst +++ b/Kernel/syscalls.lst @@ -47,15 +47,18 @@ SYS_CLOSE Close a file 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_MKDIR Create a new directory -SYS_SYMLINK Create a symbolic link SYS_GETACL Get an ACL Value SYS_SETACL Set an ACL Value SYS_FINFO Get file information -SYS_SEEK Seek to a new position in the file +SYS_MKDIR Create a new directory +SYS_LINK Create a new link to a file +SYS_SYMLINK Create a symbolic link +SYS_UNLINK Delete a file SYS_TELL Return the current file position SYS_CHDIR Change current directory SYS_GETCWD Get current directory SYS_MOUNT Mount a filesystem +SYS_SELECT Wait for file handles