Subject: CVS commit: src/lib/libpthread_dbg
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/02/2004 20:08:27
Module Name:	src
Committed By:	nathanw
Date:		Mon Feb  2 20:08:27 UTC 2004

Modified Files:
	src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg_int.h

Log Message:
Do all the symbol lookups at td_open() time and cache them in the td_proc_st.
Make the stacksize lookups and data part of td_proc_st rather than global state.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libpthread_dbg/pthread_dbg.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread_dbg/pthread_dbg_int.h

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