aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFC: Save %cx around calls to the BIOS to read data to workaround bugs inJohn Baldwin2004-01-251-1/+4
* MFC rev 1.9:Scott Long2004-01-101-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0748-10166/+0
* With the beastie menu a problem was introduced in which selecting aDaniel C. Sobral2003-11-211-3/+0
* Update the size of the OS string table that wasn't updated in the previousJohn Baldwin2003-11-201-1/+1
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.Poul-Henning Kamp2003-11-162-2/+2
* MFi386: revision 1.13.Yoshihiro Takahashi2003-11-152-2/+2
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldBruce Evans2003-11-152-4/+26
* Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.Jake Burkholder2003-11-111-4/+6
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousBruce Evans2003-11-112-0/+4
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongBruce Evans2003-11-102-4/+4
* Implement PAL_HALT_LIGHT now that the kernel halts the processorMarcel Moolenaar2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadMarcel Moolenaar2003-11-092-0/+2
* Fix an incorrect quote character in an M4 test conditon. Basically, oneJohn Baldwin2003-11-062-2/+2
* Override the root server address if an IP address is specified inIan Dowse2003-11-031-7/+9
* Directly call the 'reboot' word instead of indirectly evaluating it.Scott Long2003-10-281-1/+1
* Directly call the 'boot' word instead of indirectly evaluating it.Scott Long2003-10-271-7/+7
* Don't repeat selected defines from ns16550.h or sioreg.h. JustBruce Evans2003-09-162-40/+2
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toScott Long2003-09-131-1/+38
* Use __FBSDID().David E. O'Brien2003-09-0834-65/+95
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.Poul-Henning Kamp2003-09-033-0/+15
* Use __FBSDID().David E. O'Brien2003-08-2521-49/+74
* Use __FBSDID().David E. O'Brien2003-08-2528-73/+95
* Many newer CF do not handle having the entire track read from them atWarner Losh2003-08-222-0/+8
* FICL doesn't build on PowerPC yet, so disable.David E. O'Brien2003-08-163-21/+21
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Null terminate the OEM hint. This rids my laptop of the smiley face thatNate Lawson2003-08-071-0/+1
* Fix asm string newlines to keep gcc3.3 happy. Use register prefixesPeter Grehan2003-08-052-108/+108
* Don't hardcode unit 0 for the current device if we're loaded from anMarcel Moolenaar2003-08-024-35/+31
* Fix the ski loader, broken by the gcc upgrade. Update the linkerMarcel Moolenaar2003-07-178-262/+230
* Have the linker script look more like the default linker scriptMarcel Moolenaar2003-07-172-92/+78
* Add include file so this builds with new acpicaNate Lawson2003-07-131-0/+1
* Fixed build error with GCC 3.3.1Yoshihiro Takahashi2003-07-131-3/+3
* NFS support should be conditional on LOADER_NFS_SUPPORT, notThomas Moestl2003-07-111-1/+1
* Revert non-style part of the recent two deltas that dealt withRuslan Ermilov2003-07-022-10/+2
* sys/ia64/ia64/pal.s has been repocopied to pal.S.Ruslan Ermilov2003-07-021-1/+1
* pal_stub.s has been repo-copied to pal_stub.S.Ruslan Ermilov2003-07-022-66/+1
* Add the beastie_disable variable which allows to turn the beastieChristian Brueffer2003-07-011-0/+1
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* Switch to using bsd.prog.mk; this gives us back the standardRuslan Ermilov2003-06-302-10/+4
* MFi386: revision 1.16.Ruslan Ermilov2003-06-301-10/+4
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byRuslan Ermilov2003-06-301-10/+4
* Capitalize an occurrence of 'ficl' for consistency.Christian Brueffer2003-06-291-1/+1
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-269-8/+59
* When looking for the ':' separator in the root path, don't go pastIan Dowse2003-06-161-2/+2
* Remember to release the loader's heap.Jake Burkholder2003-06-151-1/+7
* Don't start the beastie menu if the 'beastie_disable' variable is set toScott Long2003-06-101-1/+11
* Add help file for pc98.Yoshihiro Takahashi2003-06-082-1/+47
* Enable new boot menu.Yoshihiro Takahashi2003-06-081-1/+2
* Don't load the acpi module.Yoshihiro Takahashi2003-06-082-1/+34