Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-18 | add regression tests for /dev/ptm. | Bob Beck | |
ok deraadt@ | |||
2003-12-07 | destroy, not delete tunXX | Markus Friedl | |
2003-12-07 | - use tun98 and tun99 and not interfere with existing tun(4) | Markus Friedl | |
- use IPs from the example rage - destroy tun98/99 after the test - test all of select/poll and kqueue ok deraadt | |||
2003-12-02 | delete nasty mickey change | Theo de Raadt | |
2003-12-02 | tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ ↵ | Michael Shalayeff | |
little mods of mine | |||
2003-11-04 | old __syscall test is really a wait() test | Michael Shalayeff | |
2003-11-04 | a simpler test for __syscall args alignment | Michael Shalayeff | |
2003-09-25 | make sure to not overflow the label; from Charles Blundell <cb@netbsd.org> | Michael Shalayeff | |
2003-09-02 | add missing includes | David Krause | |
ok deraadt@ tedu@ dhartmei@ krw@ | |||
2003-09-02 | Run a complete test again all trap vectors - this passes now. | Miod Vallat | |
2003-09-01 | A simple regression test to catch which trap vectors, when invoked from | Miod Vallat | |
userland, will spank the mvme88k kernel by mistake. The test does not trigger the deadly ones, yet. | |||
2003-08-19 | X should have R; deraadt, so now the page is in one of three states: none, ↵ | Jason Wright | |
X|R, W|R at all times. | |||
2003-08-19 | Keep the permissions on the page we're messing with as strict as possible | Jason Wright | |
(ie. W^X semantics). based on discussion with Theo. | |||
2003-08-19 | cleaning... I'm done, I swear. | Jason Wright | |
2003-08-19 | flush instruction cache nicely | Jason Wright | |
2003-08-19 | replace the brain dead perl implementation with an devious C implementation | Jason Wright | |
(based on discussion with drahn... insanity is all mine tho =) | |||
2003-08-06 | don't repeat the numeric frequency 10 times... use a #define | Jason Wright | |
2003-08-02 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-08-02 | pass correct argument to sigfillset | David Krause | |
ok deraadt@ tedu@ | |||
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 | go deeper | Theo de Raadt | |
2003-07-31 | fix the license | Michael Shalayeff | |
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-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-06-15 | better LDADD | Michael Shalayeff | |
2003-06-12 | it has been brought to my attention that i have forgotten a license on this file | Michael Shalayeff | |
2003-06-12 | ugh. cleanup debugging | Michael Shalayeff | |
2003-06-12 | test for kqueue on ptys (to verify pr3209) | Michael Shalayeff | |
2003-06-12 | -Wall and calc fix in the random | Michael Shalayeff | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |
2003-06-04 | fix a few more prints... stupid monoaural devices... | Jason Wright | |
2003-06-04 | fix printing when AUDIO_SETINFO fails | Jason Wright | |
2003-06-02 | more license cleaning | Jason Wright | |
2003-05-05 | page-align for fixed mmap to work | Michael Shalayeff | |
2003-05-03 | implement and enable a mmaping pages test (mmap over .data etc, | Michael Shalayeff | |
as it was suggested by art@ some time ago). implement noexec test for mmap()ed memory and enable it. add more padding on the data allocated to prevent changing protection on unrelated data and such. implement cache flushing (for hppa now). be careful w/ data allocations sizes and such. some other cleanups. | |||
2003-04-25 | missing .El for .Bl macro; | Jason McIntyre | |
2003-04-23 | implement mmap tests and enable the .text test (with padding now) | Michael Shalayeff | |