K 10 svn:author V 2 ed K 8 svn:date V 27 2015-07-17T09:00:38.676912Z K 7 svn:log V 372 Implement CloudABI memory management system calls. Add support for the functions by wrapping around our own implementations. There are no kern_*() variants of these system calls, but we also don't need them in this case. It is sufficient to just call into the sys_*() functions. Differential Revision: https://reviews.freebsd.org/D3033 Reviewed by: brooks END