| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r294926 | Allan Jude | 2016-02-02 | 1 | -1/+1 |
| * | MFC r293233: loader.efi: add terminal emulation support | Ed Maste | 2016-01-20 | 1 | -1/+1 |
| * | MFC 279949: | John Baldwin | 2015-04-09 | 1 | -0/+3 |
| * | MFC UEFI loader | Ed Maste | 2014-09-04 | 3 | -18/+29 |
| * | MFC r257532 (by adrian): | Dimitry Andric | 2013-12-30 | 1 | -1/+1 |
| * | Fix the freaddir implementation for the stand-alone interpreter. | Marcel Moolenaar | 2013-08-09 | 1 | -11/+39 |
| * | Fix the build of the testmain target. This target compiles a Forth | Marcel Moolenaar | 2013-08-01 | 1 | -4/+31 |
| * | Add 2 builtin words for working with directories: | Marcel Moolenaar | 2013-07-10 | 1 | -0/+54 |
| * | The CELL fields can be various integer types depending on the platform | Tim Kientzle | 2013-04-07 | 1 | -6/+10 |
| * | Fix two broken macros. | Tim Kientzle | 2013-04-07 | 1 | -2/+2 |
| * | Build a 64 bit version of the FICL library. This is need for a 64 bit | Rui Paulo | 2012-12-21 | 1 | -6/+15 |
| * | boot: use -march=i386 for both i386 and amd64 builds | Andriy Gapon | 2012-10-20 | 1 | -1/+2 |
| * | Try to avoid all files dependence on the modification time of the large and | Andrey A. Chernov | 2012-07-26 | 1 | -0/+2 |
| * | Fix clang warnings. | Rui Paulo | 2012-02-05 | 2 | -3/+3 |
| * | Add a version of the FreeBSD bootloader which can run in userland, packaged | Doug Rabson | 2011-06-30 | 2 | -0/+535 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | On i386 and amd64, consistently use the following options whenever we | Dimitry Andric | 2011-01-05 | 1 | -1/+1 |
| * | Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that I | Dimitry Andric | 2011-01-05 | 1 | -2/+0 |
| * | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | Dimitry Andric | 2011-01-05 | 1 | -2/+1 |
| * | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | Warner Losh | 2010-08-23 | 1 | -7/+7 |
| * | Provide support in loader for booting 64-bit PowerPC kernels. Like amd64, | Nathan Whitehorn | 2010-07-12 | 1 | -3/+7 |
| * | Add a missing prototype | Brian Somers | 2010-06-20 | 1 | -0/+1 |
| * | Add basic mips support. This has been compile tested only. | Warner Losh | 2009-02-19 | 2 | -0/+533 |
| * | Initial support of loader(8) for ARM machines running U-Boot. | Rafal Jaworowski | 2008-10-14 | 1 | -1/+1 |
| * | Optimize for size on pc98. It enables to boot a kernel again. | Yoshihiro Takahashi | 2007-10-15 | 1 | -1/+1 |
| * | Update to FICL 3.03 (the last release before FICL4 rewrite). | Jung-uk Kim | 2007-03-23 | 11 | -68/+405 |
| * | Add -march=i386 to fix amd64 build by generating the same code | Ruslan Ermilov | 2006-09-28 | 1 | -1/+1 |
| * | Copy powerpc ficl files sysdep files (maybe we need a common one) | Warner Losh | 2006-08-18 | 2 | -0/+533 |
| * | Remove Alpha bits for ficl. | John Baldwin | 2006-05-12 | 4 | -544/+0 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -0/+3 |
| * | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-05-31 | 1 | -0/+1 |
| * | Instead of just not defining a bunch of words when TESTMAIN is set, provide | Scott Long | 2004-11-30 | 2 | -14/+45 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Part 2 of fixing the boot code: gcc 3.4 fixes. | Marcel Moolenaar | 2004-08-22 | 1 | -1/+1 |
| * | Untangle building of AMD64 boot code. | Ruslan Ermilov | 2004-02-07 | 1 | -9/+6 |
| * | Disable floating point on PowerPC for the ficl library. | Peter Grehan | 2003-12-10 | 1 | -0/+3 |
| * | Define 'arch-powerpc' | Peter Grehan | 2003-12-10 | 1 | -0/+8 |
| * | FICL system-dependent files for powerpc. Taken from the i386 versions, | Peter Grehan | 2003-12-10 | 2 | -0/+533 |
| * | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
| * | Build on amd64. Yes, I know this isn't particularly nice. | Peter Wemm | 2003-06-26 | 1 | -0/+20 |
| * | Set arch-pc98 env to true for pc98. | Yoshihiro Takahashi | 2003-06-08 | 2 | -1/+6 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Make ficl work on sparc64. The assumption that int == long == void * is | Scott Long | 2002-08-31 | 2 | -9/+9 |
| * | Fix for stand-alone compiling | Scott Long | 2002-08-21 | 1 | -0/+4 |
| * | MD ficl files for sparc64. | Jake Burkholder | 2002-05-19 | 2 | -0/+513 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 3 | -3/+3 |
| * | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -2/+0 |
| * | Back out last commit. I expect our bsd.*.mk gods to remove the need for | David E. O'Brien | 2002-05-12 | 1 | -0/+2 |
| * | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | David E. O'Brien | 2002-05-11 | 1 | -2/+0 |
| * | -ffreestanding is the word. | David E. O'Brien | 2002-05-10 | 1 | -0/+1 |