From owner-cvs-src@FreeBSD.ORG Sun Jul 6 21:45:07 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 1FED637B401; Sun, 6 Jul 2003 21:45:07 -0700 (PDT) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDBB43F3F; Sun, 6 Jul 2003 21:45:03 -0700 (PDT) (envelope-from davidxu@viatech.com.cn) Received: from davidw2k (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3MLFWXRM; Mon, 7 Jul 2003 12:28:03 +0800 Message-ID: <005f01c34442$f9091c40$f001a8c0@davidw2k> From: "David Xu" To: "Alfred Perlstein" References: <200307070428.h674SNfq092785@repoman.freebsd.org> <20030707044204.GM72093@elvis.mu.org> Date: Mon, 7 Jul 2003 12:48:13 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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-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: Mon, 07 Jul 2003 04:45:07 -0000 ----- Original Message -----=20 From: "Alfred Perlstein" To: "David Xu" Cc: ; ; = Sent: Monday, July 07, 2003 12:42 PM 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 > * David Xu [030706 21:28] wrote: > > davidxu 2003/07/06 21:28:23 PDT > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > lib/libpthread/thread thr_attr_get_np.c thr_cancel.c=20 > > thr_getschedparam.c thr_join.c=20 > > thr_mutex_prioceiling.c thr_sigaction.c=20 > > thr_sigmask.c thr_sigpending.c=20 > > thr_sigsuspend.c=20 > > Log: > > Avoid accessing user provided parameters in critical region. >=20 > Interesting, is this to avoid pagefaults during critical sections > inside userspace? >=20 Yes. > -Alfred >