| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 1 | -99/+0 |
| * | Install the 4th files in sys/boot/forth instead of each loader | Warner Losh | 2017-11-10 | 1 | -2/+2 |
| * | Move machine and other link creation to defs.mk | Warner Losh | 2017-11-06 | 1 | -7/+0 |
| * | Use defs.mk name and prefer bsd.init.mk | Warner Losh | 2017-10-30 | 1 | -9/+6 |
| * | i386/boot2: -fno-asynchronous-unwind-tables for gcc | Ryan Libby | 2017-08-09 | 1 | -0/+1 |
| * | Parameterize out 7680 (15 * 512) as BOOT2SIZE, similar to sys/boot/i386/zfsbo... | Enji Cooper | 2017-03-29 | 1 | -2/+4 |
| * | Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC instead | Enji Cooper | 2017-03-28 | 1 | -2/+2 |
| * | Remove -fno-guess-branch-probability and -fno-unit-at-a-time. | Warner Losh | 2017-03-28 | 1 | -2/+0 |
| * | Simply retire the sedification of the boot2.s file. It's been obsolete | Warner Losh | 2017-03-28 | 1 | -17/+1 |
| * | Fix build with path names with 'align' or 'nop' in them. | Warner Losh | 2017-03-27 | 1 | -2/+10 |
| * | Remove unused macro from common/drv.c. | Mariusz Zaborski | 2017-02-25 | 1 | -1/+0 |
| * | dd is currently a bootstrap tool. It really doesn't have any business | Warner Losh | 2016-12-02 | 1 | -2/+2 |
| * | Don't use -N to set the OMAGIC with data and text writeable and data | Warner Losh | 2016-09-03 | 1 | -1/+1 |
| * | Add SHA512, skein, large blocks support for loader zfs. | Toomas Soome | 2016-08-18 | 1 | -1/+1 |
| * | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | Bryan Drewery | 2016-03-26 | 1 | -1/+0 |
| * | Remove dd xfer stats emitted during buildworld | Ed Maste | 2016-02-18 | 1 | -2/+2 |
| * | META MODE: Don't create .meta files when symlinking sources into the obj dire... | Bryan Drewery | 2015-11-25 | 1 | -2/+2 |
| * | Ensure the cross assembler, linker and objcopy are used for the build32 | Dimitry Andric | 2015-04-02 | 1 | -2/+2 |
| * | When compiling boot2 with gcc on i386 and pc98, only use the custom flag | Dimitry Andric | 2015-03-04 | 1 | -1/+3 |
| * | Ensure boot2 stays below the limit, by applying a patch from Roman | Dimitry Andric | 2014-11-24 | 1 | -4/+4 |
| * | Remove extra '\'. | Yoshihiro Takahashi | 2014-09-28 | 1 | -1/+1 |
| * | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 1 | -2/+0 |
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 1 | -0/+2 |
| * | Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify the | Warner Losh | 2014-05-05 | 1 | -1/+2 |
| * | Split the last gcc-specific flags off into CFLAGS.gcc. This also | Dimitry Andric | 2014-01-05 | 1 | -1/+2 |
| * | For sys/boot/i386 and sys/boot/pc98, separate flags to be passed | Dimitry Andric | 2013-12-30 | 1 | -3/+3 |
| * | For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. | Dimitry Andric | 2013-12-26 | 1 | -3/+4 |
| * | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | Dimitry Andric | 2012-02-28 | 1 | -10/+6 |
| * | When building some of the boot loaders with clang, and DEBUG_FLAGS or | Dimitry Andric | 2011-07-17 | 1 | -0/+3 |
| * | Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off | Dimitry Andric | 2011-05-05 | 1 | -1/+2 |
| * | Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. | Dimitry Andric | 2011-05-02 | 1 | -3/+6 |
| * | Due to space constraints, the UFS boot2 and boot1 use an evil hack where | John Baldwin | 2011-04-28 | 1 | -0/+1 |
| * | Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. | Roman Divacky | 2011-04-04 | 1 | -0/+1 |
| * | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | Dimitry Andric | 2011-01-05 | 1 | -1/+0 |
| * | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | Dimitry Andric | 2010-09-21 | 1 | -3/+1 |
| * | Use a more robust way to substitute gcc for clang, when compiling | Dimitry Andric | 2010-08-31 | 1 | -1/+3 |
| * | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | Warner Losh | 2010-08-23 | 1 | -1/+1 |
| * | Make sure the boot2 stage is compiled with gcc, as clang has no | Rui Paulo | 2010-08-21 | 1 | -0/+5 |
| * | Revert the part of change 107879 that employs the unused bytes after | Marcel Moolenaar | 2009-03-07 | 1 | -1/+1 |
| * | Tweak inlining parameters a little. Add warning to tell us if function | Alexander Kabaev | 2007-05-19 | 1 | -1/+2 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -1/+1 |
| * | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-03-15 | 1 | -0/+1 |
| * | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | Yaroslav Tykhiy | 2004-08-27 | 1 | -2/+2 |
| * | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | Alexander Kabaev | 2004-07-30 | 1 | -1/+3 |
| * | Re-add sio.S, and properly deal with assembler files. | Ruslan Ermilov | 2004-02-17 | 1 | -9/+4 |
| * | - Factor out -nostdlib to an upper level Makefile.inc. | Ruslan Ermilov | 2004-02-09 | 1 | -1/+1 |
| * | Argh, unbreak "make depend" for AMD64. | Ruslan Ermilov | 2004-02-07 | 1 | -1/+1 |
| * | - Removed -elf which is not a valid gcc(1) option anymore. | Ruslan Ermilov | 2004-02-07 | 1 | -1/+1 |
| * | Generate .depend file. | Ruslan Ermilov | 2004-02-07 | 1 | -0/+2 |
| * | Untangle building of AMD64 boot code. | Ruslan Ermilov | 2004-02-07 | 1 | -4/+2 |