Re: [PATCH getrusage: return ru_maxrss

2007-09-24 Thread Andrew Morton
On Thu, 20 Sep 2007 10:57:19 -0700 Frank Mayhar <[EMAIL PROTECTED]> wrote: > Properly support the ru_maxrss field of the rusage structure returned by > getrusage(). This patch includes documentation both of the getrusage() > implementation in general and of the ru_maxrss implementation > specific

Re: [PATCH getrusage: return ru_maxrss

2007-09-20 Thread Rik van Riel
Frank Mayhar wrote: Properly support the ru_maxrss field of the rusage structure returned by getrusage(). Signed-off-by: Frank Mayhar <[EMAIL PROTECTED]> Acked-by: Rik van Riel <[EMAIL PROTECTED]> -- All Rights Reversed - To unsubscribe from this list: send the line "unsubscribe linux-ke

[PATCH getrusage: return ru_maxrss

2007-09-20 Thread Frank Mayhar
Properly support the ru_maxrss field of the rusage structure returned by getrusage(). This patch includes documentation both of the getrusage() implementation in general and of the ru_maxrss implementation specifically. This implementation matches that of FreeBSD, which is the only other OS of wh