[6~
> Also, thinking to use FreeBSD code for validation (plus checking for
> memwords we have). It seems to be simpler and faster:
>
> http://www.netbsd.org/~rmind/bpf_validate.diff
It is nice that you point out to comprehensive test suite, but you don't
have time nor interest to do anything abo
chris...@astron.com (Christos Zoulas) wrote:
> >> > Module Name:src
> >> > Committed By: rmind
> >> > Date: Wed Aug 1 23:24:29 UTC 2012
> >> >
> >> > <...>
> >> >
> >> > Log Message:
> >> [...]
> >> > Also, make few BPF fixes and
> >> > simplifications while here.
> >>
Hi Alex,
Alexander Nasonov wrote:
> Mindaugas Rasiukevicius wrote:
> > > Log Message:
> > > Add BPF JIT compiler, currently supporting amd64 and i386. Code
> > > obtained from FreeBSD. Also, make few BPF fixes and simplifications
> > > while here. Note that bpf_jit_enable is false for now.
>
>
On Thu, Aug 02, 2012 at 01:32:27AM +0100, Mindaugas Rasiukevicius wrote:
> "Matt Thomas" wrote:
> > Module Name:src
> > Committed By: matt
> > Date: Thu Aug 2 00:22:32 UTC 2012
> >
> > Modified Files:
> > src/sys/modules/bpf: Makefile
> >
> > Log Message:
> > Add
In article <20120802145819.331e6919@zelz27>,
Matthias Drochner wrote:
>
>On Thu, 2 Aug 2012 02:15:08 +0100
>Mindaugas Rasiukevicius wrote:
>> "Mindaugas Rasiukevicius" wrote:
>> > Module Name:src
>> > Committed By: rmind
>> > Date: Wed Aug 1 23:24:29 UTC 2012
>> >
>
On Thu, 2 Aug 2012 02:15:08 +0100
Mindaugas Rasiukevicius wrote:
> "Mindaugas Rasiukevicius" wrote:
> > Module Name:src
> > Committed By: rmind
> > Date: Wed Aug 1 23:24:29 UTC 2012
> >
> > <...>
> >
> > Log Message:
> [...]
> > Also, make few BPF fixes and
> > simpl
Mindaugas Rasiukevicius wrote:
> > Log Message:
> > Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained
> > from FreeBSD. Also, make few BPF fixes and simplifications while here.
> > Note that bpf_jit_enable is false for now.
I wonder why do you want to generate code yoursel