summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Consistently use OPT_* macros to test/set boot options.ru2005-11-032-12/+24
* MFi386: Enable beastie.4th.nyan2005-10-301-2/+2
* Add back some bits.scottl2005-10-302-1/+18
* Replace loader_color with loader_logoscottl2005-10-301-9/+42
* - Add a workaround for the fact that OFW doesn't guarantee thatmarius2005-10-251-7/+58
* In ofw_parsedev() check the return value of malloc() and protectmarius2005-10-251-1/+5
* Use an ihandle_t to store the instance handle of an opened devicemarius2005-10-201-1/+1
* Remove unused variables.marius2005-10-204-7/+0
* Export processor socket information. New environment variables are:jkim2005-10-181-0/+32
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-162-30/+44
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-162-64/+48
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-162-48/+64
* MFi386: revision 1.33.nyan2005-09-301-1/+1
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-2210-15/+90
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-222-4/+4
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-141-13/+2
* MFi386: revision 1.11.nyan2005-09-131-9/+108
* MFi386: revisions 1.10 and 1.11.nyan2005-09-131-1/+2
* net.graph.ngqfreemax has been deprecated.glebius2005-08-311-1/+0
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-184-11/+136
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-184-32/+59
* - Change the code that determines whether to use a serial console andmarius2005-08-151-17/+41
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,krion2005-08-071-1/+10
* Add if_ath_load (default NO) in Networking Drivers section.krion2005-08-061-0/+1
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-062-2/+2
* Fix a comparison that broke ``set console=vidconsole'' and even thebrian2005-07-291-1/+1
* Mention that console= can set multiple consoles.brian2005-07-291-11/+13
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.jkim2005-07-271-14/+11
* remove a pointless comment with a more helpful one...jmg2005-07-251-1/+1
* Make code match comment: make the smallest unit of page allocationgrehan2005-07-221-3/+5
* Add -mno-sse3 for prescott/noconaache2005-07-154-3/+6
* Scan static SMBIOS structures and export the following environmentjkim2005-07-144-1/+182
* Improved markup, fixes some spelling and grammar.ru2005-06-141-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediatemarcel2005-06-041-19/+46
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.marcel2005-06-041-5/+8
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Add a missing const to alpha_setcurrdev() to quiet a warning.jhb2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *jhb2005-05-311-4/+4
* Whitespace.jhb2005-05-311-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* Markup nits.ru2005-05-301-2/+2
* - Add support to the loader for multiple consoles.jhb2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.jhb2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-273-3/+3
* Since the BAT mapping was removed a long time back, it can'tgrehan2005-05-241-1/+6
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowsobomax2005-05-194-29/+70
* Change ofw_readin/ofw_copyin to map the entire region beforegrehan2005-05-191-24/+74
OpenPOWER on IntegriCloud