aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/cloudabi32
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-1/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Correct some more places where TO_PTR() should be used.Ed Schouten2017-11-261-1/+1
* Use TO_PTR() to convert integers to pointers.Ed Schouten2017-11-261-1/+1
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-1/+1
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-2/+6
* Stop providing the compat_3_brand.Ed Schouten2017-03-231-1/+0
* Update r315753 with the proper flag name.Konstantin Belousov2017-03-221-1/+1
* Add a flag BI_BRAND_ONLY_STATIC to specify that the brand onlyKonstantin Belousov2017-03-221-1/+1
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-221-0/+1
* Catch up with changes to structure member names.Ed Schouten2017-01-171-1/+1
* Add very preliminary support for CloudABI for ARMv6.Ed Schouten2016-09-181-0/+193