X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=2c026d6143be93a36b4609d1606cb1fe97718e98;hb=d8976435eade14e409b01e58850b75990ad9a4a7;hp=b13921711ad5439fa3da55e170e61bed77e09722;hpb=a41c4af4ae30e963f6bc370efad60dacc39b0275;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index b1392171..2c026d61 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -6,6 +6,7 @@ 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 @@ -47,7 +48,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