CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/02/27 22:36:58
Modified files: sys/sys : proc.h Log message: For non-__HAVE_MD_TCB archs, p_tcb should be copied on fork. Found by miod@ p_oldmask and the core dump/debugger members don't need to be copied. Pointed out by matthew@ ok miod@