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
davidxu at viatech.com.cn
Sun Jul 6 21:45:07 PDT 2003
----- Original Message -----
From: "Alfred Perlstein" <bright at mu.org>
To: "David Xu" <davidxu at FreeBSD.org>
Cc: <src-committers at FreeBSD.org>; <cvs-src at FreeBSD.org>; <cvs-all at FreeBSD.org>
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 <davidxu at FreeBSD.org> [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?
>
Yes.
> -Alfred
>
More information about the cvs-src
mailing list