summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* The CELL fields can be various integer types depending on the platformkientzle2013-04-071-6/+10
* Fix two broken macros.kientzle2013-04-071-2/+2
* Build a 64 bit version of the FICL library. This is need for a 64 bitrpaulo2012-12-211-6/+15
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+2
* Try to avoid all files dependence on the modification time of the large andache2012-07-261-0/+2
* Fix clang warnings.rpaulo2012-02-052-3/+3
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-302-0/+535
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-2/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-7/+7
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-3/+7
* Add a missing prototypebrian2010-06-201-0/+1
* Add basic mips support. This has been compile tested only.imp2009-02-192-0/+533
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-141-1/+1
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-1/+1
* Update to FICL 3.03 (the last release before FICL4 rewrite).jkim2007-03-2311-68/+405
* Add -march=i386 to fix amd64 build by generating the same coderu2006-09-281-1/+1
* Copy powerpc ficl files sysdep files (maybe we need a common one)imp2006-08-182-0/+533
* Remove Alpha bits for ficl.jhb2006-05-124-544/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-0/+3
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* Instead of just not defining a bunch of words when TESTMAIN is set, providescottl2004-11-302-14/+45
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-221-1/+1
* Untangle building of AMD64 boot code.ru2004-02-071-9/+6
* Disable floating point on PowerPC for the ficl library.grehan2003-12-101-0/+3
* Define 'arch-powerpc'grehan2003-12-101-0/+8
* FICL system-dependent files for powerpc. Taken from the i386 versions,grehan2003-12-102-0/+533
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+20
* Set arch-pc98 env to true for pc98.nyan2003-06-082-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Make ficl work on sparc64. The assumption that int == long == void * isscottl2002-08-312-9/+9
* Fix for stand-alone compilingscottl2002-08-211-0/+4
* MD ficl files for sparc64.jake2002-05-192-0/+513
* More s/file system/filesystem/gtrhodes2002-05-163-3/+3
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-2/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+2
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-2/+0
* -ffreestanding is the word.obrien2002-05-101-0/+1
* Partical style cleanup.obrien2002-05-091-19/+17
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isdcs2002-04-0927-1275/+3925
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-111-8/+65
* Remove unused filed.dcs2001-12-031-29/+0
* Revert rev 1.7 which moved us away from POSIX character classes.obrien2001-11-031-15/+18
* Substitute "[:space:]" with the character constants it expands to.obrien2001-11-011-18/+15
* Avoid an alignment fault on 64bit architectures.dfr2001-09-041-1/+1
* Add definition for arch-ia64.dfr2001-09-041-0/+6
OpenPOWER on IntegriCloud