[kernel] Add event syscalls

The event object was missing any syscalls. Furthermore, kobject had an
old object_signal implementation (the syscall itself no longer exists),
which was removed. User code should only be able to set signals on
events.
This commit is contained in:
Justin C. Miller
2022-01-30 20:56:44 -08:00
parent 343622d4e5
commit 5dfc6ae62e
5 changed files with 63 additions and 72 deletions

View File

@@ -53,6 +53,7 @@ kernel = module("kernel",
"syscalls.inc.cog",
"syscalls/channel.cpp",
"syscalls/endpoint.cpp",
"syscalls/event.cpp",
"syscalls/handle.cpp",
"syscalls/object.cpp",
"syscalls/process.cpp",