Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
x64 uses 'sysenter', not 'int'.
Remove only-for-testing file from bld.sh
Add in more unicode stuff.
Output non-ascii bytes correctly.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Split build into library + test program.
Pretty up the source a bit.
Unmap unused and uncached slabs.
Start using the slab cache.
Tweak the allocator and the hello world test.
Test the sizes more thoroughly.
It looks like the allocator is working.
Make the allocator a bit less crashy.
Initialize the entry to the loop correctly.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Strip the "-sysname" suffix from usefiles.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
Get bucket numbers for more general alloc goodness.
Fill in the rest of the slab allocator. Untested.
Initialize slabs in the allocator.
Split OSX/Linux syscall stubs.
Make system calls work on OSX.
Die if we don't get a valid mmap result.
Strings are now byte[,], not char[,]
Work towards making the allocator compile.
Start work on memory allocator.