Switch now from milliseconds microseconds.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Fix gettimeofday() on OSX.
Check type compatibility when unifying membered types
Make joke configure output less spammy.
Initialize the time in std.now()
Fix 'make install' from 6/ directory
Use the correct length of the new value for sysctl
Fix 'sysctl()' and enable it for uname.
Clean up comment a little bit.
Wrap freebsd syscall args in 'a()'.
Also wrap syscall args on OSX with 'a()' function.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Wrap up syscall args in trivial 'a()' function.
Use pid type in sys-osx.myr
Add spork() and sporkfd() calls
Add epoll syscalls to libstd on linux.
Fix pointer comparisons, and add a test for it.
Refactor towards supporting struct compares.
Add test for big condition arguments.
Don't spuriously add include paths.
Add back the warning flags.
Document the build system.
A little bit more cleanup.
Fix directory reading on OSX.
More missing fd -> uint64 casts.
Cast 'fd' to appropriate sized type.
Add test for label preservation change.
Preserve indexes when folding variables.
Add shuffled alloc/free to the alloc test.
Add copious allocs to benchmarks.
Add benchmarking runner and makefile.
Add and correct file manipulation stuff.
Add support for pipe() syscall.
Add path joining and normalization functions.
Reduce nesting levels in resolver.
Remove workaround for compiler bug.
Update the documentation for myrbuild.
Implement waitstatus() for freebsd.
Simplify runtime overrride scheme.
Spit out the runtime from libstd.
more modifications for FreeBSD port
Merge remote-tracking branch 'origin/freebsd-port'
Merge branch 'master' of https://github.com/akoshibe/mc
Merge branch 'master' of https://github.com/oridb/mc
Add initial cut for freebsd start code.
Merge branch 'master' of https://github.com/oridb/mc
Parts of syscall wrapper for FreeBSD
Step through default types when specializing.
Better formatting for fmtunion
Don't print 'tynil' in ucons.
Add proper checking for types with parameters.
Use probed values from configure
Fix compilation on GCC 4.8
More debug dumps with final substitutions.
Sync eqivalent member on OSX names with linux.
Fix generic type construction.
Fix indentation on benchmark code.
I can't remember the last time I used 'myrtypes'.
Fix missing newlines in pretty prints.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc
Add borked test case for generic chaining.
Fix syscall signatures on OSX
Fix test expectations for stdfmtpad.
Correct support for zero/space padded negative int
Add tests for padded format strings.
Add support for padded strings.
Compute the directory length
Fix struct stat under Linux.
Add support for directory listing under OSX
Fix dir-linux to actually keep the offset.
Add directory listing under Linux.