CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/10/25 10:10:31
Modified files: sys/kern : syscalls.master Log message: mplement waitid(2) which is now part of POSIX and used by mozilla. This includes a change of siginfo_r which is technically an ABI break but this should have no real-world impact since the members involved are never touched by the kernel. ok millert@, deraadt@