summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* Correct a bug in adding 0x700 to a number.green2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-076-12/+84
* Change the comment character from # to // in boot1.s and runphk2002-10-074-646/+648
* Correctly adjust for moved start address.phk2002-10-072-2/+2
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-072-2/+4
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.phk2002-10-074-10/+10
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-072-0/+4
* Don't call INT 12H anymore in boot program.iwasaki2002-10-013-2/+6
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-013-0/+3
* Use as's --defsym switch to compensate for the loss of the M4 substitutionpeter2002-09-302-3/+1
* use __packed.alfred2002-09-233-26/+26
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-1713-78/+6
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-302-2/+2
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-292-4/+19
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-83/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-293-6/+1
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Restore autoloading of ACPI module.obrien2002-08-091-0/+8
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-292-4/+4
* The .Nm bootloadercharnier2002-07-141-5/+10
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-2/+1
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-217-98/+89
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-203-0/+6
* Add explicit dependency on ufsread.cphk2002-06-052-2/+2
* Preparation for UFS2 commit:phk2002-06-054-322/+8
* Fix one of the va_arg() with less than int sized type probelms.phk2002-05-181-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Align CLEANFILES with revision 1.25 changes.ru2002-05-132-2/+2
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-1/+1
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-122-2/+2
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-122-0/+6
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingpeter2002-05-112-26/+6
* Reconnect boot2. I'm sure I'll regret this though. :-)peter2002-05-111-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downpeter2002-05-114-2/+14
OpenPOWER on IntegriCloud