We don't do PIE yet, let's deal with it later.
Add a special exit stack to our thread library.
Don't mutate the traits on builtin types.
Remove stray ',' from error message.
Merge trait specs if provided.
Add missing libcrypto dependency
Add support for ragged RSA numbers.
Add first tested RSA implementation.
Add big-endian constructor for ctbig.
Remove dead code/comments.
Add a nontrivial modpow test.
Make constant time ints package local.
Add support for `-T` option to compile in test mode.
Ensure that we initialize the environment fully.
Comment out unused tests (oops)
Add mising file to build list.
Add constant time bigint ops.
Remove suprious free. We don't want to mutate the targets.
Allow 'make release' to override version.
Improve comments on the regex interpreter.
Make output buffers bigger.
Clean up and remove edge cases in strfind.
Handle subtests correctly.
Handle zero length needles.
Improve test runner test filtering.
Add support for OpenBSD's MAP_STACK mmap flags, use it in libthread
Add OpenBSD 6.3 system call support.
Fix the cpufeatures... er... features on plan 9.
Fix the cpufeatures... er... features on plan 9.
Allow CPU feature detection by mbld, and add "sse4" tag
Add -T to use *only* the passed sytem tags.
Allow intfmt to handle uint64s with {p=0,w=64,b=2}
Check both digits for < Kmin
Add benchmark for bigint multiplication.
Implement karatsuba multiplication.
Add incomplete constant time bigint code.
Reinit nexttid on every run.
Add constant time 'min()' and 'max()'
Be a bit more paranoid about memory corruption.
Remove accidentally committed cruft.
Add ternary operator.
Test some fltbits functions
Adjust signs of fltbits functions
Add secure clearing util functions.
Regenerate FreeBSD bootstrap.
Regenerate OpenBSD bootstrap.
Add some constant time math helpers.
sjlj types are arch-specific.
Add utility functions for testing.
Be a bit better about cleaning up fds on error.
Fix confusingness with byte sizes/element counts.
Free up regexes/strings after benchmark.
Merge branch 'skiptoit' of https://github.com/moreais/mc
Check that if we default to int, all necessary traits are there.
Free obsolete htabs
Teach libtestr to listen MTEST_SUBSET.
Teach mbld how to parse skipped tests.
Fix missing condition in runtest.sh
Support running single test
Allow generating function vars.
Improve error message for mismatched formats.
Optimize int formatting a bit.
Put data into sections too.
Improve our env code, add tests.
Contbuild wants strreplace.
Ensure null termination of environment list.
Don't print when exec fails.
Bring back old addresses, with a better explanation.
Remove spare -Is on FreeBSD
Allow using the '==' operator on enum-style union.
Cheap enums.
Fix some leaks when freeing json