Subject: Re: time broken on current kernel
To: Martin Husemann <martin@duskware.de>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 03/14/2003 17:27:22
> David's rusage changes?

I have to admit to have been fiddling in that area :-)

I can also reproduce it with:
$ time find . -exec echo '{}' \; >/dev/null

under i386 and sparc

I suspect it has to do with collected child times
(which is why the simple tests get it right).

Oh - the child times were completely wrong before, they were only
added in if the parent asked for the childs resource use in exit().

Since I know how this code works, I'll sort out a fix shortly.

	David

-- 
David Laight: david@l8s.co.uk