From owner-cvs-all@FreeBSD.ORG Tue Feb 3 21:16:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614B816A4CE; Tue, 3 Feb 2004 21:16:43 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE1C43D1F; Tue, 3 Feb 2004 21:16:42 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i145Gfiw022286; Wed, 4 Feb 2004 00:16:41 -0500 (EST) Date: Wed, 4 Feb 2004 00:16:41 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: David Xu In-Reply-To: <200402040501.i1451Gir058159@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h pthread_dbg_int.h src/lib/libpthread_dbg/arch/i386 Makefile.inc src/lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 05:16:43 -0000 On Tue, 3 Feb 2004, David Xu wrote: > davidxu 2004/02/03 21:01:16 PST > > FreeBSD src repository > > Added files: > lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h > pthread_dbg_int.h > lib/libpthread_dbg/arch/i386 Makefile.inc > lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c > Log: > Import initial work of libpthread debugging. This is a debugger independent > friend library for libpthread, the library will be used by debugger to > read/write libpthread's internal data structures. Woo Hoo! -- Dan Eischen