CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/10/25 10:08:26
Modified files: sys/sys : siginfo.h wait.h sys/kern : kern_exit.c Log message: Implement 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@