aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-07tweak Windows READMEBrent Cook1-7/+7
2023-07-07fixes #681, allow override of library POSTFIX for nested buildsBrent Cook3-3/+3
2023-07-07rename regress to rust regressBrent Cook1-1/+1
2023-07-07remove aeadtest patch upstreamedBrent Cook1-15/+0
2023-07-07add compat getopt implementation, remove patchesBrent Cook8-37/+594
This adds a getopt implementation for compatibility where it is not available, removing a couple of regress patches. Note, this is a slightly modified copy from OpenBSD libc that doesn't expose getopt_long, which has dependency conflicts with Windows system headers and isn't needed anyway.
2023-07-07hook bn_print to buildTheo Buehler5-0/+13
2023-07-07Add hidden ts.hTheo Buehler1-0/+1
2023-07-07change the trigger for running fuzzer testsBrent Cook1-1/+6
Since fuzzers benefit more from being run regularly on the openbsd tree, and they take a long time, does it make more sense that the trigger is a cron like the Coverity job? They sometimes don't work in branches anyway, since the fuzz builds rely on external code being updated to match the master branch.