Bugfixing
[tpg/acess2.git] / Kernel / syscalls.lst
index 280656e..dde278c 100644 (file)
@@ -3,7 +3,7 @@
 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
@@ -24,6 +24,7 @@ SYS_SPAWN     Spawn a new process
 SYS_EXECVE     Replace the current process
 SYS_LOADBIN    Load a binary into the current address space
 SYS_UNLOADBIN  Unload a loaded binary
+SYS_LOADMOD    Load a module into the kernel
 
 32
 SYS_GETPHYS    Get the physical address of a page
@@ -47,6 +48,7 @@ SYS_READ      Read from an open file
 SYS_WRITE      Write to an open file
 SYS_IOCTL      Perform an IOCtl Call
 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
@@ -54,3 +56,6 @@ SYS_SETACL    Set an ACL Value
 SYS_FINFO      Get file information
 SYS_SEEK       Seek to a new position in the file
 SYS_TELL       Return the current file position
+SYS_CHDIR      Change current directory
+SYS_GETCWD     Get current directory
+SYS_MOUNT      Mount a filesystem

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