| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove sys/boot/pc98 accidentally restored in r313575 | Ed Maste | 2017-02-11 | 1 | -116/+0 |
* | makefs: make the buffer functions look exactly like the kernel ones | Ed Maste | 2017-02-11 | 1 | -0/+116 |
* | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -116/+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 |
* | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | Bryan Drewery | 2016-03-26 | 1 | -1/+0 |
* | 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 |
* | MFi386: | John Baldwin | 2015-02-11 | 1 | -0/+1 |
* | Similar to r274977, use the correct combination of flags to get the pc98 | Dimitry Andric | 2014-11-25 | 1 | -4/+4 |
* | 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 | 1 | -2/+0 |
* | Compile boot2 with clang on pc98. | Warner Losh | 2014-07-10 | 1 | -2/+2 |
* | 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 | 1 | -0/+2 |
* | 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 |
* | Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's | Dimitry Andric | 2013-12-26 | 1 | -0/+1 |
* | Put in a band-aid to get the pc98 bootstraps building, now clang is the | Dimitry Andric | 2012-11-07 | 1 | -1/+1 |
* | MFi386: revision 220337 | Yoshihiro Takahashi | 2011-04-05 | 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 |
* | Always compile pc98 boot2 with gcc instead of clang, just as with i386 | Dimitry Andric | 2010-08-31 | 1 | -0/+7 |
* | Reimplement the boot2 for pc98 completely. | Yoshihiro Takahashi | 2009-12-31 | 1 | -113/+98 |
* | Cleanups the boot2 for pc98. There is no functional change. | Yoshihiro Takahashi | 2009-12-11 | 1 | -0/+6 |
* | Fix a fallout from SSP commit, and make this compile again. | Ruslan Ermilov | 2008-06-26 | 1 | -2/+1 |
* | Remove ifdef PC98. | Yoshihiro Takahashi | 2005-05-08 | 1 | -1/+1 |
* | Fix buidling of boot blocks for pc98 with new links. | Warner Losh | 2005-04-03 | 1 | -3/+11 |
* | NOSHARED -> NO_SHARED | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
* | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | Yoshihiro Takahashi | 2004-09-18 | 1 | -0/+1 |
* | MFi386: Factor out -nostdlib and use PROG. | Yoshihiro Takahashi | 2004-02-09 | 1 | -1/+1 |
* | MFi386: Removed -elf and duplicate -ffreestanding. | Ruslan Ermilov | 2004-02-07 | 1 | -2/+2 |
* | MFi386: Cleanups to sys/boot makefiles. | Yoshihiro Takahashi | 2004-02-07 | 1 | -1/+0 |
* | Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and | Ruslan Ermilov | 2003-03-02 | 1 | -1/+1 |
* | MFi386: Install the "boot" image which is boot1 + boot2. | Yoshihiro Takahashi | 2003-01-30 | 1 | -2/+7 |
* | Remove '-DUFS1_ONLY' from CFLAGS. It is not needed. | Yoshihiro Takahashi | 2002-10-10 | 1 | -2/+0 |
* | Move the definition of UFS1_ONLY into the Makefiles where it belongs. | Poul-Henning Kamp | 2002-10-07 | 1 | -0/+1 |
* | Added some header files from -stable and fixed the boot[12] programs. | Yoshihiro Takahashi | 2002-10-03 | 1 | -2/+14 |
* | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 1 | -1/+1 |
* | Cosmetic change (align with other boot blocks): | Nick Hibma | 2002-05-26 | 1 | -1/+1 |
* | Fixed to build for GCC 3.1 | Yoshihiro Takahashi | 2002-05-14 | 1 | -3/+1 |
* | -ffreestanding is the word. | David E. O'Brien | 2002-05-10 | 1 | -1/+1 |
* | Add -D_KERNEL to CFLAGS for ntohl(). | Yoshihiro Takahashi | 2002-02-28 | 1 | -1/+1 |
* | Update boot[12] program to compile ELF binary. | Yoshihiro Takahashi | 2001-05-24 | 1 | -11/+6 |
* | Remove -mno-486 option and add -mpreferred-stack-boundary=2 option. | Yoshihiro Takahashi | 1999-11-16 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Optimize better for space. | KATO Takenori | 1999-04-24 | 1 | -3/+3 |
* | PC98 version of new boot loader. Because boot2 has not yet ported, | KATO Takenori | 1999-02-03 | 1 | -0/+97 |