| History log of /src/tests/ipf |
| Revision | Date | Author | Comments |
| 1.5 | 30-Nov-2012 |
pgoyette | Rather than providing a custom Atffile that requires separate maintenance, just don't build or install the t_bpf.sh test.
|
| 1.4 | 18-Dec-2010 |
pooka | branches: 1.4.6; 1.4.12; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.3 | 13-Jul-2010 |
jmmv | Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.2 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file Atffile was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.4.12.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.4.6.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.5 | 30-Nov-2012 |
pgoyette | Rather than providing a custom Atffile that requires separate maintenance, just don't build or install the t_bpf.sh test.
|
| 1.4 | 18-Dec-2010 |
pooka | branches: 1.4.6; 1.4.12; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.3 | 13-Jul-2010 |
jmmv | Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.2 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.4.12.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.4.6.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.9 | 10-Nov-2021 |
msaitoh | s/endianess/endianness/
|
| 1.8 | 16-May-2013 |
martin | Assume that the NAT failures that happen on some architectures are endianess bugs, so do not expect failure on LE archs for now.
|
| 1.7 | 01-Dec-2012 |
pgoyette | Use proper quoting for the expected-failure reason
|
| 1.6 | 30-Nov-2012 |
pgoyette | If we're going to expect a failure, we need to use the correct shell function! "atf_expect_fail()" does not have a "_tc" in its name!
|
| 1.5 | 29-Nov-2012 |
pgoyette | fix typo in previous - missing quote
|
| 1.4 | 29-Nov-2012 |
pgoyette | Add another test option for expected failures, rather than simply skipping tests
|
| 1.3 | 07-Nov-2010 |
jmmv | branches: 1.3.6; 1.3.12; Adjusts tests after import of atf-0.12:
- The use.fs property is gone. - Mark the tests/fs/t_create:attrs test as broken when using the default unprivileged-user:_atf setting. This probably deserves a fix somehow but I'm not sure at this point.
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3.12.2 | 23-Jun-2013 |
tls | resync from head
|
| 1.3.12.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.3.6.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.3.6.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.3 | 29-Nov-2012 |
pgoyette | Even though this test is currently disabled, fix it so it looks for the correct input and expected-output files for test case bpf_f1
|
| 1.2 | 19-Oct-2010 |
jmmv | branches: 1.2.6; 1.2.12; Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.2.12.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.2.6.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.8 | 17-Mar-2013 |
jmmv | Mark some long-standing failures as known failures.
The offending tests are these: - t_filter_exec: f26, f27. - t_filter_parse: i17. - t_nat_exec: n12.
These tests are confirmed to fail in NetBSD/current under amd64, i386 and sparc as reported by the continuous testing systems.
|
| 1.7 | 07-Jul-2012 |
pgoyette | branches: 1.7.2; Re-enable some of the ipf tests. The only thing wrong with these tests is that the tests were not re-imported with the rest of ipfilter 5.1.1
XXX There are still some more ipf test failures that need to get resolved, XXX but at least we'll get some of them back just in case we have a XXX regression.
|
| 1.6 | 27-Mar-2012 |
jruoho | Mark the failing tests as broken. XXX: If no one is willing to maintain the ipf tests, these should be removed.
|
| 1.5 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.4 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3 | 18-Dec-2010 |
pooka | branches: 1.3.6; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3.6.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.3.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.7.2.1 | 23-Jun-2013 |
tls | resync from head
|
| 1.12 | 06-Dec-2014 |
dholland | Null commit, to note that the previous commit by darrenr (which said just "PR kern/47462") didn't even have the right PR number. The correct number, as far as I can tell, was PR 47262.
/brick
|
| 1.11 | 29-Jun-2014 |
darrenr | PR kern/47462
|
| 1.10 | 17-Mar-2013 |
jmmv | branches: 1.10.6; Mark some long-standing failures as known failures.
The offending tests are these: - t_filter_exec: f26, f27. - t_filter_parse: i17. - t_nat_exec: n12.
These tests are confirmed to fail in NetBSD/current under amd64, i386 and sparc as reported by the continuous testing systems.
|
| 1.9 | 03-Dec-2012 |
pgoyette | Now that expected output files have been adjusted, we can remove the expectation that tests i14 and i19 will fail.
Should address kern/47262 which will be closed.
|
| 1.8 | 01-Dec-2012 |
pgoyette | Based on the error messages, the test is not broken, but ipftest probably in broken.
Once we can analyze the error further, we can open a PR in Gnats and then move this to Expected-Failure. But we shouldn't skip it because we'll never come back to fix it.
|
| 1.7 | 29-Nov-2012 |
pgoyette | Now that I've created PR/47262, reference it in the tests that fail because of the PR
|
| 1.6 | 08-Jul-2012 |
pgoyette | branches: 1.6.2; Restore one more group of tests.
XXX Test i17 was broken previously, and remains broken.
|
| 1.5 | 27-Mar-2012 |
jruoho | Mark the failing tests as broken. XXX: If no one is willing to maintain the ipf tests, these should be removed.
|
| 1.4 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.3 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.2 | 19-Oct-2010 |
jmmv | branches: 1.2.6; Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.2.6.4 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.2.6.3 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.2.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.2.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.6.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6.2.2 | 23-Jun-2013 |
tls | resync from head
|
| 1.6.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.10.6.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.4 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3 | 12-Jun-2010 |
pooka | Skip failing tests. When someone figures out where the problem is, these can be reenabled.
|
| 1.2 | 04-Jun-2010 |
jmmv | atf-0.9 introduces an use.fs test-case property to allow tests to write to their work directory. The purpose is to be able to know which tests intend to touch the file system and to allow a minor optimization in atf-run.
Define use.fs=true for all those tests requiring it. (This highlights that some tests currently require modifying the file system but conceptually they shouldn't be... which leaves room for further improvements/cleanups later :-)
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file t_ipf.awk was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.3 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.2 | 12-Jun-2010 |
pooka | Skip failing tests. When someone figures out where the problem is, these can be reenabled.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file t_ipf.in was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.22 | 26-Dec-2015 |
pgoyette | Remove the "expected failure" from test n12, and change it not to use the "-v" command line option to ipf_test. The -v option causes it to display additional information, some of which is not fixed (looks like an internal data structure address).
One fewer on the expected-failures list. :)
|
| 1.21 | 01-Dec-2014 |
martin | Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it recently.
|
| 1.20 | 15-Jul-2014 |
martin | branches: 1.20.2; Darren fixed n8 and n9 recently
|
| 1.19 | 12-Jul-2014 |
darrenr | Test n17_6 does not yet exist so remove unrequired files and test case
|
| 1.18 | 16-May-2013 |
martin | branches: 1.18.4; Mark two more test case as only failing for BE
|
| 1.17 | 16-May-2013 |
martin | Assume that the NAT failures that happen on some architectures are endianess bugs, so do not expect failure on LE archs for now.
|
| 1.16 | 19-Mar-2013 |
martin | Fix argument order for "n14"
|
| 1.15 | 18-Mar-2013 |
martin | Mark a few more test cases known to only work by chance as failing and point to PR 47665. Julio: how do we make such cases not fail when they actually happen to work (by pure luck)?
|
| 1.14 | 17-Mar-2013 |
jmmv | Mark some long-standing failures as known failures.
The offending tests are these: - t_filter_exec: f26, f27. - t_filter_parse: i17. - t_nat_exec: n12.
These tests are confirmed to fail in NetBSD/current under amd64, i386 and sparc as reported by the continuous testing systems.
|
| 1.13 | 02-Dec-2012 |
pgoyette | Test-case n3_6 is not applicable to NetBSD (according to Darren R.)
|
| 1.12 | 01-Dec-2012 |
pgoyette | More test clean-up
|
| 1.11 | 29-Nov-2012 |
pgoyette | Update a couple of tests to indicate that they are broken/failing because of missing input/expected data files
|
| 1.10 | 29-Nov-2012 |
pgoyette | Since all of the expected-results files provided from upstream include the "-D" output (Dump additional internal tables), update the tests to actually generate the data!
This lets us re-enable 28 of the 30 "skipped" tests.
XXX Still need to work on tests n12 and n17_6
|
| 1.9 | 22-Jul-2012 |
darrenr | branches: 1.9.2; test cases n201 and n202 were removed on import of 5.1.2
|
| 1.8 | 08-Jul-2012 |
pgoyette | Restore the rest of the ipfilter test framework, even if most of these tests are broken. The "golden output" files for these tests need to be updated.
|
| 1.7 | 27-Mar-2012 |
jruoho | Mark the failing tests as broken. XXX: If no one is willing to maintain the ipf tests, these should be removed.
|
| 1.6 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.5 | 14-Feb-2012 |
martin | Comment out test n3_6 - the data files are missing
|
| 1.4 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3 | 18-Dec-2010 |
pooka | branches: 1.3.6; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3.6.4 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.3.6.3 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.3.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.9.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.9.2.2 | 23-Jun-2013 |
tls | resync from head
|
| 1.9.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.18.4.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.20.2.1 | 01-Dec-2014 |
snj | Pull up following revision(s) (requested by martin in ticket #287): tests/ipf/t_nat_exec.sh: revision 1.21 Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it recently.
|
| 1.7 | 07-Jul-2012 |
pgoyette | Re-enable some of the ipf tests. The only thing wrong with these tests is that the tests were not re-imported with the rest of ipfilter 5.1.1
XXX There are still some more ipf test failures that need to get resolved, XXX but at least we'll get some of them back just in case we have a XXX regression.
|
| 1.6 | 27-Mar-2012 |
jruoho | Mark the failing tests as broken. XXX: If no one is willing to maintain the ipf tests, these should be removed.
|
| 1.5 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.4 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3 | 18-Dec-2010 |
pooka | branches: 1.3.6; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.8 | 29-Jun-2014 |
darrenr | Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.7 | 29-Jun-2014 |
darrenr | in2 is no longer a broken test case
|
| 1.6 | 08-Jul-2012 |
pgoyette | branches: 1.6.2; 1.6.8; Restore some more tests from ipfilter 5.1.1
XXX Test in2 was broken before the ipfilter 5.1.1 import, and is still XXX broken.
|
| 1.5 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.4 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3 | 18-Dec-2010 |
pooka | branches: 1.3.6; Disable test cases which have not worked in ages instead of skipping them.
|
| 1.2 | 19-Oct-2010 |
jmmv | Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.3.6.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.6.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.6.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.8 | 03-Dec-2012 |
pgoyette | Christos fixed the crash in ipftest, so re-enable the failing tests.
|
| 1.7 | 01-Dec-2012 |
pgoyette | Put the reason for expected failure in the correct position
|
| 1.6 | 01-Dec-2012 |
pgoyette | Now that we have a PR for the brokenness in "ipftest -P -N", mark the related tests as Expected Failure rather than just skipping the tests.
|
| 1.5 | 08-Jul-2012 |
pgoyette | branches: 1.5.2; Restore some more of the ipfilter 5.1.1 tests.
XXX It appears that ipftest is not handling the policy {,src-,dst-}hash XXX correctly, so these tests are still marked broken/skipped.
|
| 1.4 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.3 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.2 | 19-Oct-2010 |
jmmv | branches: 1.2.6; Oh, wow. Loads of broken ipf test cases that went unnoticed because they were unchecked errors. Fix them.
These have been caught by the upcoming version of atf, which explicitly does 'set -e' in shell test programs.
|
| 1.1 | 10-Jul-2010 |
jmmv | Do not use awk to generate the test program. Use some eval magic to generate the tests on the fly alongside with easier-to-read functions.
While doing this, split the big monolithic test program into more granular but cohesive test programs.
Phew, this one was tough. And it's horrible to see that many these tests (yes, the tests themselves probably) are broken.
|
| 1.2.6.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.2.6.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.5.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.1 | 22-Jul-2012 |
darrenr | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | branches: 1.1.1.1.4; Import IPFilter 5.1.2
|
| 1.1.1.1.4.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.1.1.4.1 | 22-Jul-2012 |
yamt | file .cvsignore was added on branch yamt-pagecache on 2012-10-30 18:59:54 +0000
|
| 1.7 | 30-Jun-2014 |
darrenr | New IPv6 tests for ipnat parsing need to be built by make so that they can be executed.
|
| 1.6 | 22-Jul-2012 |
darrenr | branches: 1.6.2; 1.6.8; test cases n201 and n202 were removed on import of 5.1.2
|
| 1.5 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.4 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.3 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.2 | 13-Jul-2010 |
jmmv | branches: 1.2.6; Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.2.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.6.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.6.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file bpf-f1 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file bpf1 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f1 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f10 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f11 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f12 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f13 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f14 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f15 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f16 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f17 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f18 was added on branch jym-xensuspend on 2009-05-13 19:19:23 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f19 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f2 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f20 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f21 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f22 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f24 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f25 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f26 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f27 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f28 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f29 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f3 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f30 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f4 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f5 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f6 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f7 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f8 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f9 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i1 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i10 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i11 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i12 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i13 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.7 | 03-Dec-2012 |
pgoyette | Add a couple more inet6 tests to verify correct rule parsing
|
| 1.6 | 03-Dec-2012 |
pgoyette | Include an explicit test for correctly inferring family inet6 when there is an IPv6 address in the rule
|
| 1.5 | 03-Dec-2012 |
pgoyette | For rules without any address, don't infer an address family.
|
| 1.4 | 23-Mar-2012 |
christos | branches: 1.4.2; Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i14 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i15 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i16 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i17 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i18 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.5 | 03-Dec-2012 |
pgoyette | Without explicit address, the address family is not inferred and not displayed in the output.
|
| 1.4 | 23-Mar-2012 |
christos | branches: 1.4.2; Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i19.dist was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i2 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i20 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i21 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file i22 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; 1.1.4; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.4.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.4.1 | 13-Feb-2012 |
yamt | file i23 was added on branch yamt-pagecache on 2012-04-17 00:09:04 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i3 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i4 was added on branch jym-xensuspend on 2009-05-13 19:19:24 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i5 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i6 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i7 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i8 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i9 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in1 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in100 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in100_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in100_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in101 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in101_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in101_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in102 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in102_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in102_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in1_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in1_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.7 | 05-Nov-2015 |
martin | Ooops, pilot error - revert last
|
| 1.6 | 05-Nov-2015 |
martin | Fix expected output to match -current NetBSD reality (port "255" is not mapped to "reserved")
|
| 1.5 | 30-Jun-2014 |
darrenr | NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved" so expect that in the parsing output instead of 255.
|
| 1.4 | 23-Mar-2012 |
christos | branches: 1.4.2; 1.4.8; Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in2 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.4.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4 | 05-Nov-2015 |
martin | Ooops, pilot error - revert last
|
| 1.3 | 05-Nov-2015 |
martin | Fix expected output to match -current NetBSD reality (port "255" is not mapped to "reserved")
|
| 1.2 | 15-Jul-2014 |
martin | branches: 1.2.2; 1.2.6; NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved" so expect that in the parsing output instead of 255.
|
| 1.1 | 29-Jun-2014 |
darrenr | Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.2.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.2.6.1 | 15-Jul-2014 |
tls | file in2_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.2.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.2.2.1 | 15-Jul-2014 |
tls | file in2_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in3 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in3_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in3_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in4 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in4_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in4_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in5 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in5_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in5_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in6 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in6_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in6_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; 1.1.4; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.4.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.4.1 | 13-Feb-2012 |
yamt | file in7 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in8_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in8_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ip1 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ip2 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ip3 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.1 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.2 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.3 was added on branch jym-xensuspend on 2009-05-13 19:19:25 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ipv6.4 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.5 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.6 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file l1 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file l1.b was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n1 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n10 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n100 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n101 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n102 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n103 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n104 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n105 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n106 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n11 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n11_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n12 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n12_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n13 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n13_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.6 | 25-Nov-2014 |
ozaki-r | Fix wrong expected outputs
IP addresses in the expected outputs looks reversed (in byte order). It seems the expected outputs had been generated based on source code with a bug and the bug was fixed by a commit titled "#534 destination list hashing not endian neutral" by darrenr@.
|
| 1.5 | 22-Jul-2012 |
darrenr | branches: 1.5.10; Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n14 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5.10.1 | 01-Dec-2014 |
martin | Pull up following revision(s) (requested by ozaki-r in ticket #278): tests/ipf/expected/n14: revision 1.6 tests/ipf/expected/n14_6: revision 1.5 Fix wrong expected outputs IP addresses in the expected outputs looks reversed (in byte order). It seems the expected outputs had been generated based on source code with a bug and the bug was fixed by a commit titled "#534 destination list hashing not endian neutral" by darrenr@.
|
| 1.5 | 25-Nov-2014 |
ozaki-r | Fix wrong expected outputs
IP addresses in the expected outputs looks reversed (in byte order). It seems the expected outputs had been generated based on source code with a bug and the bug was fixed by a commit titled "#534 destination list hashing not endian neutral" by darrenr@.
|
| 1.4 | 22-Jul-2012 |
darrenr | branches: 1.4.10; Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n14_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4.10.1 | 01-Dec-2014 |
martin | Pull up following revision(s) (requested by ozaki-r in ticket #278): tests/ipf/expected/n14: revision 1.6 tests/ipf/expected/n14_6: revision 1.5 Fix wrong expected outputs IP addresses in the expected outputs looks reversed (in byte order). It seems the expected outputs had been generated based on source code with a bug and the bug was fixed by a commit titled "#534 destination list hashing not endian neutral" by darrenr@.
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n16 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n17 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n18 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n1_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n2 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n200 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n201 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n202 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n2_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n3 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n4 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n4_6 was added on branch yamt-pagecache on 2012-04-17 00:09:05 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n5 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n5_6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n6 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n6_6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n7 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n7_6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n8 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n8_6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n9 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n9_6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni1 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni10 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni11 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni12 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni13 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni14 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni15 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni16 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ni17 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ni18 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni19 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni2 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni20 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni21 was added on branch jym-xensuspend on 2009-05-13 19:19:26 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni23 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni3 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni4 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni5 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni6 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni7 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni8 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni9 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p1 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p10 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p11 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p12 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p13 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p2 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p3 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p4 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p5 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p6 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p7 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p9 was added on branch yamt-pagecache on 2012-04-17 00:09:06 +0000
|
| 1.7 | 12-Jul-2014 |
darrenr | Test n17_6 does not yet exist so remove unrequired files and test case
|
| 1.6 | 22-Jul-2012 |
darrenr | branches: 1.6.2; 1.6.8; test cases n201 and n202 were removed on import of 5.1.2
|
| 1.5 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.4 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.3 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.2 | 13-Jul-2010 |
jmmv | branches: 1.2.6; Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.2.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.2.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.6.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.6.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f1 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f10 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f11 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f12 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f13 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f14 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f15 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f16 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f17 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f18 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f19 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f2 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f20 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f21 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f22 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.2 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f24 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f25 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f26 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f27 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f28 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f29 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f3 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f30 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f4 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f5 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f6 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f7 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f8 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f9 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ip2.data was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.1 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.2 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.2 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.3 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ipv6.4 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.5 was added on branch jym-xensuspend on 2009-05-13 19:19:27 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.6 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file l1 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n1 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n10 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n100 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n101 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n102 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n103 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n104 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n105 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n106 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n10_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n11 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n11_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n12 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n12_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n13 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n13_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n14 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n14_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n16 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n17 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 12-Jul-2014 |
darrenr | Test n17_6 does not yet exist so remove unrequired files and test case
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; 1.3.4; 1.3.10; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.10.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.3.4.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n17_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n18 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n1_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n2 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n200 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n201 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n202 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n2_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n3 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n4 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n4_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n5 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n5_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n6 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n6_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n7 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n7_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n8 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n8_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n9 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n9_6 was added on branch yamt-pagecache on 2012-04-17 00:09:07 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni1 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni10 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni11 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni12 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni13 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni14 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni15 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni16 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni17 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ni18 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni19 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni2 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni20 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni21 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni23 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni3 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni4 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni5 was added on branch jym-xensuspend on 2009-05-13 19:19:28 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni6 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni7 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni8 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni9 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p1 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p10 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p11 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p12 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p13 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p2 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p3 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p4 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p5 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p6 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p7 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p9 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.8 | 12-Jul-2014 |
darrenr | Test n17_6 does not yet exist so remove unrequired files and test case
|
| 1.7 | 30-Jun-2014 |
darrenr | New IPv6 tests for ipnat parsing need to be built by make so that they can be executed.
|
| 1.6 | 22-Jul-2012 |
darrenr | branches: 1.6.2; 1.6.8; test cases n201 and n202 were removed on import of 5.1.2
|
| 1.5 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.4 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.3 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.2 | 13-Jul-2010 |
jmmv | branches: 1.2.6; Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.2.6.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.2.6.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.6.8.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.6.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file bpf-f1 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file bpf1 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f1 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f10 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f11 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f12 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f13 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f14 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f15 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f16 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f17 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f18 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f19 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f2 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f20 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f21 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f22 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f24 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f25 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f26 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f27 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f28.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f28.pool was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f29.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f29.pool was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f3 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file f30 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f4 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f5 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f6 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f7 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f8 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file f9 was added on branch jym-xensuspend on 2009-05-13 19:19:29 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i1 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i10 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i11 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i12 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i13 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.6 | 03-Dec-2012 |
pgoyette | Add a couple more inet6 tests to verify correct rule parsing
|
| 1.5 | 03-Dec-2012 |
pgoyette | Include an explicit test for correctly inferring family inet6 when there is an IPv6 address in the rule
|
| 1.4 | 23-Mar-2012 |
christos | branches: 1.4.2; Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i14 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4.2.1 | 25-Feb-2013 |
tls | resync with head
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i15 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i16 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i17 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i18 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i19 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i2 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i20 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i21 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file i22 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file i23 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i3 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i4 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i5 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i6 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i7 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i8 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file i9 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in1 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in100 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in100_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in100_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in101 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in101_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in101_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in102 was added on branch yamt-pagecache on 2012-04-17 00:09:08 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in102_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in102_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in1_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in1_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in2 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in2_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in2_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in3 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in3_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in3_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in4 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in4_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in4_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in5 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in5_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in5_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file in6 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in6_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in6_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file in7 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 29-Jun-2014 |
darrenr | branches: 1.1.2; 1.1.6; Add in test cases for testing ipnat's parsing of IPv6 NAT rules
|
| 1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.1.6.1 | 29-Jun-2014 |
tls | file in8_6 was added on branch tls-maxphys on 2014-08-20 00:04:48 +0000
|
| 1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
| 1.1.2.1 | 29-Jun-2014 |
tls | file in8_6 was added on branch tls-earlyentropy on 2014-08-10 06:57:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ip1 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ip2 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ip3 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.1 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.2 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.3 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ipv6.4 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.5 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.2 | 30-Oct-2012 |
yamt | sync with head
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.5 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ipv6.6 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file l1 was added on branch jym-xensuspend on 2009-05-13 19:19:30 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n1 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n10 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n100 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n101 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n102 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n103 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n104 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n105 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n106 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n10_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n11 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n11_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n12 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n12_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n13 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n13_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n14 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n14_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n15_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n16 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n16_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n17 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 12-Jul-2014 |
darrenr | Test n17_6 does not yet exist so remove unrequired files and test case
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; 1.3.4; 1.3.10; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.10.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.3.4.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n17_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n18 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n1_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n2 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n200 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n201 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.4 | 22-Jul-2012 |
darrenr | Merged IPFilter 5.1.2 into HEAD
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.3.2.3 | 30-Oct-2012 |
yamt | sync with head
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n202 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n2_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n3 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n4 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n4_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n5 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n5_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n6 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n6_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n7 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n7_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n8 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n8_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file n9 was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file n9_6 was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni1.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni1.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni10.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni10.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni11.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni11.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni12.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni12.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni13.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni13.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni14.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni14.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni15.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni15.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni16.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni16.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; 1.1.4; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.4.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.4.1 | 13-Feb-2012 |
yamt | file ni17.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni17.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; 1.1.4; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.4.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.4.1 | 13-Feb-2012 |
yamt | file ni18.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file ni18.nat was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni19.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni19.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni2.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni2.nat was added on branch jym-xensuspend on 2009-05-13 19:19:31 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni20.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni20.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni21.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni21.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni23.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni23.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni3.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni3.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni4.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni4.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni5.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni5.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni6.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni6.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni7.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni7.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni8.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni8.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni9.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file ni9.nat was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p1.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p1.pool was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p10.nat was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p10.pool was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p11.nat was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p11.pool was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p12.nat was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p12.pool was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p13.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p13.pool was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p2.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.4 | 23-Mar-2012 |
christos | Update to the tests from 5.1.1
|
| 1.3 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.2 | 13-Feb-2012 |
darrenr | Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; 1.1.8; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.8.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p3.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:32 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p3.pool was added on branch jym-xensuspend on 2009-05-13 19:19:33 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p4.nat was added on branch yamt-pagecache on 2012-04-17 00:09:09 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p4.pool was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p5.ipf was added on branch jym-xensuspend on 2009-05-13 19:19:33 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.1 | 20-Feb-2009 |
jmmv | branches: 1.1.1; 1.1.2; Add the ipf tests developed by Lukasz Strzygowski as part of the atfify GSoC 2008 project. These were originally inside the kernel subdirectory but I think they belong in their own top-level directory because ipf consists of more components than just the kernel-level packet filter.
|
| 1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.1.2.1 | 20-Feb-2009 |
jym | file p5.pool was added on branch jym-xensuspend on 2009-05-13 19:19:33 +0000
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p6.ipf was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p6.pool was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p6.whois was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p7.nat was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p7.pool was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p9.nat was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|
| 1.3 | 23-Mar-2012 |
christos | branches: 1.3.2; Update to the tests from 5.1.1
|
| 1.2 | 15-Feb-2012 |
riz | Back out the recent import of IPFilter 5.1.1 for the upcoming branch, which will now have IPFilter 4.1.34. IPFilter 5.1.1 will be restored post-branch.
ok: core, releng.
|
| 1.1 | 13-Feb-2012 |
darrenr | branches: 1.1.1; Update ipf test suite with test cases from IPFilter 5.1.1
|
| 1.1.1.1 | 22-Jul-2012 |
darrenr | Import IPFilter 5.1.2
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 23-Mar-2012 |
yamt | file p9.pool was added on branch yamt-pagecache on 2012-04-17 00:09:10 +0000
|