cvs commit: src/tools/regression/bpf/bpf_filter Makefile bpf_test.c src/tools/regression/bpf/bpf_filter/tests test0001.h test0075.h test0076.h test0077.h test0078.h

Jung-uk Kim jkim at FreeBSD.org
Tue Aug 26 19:25:11 UTC 2008


jkim        2008-08-26 19:24:58 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/bpf/bpf_filter Makefile bpf_test.c 
    tools/regression/bpf/bpf_filter/tests test0001.h 
  Added files:
    tools/regression/bpf/bpf_filter/tests test0075.h test0076.h 
                                          test0077.h test0078.h 
  Log:
  SVN rev 182219 on 2008-08-26 19:24:58Z by jkim
  
  Add more test cases for invalid instructions and add comments
  about bpf_validate(9) issues.
  
  Revision  Changes    Path
  1.6       +6 -5      src/tools/regression/bpf/bpf_filter/Makefile
  1.6       +79 -4     src/tools/regression/bpf/bpf_filter/bpf_test.c
  1.2       +1 -0      src/tools/regression/bpf/bpf_filter/tests/test0001.h
  1.1       +36 -0     src/tools/regression/bpf/bpf_filter/tests/test0075.h (new)
  1.1       +37 -0     src/tools/regression/bpf/bpf_filter/tests/test0076.h (new)
  1.1       +36 -0     src/tools/regression/bpf/bpf_filter/tests/test0077.h (new)
  1.1       +37 -0     src/tools/regression/bpf/bpf_filter/tests/test0078.h (new)


More information about the cvs-src mailing list