summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added '#include <sys/diskpc98.h>'.nyan2002-10-071-0/+1
* 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
* Ups, forgot to tell cvs commit about this file.phk2002-10-071-0/+1
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-074-3/+5
* Connected boot2.nyan2002-10-031-1/+1
* Added some header files from -stable and fixed the boot[12] programs.nyan2002-10-038-7/+1077
* 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-303-4/+2
* Fixed to build after removing a.out suppot.nyan2002-09-241-6/+6
* use __packed.alfred2002-09-234-27/+27
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* MFi386: Remove a.out support.nyan2002-09-192-8/+2
* Remove -elf option.nyan2002-09-191-2/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-1716-93/+6
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-021-0/+1
* Remove NOFORTH=yes, it seems to work now thanks to scottl.jake2002-09-021-1/+0
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Make ficl work on sparc64. The assumption that int == long == void * isscottl2002-08-312-9/+9
* 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-303-3/+3
* 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-292-339/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-296-14/+2
* Whitespace fix from last commit.trhodes2002-08-271-2/+4
* Fix some grammar errors in loader.conf.5trhodes2002-08-271-11/+11
* - Do not pretend to compile a kernel and remove the definitionrobert2002-08-211-2/+0
* - Define the macro _KERNEL to pretend we are compiling a kernel.robert2002-08-211-1/+2
* Fix for stand-alone compilingscottl2002-08-211-0/+4
* Support for VIA VT8233 audio controller.orion2002-08-171-0/+1
* mdoc(7) police: Get rid of hard sentence breaks.ru2002-08-131-8/+15
* mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...ru2002-08-131-3/+5
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Restore autoloading of ACPI module.obrien2002-08-092-0/+12
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* Print out the strings in vers.o instead of hardcoding the loader banner.jake2002-08-041-2/+4
* Sample loader.conf lines for various MAC modules.rwatson2002-08-011-0/+12
* Stash various networking paramters in the environment for the kerneljake2002-07-311-0/+9
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-293-5/+5
* Turn on -Wformatpeter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-202-2/+2
OpenPOWER on IntegriCloud