summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.nyan2002-10-101-2/+0
* 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
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+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
* 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
OpenPOWER on IntegriCloud