freebsd-src/stand/ficl
Brandon Bergren 9e4c35f867 stand/ficl 64-bit compatibility
Currently, the only thing that prevents a functioning 64-bit FICL build is
a few integer types that were intended to be fixed-width.

Changing them to C99 integer types allows building a functioning 64-bit
FICL.

While this isn't applicable to the default settings of any in-tree loaders,
it is necessary for a future Petitboot loader, due to the requirement that
it be compiled as a 64-bit program.

Reviewed by:	tsoome, imp (earlier revision)
Sponsored by:	Tag1 Consulting, Inc.
Differential Revision:	https://reviews.freebsd.org/D26364
2020-09-14 15:48:30 +00:00
..
aarch64 Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
amd64 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
arm Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
i386 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
mips Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
mips64 Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
powerpc stand/ficl 64-bit compatibility 2020-09-14 15:48:30 +00:00
riscv Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
softwords ficl: add xemit word 2019-09-05 15:06:30 +00:00
x86 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
dict.c
ficl.c
ficl.h stand/ficl 64-bit compatibility 2020-09-14 15:48:30 +00:00
fileaccess.c veloader use vectx API for kernel and modules 2020-03-09 16:02:54 +00:00
float.c Revert r326855: Cargo cut a fix for the regressions r326585 caused. 2017-12-14 18:57:17 +00:00
loader.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
Makefile stand/ficl: Fix testmain 2018-03-07 17:18:46 +00:00
Makefile.depend Enable veriexec for loader 2019-02-26 06:22:10 +00:00
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c
unix.c
vm.c
words.c ficl: add uIsGreater word 2019-09-05 09:04:48 +00:00