Re: CVS commit: src/sys

2012-08-02 Thread Jukka Ruohonen
[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

Re: CVS commit: src/sys

2012-08-02 Thread Mindaugas Rasiukevicius
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. > >>

Re: CVS commit: src/sys

2012-08-02 Thread Mindaugas Rasiukevicius
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. > >

Re: CVS commit: src/sys/modules/bpf

2012-08-02 Thread David Laight
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

Re: CVS commit: src/sys

2012-08-02 Thread Christos Zoulas
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 >> > >

Re: CVS commit: src/sys

2012-08-02 Thread Matthias Drochner
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

Re: CVS commit: src/sys

2012-08-02 Thread Alexander Nasonov
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