aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/cloudabi64
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2022-05-121-0/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* 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-2/+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
* Convert pointers obtained from the threadattr_t structure with TO_PTR().Ed Schouten2016-08-241-2/+2
* Provide the CloudABI vDSO to its executables.Ed Schouten2016-08-101-1/+0
* Don't forget to set sa->narg for CloudABI system calls.Ed Schouten2016-07-081-0/+1
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-1/+1
* Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-061-2/+26
* Make Position Independent Executables work for CloudABI.Ed Schouten2016-03-311-0/+1
* Fix reporting of the CloudABI ABI in kdump.John Baldwin2016-03-091-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Add support for CloudABI on ARM64.Ed Schouten2015-10-221-0/+162