Retry when we get a mixed up packet.
Add timeouts to dns resolver.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Add assert for magic in slice capacity check.
Add poll flags for OpenBSD.
Add address builder function.
Add a formatter for ip addresses.
Now if you try to resolve v6 addresses, we try.
Don't assume DNS returned record types are A records.
Support for versions in tags.
Groundwork for tag versions.
Allow arbitrary functions on bio files.
Linux was missing poll events.
Allow global variable array initialziers.
Missing offset argument on FreeBSD.
Add pread/pwrite syscalls.
Allow for a 7th syscall argument for mmap.
Tag declaration initializers in generics.
Types based off of void *also* have no storage.
I worried myself, and added a test case.
Reserve stack space for the environment.
Clean up export tagging code.
Dedup conflicting use statements.
bld.proj files are no longer order dependent.
Move plan9 fndup before fork.
Duplicate env on thread spawn.
Add non-allocating closure related functions.
When we ask for asm, don't delete it.
Give endcache a better name.
Merge freed big allocations.
Use symbol deduplication on 9front.
Add hysteresis around big allocations.
OSX is unhappy when combining 'as -g' and .loc directives.
Add acid debug file for Myrddin
We want to remove trailing spaces when tokenizing.
Don't count trailing elements when hashing bitsets.
Add a hash function for bitsets.
Fix labels in nested functions.
Reset --hard before tarring.
Update makefile to last release.
Put ucons into the right namespace.
You can declare things without attributes.
Add missing `poll` on OpenBSD
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Fix final warnigns on OSX builds.
Clean up Plan 9 assembly generation code.
Add a release generation rule to the makefile.
On 9front, we want type info in text.
The muse manpage is no longer full of lies.
Remove obsolete `-I` flag.
Only find suffixes and platforms in the file name.
Update README.md (#135)
Update bootstrap scripts on OSX
Clean up magic numbers in directories.
Improve documentation in response to feedback.
Composite types is a shitty name.
Remove 'show' functionality from muse.
Search for usefiles relative to the output.
Set loc when parsing decllist
We support OpenBSD too. Note it in the readme.
Bulk of porting to NetBSD.
Add assembly start code for netbsd.
Add NetBSD support
Comment why Tynone is not a bug.
Fold Utags on union literals.
Add test for array alignment bug.
Regenerate FreeBSD bootstrap.
Regenerate OpenBSD bootstrap.
Regenerate Linux bootstrap.
Add a 'run' function to libstd.
There's nothing that can be done when exec fails.
Clean up warnings about ambiguous grammar.
Initialize size correctly.
Pad tuples and arrays correctly.
Clarify the EBNF description.
Clarify whitespace handling.