summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
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
2018-04-26tests for clearing out flagsBob Beck
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
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
2018-04-24regress changes for later varietiesBob Beck
2018-04-24Add test for proper stack reallocation in time commandkn
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
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
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
2018-04-13Add a test for stack pivots that trigger page faults.mortimer
2018-04-12Disable counting TCP packets in the test as it does not work reliably.Alexander Bluhm
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
2018-04-11The pledge flag for file descriptors opened from /dev/fd was alwaysAlexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10Add subdir filedescriptor.Alexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10tweak usage()Theo Buehler
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
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
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-04-09Add regress test for stack pivot mitigationmortimer
2018-04-07Revise regress to match tls_keypair_clear() removal.Joel Sing
2018-04-07test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@Ingo Schwarze
2018-04-06Add test for username options parsing order, prompted by bz#2849.Darren Tucker
2018-04-02Support integers of arbitrary length.Tobias Stoeckmann
2018-04-01Fix .CURDIR to run with obj directory.Alexander Bluhm
2018-03-31a few more edge case tests, aiming for complete coverageIngo Schwarze
2018-03-31Fix overflows while handling 64 bit integers.Tobias Stoeckmann
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann