Ed Schouten aea6d042a9 Port cloudabi32.ko to FreeBSD/arm64.
This change adds an implementation of a sysent for running CloudABI
armv6 and armv7 binaries on FreeBSD/arm64. It is a somewhat literal copy
of the armv6 version, except that it's been patched up to use the proper
registers.

Just like for cloudabi32.ko on FreeBSD/amd64, we make use of a vDSO that
automatically pads system call parameters to 64-bit value. These are
stored in a buffer on the stack, meaning we need to use copyin() and
copyout() unconditionally.
2017-11-30 17:58:48 +00:00
..
2017-04-03 03:07:48 +00:00
2017-05-18 06:13:29 +00:00
2017-07-05 17:27:03 +00:00
2017-06-26 21:14:33 +00:00
2017-11-21 09:08:27 +00:00
2017-11-13 10:49:18 +00:00
2017-06-09 12:06:22 +00:00
2017-03-05 03:05:24 +00:00
2017-08-21 20:27:45 +00:00
2017-03-09 01:21:28 +00:00
2017-05-09 05:22:51 +00:00
2017-11-30 17:58:48 +00:00
2017-01-28 02:22:15 +00:00