Julian,
> On Mon, 4 Mar 2002, Julian Elischer wrote:
>
> >
> >
> > On Mon, 4 Mar 2002, Maksim Yevmenkin wrote:
> >
> > > Julian,
> > >
> > > thank you very much for a such detailed answer :)
> > >
> > > [...]
> > >
>
> I just checked in some generic timeout routines into ng_base.c
> in -current
On Mon, 4 Mar 2002, Julian Elischer wrote:
>
>
> On Mon, 4 Mar 2002, Maksim Yevmenkin wrote:
>
> > Julian,
> >
> > thank you very much for a such detailed answer :)
> >
> > [...]
> >
I just checked in some generic timeout routines into ng_base.c
in -current.
have a look and see if the
On Mon, 4 Mar 2002, Maksim Yevmenkin wrote:
> Julian,
[...]
>
> speaking of ng_tty... it is clear to me how to inject data into Netgraph
> in a safe way, but it is not yet clear how Netgraph can inject data into
> other subsystems.
>
> you see, the Bluetooth spec defines several Host (PC) to
Julian,
[...]
> > > I hope that this helps you!
> >
> > yes it did help :) i changed my code and it seems to work just fine.
> > i wish i had SMP laptop to test it :)
>
> Well it aint exactly SMP safe YET, until I make those changes through teh
> REST of the system. There are still direct timeo
On Mon, 4 Mar 2002, Maksim Yevmenkin wrote:
> Julian,
>
> thank you very much for a such detailed answer :)
>
> [...]
>
> > I hope that this helps you!
>
> yes it did help :) i changed my code and it seems to work just fine.
> i wish i had SMP laptop to test it :)
Well it aint exactly S
Julian,
thank you very much for a such detailed answer :)
[...]
> I hope that this helps you!
yes it did help :) i changed my code and it seems to work just fine.
i wish i had SMP laptop to test it :)
thanks,
max
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-cur
Maksim Yevmenkin wrote:
>
> Hackers,
Ah here we have teh one part of -curretn netgraph that is not
yet fully implemented..
Netgraph has it's own locking, using a spinlock in the worst case
but trying like crazy to avoid havong to use it. It implememts
a reader-writer (shared/exclusive) locking