summaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-2550-50/+50
* MFC: (rev 1.29) treat \t and \n inside /boot.config as whitespaces.Ruslan Ermilov2000-06-131-2/+2
* MFC the bcache loader fixes.John Baldwin2000-03-161-7/+8
* MFC the int15_87 and Ctrl-Alt-Del fixes.John Baldwin2000-02-171-6/+29
* MFC: use NOFORTH to build a smaller loader without Forth supportLuigi Rizzo2000-02-051-0/+2
* MFC the support for the BIOS function to copy extended memory,John Baldwin1999-11-102-5/+77
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2950-50/+50
* MFC: Fix numerous typosNik Clayton1999-08-121-7/+7
* Add support for booting from the fla device. This goes directly intoWarner Losh1999-08-111-1/+5
* MFC: Activate mbr, kgzldr.Robert Nordier1999-07-281-2/+2
* MFC: Add kgzldr.Robert Nordier1999-07-287-8/+8
* MFC: Add mbr.Robert Nordier1999-07-283-3/+3
* MFC: LBA access as build option.Robert Nordier1999-07-283-29/+57
* MFC: Recognise NetBSD slices.Robert Nordier1999-07-281-3/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-07-267-0/+459
* MFC: Fill in bi_bios_geom[].Robert Nordier1999-07-023-5/+36
* MFC: active flag handling; sanity check drive number; pass partitionRobert Nordier1999-06-263-79/+85
* MFC: Document ``init_path'' and fix two typos.Ruslan Ermilov1999-06-231-2/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-06-231-0/+98
* MFC: Fix use of e_phoff in place of e_phnum.Robert Nordier1999-06-191-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-252-0/+79
* MFC: smisth -> smith.Robert Nordier1999-05-221-2/+2
* Update loader's version. -stable can boot kernels at differentDaniel C. Sobral1999-05-071-1/+2
* MFC: {rev 1.4} typo fixes.Joseph Koshy1999-05-051-5/+6
* MFC parsing rules correction.Daniel C. Sobral1999-04-251-3/+4
* MFC: Sync with -current version.Robert Nordier1999-04-251-22/+35
* Bring loader.conf to the stable branch.Daniel C. Sobral1999-04-241-2/+13
* MFC: rev 1.21, make <DEL> an alternative rubout character.Joerg Wunsch1999-04-201-2/+3
* Bump version: increased dictionary size.Daniel C. Sobral1999-03-171-1/+2
* Fix disk unit assignment bug.Daniel C. Sobral1999-03-161-2/+3
* The man page, version 0.1.Daniel C. Sobral1999-03-152-3/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-03-151-0/+747
* MFC: Check size of partition before using it.Robert Nordier1999-02-251-2/+3
* MFC: Emulate a V86 "movl %cr0,%eax" instruction.Robert Nordier1999-02-251-12/+26
* MFC: don't protect page 0 anymore.Mike Smith1999-02-241-2/+2
* Bumb up loader's version.Daniel C. Sobral1999-02-081-1/+2
* MFC: Fix a couple of further bugs.Robert Nordier1999-01-251-3/+3
* Oops, forgot to MFC the fix to actually set the unit number.Mike Smith1999-01-241-2/+2
* MFC: add root_disk_unit, error checkingMike Smith1999-01-243-9/+34
* MFC: set bi_bios_dev correctly.Mike Smith1999-01-241-1/+2
* Fix read error not being detected.Robert Nordier1999-01-221-1/+2
* MFC: Push version numbers up to 1.00.Robert Nordier1999-01-222-5/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2110-3342/+0
* Transition from using Perl to using awk for our text-manipulationMike Smith1999-01-181-2/+2
* In the event of a disk error, boot2 is expecting an errorRobert Nordier1999-01-132-12/+12
* Drop boot.help support.Robert Nordier1999-01-112-20/+10
* Preserve the previous loader as loader.old.Mike Smith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildMike Smith1999-01-101-3/+3
* Remove redundant line of code.Steve Price1999-01-101-2/+1
* Use etc/make.conf settings for serial port and speed.Robert Nordier1999-01-106-16/+28