| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFi386: the part of r219452 and r236405. | Yoshihiro Takahashi | 2012-08-05 | 1 | -5/+6 |
| * | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | Gleb Kurtsou | 2012-05-25 | 1 | -4/+3 |
| * | libpc98: unbreak after zfs-related changes in libi386 code | Andriy Gapon | 2012-05-13 | 1 | -0/+2 |
| * | MFi386: improve argument passing via btxldr | Andriy Gapon | 2012-05-11 | 9 | -31/+35 |
| * | i386 boot: consolidate MAXBDDEV definition | Andriy Gapon | 2012-05-09 | 1 | -1/+0 |
| * | MFi386: revisions 232570 and 232754 | Yoshihiro Takahashi | 2012-03-10 | 1 | -7/+15 |
| * | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | Dimitry Andric | 2012-02-28 | 2 | -10/+8 |
| * | Reduce diffs against i386. | Yoshihiro Takahashi | 2012-02-10 | 1 | -12/+14 |
| * | MFi386: revision 229435 | Yoshihiro Takahashi | 2012-01-04 | 1 | -31/+188 |
| * | Fix 230MB MO support. | Yoshihiro Takahashi | 2012-01-04 | 1 | -1/+1 |
| * | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | John Baldwin | 2011-10-25 | 5 | -7/+5 |
| * | Look for /boot/config in addition to /boot.config, with the former taking | Dag-Erling Smørgrav | 2011-10-18 | 1 | -2/+4 |
| * | New boot loader menus from Devin Teske. | Julian Elischer | 2011-05-28 | 1 | -0/+6 |
| * | MFi386: revisions 220389 and 220392 | Yoshihiro Takahashi | 2011-04-16 | 1 | -13/+13 |
| * | MFi386: revision 220337 | Yoshihiro Takahashi | 2011-04-05 | 1 | -0/+1 |
| * | Add 2 new archsw interfaces: | Marcel Moolenaar | 2011-04-03 | 1 | -0/+17 |
| * | MFi386: the part of 219452 | Yoshihiro Takahashi | 2011-03-24 | 1 | -14/+10 |
| * | MFi386: revision 219186 | Yoshihiro Takahashi | 2011-03-03 | 1 | -22/+7 |
| * | Remove duplicate "in". | Rebecca Cran | 2011-03-01 | 1 | -1/+1 |
| * | Revert some of r177626. "in in" is valid in certain sentences. | Rebecca Cran | 2011-02-28 | 1 | -1/+1 |
| * | MFi386: revision 218926 | Yoshihiro Takahashi | 2011-02-22 | 1 | -1/+1 |
| * | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | Dimitry Andric | 2011-02-20 | 2 | -0/+10 |
| * | MFi386: revision 218745 | Yoshihiro Takahashi | 2011-02-19 | 1 | -18/+1 |
| * | MFi386: revision 218713 | Yoshihiro Takahashi | 2011-02-16 | 1 | -3/+4 |
| * | Fix build. | Yoshihiro Takahashi | 2011-02-12 | 1 | -2/+10 |
| * | Add the pc98boot image which concatenates boot0 and boot0.5. | Yoshihiro Takahashi | 2011-02-11 | 2 | -1/+18 |
| * | On i386 and amd64, consistently use the following options whenever we | Dimitry Andric | 2011-01-05 | 1 | -1/+1 |
| * | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | Dimitry Andric | 2011-01-05 | 1 | -1/+0 |
| * | Now there is no functional difference from i386 version. | Yoshihiro Takahashi | 2010-11-13 | 1 | -35/+0 |
| * | MFi386: revision 214210 | Yoshihiro Takahashi | 2010-10-24 | 1 | -2/+2 |
| * | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | Dimitry Andric | 2010-09-21 | 1 | -3/+1 |
| * | Use a cleaner expression to retrieve the memory size in pc98's boot2.c, | Dimitry Andric | 2010-09-01 | 1 | -3/+2 |
| * | Avoid directly manipulating a NULL pointer (which could result in | Dimitry Andric | 2010-08-31 | 1 | -2/+2 |
| * | Always compile pc98 boot2 with gcc instead of clang, just as with i386 | Dimitry Andric | 2010-08-31 | 1 | -0/+7 |
| * | MFi386: revision 210387 | Yoshihiro Takahashi | 2010-07-25 | 1 | -1/+1 |
| * | Use -Wl,-N instead of the undocumented -N option for GCC. | Ed Schouten | 2010-06-03 | 5 | -5/+5 |
| * | Fix typo: s/partion/partition/ | Martin Blapp | 2010-01-02 | 1 | -1/+1 |
| * | Reimplement the boot2 for pc98 completely. | Yoshihiro Takahashi | 2009-12-31 | 22 | -4567/+1312 |
| * | Don't use 15M-16M area on pc98. It's reserved for some devices. | Yoshihiro Takahashi | 2009-12-31 | 1 | -1/+1 |
| * | Add setting machine type support to the loader. | Yoshihiro Takahashi | 2009-12-31 | 4 | -1/+112 |
| * | Move cursor position after putting a character. | Yoshihiro Takahashi | 2009-12-21 | 1 | -0/+10 |
| * | Fix debug messages of bd_io(). | Yoshihiro Takahashi | 2009-12-17 | 1 | -4/+4 |
| * | Cleanups the boot2 for pc98. There is no functional change. | Yoshihiro Takahashi | 2009-12-11 | 8 | -164/+18 |
| * | MFi386: revision 200219 | Yoshihiro Takahashi | 2009-12-08 | 2 | -8/+25 |
| * | MFi386: Use real mode instead of v86 mode. | Yoshihiro Takahashi | 2009-12-08 | 1 | -407/+358 |
| * | MFi386: revision 200216 | Yoshihiro Takahashi | 2009-12-08 | 2 | -3/+2 |
| * | Remove spinconsole from pc98, some parts seem to be missed and it's | Maxim Sobolev | 2009-11-27 | 1 | -2/+0 |
| * | Add new loader console type: "spinconsole". This console selects the | Maxim Sobolev | 2009-11-27 | 1 | -0/+2 |
| * | MFi386: | Yoshihiro Takahashi | 2009-09-13 | 1 | -1/+1 |
| * | Some of the boot loader code only works on a ufs file system, but it | Doug Rabson | 2009-05-28 | 1 | -6/+6 |