summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
to an address by pfctl).
2002-10-21forgot dpaddMichael Shalayeff
2002-10-21libs are listed w/ LDADD not LDFLAGSMichael Shalayeff
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
being tested does. A signal should only be delivered to one thread.
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
being tested.
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
that makes this test work is being tested.
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
specific delivery semantics are incorrect. Fix in progress.
2002-10-16License from niels.Artur Grabowski
2002-10-14test binat netblocksHenning Brauer
from ryan
2002-10-12Enable 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-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
go wrong. Remove dead code.
2002-10-12oops, add the testMarco S Hyman
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-12Do not depend upon bugs in the pthreads implementation for properMarco 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-10add socket test to check blocking/non-blocking mode on accept.Marco S Hyman
Enable test in makefile
2002-10-09comment where code is usedMarco S Hyman
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
full library support for this is still pending.
2002-10-07more meaningful errorMarco S Hyman
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV
2002-10-07add pthread siginfo support testMarco S Hyman
2002-10-07test generic returnHenning Brauer
test set block-policy
2002-10-07test new return-icmp syntaxHenning Brauer
2002-10-07adjust for new return-icmpHenning Brauer
2002-10-07output slightly different with new return-icmp handling, adjustHenning Brauer
2002-10-07this is valid now... change to be invalidHenning Brauer
2002-10-05Expand {} 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-26remove MDC2; patentsMarkus Friedl
2002-09-22test line buffer overflow checks in pfctlHenning Brauer
ok frantzen@
2002-09-20test line continuationHenning Brauer
2002-09-18test port ranges in rdr rulesHenning Brauer
2002-09-18test log keywords and log quick/quick log orderHenning Brauer
2002-09-18test return-rst(ttl number)Henning Brauer
2002-09-18test "set loginterface none"Henning Brauer
2002-09-18test af detection logic in nat and rdr rulesHenning Brauer
2002-09-18test antispoofHenning Brauer
2002-09-18new 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-15some dynaddr testsHenning Brauer
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@
2002-09-12regress test for antispoofHenning Brauer
2002-09-12a grammar in err msgs and a tiny formating fixMichael Shalayeff
2002-09-11errx is a proper function hereMichael Shalayeff
2002-09-09Some 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-03suffix the tests to see what is happenning indeedMichael Shalayeff
2002-09-03those targets are all phonyMichael Shalayeff
2002-09-03trim some whitespace in the mail subjectAnil Madhavapeddy
2002-09-02comment out the mailing suggestions, since the address doesnt exist yetAnil Madhavapeddy
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@