Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-12 | Match changes in pfctl which make rdr behave more like the other rule types. | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-02-12 | a double to int conversion test | Michael Shalayeff | |
2003-02-12 | a very simple rint() test. helped figure out fpu emulation probs on hppa | Michael Shalayeff | |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | Michael Shalayeff | |
2003-02-09 | a common construct that ksh fails. | Marc Espie | |
2003-02-05 | clean up the testall target | Marco S Hyman | |
2003-02-05 | add stdfiles test for proper fd handling | Marco S Hyman | |
2003-02-05 | - combine 16 bit le/be functions | Jason Wright | |
- clean up format switch | |||
2003-02-04 | Add test to compare threaded vs non-threaded fd handling. | Marco S Hyman | |
Test not enabled (yet). | |||
2003-02-04 | don't need double precision anywhere in here | Jason Wright | |
2003-02-04 | better | Jason Wright | |
2003-02-04 | hack at stereo adpcm | Jason Wright | |
2003-02-04 | free memory if pointer is -not- NULL... | Jason Wright | |
2003-02-03 | Don't allow loopback interfaces as route/reply/dup-to targets. ok henning@ | Daniel Hartmeier | |
2003-02-01 | Test programs for dependant shared library constructors. | Dale Rahn | |
2003-02-01 | rcsid | Jason Wright | |
2003-02-01 | Probably should recurse into the new test... | Jason Wright | |
2003-02-01 | add -f flag so the device can be specified, and make sure the device is | Jason Wright | |
an audio device (ioctl(... AUDIO_GETINFO ...) should do). | |||
2003-02-01 | audio encoding tester | Jason Wright | |
2003-01-30 | need to disable load tests for altq and table stuff for now :-( | Henning Brauer | |
2003-01-30 | test :network and :broadcast modifiers | Henning Brauer | |
2003-01-30 | add "testall" target for development testing | Marco S Hyman | |
2003-01-27 | Another incorrect regression test. POSIX specifies that signal | Marco S Hyman | |
handlers will be called with the current signal masked unless the handler was installed with the SA_NODEFER flag. The test did not check this (and the pthread code was incorrect by not setting the mask). This fixes the test. The pthread lib part of the fix will be made in a short while. Untill then the test will fail. | |||
2003-01-26 | remove bogus comment | Marco S Hyman | |
2003-01-26 | add rdr test for port x:y -> port z | Markus Friedl | |
2003-01-25 | Update test to handle changes in pfctl handling of "rdr ... -> ... $port:*" | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-01-25 | Regression tests for table statements and rules containing tables. | Cedric Berger | |
ok henning@ | |||
2003-01-24 | Make table tests less sensitive to environmental conditions. | Cedric Berger | |
Work started with revision 1.4 ok dhartmei@ | |||
2003-01-23 | print out the bad values when the test fails | Marco S Hyman | |
2003-01-20 | Sync with pfctl fixes. | Cedric Berger | |
2003-01-19 | repository move libc_r to libpthread | Theo de Raadt | |
2003-01-19 | repository move to libpthread | Theo de Raadt | |
2003-01-19 | add test to ensure select can be cancelled. | Marco S Hyman | |
2003-01-19 | Test label expansion functions. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-01-19 | Labels are quoted in rule output now. | Camiel Dobbelaar | |
2003-01-18 | adjust; err msgs changed | Henning Brauer | |
2003-01-18 | Add "static-port" to some of the nat rule tests. | Ryan Thomas McBride | |
2003-01-18 | set stack size for threads, the default is too small for this test. | Marco S Hyman | |
2003-01-17 | Make table tests less sensitive to environmental conditions. | Cedric Berger | |
ok dhartmei@ | |||
2003-01-15 | Bunch of new regression tests. The only missing thing now is tests | Cedric Berger | |
for the <table> syntax in rules. | |||
2003-01-15 | Add memory allocation checks + leak detection in regress tests. | Cedric Berger | |
2003-01-14 | catch up | Henning Brauer | |
2003-01-14 | Bye-bye libc_r. libc_r and libnpthread go away. libpthread | Marco S Hyman | |
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended. | |||
2003-01-14 | ${SUDO} in pfsetup | Henning Brauer | |
2003-01-14 | Add regression tests for radix table address manipulations. | Cedric Berger | |
ok dhartmei@ | |||
2003-01-10 | Cleanup before use (would break if run after t-sftp), less console spam | Damien Miller | |
2003-01-08 | More regress tests for sftp, most commands are now exercised as is batchmode | Damien Miller | |
ok markus@ | |||
2003-01-06 | Add tests for address pools with route-to/reply-to/dup-to. | Ryan Thomas McBride | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-04 | spelling | Theo de Raadt | |