Merge branch 'master' of git://ted.mutabah.net/acess2
[tpg/acess2.git] / KernelLand / Kernel / syscalls.lst
index b139217..42ae03c 100644 (file)
@@ -6,9 +6,13 @@ SYS_KILL       Send a signal
 SYS_SETFAULTHANDLER    Set signal Handler
 SYS_YIELD      Yield remainder of timestamp
 SYS_SLEEP      Sleep until messaged or signaled
+SYS_TIMEDSLEEP Sleep until a specified time has elapsed
 SYS_WAITEVENT  Wait for an event
 SYS_WAITTID    Wait for a thread to do something
 
+SYS_SETSIGNALHANDLER   Set the POSIX signal handler
+SYS_SETSIGNALMASK      Sets the mask of disabled POSIX signals
+
 SYS_SETNAME    Sets the name of the current thread
 SYS_GETNAME    Gets the name of a thread
 SYS_GETTID     Get current thread ID
@@ -47,7 +51,7 @@ 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 properties of a file descriptor
+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

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