X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fsyscalls.lst;h=dde278cd9e5952c20ef776a2cc8d8614980caf0a;hb=e939fc0ced4d445c24696636fe660dddbe035b1c;hp=9b4920a0c17b59baaad064090da465c56cb7e459;hpb=466eda7c917791866a29c253c6c22197faf41bf7;p=tpg%2Facess2.git diff --git a/Kernel/syscalls.lst b/Kernel/syscalls.lst index 9b4920a0..dde278cd 100644 --- a/Kernel/syscalls.lst +++ b/Kernel/syscalls.lst @@ -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