summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-112-6/+0
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-102-4/+4
* Don't be redundant.obrien2002-05-101-1/+1
* -ffreestanding is the word for /sys.obrien2002-05-106-17/+18
* Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.obrien2002-05-101-1/+1
* Install files via FILES, there's no reason to compare them before installing.ru2002-04-171-18/+6
* Really unbreak it this time (clean and install were still broken).ru2002-04-171-5/+3
* Unbreak this as well.ru2002-04-121-1/+1
* Code cleanup, no functional change.pb2002-04-112-38/+66
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-232-4/+16
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-132-6/+14
* Oops, the previous revision (1.35) broke booting from floppiesiedowse2002-01-172-12/+36
* Make the i386 boot2 fully blocksize-agnostic, as has already beeniedowse2002-01-142-96/+92
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-092-2/+2
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
OpenPOWER on IntegriCloud