aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi64/cloudabi64_util.h
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-51/+0
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-2/+2
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-1/+1
* Don't forget to define __ELF_WORD_SIZE.Ed Schouten2016-08-211-0/+1
* Add a utility macro for converting 64-bit pointers to native pointers.Ed Schouten2016-08-211-0/+2
* Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-061-2/+2
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+1
* Refactoring: move out generic bits from cloudabi64_sysvec.c.Ed Schouten2015-10-221-0/+10
* Make thread creation work for CloudABI processes.Ed Schouten2015-07-211-0/+38