freebsd-dev/sys/boot/ficl
Tim Kientzle a58e544f50 The CELL fields can be various integer types depending on the platform
(ARM uses 'int' and 'unsigned'; i386 uses 'long' and 'unsigned long'),
so we need explicit casts to long and unsigned long here to ensure
that the result matches the printf %ld and %lx specifiers.
2013-04-07 05:53:42 +00:00
..
amd64 Add a version of the FreeBSD bootloader which can run in userland, packaged 2011-06-30 16:08:56 +00:00
arm Fix two broken macros. 2013-04-07 05:40:49 +00:00
i386 Fix clang warnings. 2012-02-05 20:00:39 +00:00
ia64
mips
powerpc
softwords
sparc64
dict.c
ficl.c
ficl.h
fileaccess.c Fix clang warnings. 2012-02-05 20:00:39 +00:00
float.c
loader.c
Makefile Build a 64 bit version of the FICL library. This is need for a 64 bit 2012-12-21 05:22:14 +00:00
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c The CELL fields can be various integer types depending on the platform 2013-04-07 05:53:42 +00:00
unix.c
vm.c
words.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00