X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=42ae03c312a063c1a685bde4c4b99d7501e388ef;hb=2b339e917d778c76b249457bcb66c4fb0007c495;hp=6a82de273a77cb678bf44320d9a26bdf4a67ebb1;hpb=4c78a1bdd506cda6cda27ee342165c7dfa7ecdc2;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index 6a82de27..42ae03c3 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -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