Re: [PATCH] add header "pppoe:" in ng_pppoe.c printfs

2006-08-05 Thread Joao Barros
On 8/5/06, Joao Barros <[EMAIL PROTECTED]> wrote: On 8/4/06, Gleb Smirnoff <[EMAIL PROTECTED]> wrote: > On Fri, Aug 04, 2006 at 04:48:49PM +0100, Joao Barros wrote: > J> On 8/4/06, Gleb Smirnoff <[EMAIL PROTECTED]> wrote: > J> >On Thu, Aug 03, 2006 at 03:35:04PM +0100, Joao Barros wrote: > J> >J>

pthreads memoty leak?

2006-08-05 Thread Igor A. Valcov
Hi The startup of this program causes memory leak, doesn't it? What's the reason? Tested on FreeBSD-6.1 and 5.4 with the same effect. On Linux work fine. #include #include #include void* mythread(void* arg) { return NULL; } void threaded() { #define size

Re: miibus + USB = problem ?

2006-08-05 Thread Hans Petter Selasky
On Friday 04 August 2006 02:09, Pyun YongHyeon wrote: > On Thu, Aug 03, 2006 at 02:44:46PM +0200, Hans Petter Selasky wrote: > > On Thursday 03 August 2006 04:25, Pyun YongHyeon wrote: > > > On Wed, Aug 02, 2006 at 02:37:55PM +0200, Hans Petter Selasky wrote: > > I can't sure why you need to invo

Re: RFC 919 compliance (broadcasts to 255.255.255.255)

2006-08-05 Thread Benjamin Lutz
On Saturday 05 August 2006 07:18, you wrote: > On Fri, 4 Aug 2006, Benjamin Lutz wrote: > > Hello, > > > > I've noticed that FreeBSD does not by default comply to RFC 919, Chapter > > 7 (http://tools.ietf.org/html/rfc919). Specifically, it does not handle > > IP packets with a destination address o

jkh weird problem (reading pci device memory)

2006-08-05 Thread Niki Denev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to port a linux driver to freebsd (hsdpa/umts nozomi card), and i'm experiencing some really weird problem... probably due to my limited kernel knowledge/experience. Here it is the attach routine, which tries to read a portion of the d

pthreads memoty leak?

2006-08-05 Thread Igor A. Valcov
Hi The startup of this program causes memory leak, doesn't it? What's the reason? Tested on FreeBSD-6.1 and 5.4 with the same effect. On Linux work fine. #include #include #include void* mythread(void* arg) { return NULL; } void threaded() { #define si

syslog bug ? (was Re: [PATCH] add header "pppoe:" in ng_pppoe.c printfs)

2006-08-05 Thread Luigi Rizzo
On Sat, Aug 05, 2006 at 12:42:12AM +0100, Joao Barros wrote: ... > I patched and recompiled the kernel. > After booting I notice that no messages from ppp are logged by syslog > (messages|ppp.log) What is your OS version ? i hit a similar problem some time ago, and it seems that the syslog client

Re: syslog bug ? (was Re: [PATCH] add header "pppoe:" in ng_pppoe.c printfs)

2006-08-05 Thread Joao Barros
On 8/5/06, Luigi Rizzo <[EMAIL PROTECTED]> wrote: On Sat, Aug 05, 2006 at 12:42:12AM +0100, Joao Barros wrote: ... > I patched and recompiled the kernel. > After booting I notice that no messages from ppp are logged by syslog > (messages|ppp.log) What is your OS version ? FreeBSD ultra5.bsdtec