Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-09 Thread Maksim Yevmenkin
Tobias, > > After a very long delay (sorry!) I'm pleased to announce that I'm still > around > > and new a snapshot can be downloaded from > > kickass! I will try it out later today :) > > Here is the list of things I'm planing to do next: > > > > o Prepare patches for FreeBSD source tree > >

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-09 Thread Tobias Roth
On Mon, Sep 08, 2003 at 12:45:03PM -0700, Maksim Yevmenkin wrote: > After a very long delay (sorry!) I'm pleased to announce that I'm still around > and new a snapshot can be downloaded from kickass! I will try it out later today [snip of long interesting list of enhancments] > Here is the list

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-08 Thread Lukas Ertl
On Mon, 8 Sep 2003, Maksim Yevmenkin wrote: > Dear Hackers, > > After a very long delay (sorry!) I'm pleased to announce that I'm still around > and new a snapshot can be downloaded from > > http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030908.tar.gz Max, many thanks from a happy FreeBSD Bluet

Re: Bluetooth stack for FreeBSD

2003-03-06 Thread Christian Brueffer
On Thu, Mar 06, 2003 at 11:41:23AM -0800, Maksim Yevmenkin wrote: > Hello Christian, > > [...] > > >Are there any undertakings on the way to update the bluetooth code > >in -CURRENT to a newer snapshot? > > As soon as I get at least few positive feedbacks from the testers > Julian will commit it

Re: Bluetooth stack for FreeBSD

2003-03-06 Thread Julian Elischer
yes as soon as we get some +ve feedback about it.. i.e. if it works for you let us know and af we don't hear anything -ve and do hear +ve, we'll commit it :-) (Or rather I'll commit it for Maksim). On Thu, 6 Mar 2003, Christian Brueffer wrote: > > Are there any undertakings on the way to update

Re: Bluetooth stack for FreeBSD

2003-03-06 Thread Maksim Yevmenkin
Hello Christian, [...] Are there any undertakings on the way to update the bluetooth code in -CURRENT to a newer snapshot? As soon as I get at least few positive feedbacks from the testers Julian will commit it :) I do not feel comfortable to commit the code that has only been tested on the limit

Re: Bluetooth stack for FreeBSD

2003-03-06 Thread Christian Brueffer
On Wed, Mar 05, 2003 at 03:24:10PM -0800, Maksim Yevmenkin wrote: > > Dear Hackers, > > I'm very pleased to announce that another release is available for > download at > > http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030305.tar.gz > > The Bluetooth sockets layer has been cleaned up. People

Re: Bluetooth stack for FreeBSD

2002-10-01 Thread Josef Karthauser
On Tue, Oct 01, 2002 at 09:42:08AM -0700, Maksim Yevmenkin wrote: > Hello Julian, > > Sorry to bug you, but are you still interested in this? Not sure if you > were following but the latest snapshot (2002/09/22) is available for download > at http://www.geocities.com/m_evmenkin/ > > I asking bec

Re: Bluetooth stack for FreeBSD

2002-10-01 Thread Maksim Yevmenkin
Hello Julian, Sorry to bug you, but are you still interested in this? Not sure if you were following but the latest snapshot (2002/09/22) is available for download at http://www.geocities.com/m_evmenkin/ I asking because you are the only person who has some interest and actually looked at the co

Re: Bluetooth stack for FreeBSD

2002-06-13 Thread Maksim Yevmenkin
Julian, > I was just discussing this with people here at USENIX and I'd like to > start the process for committing this. Oh, gee, thanks :) but, i'm not so sure about committing. There are several important bits and pieces that needed to be done. First of all, i do want to see properly tested

Re: Bluetooth stack for FreeBSD

2002-06-13 Thread Julian Elischer
what a coincidence! I was just discussing this with people here at USENIX and I'd like to start the process for committing this. Do you think it deserves a separate directory under netgraph, or maybe a netbluetooth directory. the documentation needs to be made 'commit-ready' too, as well as som

Re: Bluetooth stack for FreeBSD

2002-04-16 Thread Julian Elischer
On Tue, 16 Apr 2002, Maksim Yevmenkin wrote: > > initially all nodes were WRITERs to "release the stack", but then i > changed my strategy and now i'm serializing data at the edge of graph. > for example both "bt3c" and "h4" nodes will NG_HOOK_FORCE_WRITER on > upstream hook. also i probably

Re: Bluetooth stack for FreeBSD

2002-04-16 Thread Maksim Yevmenkin
Julian, thanks for the comments, as always i found them very useful :) i have combined both e-mail into one and included my answers inline. > ng_btsocket.c: unmodified: line 674 > sbappendrecord(&pcb->so->so_snd, m); > m = m_dup(m, M_TRYWAIT); > if (m == NULL) { >

Re: Bluetooth stack for FreeBSD

2002-04-15 Thread Julian Elischer
On Mon, 15 Apr 2002, Julian Elischer wrote: > > [out of time for now.. will read more later] > > Julian > ok, read a bit more: you say: 2) Locking/SMP External code now uses ng_send_fn to inject data into Netgraph, so it should be fine as long as Netgraph is SMP safe.

Re: Bluetooth stack for FreeBSD

2002-04-15 Thread Julian Elischer
Hi... I have been reading the (well actually, "looking at" may be more acurate.. some minor comments.. ng_btsocket.c: unmodified: line 674 sbappendrecord(&pcb->so->so_snd, m); m = m_dup(m, M_TRYWAIT); if (m == NULL) { error = ENOBUFS; goto