Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-23 | remove 0x in front of %p -- not needed | Marco S Hyman | |
2002-10-22 | Update for new semantics of set_ipmask (netmask is applied immediately | Camiel Dobbelaar | |
to an address by pfctl). | |||
2002-10-21 | forgot dpadd | Michael Shalayeff | |
2002-10-21 | libs are listed w/ LDADD not LDFLAGS | Michael Shalayeff | |
2002-10-21 | do not use an absolute path in include; dhartmei@ ok | Michael Shalayeff | |
2002-10-21 | regression tests should test for proper operation, not what the code | Marco S Hyman | |
being tested does. A signal should only be delivered to one thread. | |||
2002-10-21 | Clean up the siginfo test. pthreads siginfo delivery code still | Marco S Hyman | |
being tested. | |||
2002-10-21 | Add new tests | Marco S Hyman | |
2002-10-21 | Add test for non-deferred signal handling in threads. pthreads code | Marco S Hyman | |
that makes this test work is being tested. | |||
2002-10-21 | Add test for pthread_kill. The test currently fails as thread | Marco S Hyman | |
specific delivery semantics are incorrect. Fix in progress. | |||
2002-10-16 | License from niels. | Artur Grabowski | |
2002-10-14 | test binat netblocks | Henning Brauer | |
from ryan | |||
2002-10-12 | Enable test for proper inheritance of NONBLOCK flag on accept. | Marco S Hyman | |
The test will fail -- a reminder that I still need to fix this. | |||
2002-10-12 | reduce the amount of output on this test so you can see when things | Marco S Hyman | |
go wrong. Remove dead code. | |||
2002-10-12 | oops, add the test | Marco S Hyman | |
2002-10-12 | signal deliver to blocked thread test | Marco S Hyman | |
2002-10-12 | Do not depend upon bugs in the pthreads implementation for proper | Marco S Hyman | |
operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change. | |||
2002-10-10 | add socket test to check blocking/non-blocking mode on accept. | Marco S Hyman | |
Enable test in makefile | |||
2002-10-09 | comment where code is used | Marco S Hyman | |
2002-10-09 | clean-up. check that SA_RESETHAND does the right thing, too. | Marco S Hyman | |
full library support for this is still pending. | |||
2002-10-07 | more meaningful error | Marco S Hyman | |
2002-10-07 | use/check SA_RESETHAND, too. | Marco S Hyman | |
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV | |||
2002-10-07 | add pthread siginfo support test | Marco S Hyman | |
2002-10-07 | test generic return | Henning Brauer | |
test set block-policy | |||
2002-10-07 | test new return-icmp syntax | Henning Brauer | |
2002-10-07 | adjust for new return-icmp | Henning Brauer | |
2002-10-07 | output slightly different with new return-icmp handling, adjust | Henning Brauer | |
2002-10-07 | this is valid now... change to be invalid | Henning Brauer | |
2002-10-05 | Expand {} lists from left to right, so 'pass in from { a, b } to any' | Daniel Hartmeier | |
becomes '@0 pass in from a to any @1 pass in from b to any' instead of the other way around. Patch from Camiel Dobbelaar. | |||
2002-09-26 | remove MDC2; patents | Markus Friedl | |
2002-09-22 | test line buffer overflow checks in pfctl | Henning Brauer | |
ok frantzen@ | |||
2002-09-20 | test line continuation | Henning Brauer | |
2002-09-18 | test port ranges in rdr rules | Henning Brauer | |
2002-09-18 | test log keywords and log quick/quick log order | Henning Brauer | |
2002-09-18 | test return-rst(ttl number) | Henning Brauer | |
2002-09-18 | test "set loginterface none" | Henning Brauer | |
2002-09-18 | test af detection logic in nat and rdr rules | Henning Brauer | |
2002-09-18 | test antispoof | Henning Brauer | |
2002-09-18 | new kind of pfctl regression tests: | Henning Brauer | |
we have stuff we cannot test in our regression tests as of now as the pfctl -nvf output varies depending on the machine config - esp. network interfaces et all. But we can at least test wether pfctl eats the syntax. add a test for the "self" keyword. ok markus@ | |||
2002-09-15 | some dynaddr tests | Henning Brauer | |
2002-09-14 | Move __cleanup into mprotect'ed page to prevent unintentional modifications | Daniel Hartmeier | |
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@ | |||
2002-09-12 | regress test for antispoof | Henning Brauer | |
2002-09-12 | a grammar in err msgs and a tiny formating fix | Michael Shalayeff | |
2002-09-11 | errx is a proper function here | Michael Shalayeff | |
2002-09-09 | Some posix tests we don't pass yet, and won't until I've added a `magic' | Marc Espie | |
status for variables (as SHELL is very, very special, according to POSIX/Single Unix). | |||
2002-09-03 | suffix the tests to see what is happenning indeed | Michael Shalayeff | |
2002-09-03 | those targets are all phony | Michael Shalayeff | |
2002-09-03 | trim some whitespace in the mail subject | Anil Madhavapeddy | |
2002-09-02 | comment out the mailing suggestions, since the address doesnt exist yet | Anil Madhavapeddy | |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ |