Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 16:30:05 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern tty_pty.c
Message-ID:  <Pine.BSF.4.21.0109211628290.37053-100000@InterJet.elischer.org>
In-Reply-To: <200109212222.f8LMMPp16469@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I don't understand why it was curthread..
I was trying to not make that exact kind of change...
Maybe I just got confused somewhere, or maybe it happenned before ai had
thread pointers in that context and I never changed it back...


On Fri, 21 Sep 2001, John Baldwin wrote:

> jhb         2001/09/21 15:22:25 PDT
> 
>   Modified files:
>     sys/kern             tty_pty.c 
>   Log:
>   Use the passed in thread pointer instead of curthread in calls to
>   selrecord() in ptcpoll().  The pre-KSE code used the passed in proc pointer
>   rather than curproc, and an earlier seltrue() call uses the passed in
>   thread and not curthread.
>   
>   Revision  Changes    Path
>   1.90      +3 -3      src/sys/kern/tty_pty.c
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0109211628290.37053-100000>