aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 andKATO Takenori1999-10-133-9/+138
* aThis patch updates the BTX to emulate the BIOS function "Copy ExtendedJohn Baldwin1999-10-123-9/+138
* Allow this driver to open disks with no labels (CDROMS don't).Doug Rabson1999-10-121-1/+2
* Blank out the twiddly thing when outputting the ``BTX loader'' message.Brian Somers1999-10-124-4/+4
* Fix build break.Doug Rabson1999-10-092-2/+0
* Add net device to netboot.Doug Rabson1999-10-091-0/+3
* Fix world-breaking bug, add $FreeBSD$ tag.Daniel C. Sobral1999-09-291-1/+2
* Bring in ficl version 2.03. No version bump for loader.Daniel C. Sobral1999-09-2921-827/+1497
* - Fixed DMA 64k boundary problem.KATO Takenori1999-09-231-7/+14
* netboot removed until somebody fixes it so it compilesMatt Jacob1999-09-091-1/+1
* Add more missing files from the reorganisation.Mike Smith1999-09-074-0/+297
* Add mii_load entry to the network drivers section. Also add entries forBill Paul1999-09-071-0/+4
* Change NetBSD/Alpha to FreeBSD/alpha.Doug Rabson1999-09-061-1/+1
* Common Alpha loader Makefile, omitted accidentally from the previous setMike Smith1999-09-061-0/+83
* $Id$ -> $FreeBSD$Peter Wemm1999-09-052-2/+2
* Slight reorganisation of the Alpha/SRM loader build:Mike Smith1999-09-0313-476/+26
* Remove accidental cut&paste garbage in a comment.Julian Elischer1999-09-031-4/+1
* Comment the boot manager. So I don't have to work it all out again :-)Julian Elischer1999-09-031-12/+159
* Change $Id$ to $FreeBSD$Doug Rabson1999-09-013-2/+3
* * Fix a stack of warnings.Doug Rabson1999-09-0112-42/+228
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28187-187/+187
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Append the flags from the "boot" command to those which came fromJohn Polstra1999-08-141-2/+23
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.KATO Takenori1999-08-131-2/+6
* Convert the Winbond driver to newbus and have it compiled as a module.Bill Paul1999-08-101-1/+2
* Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul1999-08-101-1/+2
* - Don't assume that SCSI ID numbers of HDD units are contiguous. ThatKATO Takenori1999-08-051-10/+13
* Provides discontinuous unit number support to make external FDDKATO Takenori1999-08-051-2/+3
* Add various network cards that have been new-busified and made into KLDsBrian Feldman1999-08-041-2/+9
* Make this build if there is an obj directory.Doug Rabson1999-08-021-3/+3
* Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of theStefan Eßer1999-08-021-19/+19
* Fix install target (install loader.exe, not loader).Stefan Eßer1999-07-291-2/+2
* Activate "arc" (ARC / AlphaBIOS loader) on Alpha.Stefan Eßer1999-07-281-0/+5
* Fix some typos.Nik Clayton1999-07-282-14/+14
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is theStefan Eßer1999-07-2828-0/+3009
* Recognise NetBSD slices.Robert Nordier1999-07-241-3/+4
* Walk around the end of all the silly guessing of device types and unitMike Smith1999-07-216-9/+108
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byRobert Nordier1999-07-205-57/+111
* Activate kgzldr.Robert Nordier1999-07-191-2/+2
* Use M4FLAGS for m4.Robert Nordier1999-07-191-4/+4
* kgzldr is a kzipboot replacement for use with kgzip(8).Robert Nordier1999-07-197-0/+459
* The boot countdown timer says it will boot in 1 seconds,Nick Hibma1999-07-151-2/+4
* Document the hw.physmem tunable. (There should be arch-specific tunableMike Smith1999-07-021-0/+12
* Fix typo (wrong path)Peter Wemm1999-06-291-1/+1
* Reconcile all the loader newvers.sh's into one common one.Peter Wemm1999-06-297-106/+15
* Don't use head/tail - they don't exist in a 'make world' environment.Peter Wemm1999-06-292-2/+4
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofPeter Wemm1999-06-261-4/+1
* -mdoc fix.Ruslan Ermilov1999-06-232-4/+4
* Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.Robert Nordier1999-06-215-11/+44
* Provide for enabling/disabling each slice individually.Robert Nordier1999-06-192-3/+5