CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/01/15 08:47:37
Modified files: sys/kern : kern_exit.c kern_fork.c kern_proc.c kern_sysctl.c sys/sys : proc.h Log message: Introduce priterator(), the `ps_list' iterator. Some of `allprocess' list walkthroughs have context switch within, so make exit1() wait until the last reference released. Reported-by: syzbot+0e9dda76c42c82c62...@syzkaller.appspotmail.com ok bluhm claudio