summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2019-04-27Fix comment regarding suspected problem when handling large negative integers.rob
2019-04-27Tweak previous.rob
2019-04-27Regress testing for int (long long). Two's complement is eating my brain.rob
2019-04-26a bit more evilBob Beck
2019-04-26/usr/include/machine is a good one.Bob Beck
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
reminded by jsing@
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2019-04-23Report slot types recursively for recursive PTE entriesPhilip Guenther
2019-04-23Improve usage messagePhilip Guenther
2019-04-23Simplify presentation of attributes to eliminate duplicationPhilip Guenther
2019-04-23Add a header to explain fieldsPhilip Guenther
2019-04-23Add -u for getting pagetables of pid 1Philip Guenther
User PAGE_SIZE macro
2019-04-23Utility useful for debugging amd64 page tablesPhilip Guenther
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
Fixing a bug found with the groffer(1) version 1.19 manual page following a report from Jan Stary.
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
Jan Stary <hans at stare dot cz> found it in an ancient groffer(1) manual page (version 1.19) on MacOS X Mojave. Having .break not implemented wasn't a particularly bright idea because obviously, it tended to cause infinite loops.
2019-04-19Start a realpath(2) regress test, currently not enabled.Bob Beck
This will extend as I add more cases to it. It will come into use once an in-kernel version of realpath(2) becomes a real thing
2019-04-18Add tests for sshd -T -C with Match.Darren Tucker
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.Theo Buehler
2019-04-08Check that pf and IPv6 stack handle two ping6 fragments with differentAlexander Bluhm
extension headers correctly and produce a echo reply.
2019-04-07exitting -> exitingTheo Buehler
From Michael Scovetta, PR #108
2019-04-05whitespace consistencyTheo Buehler
2019-04-05Add SERVER_HELLO_RETRY stateTheo Buehler
2019-04-04I forgot to mark some targets as .PHONYTheo Buehler
2019-04-04Use correct define.Joel Sing
2019-04-04Add an update target to regenerate the expected results.Alexander Bluhm
OK krw@
2019-04-03Don't test the behavior of ^L as it depends on $TERMJeremie Courreges-Anglas
Suggested by anton@
2019-04-03Update *.ok files to reflect recent modifications toKenneth R Westerback
the auto allocation tables.
2019-04-01Adjust bgpd conf output because of change of moving neighbors into a real TAILQClaudio Jeker
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@
2019-03-31Fix white space and add an snmp test.rob
2019-03-31Tweak ldap related tests.rob
2019-03-30tweak comment lines.YASUOKA Masahiko
2019-03-30Add a test case forasou
- adding 0.0.0.0 route ok yasuoka
2019-03-30Add 5 test cases forasou
- adding default route with "deault" - adding default route with "0.0.0.0/0" - adding 0.0.0.0 route - adding routes with mask ok yasuoka
2019-03-29Fix a compiler warning. Also use srandom_deterministic(3) since usingYASUOKA Masahiko
random(3) intentionally is to repeat the test failure if it happens.
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-27Tweak output and correct a comment.rob
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob
cleanup some output.
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob
enough data). Expects a failure (with errno = ECANCELED).
2019-03-27Check errno on expected failures. Also fix some output wording.rob
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob
form tagging and short form length encoding). Add two tests for long form length encoding.
2019-03-27Cleanup output and main return code.rob
2019-03-26Fix white space.rob
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob
Not hooked up to the build.
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-24Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECTBob Beck
UNVEIL_INSPECT is a hack we added to get chrome/glib working. It silently adds permission for stat(2), access(2), and readlink(2) to be used on all path components of any unveil'ed path. robert@ has sucessfully now fixed chrome/glib to not require exessive TOC vs TOU stat(2) and access(2) calls on the paths it uses, so that this no longer needed there. readlink(2) is the sole call that is now permitted by UNVEIL_INSPECT, and this is only needed so that realpath(3) can work. Going forward we will likely make a realpath(2), after which we can completely deprecate UNVEIL_INSPECT. ok deraadt@
2019-03-22Add route origin validation testdenis
2019-03-21Test that "calendar -A 0" on a Friday doesn't include weekend events.Todd C. Miller
From Andy Bradford
2019-03-21Fix typo in usage and comment.Alexander Bluhm
2019-03-21Do not run keyboard and mouse device detection during make clean,Alexander Bluhm
cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@