Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/10/2004 22:16:42
Module Name:	src
Committed By:	thorpej
Date:		Mon May 10 22:16:42 UTC 2004

Modified Files:
	src/doc: CHANGES
	src/lib/libc/gmon: Makefile.inc gmon.c mcount.c

Log Message:
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.309 -r1.310 src/doc/CHANGES
cvs rdiff -r1.6 -r1.7 src/lib/libc/gmon/Makefile.inc
cvs rdiff -r1.21 -r1.22 src/lib/libc/gmon/gmon.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/gmon/mcount.c

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