| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280980: | dim | 2015-04-09 | 1 | -2/+2 |
* | MFC r279598: | dim | 2015-03-08 | 1 | -1/+3 |
* | MFC r260334: | dim | 2014-01-09 | 1 | -1/+2 |
* | MFC r260095: | dim | 2014-01-04 | 1 | -3/+3 |
* | MFC r257532 (by adrian): | dim | 2013-12-30 | 1 | -3/+4 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -10/+6 |
* | When building some of the boot loaders with clang, and DEBUG_FLAGS or | dim | 2011-07-17 | 1 | -0/+3 |
* | Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off | dim | 2011-05-05 | 1 | -1/+2 |
* | Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. | dim | 2011-05-02 | 1 | -3/+6 |
* | Due to space constraints, the UFS boot2 and boot1 use an evil hack where | jhb | 2011-04-28 | 1 | -0/+1 |
* | Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. | rdivacky | 2011-04-04 | 1 | -0/+1 |
* | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | dim | 2011-01-05 | 1 | -1/+0 |
* | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | dim | 2010-09-21 | 1 | -3/+1 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 1 | -1/+3 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | imp | 2010-08-23 | 1 | -1/+1 |
* | Make sure the boot2 stage is compiled with gcc, as clang has no | rpaulo | 2010-08-21 | 1 | -0/+5 |
* | Revert the part of change 107879 that employs the unused bytes after | marcel | 2009-03-07 | 1 | -1/+1 |
* | Tweak inlining parameters a little. Add warning to tell us if function | kan | 2007-05-19 | 1 | -1/+2 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -1/+1 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-03-15 | 1 | -0/+1 |
* | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | yar | 2004-08-27 | 1 | -2/+2 |
* | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | kan | 2004-07-30 | 1 | -1/+3 |
* | Re-add sio.S, and properly deal with assembler files. | ru | 2004-02-17 | 1 | -9/+4 |
* | - Factor out -nostdlib to an upper level Makefile.inc. | ru | 2004-02-09 | 1 | -1/+1 |
* | Argh, unbreak "make depend" for AMD64. | ru | 2004-02-07 | 1 | -1/+1 |
* | - Removed -elf which is not a valid gcc(1) option anymore. | ru | 2004-02-07 | 1 | -1/+1 |
* | Generate .depend file. | ru | 2004-02-07 | 1 | -0/+2 |
* | Untangle building of AMD64 boot code. | ru | 2004-02-07 | 1 | -4/+2 |
* | First round of cleanups to sys/boot/ makefiles: | ru | 2004-02-06 | 1 | -60/+43 |
* | Inherit BINDIR from a parent Makefile.inc. | ru | 2004-02-06 | 1 | -1/+0 |
* | Build on amd64. Yes, I know this isn't particularly nice. | peter | 2003-06-26 | 1 | -0/+12 |
* | Fixed CLEANFILES. | ru | 2003-02-25 | 1 | -1/+1 |
* | Build a file "boot" which consists of boot1 and boot2 concatenated. | phk | 2003-01-26 | 1 | -1/+6 |
* | -mno-align-long-strings can make things smaller, so lets use it in hopes | obrien | 2002-12-21 | 1 | -0/+1 |
* | I didn't intend to delete this rm from the Makefile. It snuck in at | imp | 2002-12-18 | 1 | -0/+1 |
* | Make both UFS1 and UFS2 fit on the same boot blocks. These are a | imp | 2002-12-17 | 1 | -5/+4 |
* | Employ the unused bytes after the disklabel in the second sector. This makes | phk | 2002-12-14 | 1 | -15/+6 |
* | Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 | jhb | 2002-10-08 | 1 | -1/+1 |
* | Now that ufsread.c doesn't do 64bit divide remainder operations, | phk | 2002-10-08 | 1 | -15/+2 |
* | Reinstate rev 1.36 with an important line that got missed. Note this | green | 2002-10-08 | 1 | -2/+5 |
* | Unbreak boot2 by backing out rev 1.36 to Makefile, which does not | phk | 2002-10-08 | 1 | -3/+1 |
* | Correct a bug in adding 0x700 to a number. | green | 2002-10-07 | 1 | -1/+3 |
* | Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12. | phk | 2002-10-07 | 1 | -3/+30 |
* | Change the comment character from # to // in boot1.s and run | phk | 2002-10-07 | 1 | -1/+2 |
* | Move the definition of UFS1_ONLY into the Makefiles where it belongs. | phk | 2002-10-07 | 1 | -0/+2 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -2/+2 |
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c | phk | 2002-06-21 | 1 | -1/+1 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -1/+1 |
* | Add explicit dependency on ufsread.c | phk | 2002-06-05 | 1 | -1/+1 |
* | Preparation for UFS2 commit: | phk | 2002-06-05 | 1 | -0/+1 |