K 10 svn:author V 5 trasz K 8 svn:date V 27 2011-09-17T19:55:32.936415Z K 7 svn:log V 366 Fix long-standing thinko regarding maxproc accounting. Basically, we were accounting the newly created process to its parent instead of the child itself. This caused problems later, when the child changed its credentials - the per-uid, per-jail etc counters were not properly updated, because the maxproc counter in the child process was 0. Approved by: re (kib) END