summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2018-05-11Clean up comment.Darren Tucker
2018-05-09hook up reboundanton
2018-05-09Add rebound regress tests, including a simple DNS server used as the upstreamanton
resolver with support for stubbing responses. Input and ok bluhm@
2018-05-09After 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-03Add posixtestsuite to subdir.Alexander Bluhm
2018-05-03Add a mimimal regress test that runs the open POSIX test suite fromAlexander 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-01regress changes for new stuff. - allow walking .., return EPERMBob Beck
on flag mismatch, ENOENT for files with no unveil flags at all
2018-04-28regress for unveilBob Beck
2018-04-28bye bye pledgepathBob Beck
2018-04-27Add test for stat behavior to make sure we can stat executable onlyBob Beck
2018-04-27Fix regress that was depengin on pledgepath() being able toBob Beck
traverse the filesystem unrestricted
2018-04-27test with pledgepath(NULL,NULL) instead of pledge activating thingsBob Beck
2018-04-27Fix sem_timedwait regress test. Needs SA_RESTART to block now.Paul Irofti
Hug and OK guenther@
2018-04-27Change regress to accomodate no flags escalation once activeBob Beck
2018-04-27remove references to O flags in test messagesBob Beck
2018-04-27pthread_join() must not return EINTRPhilip Guenther
Simplify sem_trywait() ok pirofti@ mpi@
2018-04-26tests for clearing out flagsBob Beck
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@
2018-04-26Adjust regress for new rwxc flags instead of O_FLAGSBob Beck
2018-04-26failure for exiting on signalBob Beck
2018-04-26Add regress for .. being disallowed as it currently isBob Beck
2018-04-26test double slash in pathsBob Beck
2018-04-26Moar regressBob Beck
2018-04-26Regress additions and fixes for latestBob Beck
2018-04-25New regress to handle flagsBob Beck
2018-04-24Add os-test to subdir.Alexander Bluhm
2018-04-24Test corner cases of few IO and a bunch of UDP network system callsAlexander 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-24regress changes for later varietiesBob Beck
2018-04-24Add test for proper stack reallocation in time commandkn
OK jca
2018-04-23Test X509_CRL_METHOD_free(NULL)Theo Buehler
2018-04-23About half of the listed functions are wrappers of ASN1_item_free().Theo Buehler
Annotate them.
2018-04-23Add a big pile of *_free() functions which I audited to be NULL-safe.Theo Buehler
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
2018-04-20syncTheo de Raadt
2018-04-19Add gif subdir.Alexander Bluhm
2018-04-19Create two gif(4) interfaces in different routing domains. TestAlexander Bluhm
encapsulating IPv4 and IPv6 packets in IPv4 and IPv6 gif tunnels.
2018-04-16Add regression test of unlinking and re-creating a pledgepathed fileBob Beck
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
simplifies the caller side. tested by & ok inoguchi; discussed with schwarze
2018-04-13Add a test for stack pivots that trigger page faults.mortimer
"Regress is always open for commits" @deraadt
2018-04-12Disable counting TCP packets in the test as it does not work reliably.Alexander Bluhm
The sequence of packets and combination of flags depends on timing.
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
syslogd to shutdown. So the test could miss some log messages.
2018-04-11The pledge flag for file descriptors opened from /dev/fd was alwaysAlexander Bluhm
set for pledged processes. dup(2) uses the flag from the old file descriptor. Make open /dev/fd consistent to duplicate and inherit the flag. OK deraadt@
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
The test covers the system calls dup, dup2, dup3, open /dev/fd, and file descriptor passing. The fstat(1) output is analysed.
2018-04-10Add subdir filedescriptor.Alexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
The test covers the system calls dup, dup2, dup3, open /dev/fd, and file descriptor passing. The fstat(1) output is analysed.
2018-04-10tweak usage()Theo Buehler
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
* .nr optional third argument (auto-increment step size) * \n+ and \n- numerical register auto-increment and -decrement bentley@ reported on Dec 9, 2013 that lang/sbcl(1) uses these.
2018-04-10more typos spotted by Karsten Weiss using codespellDamien Miller
2018-04-10make this a bit more portable-friendlyDamien Miller
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
the previous commit for strings and macros, only technically simpler. Desired behaviour also mentioned by Werner Lemberg in 2011. This diff adds functionality but is -21 +19 LOC. :-)