Subject: CVS commit: [netbsd-2-0] src/lib/libc/gmon
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/11/2004 14:51:50
Module Name:	src
Committed By:	tron
Date:		Tue May 11 14:51:50 UTC 2004

Modified Files:
	src/lib/libc/gmon [netbsd-2-0]: gmon.c

Log Message:
Pull up revision 1.22 (requested by thorpej in ticket #308):
Make gmon / mcount work properly for threaded applications by keeping
thread-specific gmonparam structures and then merging them before
dumping
the profile buffers.
Written by Nathan J. Williams, contributed by Wasabi Systems, Inc.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.21.2.1 src/lib/libc/gmon/gmon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.