X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fsyscalls.lst;h=283caf9c67cb3793e1514ea016083412cc16a30c;hb=a2495c6ea4f4cab16b5d339ae511428e92e89e73;hp=c5978beaa7bf00123cf37a9055edda1ecce5930b;hpb=077a1c5d962b20dee54c6b31c8f37d2fe79105ad;p=tpg%2Facess2.git diff --git a/Kernel/syscalls.lst b/Kernel/syscalls.lst index c5978bea..283caf9c 100644 --- a/Kernel/syscalls.lst +++ b/Kernel/syscalls.lst @@ -3,14 +3,14 @@ SYS_EXIT Kill this thread SYS_CLONE Create a new thread SYS_KILL Send a signal -SYS_SIGNAL Set signal Handler +SYS_SETFAULTHANDLER Set signal Handler SYS_YIELD Yield remainder of timestamp SYS_SLEEP Sleep until messaged or signaled -SYS_WAIT Wait for a time or a message +SYS_WAITEVENT Wait for an event SYS_WAITTID Wait for a thread to do something -SYS_SETNAME Set's the name of the current thread -SYS_GETNAME Get's the name of a thread +SYS_SETNAME Sets the name of the current thread +SYS_GETNAME Gets the name of a thread SYS_GETTID Get current thread ID SYS_GETPID Get current thread group ID SYS_SETPRI Set process priority @@ -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