From owner-cvs-src@FreeBSD.ORG Fri May 23 03:28:13 2003 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 DFDF737B401; Fri, 23 May 2003 03:28:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF3C43FA3; Fri, 23 May 2003 03:28:13 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4NASD0U039034; Fri, 23 May 2003 03:28:13 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4NASDYo039033; Fri, 23 May 2003 03:28:13 -0700 (PDT) Message-Id: <200305231028.h4NASDYo039033@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 23 May 2003 03:28:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_kern.c thr_private.h 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: Fri, 23 May 2003 10:28:14 -0000 mtm 2003/05/23 03:28:13 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_kern.c thr_private.h Log: EDOOFUS Prevent one thread from messing up another thread's saved signal mask by saving it in struct pthread instead of leaving it as a global variable. D'oh! Approved by: re/blanket libthr Revision Changes Path 1.7 +2 -10 src/lib/libthr/thread/thr_kern.c 1.8 +1 -0 src/lib/libthr/thread/thr_private.h