From owner-cvs-src@FreeBSD.ORG Sun Oct 31 04:21:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D50016A4CF; Sun, 31 Oct 2004 04:21:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E54143D54; Sun, 31 Oct 2004 04:21:44 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9V4LiWP004262; Sun, 31 Oct 2004 04:21:44 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9V4Li9A004261; Sun, 31 Oct 2004 04:21:44 GMT (envelope-from julian) Message-Id: <200410310421.i9V4Li9A004261@repoman.freebsd.org> From: Julian Elischer Date: Sun, 31 Oct 2004 04:21:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libpthread/thread thr_create.cthr_find_thread.c thr_kern.c thr_private.h thr_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 04:21:45 -0000 julian 2004-10-31 04:21:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libpthread/thread thr_create.c thr_find_thread.c thr_kern.c thr_private.h thr_sig.c Log: MFC: Revision Changes Path 1.58 +1 -0 src/lib/libpthread/thread/thr_create.c 1.14 +1 -1 src/lib/libpthread/thread/thr_find_thread.c 1.115 +27 -10 src/lib/libpthread/thread/thr_kern.c 1.119 +15 -11 src/lib/libpthread/thread/thr_private.h 1.81 +1 -2 src/lib/libpthread/thread/thr_sig.c fix race conditions Approved by: re (scottl) Revision Changes Path 1.57.2.1 +1 -0 src/lib/libpthread/thread/thr_create.c 1.13.4.1 +1 -1 src/lib/libpthread/thread/thr_find_thread.c 1.112.2.1 +27 -10 src/lib/libpthread/thread/thr_kern.c 1.118.2.1 +15 -11 src/lib/libpthread/thread/thr_private.h 1.79.2.1 +1 -2 src/lib/libpthread/thread/thr_sig.c