Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-25 | adjust; slightly off due to 1K = 1000 fix | Henning Brauer | |
2002-11-25 | kill trailing newlines; markus@ | Henning Brauer | |
2002-11-25 | test mixed af rules. broken right now. sigh. | Henning Brauer | |
2002-11-24 | gack. | Henning Brauer | |
2002-11-24 | test altq and queue | Henning Brauer | |
2002-11-24 | make succeed again; explicit address family needed in one more case now | Henning Brauer | |
2002-11-22 | add (disabled) self tests (make self); ok frantzen | Markus Friedl | |
2002-11-22 | there's now a space after the label... | Henning Brauer | |
no cookie for daniel ;-) | |||
2002-11-19 | add icmp-type and code by name tests | Peter Stromberg | |
2002-11-16 | use -lnpthread when USELIBPTHREAD=yes | Marco S Hyman | |
2002-11-13 | extended scrub tests | Henning Brauer | |
2002-11-13 | put common CFLAGS+= in Makefile.inc | Todd T. Fries | |
use single defs.h header test for a non-zero value ok fgsch@ | |||
2002-11-13 | more testing. | Federico G. Schwindt | |
2002-11-13 | move weak definition to the bottom due to a gas problem on a.out platforms. | Federico G. Schwindt | |
2002-11-12 | dueling mallocs -- test for proper serialization when multiple threads | Marco S Hyman | |
try to malloc at the same time | |||
2002-11-07 | CIDR tests | Henning Brauer | |
2002-10-27 | remove MD bits from test. | Marco S Hyman | |
This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue | |||
2002-10-27 | flags X is dead | Henning Brauer | |
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 | |