aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-0/+3
* Cleanup trailing newlines noticed while looking for other issues.Warner Losh2014-11-147-14/+0
* Add support for calling pcibios routines from theWarner Losh2014-09-101-2/+144
* Remove ia64.Marcel Moolenaar2014-07-073-541/+0
* Fix printf args for 64-bit archsEd Maste2014-04-081-11/+11
* Correct a variable's type for 64-bit FiclEd Maste2014-04-081-1/+1
* Fix the mips64el build: mips64el should use the mips64 directory, not the mip...Warner Losh2014-04-061-1/+1
* Build boot/ficl as 64-bit library on amd64Ed Maste2014-04-031-6/+17
* Build FICL support into little-endian 64-bit MIPS boot-loader fragments;Robert Watson2014-02-241-1/+1
* Give mips64 its own ficl configuration that sizes pointers/etc suitably forRobert Watson2014-02-233-1/+539
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-1/+1
* Fix the freaddir implementation for the stand-alone interpreter.Marcel Moolenaar2013-08-091-11/+39
* Fix the build of the testmain target. This target compiles a ForthMarcel Moolenaar2013-08-011-4/+31
* Add 2 builtin words for working with directories:Marcel Moolenaar2013-07-101-0/+54
* The CELL fields can be various integer types depending on the platformTim Kientzle2013-04-071-6/+10
* Fix two broken macros.Tim Kientzle2013-04-071-2/+2
* Build a 64 bit version of the FICL library. This is need for a 64 bitRui Paulo2012-12-211-6/+15
* boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-10-201-1/+2
* Try to avoid all files dependence on the modification time of the large andAndrey A. Chernov2012-07-261-0/+2
* Fix clang warnings.Rui Paulo2012-02-052-3/+3
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-302-0/+535
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* On i386 and amd64, consistently use the following options whenever weDimitry Andric2011-01-051-1/+1
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that IDimitry Andric2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsoDimitry Andric2011-01-051-2/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-231-7/+7
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,Nathan Whitehorn2010-07-121-3/+7
* Add a missing prototypeBrian Somers2010-06-201-0/+1
* Add basic mips support. This has been compile tested only.Warner Losh2009-02-192-0/+533
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-141-1/+1
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-1/+1
* Update to FICL 3.03 (the last release before FICL4 rewrite).Jung-uk Kim2007-03-2311-68/+405
* Add -march=i386 to fix amd64 build by generating the same codeRuslan Ermilov2006-09-281-1/+1
* Copy powerpc ficl files sysdep files (maybe we need a common one)Warner Losh2006-08-182-0/+533
* Remove Alpha bits for ficl.John Baldwin2006-05-124-544/+0
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-0/+3
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-05-311-0/+1
* Instead of just not defining a bunch of words when TESTMAIN is set, provideScott Long2004-11-302-14/+45
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.Marcel Moolenaar2004-08-221-1/+1
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-071-9/+6
* Disable floating point on PowerPC for the ficl library.Peter Grehan2003-12-101-0/+3
* Define 'arch-powerpc'Peter Grehan2003-12-101-0/+8
* FICL system-dependent files for powerpc. Taken from the i386 versions,Peter Grehan2003-12-102-0/+533
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-261-0/+20
* Set arch-pc98 env to true for pc98.Yoshihiro Takahashi2003-06-082-1/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Make ficl work on sparc64. The assumption that int == long == void * isScott Long2002-08-312-9/+9
* Fix for stand-alone compilingScott Long2002-08-211-0/+4