X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fsyscalls.lst;h=42ae03c312a063c1a685bde4c4b99d7501e388ef;hb=fabb7ed39828c58b044f9c2b4f27f55b96c6d56a;hp=2c026d6143be93a36b4609d1606cb1fe97718e98;hpb=97629e9f86a9cf7162649550b74b112a4fb1765f;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index 2c026d61..42ae03c3 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -10,6 +10,9 @@ 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