freebsd-dev/sys/compat/cloudabi
Ed Schouten 4f1905177a Implement normal and abnormal process termination.
CloudABI does not provide an explicit kill() system call, for the reason
that there is no access to the global process namespace. Instead, it
offers a raise() system call that can at least be used to terminate the
process abnormally.

CloudABI does not support installing signal handlers. CloudABI's raise()
system call should behave as if the default policy is set up. Call into
kern_sigaction(SIG_DFL) before calling sys_kill() to force this.

Obtained from:	https://github.com/NuxiNL/freebsd
2015-07-11 19:41:31 +00:00
..
cloudabi_clock.c
cloudabi_fd.c Use FDDUP_NORMAL instead of hardcoding value 0. 2015-07-11 18:53:30 +00:00
cloudabi_file.c
cloudabi_futex.c
cloudabi_mem.c
cloudabi_proc.c Implement normal and abnormal process termination. 2015-07-11 19:41:31 +00:00
cloudabi_proto.h
cloudabi_random.c
cloudabi_sock.c
cloudabi_syscalldefs.h
cloudabi_thread.c