| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r249846: | Dimitry Andric | 2013-05-01 | 1 | -1/+1 |
| * | MFC: Respect RBX_MUTE flag from boot[012]. | Maxim Sobolev | 2009-04-12 | 1 | -2/+15 |
| * | MFC: Use a clean slate of register state when executing hardware interrupt | John Baldwin | 2009-03-03 | 1 | -35/+60 |
| * | MFC: Fix some of the hangs reported with the real mode BTX by disabling | John Baldwin | 2008-08-15 | 1 | -11/+22 |
| * | MFC: Use real mode to invoke BIOS routines rather than virtual 86 mode. | John Baldwin | 2008-03-18 | 2 | -456/+316 |
| * | Ignore any breakpoint instructions (int 3) we encounter in vm86 mode | John Baldwin | 2006-12-06 | 1 | -0/+2 |
| * | - Fix a couple of improper uses of leal in the previous space saving | John Baldwin | 2006-10-05 | 1 | -5/+7 |
| * | Tweak the code to handle intercepting BIOS calls to int 0x15 to shave | John Baldwin | 2006-09-28 | 1 | -17/+10 |
| * | Optimize the int 15/87 handler for space to shave another 16 bytes off of | John Baldwin | 2006-09-28 | 1 | -31/+17 |
| * | A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is | John Baldwin | 2006-09-28 | 1 | -3/+2 |
| * | Emulate moving cr0, cr2, cr3, or cr4 into any i386 general register | John Baldwin | 2006-09-27 | 1 | -6/+18 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 3 | -3/+3 |
| * | Fix comments for serial I/O function prototypes that were broken in the | John Baldwin | 2004-11-24 | 1 | -5/+10 |
| * | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | Alexander Kabaev | 2004-08-05 | 1 | -1/+9 |
| * | Back out last revision that unnecessarily changed valid assembler | Ruslan Ermilov | 2004-05-14 | 2 | -1182/+1181 |
| * | After talking to Bruce Evans and reading more standards specs, | Ruslan Ermilov | 2004-04-28 | 2 | -1181/+1182 |
| * | Use C (and CPP) style comments for assembler-with-cpp sources, | Ruslan Ermilov | 2004-04-28 | 2 | -290/+290 |
| * | Removed now redundant CLEANFILES assignments. | Ruslan Ermilov | 2004-04-27 | 2 | -2/+0 |
| * | Use a more compact syntax for passing the "binary" options to 'ld'. | David E. O'Brien | 2004-04-25 | 2 | -2/+2 |
| * | Simplify the building of our i386 'binary' boot components by directly | David E. O'Brien | 2004-04-25 | 2 | -14/+4 |
| * | Get rid of unnecessary use of m4(1) by using cpp(1) instead. | Ruslan Ermilov | 2004-02-11 | 6 | -1626/+46 |
| * | - Factor out -nostdlib to an upper level Makefile.inc. | Ruslan Ermilov | 2004-02-09 | 3 | -15/+23 |
| * | First round of cleanups to sys/boot/ makefiles: | Ruslan Ermilov | 2004-02-06 | 1 | -1/+2 |
| * | When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. | Poul-Henning Kamp | 2003-11-16 | 2 | -2/+2 |
| * | Fix an incorrect quote character in an M4 test conditon. Basically, one | John Baldwin | 2003-11-06 | 2 | -2/+2 |
| * | Switch to using bsd.prog.mk; this gives us back the standard | Ruslan Ermilov | 2003-06-30 | 1 | -5/+2 |
| * | Build on amd64. Yes, I know this isn't particularly nice. | Peter Wemm | 2003-06-26 | 2 | -1/+2 |
| * | Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2 | John Baldwin | 2002-10-08 | 4 | -4/+4 |
| * | Correctly adjust for moved start address. | Poul-Henning Kamp | 2002-10-07 | 2 | -2/+2 |
| * | Move MEM_USR a page upwards to make space for larger UFS1 boot2. | Poul-Henning Kamp | 2002-10-07 | 2 | -2/+2 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 3 | -12/+0 |
| * | Fixed CLEANFILES after bsd.lib.mk sweep. | Ruslan Ermilov | 2002-05-13 | 1 | -1/+1 |
| * | Major cleanup of bsd.lib.mk. | Ruslan Ermilov | 2002-05-13 | 1 | -4/+0 |
| * | Back out last commit. I expect our bsd.*.mk gods to remove the need for | David E. O'Brien | 2002-05-12 | 1 | -0/+3 |
| * | NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using | David E. O'Brien | 2002-05-11 | 1 | -3/+0 |
| * | Whoops, missed these bits in the previous commit. | John Baldwin | 2001-11-03 | 2 | -2/+4 |
| * | Add support for sending messages to the serial console which is helpful | John Baldwin | 2001-11-03 | 3 | -0/+163 |
| * | Add support for outputting multiple lines when dumping memory during the | John Baldwin | 2001-11-03 | 2 | -4/+26 |
| * | Add support for trace traps by returning from them just as for breakpoint | John Baldwin | 2001-11-03 | 2 | -2/+10 |
| * | Output a newline at the end of a dump so that there are blank lines between | John Baldwin | 2001-11-03 | 2 | -2/+2 |
| * | Unset MAINTAINER. | Robert Nordier | 2001-07-21 | 3 | -6/+0 |
| * | Fix reboot buglet when BOOT_BTX_NOHANG is defined. | Robert Nordier | 2001-05-27 | 2 | -2/+2 |
| * | Always disable paging when exiting back to real mode after receiving a | John Baldwin | 2001-03-21 | 2 | -8/+8 |
| * | Set MAINTAINER. | Robert Nordier | 2000-10-02 | 3 | -0/+6 |
| * | Add a new compile-time tweak to BTX. If you set the make(1) variable | John Baldwin | 2000-08-24 | 3 | -2/+10 |
| * | Emulate the WBINVD instruction when it is called by the BIOS. | John Baldwin | 2000-07-06 | 2 | -12/+30 |
| * | Change the fault message to say 'BTX halted' isntead of 'System halted' to | John Baldwin | 2000-06-29 | 2 | -2/+2 |
| * | Rework the detecting of the rdmsr and wrmsr instructions in the v86 | John Baldwin | 2000-06-29 | 2 | -14/+14 |
| * | Add support for emulating the RDMSR and WRMSR instructions into BTX. In | John Baldwin | 2000-06-17 | 2 | -4/+48 |
| * | Convert the short stub of real-mode code into 16-bit assembly. | John Baldwin | 2000-05-24 | 2 | -22/+22 |