Re: SOCK_RAW sockets and IPPROTO_AH

2004-04-06 Thread Sebastien Petit
Unfortunatly, I can't use bpf/pcap solution because I must do some setsockopts (like IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_ADD_MEMBER etc.) and this can't be done on bpf/pcap. When I'm using IPPROTO_VRRP (ip proto 112), All work fine (and other ip proto type I think). What is the reason

Critical mmap failure?

2004-04-06 Thread Konrad Heuer
I've a couple of systems running FreeBSD 4.9; they all share /usr and anything below by nfs. There are (at less) two applications that do not run or do not run correctly on one distinguished system, but correctly on each other machine. One application is mozilla; it stops shortly after

make(1) guru question

2004-04-06 Thread Jens Schweikhardt
Fellow hackers, suppose you have a long list of files in a make variable V, exceeding kern.argmax. This means there is no way you can write a rule where $(V) is a command argument in any way shape or form. There is also no way to pass the value of V to xargs that I know of. For example with this

Re: make(1) guru question

2004-04-06 Thread Luigi Rizzo
On Tue, Apr 06, 2004 at 08:26:00PM +0200, Jens Schweikhardt wrote: Fellow hackers, suppose you have a long list of files in a make variable V, exceeding kern.argmax. This means there is no way you can write a rule where $(V) is a command argument in any way shape or form. There is also no

Re: make(1) guru question

2004-04-06 Thread Ruslan Ermilov
On Tue, Apr 06, 2004 at 12:11:35PM -0700, Luigi Rizzo wrote: On Tue, Apr 06, 2004 at 08:26:00PM +0200, Jens Schweikhardt wrote: Fellow hackers, suppose you have a long list of files in a make variable V, exceeding kern.argmax. This means there is no way you can write a rule where $(V)

5.2 ipintrq

2004-04-06 Thread Jerry Toung
Hello list, I am trying to port some code that I wrote from 5.0 to 5.2. What is the equivalent of the code below for 5.2. 5.0: ifq = ipintrq; s = splnet(); if (_IF_QFULL(ifq)) { _IF_DROP(ifq); m_freem(m); } else { IF_ENQUEUE(ifq,m); } splx(s); 5.2: ?? if

Re: HEADSUP!!! USB MFC committed..

2004-04-06 Thread Julian Elischer
let me have your patches.. 4.10 goes into code freeze tomorrow so I need them asap. I can get a pass from release engineering to put in fixes pas teh freeze if it's soon. On Wed, 7 Apr 2004, Barry Bouwsma wrote: [sorry for the late followup. also, my address is ipv6-only; drop it and I'll