Re: cvs commit: src/sys/kern subr_taskqueue.c

2006-05-25 Thread Sam Leffler
Gleb Smirnoff wrote: > Sam, > > On Wed, May 24, 2006 at 10:11:08PM +, Sam Leffler wrote: > S> sam 2006-05-24 22:11:08 UTC > S> > S> FreeBSD src repository > S> > S> Modified files: > S> sys/kern subr_taskqueue.c > S> Log: > S> When starting up threads in ta

Re: cvs commit: src/sys/kern subr_taskqueue.c

2006-05-25 Thread Gleb Smirnoff
Sam, On Wed, May 24, 2006 at 10:11:08PM +, Sam Leffler wrote: S> sam 2006-05-24 22:11:08 UTC S> S> FreeBSD src repository S> S> Modified files: S> sys/kern subr_taskqueue.c S> Log: S> When starting up threads in taskqueue_start_threads create them S> stop

Re: cvs commit: src/sys/kern subr_taskqueue.c

2006-01-11 Thread John Baldwin
On Wednesday 11 January 2006 08:56 am, Scott Long wrote: > John Baldwin wrote: > > On Tuesday 10 January 2006 07:37 pm, Scott Long wrote: > >>scottl 2006-01-11 00:37:13 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>sys/kern subr_taskqueue.c > >> Log: > >

Re: cvs commit: src/sys/kern subr_taskqueue.c

2006-01-11 Thread Scott Long
John Baldwin wrote: On Tuesday 10 January 2006 07:37 pm, Scott Long wrote: scottl 2006-01-11 00:37:13 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: The interlock in taskqueue_terminate() is completely wrong for taskqueues that use spinlocks

Re: cvs commit: src/sys/kern subr_taskqueue.c

2006-01-11 Thread John Baldwin
On Tuesday 10 January 2006 07:37 pm, Scott Long wrote: > scottl 2006-01-11 00:37:13 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_taskqueue.c > Log: > The interlock in taskqueue_terminate() is completely wrong for taskqueues > that use spinlocks.