Hello Is there functionality in OpenBSD similar to Linux's "PR_SET_SYSCALL_USER_DISPATCH" [1] which provides a way for userspace to handle foreign system calls?
I am looking to run foreign software on OpenBSD after Linux compat was removed. I think that this is a good middle ground as it would allow developers to port these applications in userspace rather than adding more code to the kernel. Please let me know if this is functionality that is welcome in the OpenBSD kernel, I'd be interested in working on both the kernel and userspace code to support this. [1] https://lwn.net/ml/linux-kernel/20200712044516.2347844-2-kris...@collabora.com/ Thanks K