mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Replace long-derived types with their abi equivalent where required by the target ABI. There are two cases: - All pointers to types that go from 64-bit to 32-bit between the default ABI and the target ABI. - Signed arguments that go from 64-bit to 32-bit (these require sign-extension before passing to general kernel ABIs). This adds four new config variables: abi_long, semid_t, abi_size_t, and abi_u_long which default to long, size_t, and u_long respectively. Reviewed by: kevans |
||
|---|---|---|
| .. | ||
| fdt | ||
| sound | ||
| acpi_quirks2h.awk | ||
| arm_kernel_boothdr.awk | ||
| bus_macro.sh | ||
| embed_mfs.sh | ||
| fw_stub.awk | ||
| makeobjops.awk | ||
| makesyscalls.lua | ||
| miidevs2h.awk | ||
| pccarddevs2h.awk | ||
| sdiodevs2h.awk | ||
| usbdevs2h.awk | ||
| vnode_if.awk | ||