CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/05/09 23:01:23
Modified files: sys/kern : kern_fork.c Log message: Only set a process's start time when starting the main thread. There's also no need to protect that and the setting of the AFORK accounting flag with the scheduler lock. ok mikeb@