From owner-cvs-all@FreeBSD.ORG Sun Jul 6 21:42:05 2003 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 3F7CE37B401; Sun, 6 Jul 2003 21:42:05 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CC343FD7; Sun, 6 Jul 2003 21:42:04 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 42BA22ED444; Sun, 6 Jul 2003 21:42:04 -0700 (PDT) Date: Sun, 6 Jul 2003 21:42:04 -0700 From: Alfred Perlstein To: David Xu Message-ID: <20030707044204.GM72093@elvis.mu.org> References: <200307070428.h674SNfq092785@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307070428.h674SNfq092785@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_attr_get_np.c thr_cancel.c thr_getschedparam.c thr_join.c thr_mutex_prioceiling.c thr_sigaction.c thr_sigmask.c thr_sigpending.c thr_sigsuspend.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: Mon, 07 Jul 2003 04:42:05 -0000 * David Xu [030706 21:28] wrote: > davidxu 2003/07/06 21:28:23 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_attr_get_np.c thr_cancel.c > thr_getschedparam.c thr_join.c > thr_mutex_prioceiling.c thr_sigaction.c > thr_sigmask.c thr_sigpending.c > thr_sigsuspend.c > Log: > Avoid accessing user provided parameters in critical region. Interesting, is this to avoid pagefaults during critical sections inside userspace? -Alfred