Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c s

2006-04-18 Thread Gleb Smirnoff
On Mon, Apr 17, 2006 at 03:14:03PM -0400, John Baldwin wrote: JChange msleep() and tsleep() to not alter the calling thread's priority Jif the specified priority is zero. This avoids a race where the calling Jthread could read a snapshot of it's current priority, then a different J

Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c s

2006-04-18 Thread John Baldwin
On Tuesday 18 April 2006 04:10 am, Gleb Smirnoff wrote: On Mon, Apr 17, 2006 at 03:14:03PM -0400, John Baldwin wrote: JChange msleep() and tsleep() to not alter the calling thread's priority Jif the specified priority is zero. This avoids a race where the calling Jthread could

Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c s

2006-04-17 Thread John Baldwin
On Monday 17 April 2006 14:20, John Baldwin wrote: jhb 2006-04-17 18:20:38 UTC FreeBSD src repository Modified files: sys/dev/hwpmchwpmc_mod.c sys/dev/random randomdev_soft.c sys/kern kern_intr.c kern_poll.c kern_synch.c