Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2002-09-02 | the regress target should be run-regress-atexit_test to avoid | Anil Madhavapeddy | |
aborting a regress run if it fails | |||
2002-09-02 | - Precede internal bsd.regress.mk variables with a _ | Anil Madhavapeddy | |
- Rename old variables to be easier to read, and deprecate old variables. The old variables will still work, but emit warnings. - REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly set to 'yes' - REGRESS_LOG can contain more than one file to append results to - ERRORS variable can be set in Makefile to emit warnings or indicate fatal errors. - Add REGRESS_MAIL variable which can be set to an email address to send results to. Currently this only works for a full regression run, since art doesnt want partial run results - sync bsd.regress.mk(5) with these changes ok art@ , also looked over by miod@ | |||
2002-09-01 | e_os.h is longer installed | Markus Friedl | |
2002-08-31 | a combined non-exec test set. | Michael Shalayeff | |
allows reusing same testing code for: - text & mprotect (not finished, not enabled); - data, data & mprotect; - bss, bss & mprotect; - heap, heap & mprotect; - stack, stack & mprotect. also a test for mmaping pages in those areas and see how it allows execution (suggested by art@), not enabled yet. all tested on i386 and hppa. | |||
2002-08-31 | a simple nxheap test hacked out of nxstack and nxheap-mprotect; tested on ↵ | Michael Shalayeff | |
i386 and hppa | |||
2002-08-30 | re-enable function pointer table protection, this time make sure that | Daniel Hartmeier | |
malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@ | |||
2002-08-27 | fix the second call to on heap code. Noticed by drahn@. Thanks | Matthieu Herrb | |
2002-08-27 | Add <stdlib.h> for malloc prototype | Matthieu Herrb | |
2002-08-27 | A test for non executable heap / mprotect. Ok art@ | Matthieu Herrb | |
2002-08-26 | Make this into a proper regress test. | Artur Grabowski | |
2002-08-23 | Proper dependencies to make this work. | Artur Grabowski | |
2002-08-21 | add missing CLEANFILES; ok miod@ | Wilbern Cobb | |
2002-08-21 | Fix Makefile for correct regress operation. | Miod Vallat | |
2002-08-21 | oopsie | Marc Espie | |
2002-08-21 | +mmap3 | Marc Espie | |
2002-08-21 | Regression test for non-ubc mmap/ftruncate interaction. | Marc Espie | |
Noticed on strip, test prompted by art@. (turns out `normal' strip isn't affected because normal binaries are page-padded). | |||
2002-08-17 | Add exec_self | Artur Grabowski | |