Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-01 | Big Step was too big - reintroduce skip step optimizations. | Cedric Berger | |
2003-07-31 | add missing CLEANFILES; ok deraadt@ | David Krause | |
2003-07-31 | various cleanups; david says results are same | Theo de Raadt | |
2003-07-31 | do not do -Werror here | Theo de Raadt | |
2003-07-31 | enter libutil | Theo de Raadt | |
2003-07-31 | go deeper | Theo de Raadt | |
2003-07-31 | Enable diff and patch regressions. | Otto Moerbeek | |
ok millert@ | |||
2003-07-31 | fix the license | Michael Shalayeff | |
2003-07-29 | Big Sync | Cedric Berger | |
2003-07-29 | Sync with skip step optimisation. | Cedric Berger | |
2003-07-22 | Allow user to override default version of patch used; otto@ OK | Todd C. Miller | |
2003-07-22 | Also test ed(1) style patches. | Otto Moerbeek | |
ok millert@ | |||
2003-07-22 | A set of regressions for patch(1). Currently it consists of two | Otto Moerbeek | |
cases dealing with invalid line numbers in the patch files. ok millert@ | |||
2003-07-22 | A shell script to run a very large scale diff/patch/cmp regression. | Otto Moerbeek | |
The script recursively walks though a checked out cvs dir and retrieves all revisions from each file. All pairs of these revisions are diffed against each other, and the resulting patches are checked using patch(1) and cmp(1). Based on an idea from deraadt@. ok millert@ deraadt@ | |||
2003-07-21 | Two new regressions. t12 fails currently. | Otto Moerbeek | |
ok millert@ | |||
2003-07-19 | Actually, this shows the problem. | Cedric Berger | |
2003-07-19 | Verify that no skip step apply to theses rules for the source address. | Cedric Berger | |
This actually uncovers a little buglet in skip steps calculation. | |||
2003-07-19 | Skip step optimization involving dynaddr, tables, no-route. | Cedric Berger | |
Optimisation should be done on theses rules. | |||
2003-07-19 | regress test for sftp arguments with escaped quotes; ok markus | Damien Miller | |
2003-07-17 | A set of regressions to test diff(1). | Otto Moerbeek | |
Currently standard, context and unified diffs are tested by diffing two files and then applying the patch on a copy of the first file using patch(1). Next, the result is compared with the original first file using cmp(1). ok millert@ tedu@ | |||
2003-07-17 | test -f | Peter Valchev | |
2003-07-17 | test grep -C | Peter Valchev | |
2003-07-15 | move malloc0test.c to new subdir. | Otto Moerbeek | |
ok tdeval@ millert@ | |||
2003-07-15 | Test if malloc() sets errno correctly if it returns NULL. | Otto Moerbeek | |
ok tdeval@ henning@ | |||
2003-07-14 | improve test. fails with current code | Marco S Hyman | |
2003-07-13 | rcsid | Jason Wright | |
2003-07-13 | generate correct prototypes | Jason Wright | |
2003-07-13 | regression for the sign extended immediate variant (which helped me find ↵ | Jason Wright | |
ANOTHER bug). | |||
2003-07-12 | try the supported immediate asi's, too. | Jason Wright | |
2003-07-12 | flip through a few %asi values to make sure the right stuff is generated | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | simplistic regression tests for ldq/stq | Jason Wright | |
badfreg: attempts to execute invalid opcodes (invalid floating point regs) goodfreg: runs through all valid fp regs | |||
2003-07-12 | add reg test properly | Jason Wright | |
2003-07-11 | Illegal table definitions. | Cedric Berger | |
2003-07-11 | More complete table definition. | Cedric Berger | |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger | |
- remove the tableaddrs and tableaddr yacc production and reuse host_list instead. - produce better error messages. - do not load addresses from external file when it is not required (like with -R option). - store initializers in a new node_tinit linked list before putting them into the address buffer (see next point). - add a new print_tabledef() function, which makes "pfctl -nvf" print something useful for table definitions, which in turn makes it possible to write better regress tests (see first chunk of the diff) and bring table definition consistant with other parsed rules. ok dhartmei@ | |||
2003-07-10 | Add sigmask test | Marco S Hyman | |
2003-07-10 | Add test to ensure that a masked signal with a default action of | Marco S Hyman | |
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. | |||
2003-07-10 | unbreak | Jason Wright | |
2003-07-10 | extremely simplistic registered popc test | Jason Wright | |
2003-07-10 | ids and copyright | Jason Wright | |
2003-07-10 | regression for emulation of POPC instruction (currently only the sign | Jason Wright | |
extended immediate is tested)... register version in a bit. | |||
2003-07-09 | Test host list concatenation (fail today). | Cedric Berger | |
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | Marco S Hyman | |
2003-07-04 | test nat pass | Henning Brauer | |
2003-07-03 | some more regress tests for __bounded__ | Anil Madhavapeddy | |
2003-07-03 | enable tests for dynamic fwd via socks (-D), uses nc(1) | Markus Friedl | |
2003-07-03 | add socks5; speedup; reformat; based on patch from dtucker@zip.com.au | Markus Friedl | |
2003-07-02 | use /dev/null | Peter Valchev | |