| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MFi386: revisions 220389 and 220392 | nyan | 2011-04-16 | 1 | -13/+13 |
* | MFi386: revision 220337 | nyan | 2011-04-05 | 1 | -0/+1 |
* | MFi386: the part of 219452 | nyan | 2011-03-24 | 1 | -14/+10 |
* | MFi386: revision 219186 | nyan | 2011-03-03 | 1 | -22/+7 |
* | MFi386: revision 218926 | nyan | 2011-02-22 | 1 | -1/+1 |
* | MFi386: revision 218745 | nyan | 2011-02-19 | 1 | -18/+1 |
* | MFi386: revision 218713 | nyan | 2011-02-16 | 1 | -3/+4 |
* | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | dim | 2011-01-05 | 1 | -1/+0 |
* | MFi386: revision 214210 | nyan | 2010-10-24 | 1 | -2/+2 |
* | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | dim | 2010-09-21 | 1 | -3/+1 |
* | Use a cleaner expression to retrieve the memory size in pc98's boot2.c, | dim | 2010-09-01 | 1 | -3/+2 |
* | Avoid directly manipulating a NULL pointer (which could result in | dim | 2010-08-31 | 1 | -2/+2 |
* | Always compile pc98 boot2 with gcc instead of clang, just as with i386 | dim | 2010-08-31 | 1 | -0/+7 |
* | Reimplement the boot2 for pc98 completely. | nyan | 2009-12-31 | 22 | -4590/+1335 |
* | Cleanups the boot2 for pc98. There is no functional change. | nyan | 2009-12-11 | 8 | -164/+18 |
* | Some of the boot loader code only works on a ufs file system, but it | dfr | 2009-05-28 | 1 | -6/+6 |
* | Remove Japanese document. | nyan | 2008-07-04 | 1 | -65/+0 |
* | Fix a fallout from SSP commit, and make this compile again. | ru | 2008-06-26 | 1 | -2/+1 |
* | Slightly cleanup the 'bootdev' concept on x86 by changing the various | jhb | 2007-10-24 | 1 | -1/+1 |
* | pc98 boot2 is compiled with _KERNEL defined, and that makes non-static | kan | 2007-04-06 | 1 | -1/+1 |
* | Revert the last change. Masking only 2 MSBs of the virtual address | ru | 2006-11-02 | 1 | -2/+2 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 1 | -2/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:) | nyan | 2006-05-09 | 1 | -1/+1 |
* | Remove EPSON PC-386 note A/W/AE/WR support. | nyan | 2005-09-14 | 1 | -13/+2 |
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 1 | -1/+1 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
* | Remove ifdef PC98. | nyan | 2005-05-08 | 8 | -128/+3 |
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | nyan | 2005-05-08 | 1 | -1/+1 |
* | Fix buidling of boot blocks for pc98 with new links. | imp | 2005-04-03 | 1 | -3/+11 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -2/+0 |
* | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | nyan | 2004-09-18 | 1 | -0/+1 |
* | Fix new compiler error (s/bcopy/memcpy/). | nyan | 2004-07-30 | 4 | -9/+9 |
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 2 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 4 | -16/+0 |
* | MFi386: Factor out -nostdlib and use PROG. | nyan | 2004-02-09 | 1 | -1/+1 |
* | MFi386: Removed -elf and duplicate -ffreestanding. | ru | 2004-02-07 | 1 | -2/+2 |
* | MFi386: Cleanups to sys/boot makefiles. | nyan | 2004-02-07 | 1 | -1/+0 |
* | Use __FBSDID(). | obrien | 2003-09-08 | 6 | -11/+18 |
* | Fixed build error with GCC 3.3.1 | nyan | 2003-07-13 | 1 | -3/+3 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 2 | -2/+1 |
* | Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and | ru | 2003-03-02 | 1 | -1/+1 |
* | MFi386: Install the "boot" image which is boot1 + boot2. | nyan | 2003-01-30 | 1 | -2/+7 |
* | Add SCSI MO device support. | nyan | 2003-01-06 | 4 | -93/+123 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -2/+2 |