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
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 (!net
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
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 n
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
M
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 invocation
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 t
7 matches
Mail list logo