aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add kernel module loading option for snd_atiixp(4).Ariff Abdullah2005-12-011-0/+1
* -mdoc sweep.Ruslan Ermilov2005-11-181-3/+2
* Catch up with loader_color -> loader_logo and document beastie_disable.Ruslan Ermilov2005-11-152-5/+12
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek2005-11-111-4/+4
* Add more GEOM classes to defaults/loader.conf. Add references to manualPawel Jakub Dawidek2005-11-111-3/+17
* Consistently use OPT_* macros to test/set boot options.Ruslan Ermilov2005-11-032-12/+24
* MFi386: Enable beastie.4th.Yoshihiro Takahashi2005-10-301-2/+2
* Add back some bits.Scott Long2005-10-302-1/+18
* Replace loader_color with loader_logoScott Long2005-10-301-9/+42
* - Add a workaround for the fact that OFW doesn't guarantee thatMarius Strobl2005-10-251-6/+57
* In ofw_parsedev() check the return value of malloc() and protectMarius Strobl2005-10-251-1/+5
* Use an ihandle_t to store the instance handle of an opened deviceMarius Strobl2005-10-201-1/+1
* Remove unused variables.Marius Strobl2005-10-204-7/+0
* Export processor socket information. New environment variables are:Jung-uk Kim2005-10-181-0/+32
* Re-implement rev.1.76 with respect to the code size.Maxim Sobolev2005-10-162-30/+44
* Backout previous commit - for some reason it overflows space constrains onMaxim Sobolev2005-10-162-64/+48
* Add new option `q', which makes second stage loader quiet unless autobootMaxim Sobolev2005-10-162-48/+64
* MFi386: revision 1.33.Yoshihiro Takahashi2005-09-301-1/+1
* Cause all flags passed by boot2 to set the respective loader(8)Ruslan Ermilov2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-2210-15/+90
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000Ruslan Ermilov2005-09-222-4/+4
* Remove EPSON PC-386 note A/W/AE/WR support.Yoshihiro Takahashi2005-09-141-13/+2
* MFi386: revision 1.11.Yoshihiro Takahashi2005-09-131-9/+108
* MFi386: revisions 1.10 and 1.11.Yoshihiro Takahashi2005-09-131-1/+2
* net.graph.ngqfreemax has been deprecated.Gleb Smirnoff2005-08-311-1/+0
* Add a "comconsole_speed" loader variable that can be used to changeIan Dowse2005-08-184-11/+136
* Add the ability to specify the boot2 serial console speed inIan Dowse2005-08-184-32/+59
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-151-16/+40
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,Kirill Ponomarev2005-08-071-1/+10
* Add if_ath_load (default NO) in Networking Drivers section.Kirill Ponomarev2005-08-061-0/+1
* The kernel is usually at /boot/kernel/kernel nowadays.Suleiman Souhlal2005-08-062-2/+2
* Fix a comparison that broke ``set console=vidconsole'' and even theBrian Somers2005-07-291-1/+1
* Mention that console= can set multiple consoles.Brian Somers2005-07-291-11/+13
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.Jung-uk Kim2005-07-271-14/+11
* remove a pointless comment with a more helpful one...John-Mark Gurney2005-07-251-1/+1
* Make code match comment: make the smallest unit of page allocationPeter Grehan2005-07-221-3/+5
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-154-3/+6
* Scan static SMBIOS structures and export the following environmentJung-uk Kim2005-07-144-1/+182
* Improved markup, fixes some spelling and grammar.Ruslan Ermilov2005-06-141-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediateMarcel Moolenaar2005-06-041-19/+46
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.Marcel Moolenaar2005-06-041-5/+8
* Temperarly disable building in the bzip2 support by default so we can fitDavid E. O'Brien2005-06-011-1/+1
* Add a missing const to alpha_setcurrdev() to quiet a warning.John Baldwin2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *John Baldwin2005-05-311-4/+4
* Whitespace.John Baldwin2005-05-311-1/+1
* Put bzip2 support on equal footing with gzip support.David E. O'Brien2005-05-311-1/+1
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-05-311-0/+1
* Markup nits.Ruslan Ermilov2005-05-301-2/+2
* - Add support to the loader for multiple consoles.John Baldwin2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.John Baldwin2005-05-272-2/+2