Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Add RCS Id. | Alexander Bluhm | |
2018-05-21 | Link arch i386 regress to build. | Alexander Bluhm | |
2018-05-21 | As the Meltdown workaround for i386 changes the f00f Pentium bug | Alexander Bluhm | |
workaround, the new code should be tested. Fortunately I have such a beast at home. This regression test halts my Intel Pentium/MMX CPU unless the fix_f00f() function has been called. | |||
2018-05-21 | Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it run | anton | |
on bluhm@'s regress machine. | |||
2018-05-21 | In general I like verbose tests as output makes debugging easier. | Alexander Bluhm | |
But this one just fills the log file by writing characters from the running threads. Pipe stdout to wc to show performance. Run test multiple times with various number of threads and print cpu time. Replace atoi(3) with strtonum(3). Fix white spaces. | |||
2018-05-21 | Activate IPv6 no next header protocol over IPsec test. Run the | Alexander Bluhm | |
protocol 59 reflector as daemon on the remote machine like an echo service. It is configured during setup creation and started by an rc.d script. | |||
2018-05-19 | Install inetd.conf files and start the daemon on remote machines | Alexander Bluhm | |
during make create-setup. This makes it easier to configure all machines correctly for the test run. suggested by mpi@ | |||
2018-05-19 | Add regress for httpd client certificate authentication. | Joel Sing | |
From Jack Burton <jack at saosce dot com dot au> - thanks! | |||
2018-05-19 | Additionally send no next header protocol 59 packets through the | Alexander Bluhm | |
IPsec test. They consist solely of an IPv6 header chain and trigger edge cases. Deactivate for now until the raw IP reflector can be build and started reliably on remote machine. | |||
2018-05-18 | don't think i had anything planned for whitespace-property-4; drop it | Jasper Lievisse Adriaanse | |
2018-05-17 | add some more whitespace torture partly induced by aja@ | Jasper Lievisse Adriaanse | |
2018-05-15 | Link free directory to libcrypto regress test suite. | Theo Buehler | |
ok jsing | |||
2018-05-15 | Typo fix, ok bluhm@ | Martin Pieuchot | |
2018-05-15 | Test DSO_free(NULL). | Theo Buehler | |
2018-05-15 | remove _CONF_free_data(). It doesn't belong here. | Theo Buehler | |
2018-05-15 | Remove the /* ASN1_item_free */ annotations I added in r1.9 again. | Theo Buehler | |
They generate a lot of noise in an upcoming diff. | |||
2018-05-11 | Clean up comment. | Darren Tucker | |
2018-05-09 | hook up rebound | anton | |
2018-05-09 | Add rebound regress tests, including a simple DNS server used as the upstream | anton | |
resolver with support for stubbing responses. Input and ok bluhm@ | |||
2018-05-09 | After the fix to kvm_getargv(3)/kvm_getenv(3) on May 3, | Ingo Schwarze | |
the command name is printed in a more logical way for -e without -c. Adjust the tests accordingly. Requested by bluhm@. | |||
2018-05-03 | Add posixtestsuite to subdir. | Alexander Bluhm | |
2018-05-03 | Add a mimimal regress test that runs the open POSIX test suite from | Alexander Bluhm | |
ports. There is no check whether the tests pass or fail yet. Just run it to stress the kernel and keep the results in the obj directory. | |||
2018-05-01 | regress changes for new stuff. - allow walking .., return EPERM | Bob Beck | |
on flag mismatch, ENOENT for files with no unveil flags at all | |||
2018-04-28 | regress for unveil | Bob Beck | |
2018-04-28 | bye bye pledgepath | Bob Beck | |
2018-04-27 | Add test for stat behavior to make sure we can stat executable only | Bob Beck | |
2018-04-27 | Fix regress that was depengin on pledgepath() being able to | Bob Beck | |
traverse the filesystem unrestricted | |||
2018-04-27 | test with pledgepath(NULL,NULL) instead of pledge activating things | Bob Beck | |
2018-04-27 | Fix sem_timedwait regress test. Needs SA_RESTART to block now. | Paul Irofti | |
Hug and OK guenther@ | |||
2018-04-27 | Change regress to accomodate no flags escalation once active | Bob Beck | |
2018-04-27 | remove references to O flags in test messages | Bob Beck | |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther | |
Simplify sem_trywait() ok pirofti@ mpi@ | |||
2018-04-26 | tests for clearing out flags | Bob Beck | |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther | |
While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@ | |||
2018-04-26 | Adjust regress for new rwxc flags instead of O_FLAGS | Bob Beck | |
2018-04-26 | failure for exiting on signal | Bob Beck | |
2018-04-26 | Add regress for .. being disallowed as it currently is | Bob Beck | |
2018-04-26 | test double slash in paths | Bob Beck | |
2018-04-26 | Moar regress | Bob Beck | |
2018-04-26 | Regress additions and fixes for latest | Bob Beck | |
2018-04-25 | New regress to handle flags | Bob Beck | |
2018-04-24 | Add os-test to subdir. | Alexander Bluhm | |
2018-04-24 | Test corner cases of few IO and a bunch of UDP network system calls | Alexander Bluhm | |
and check result. The test suite https://sortix.org/os-test/ is used as a package and run as regress. A html file with results is generated. tests suite suggested by mpi@ | |||
2018-04-24 | regress changes for later varieties | Bob Beck | |
2018-04-24 | Add test for proper stack reallocation in time command | kn | |
OK jca | |||
2018-04-23 | Test X509_CRL_METHOD_free(NULL) | Theo Buehler | |
2018-04-23 | About half of the listed functions are wrappers of ASN1_item_free(). | Theo Buehler | |
Annotate them. | |||
2018-04-23 | Add a big pile of *_free() functions which I audited to be NULL-safe. | Theo Buehler | |
2018-04-20 | revert to 2018/04/20 10:00:00, before oops | Christian Weisgerber | |
2018-04-20 | sync | Theo de Raadt | |