mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
In addition to some small style fixes to the ARMv6 vDSO, this release includes a new vDSO that can be used for the execution of ARMv6/ARMv7 code on 64-bit platforms. Just like for i686 on x86-64, this new vDSO is responsible for padding arguments and return values to 64-bit values, so that the kernel can easily forward system calls to the native system calls. Obtained from: https://github.com/NuxiNL/cloudabi |
||
|---|---|---|
| .. | ||
| cloudabi32_types.h | ||
| cloudabi64_types.h | ||
| cloudabi_types_common.h | ||
| cloudabi_vdso_aarch64.S | ||
| cloudabi_vdso_armv6.S | ||
| cloudabi_vdso_armv6_on_64bit.S | ||
| cloudabi_vdso_i686.S | ||
| cloudabi_vdso_i686_on_64bit.S | ||
| cloudabi_vdso_x86_64.S | ||
| syscalls32.master | ||
| syscalls64.master | ||