| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+15 |
|\ |
|
| * | Merge sync of head | sjg | 2015-05-27 | 2 | -20/+30 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -3/+1 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -7/+28 |
| |\ \ |
|
| * \ \ | Merge from head | sjg | 2014-05-08 | 1 | -1/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge head | sjg | 2014-04-28 | 1 | -7/+9 |
| |\ \ \ \ |
|
| * \ \ \ \ | Sync with HEAD. | obrien | 2013-02-08 | 1 | -4/+2 |
| |\ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 3 | -10/+16 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+14 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Ensure the cross assembler, linker and objcopy are used for the build32 | dim | 2015-04-02 | 1 | -2/+2 |
* | | | | | | | | When compiling boot2 with gcc on i386 and pc98, only use the custom flag | dim | 2015-03-04 | 1 | -1/+3 |
* | | | | | | | | Merge ^/head r275262 through r275363. | dim | 2014-12-01 | 1 | -1/+1 |
* | | | | | | | | Merge ^/head r274961 through r275261. | dim | 2014-11-29 | 1 | -6/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Shrink boot2 a bit more by factoring out common pattern | rdivacky | 2014-11-29 | 1 | -6/+10 |
* | | | | | | | | | Merge ^/head r275118 through r275209. | dim | 2014-11-28 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Revert part of r275059. Comparing unsigned 8 bit value | rdivacky | 2014-11-27 | 1 | -2/+1 |
* | | | | | | | | | r274961 through r275075 | dim | 2014-11-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Fix style(9). | rdivacky | 2014-11-25 | 1 | -1/+1 |
| * | | | | | | | | Fix style(9). | rdivacky | 2014-11-25 | 1 | -1/+1 |
| * | | | | | | | | Shrink boot2 by a couple more bytes. | rdivacky | 2014-11-25 | 1 | -9/+14 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Ensure boot2 stays below the limit, by applying a patch from Roman | dim | 2014-11-24 | 2 | -13/+18 |
|/ / / / / / / |
|
* | | | | | | | Remove extra '\'. | nyan | 2014-09-28 | 1 | -1/+1 |
* | | | | | | | Revert r267233 for now. PIE support needs to be reworked. | bdrewery | 2014-08-19 | 1 | -2/+0 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Make SERIAL support optional again. Enable it for i386 because a huge | imp | 2014-07-10 | 1 | -7/+26 |
* | | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 1 | -0/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify the | imp | 2014-05-05 | 1 | -1/+2 |
| |_|_|/
|/| | | |
|
* | | | | Split the last gcc-specific flags off into CFLAGS.gcc. This also | dim | 2014-01-05 | 1 | -1/+2 |
* | | | | For sys/boot/i386 and sys/boot/pc98, separate flags to be passed | dim | 2013-12-30 | 1 | -3/+3 |
* | | | | For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. | dim | 2013-12-26 | 1 | -3/+4 |
| |_|/
|/| | |
|
* | | | Shrink boot2 by 8 bytes, by eliminating some unneeded instructions in | dim | 2012-11-08 | 1 | -4/+2 |
| |/
|/| |
|
* | | add detection of serial console presence to btx and boot2-like blocks | avg | 2012-10-06 | 3 | -10/+16 |
|/ |
|
* | Remove unnecessary initializations. The BSS of boot2 is in fact | jhb | 2012-06-01 | 1 | -2/+2 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | gleb | 2012-05-25 | 1 | -4/+3 |
* | Make boot2 build with Clang again. | jkim | 2012-03-09 | 1 | -4/+2 |
* | Add a note to clarify why we create a relocated copy of boot1 in lower | jhb | 2012-03-06 | 1 | -1/+4 |
* | Fix boot2 to handle boot config files that only contain a custom path to | jhb | 2012-03-05 | 1 | -6/+15 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -10/+6 |
* | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | jhb | 2011-10-25 | 1 | -3/+0 |
* | Look for /boot/config in addition to /boot.config, with the former taking | des | 2011-10-18 | 1 | -2/+4 |
* | 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 |
* | Move getc() body before xgetc() so gcc does not emit a warning about function | rdivacky | 2011-04-06 | 1 | -9/+9 |
* | Mark getc() as inline, this has no effect on gcc but helps clang. | rdivacky | 2011-04-06 | 1 | -1/+1 |
* | Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. | rdivacky | 2011-04-04 | 3 | -10/+12 |
* | Some more shrinking. | rdivacky | 2011-03-10 | 1 | -18/+16 |
* | This patch shrinks boot2 a little. | rdivacky | 2011-03-02 | 1 | -25/+8 |
* | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable | dim | 2011-02-21 | 1 | -1/+1 |
* | Remove reading of symbols from a.out loaded files. Since we are tight | imp | 2011-02-16 | 1 | -18/+1 |