| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r309412,r316109,r316132: | Enji Cooper | 2017-05-28 | 3 | -4/+4 |
| * | MFC r309369,310850,310853: | Toomas Soome | 2017-02-06 | 2 | -11/+10 |
| * | MFC r310267: Deduplicate loader vers.c Makefile rules | Ed Maste | 2017-01-20 | 1 | -4/+2 |
| * | MFC r310225: Reduce boot loader version string duplication | Ed Maste | 2017-01-17 | 1 | -4/+2 |
| * | MFC: 304677, 304680, 305125, 305770, 305769 | Baptiste Daroussin | 2016-10-19 | 1 | -4/+0 |
| * | Fix several instances where the boot loader ignored pager_output | Warner Losh | 2016-05-18 | 2 | -17/+27 |
| * | sys/boot: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-30 | 3 | -3/+3 |
| * | Fix more pc98 build issues re: bcache change | Allan Jude | 2016-04-22 | 1 | -2/+2 |
| * | Fix pc98 build error introduced in r298230 | Allan Jude | 2016-04-19 | 1 | -2/+2 |
| * | A new implementation of the loader block cache | Allan Jude | 2016-04-18 | 4 | -11/+66 |
| * | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | Bryan Drewery | 2016-03-26 | 4 | -4/+0 |
| * | Fix mistake when transitioning to the new defines with ZFS loader. I | Warner Losh | 2016-01-27 | 1 | -1/+1 |
| * | Remove static from these two. They slipped through the cracks. | Warner Losh | 2016-01-26 | 1 | -1/+1 |
| * | RBX_ defines are in rbx.h, move it there. | Warner Losh | 2016-01-26 | 1 | -38/+1 |
| * | Move all the separate copies of the same strings into paths.h. There's | Warner Losh | 2016-01-26 | 1 | -5/+1 |
| * | Fix remaining direct tests of the carry flag in the v86 %eflags via a | John Baldwin | 2015-12-24 | 2 | -4/+4 |
| * | Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags. | Warner Losh | 2015-08-27 | 1 | -1/+1 |
| * | Remove guards around overwriting loader.rc and menu.rc | Allan Jude | 2015-08-06 | 1 | -6/+1 |
| * | MFi386: r284878 | Yoshihiro Takahashi | 2015-06-27 | 1 | -1/+3 |
| * | Fix fallouts from r284590 | Baptiste Daroussin | 2015-06-19 | 1 | -0/+1 |
| * | Revert .PATH changes to fix mips build. | Jung-uk Kim | 2015-04-03 | 1 | -0/+1 |
| * | Install newly added brand-*.4th and logo-*.4th files and reduce duplication. | Jung-uk Kim | 2015-04-02 | 1 | -6/+1 |
| * | Ensure the cross assembler, linker and objcopy are used for the build32 | Dimitry Andric | 2015-04-02 | 3 | -4/+4 |
| * | Merging ^/head r279596 through r279758. | Dimitry Andric | 2015-03-07 | 1 | -1/+3 |
| |\ |
|
| | * | When compiling boot2 with gcc on i386 and pc98, only use the custom flag | Dimitry Andric | 2015-03-04 | 1 | -1/+3 |
| * | | Merge ^/head r278499 through r278755. | Dimitry Andric | 2015-02-14 | 1 | -0/+1 |
| |\| |
|
| | * | MFi386: | John Baldwin | 2015-02-11 | 1 | -0/+1 |
| * | | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' for | Dimitry Andric | 2015-01-28 | 1 | -2/+2 |
| |/ |
|
| * | Merge ^/head r275387 through r275477. | Dimitry Andric | 2014-12-04 | 1 | -1/+1 |
| |\ |
|
| | * | MFi386: r275305 (by rdivacky) | Yoshihiro Takahashi | 2014-12-02 | 1 | -1/+1 |
| * | | Merge ^/head r274961 through r275261. | Dimitry Andric | 2014-11-29 | 1 | -14/+22 |
| |\| |
|
| | * | MFi386: r275059, r275061, r275062 and r275191 (by rdivacky) | Yoshihiro Takahashi | 2014-11-29 | 1 | -8/+12 |
| | * | MFi386: r275237 (by rdivacky) | Yoshihiro Takahashi | 2014-11-29 | 1 | -6/+10 |
| * | | Similar to r274977, use the correct combination of flags to get the pc98 | Dimitry Andric | 2014-11-25 | 1 | -4/+4 |
| |/ |
|
| * | MFi386: r274398 | Yoshihiro Takahashi | 2014-11-15 | 1 | -7/+7 |
| * | MFi386: r261567 | Yoshihiro Takahashi | 2014-09-28 | 1 | -0/+2 |
| * | MFi386: r268974 | Yoshihiro Takahashi | 2014-09-28 | 1 | -0/+3 |
| * | MFi386: r261520 | Yoshihiro Takahashi | 2014-09-28 | 1 | -3/+0 |
| * | Reduce diffs against i386. | Yoshihiro Takahashi | 2014-09-28 | 1 | -5/+2 |
| * | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 3 | -6/+0 |
| * | Give loaders more control over the Forth initialization process. In | Marcel Moolenaar | 2014-07-27 | 1 | -1/+1 |
| * | Compile boot2 with clang on pc98. | Warner Losh | 2014-07-10 | 1 | -2/+2 |
| * | Make SERIAL support optional again. Enable it for i386 because a huge | Warner Losh | 2014-07-10 | 1 | -7/+26 |
| * | Merge the clang support from i386. Don't move to clang yet. | Warner Losh | 2014-07-10 | 1 | -4/+9 |
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 3 | -0/+6 |
| * | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| * | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 7 | -7/+7 |
| * | Make comconsole options set before its activation to be remembered. | Alexander Motin | 2014-01-20 | 1 | -4/+4 |
| * | Split the last gcc-specific flags off into CFLAGS.gcc. This also | Dimitry Andric | 2014-01-05 | 1 | -1/+3 |
| * | For sys/boot/i386 and sys/boot/pc98, separate flags to be passed | Dimitry Andric | 2013-12-30 | 1 | -3/+3 |