summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-1/+1
* Implement UEFI set environment variable, as well as exporting the EFIimp2016-05-171-0/+207
* Implement uuid-to-string and uuid-from-string. uuid-from-string takesimp2016-05-171-0/+74
* Minor space tweak to make things consistent.imp2016-05-171-4/+3
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...sgalabov2016-02-261-0/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* ficl: Replace rand(3) with random(3).pfg2016-02-081-1/+1
* ficl: Replace rand(3) with random(3).pfg2016-02-081-2/+2
* Welcome the RISC-V 64-bit kernel.br2016-01-292-0/+510
* ficl on i386 should cast to unsigned char output to support efi i386allanjude2016-01-271-1/+1
* loader.efi: add terminal emulation supportemaste2016-01-061-1/+1
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-271-17/+1
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * Merge sync of headsjg2015-05-273-0/+513
| |\
| * \ Merge from head@274682sjg2014-11-198-16/+144
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-193-541/+0
| |\ \ \
| * \ \ \ Merge headsjg2014-04-285-20/+569
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-051-4/+113
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-122-8/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync with HEAD.obrien2013-02-081-6/+15
| |\ \ \ \ \ \ \
| * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+6
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Sync from headsjg2012-11-041-1/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Revert my previoius commit as it explicit pollute the ficl on otheraraujo2015-06-081-1/+0
* | | | | | | | | | Include header libi386.h to silence the clang warning of implicit declarationaraujo2015-06-071-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add the arm64 machine dependent parts of ficl. This is not machineandrew2015-04-092-0/+510
* | | | | | | | | The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-131-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cleanup trailing newlines noticed while looking for other issues.imp2014-11-147-14/+0
* | | | | | | | Add support for calling pcibios routines from theimp2014-09-101-2/+144
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove ia64.marcel2014-07-073-541/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix printf args for 64-bit archsemaste2014-04-081-11/+11
* | | | | | Correct a variable's type for 64-bit Ficlemaste2014-04-081-1/+1
* | | | | | Fix the mips64el build: mips64el should use the mips64 directory, not the mip...imp2014-04-061-1/+1
* | | | | | Build boot/ficl as 64-bit library on amd64emaste2014-04-031-6/+17
* | | | | | Build FICL support into little-endian 64-bit MIPS boot-loader fragments;rwatson2014-02-241-1/+1
* | | | | | Give mips64 its own ficl configuration that sizes pointers/etc suitably forrwatson2014-02-233-1/+539
* | | | | | For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-261-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix the freaddir implementation for the stand-alone interpreter.marcel2013-08-091-11/+39
* | | | | Fix the build of the testmain target. This target compiles a Forthmarcel2013-08-011-4/+31
* | | | | Add 2 builtin words for working with directories:marcel2013-07-101-0/+54
| |_|_|/ |/| | |
* | | | 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
OpenPOWER on IntegriCloud