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: ntp problems; am i the only one?

2002-04-16 Thread Christophe Prevotaux
On 15 Apr 2002 02:04:42 +0200 "Arno J. Klaassen" <[EMAIL PROTECTED]> wrote: > art form the classical > world-cycle on *part* of my boxes, but the problem exists on *all* > boxes. > This might be a firewall-issue of the university, but then, even > "ntpdate -v box-next-to-me" gives the sames behav

Re: IPv6 configuration document?

2002-04-16 Thread Markus Stumpf
On Mon, Apr 15, 2002 at 11:07:53AM +0900, Keiichi SHIMA / ?$BEg7D0l?(B wrote: > Does anyone know where is the document for configuring IPv6 on > FreeBSD, if any? The NetBSD web page has a really cool manual > (http://www.netbsd.org/Documentation/network/ipv6/) for IPv6 people > using NetBSD. I'm

Re: 5.Current Netgraph, Mutex

2002-04-16 Thread Julian Elischer
I'm sorry I have not tried it for some time (a couple of months) I do not know what has been broken. I will try look tomorrow. It only uses mutex in a few places so I will hopefully find what has changed.. Can you give more information (e.g. stack trace?) On Tue, 16 Apr 2002, Roman Kurakin wrot

Re: 5.Current Netgraph, Mutex

2002-04-16 Thread Roman Kurakin
Hi, I am workin with 5.Current branch and I have some problems while unloading my driver or better to say after it done all unload stuff. If I comment kernel options that allow better debuging of MUTEX (WITNESS*) all works, but if I turn them on I will get kernel fault. (sppp + witness als