NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/40384 (64 bit time_t broke wscons)
On Jan 15, 1:05am, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote:
-- Subject: Re: kern/40384 (64 bit time_t broke wscons)
| > On Jan 14, 11:57pm, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi)
wrote:
| > -- Subject: Re: kern/40384 (64 bit time_t broke wscons)
| >
| > | it flushes the queue, yes. but it seems unsafe to me.
| > | eg. if malloc() sleeps.
| > | eg. if someone is in the middle of wsevent_read().
| > | necessary locking complicates the code more, i guess.
| >
| > Got it. Fixed.
| >
| > Thanks,
| >
| > christos
|
| well, have you checked whether it's safe even if every EVSIZE()
| returns different values due to concurrent setversions?
>From a cursory glance, the worst that can happen is that you get junk data.
| with the way i suggested, only uiomove in wsevent_read and
| _INJECT ioctl needs conversion, right? would it be so complicate?
It is not too complicated (I think), go ahead and change it if you want.
I just wanted to keep knowledge of the compat stuff only in wsevent.c.
christos
Home |
Main Index |
Thread Index |
Old Index