Re: move accounting flags from the proc to the process

2012-04-12 Thread Mike Belopuhov
On Wed, Apr 11, 2012 at 19:30 +0200, Mike Belopuhov wrote: > This moves the accounting flag to struct process where it belongs. > The main rationale is that accounting flags are being collected on > the program exit. Ok? > don't set AFORK when forking threads pointed out by guenther; missed suse

move accounting flags from the proc to the process

2012-04-11 Thread Mike Belopuhov
This moves the accounting flag to struct process where it belongs. The main rationale is that accounting flags are being collected on the program exit. Ok? Index: kern/kern_acct.c === RCS file: /cvs/src/sys/kern/kern_acct.c,v retriev