CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2009/06/02 05:04:56
Modified files: sys/kern : kern_event.c Log message: A process should always be able to attach kevent filters to its own threads, even when it has changed uid or gid in the past. As is, a P_SUGID process using rthreads leaks the stack on thread exit. requested and approved by tedu@ a while ago