| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency | pjd | 2005-11-11 | 1 | -4/+4 |
* | Add more GEOM classes to defaults/loader.conf. Add references to manual | pjd | 2005-11-11 | 1 | -3/+17 |
* | Consistently use OPT_* macros to test/set boot options. | ru | 2005-11-03 | 2 | -12/+24 |
* | MFi386: Enable beastie.4th. | nyan | 2005-10-30 | 1 | -2/+2 |
* | Add back some bits. | scottl | 2005-10-30 | 2 | -1/+18 |
* | Replace loader_color with loader_logo | scottl | 2005-10-30 | 1 | -9/+42 |
* | - Add a workaround for the fact that OFW doesn't guarantee that | marius | 2005-10-25 | 1 | -7/+58 |
* | In ofw_parsedev() check the return value of malloc() and protect | marius | 2005-10-25 | 1 | -1/+5 |
* | Use an ihandle_t to store the instance handle of an opened device | marius | 2005-10-20 | 1 | -1/+1 |
* | Remove unused variables. | marius | 2005-10-20 | 4 | -7/+0 |
* | Export processor socket information. New environment variables are: | jkim | 2005-10-18 | 1 | -0/+32 |
* | Re-implement rev.1.76 with respect to the code size. | sobomax | 2005-10-16 | 2 | -30/+44 |
* | Backout previous commit - for some reason it overflows space constrains on | sobomax | 2005-10-16 | 2 | -64/+48 |
* | Add new option `q', which makes second stage loader quiet unless autoboot | sobomax | 2005-10-16 | 2 | -48/+64 |
* | MFi386: revision 1.33. | nyan | 2005-09-30 | 1 | -1/+1 |
* | Cause all flags passed by boot2 to set the respective loader(8) | ru | 2005-09-22 | 3 | -1/+12 |
* | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | ru | 2005-09-22 | 10 | -15/+90 |
* | - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000 | ru | 2005-09-22 | 2 | -4/+4 |
* | Remove EPSON PC-386 note A/W/AE/WR support. | nyan | 2005-09-14 | 1 | -13/+2 |
* | MFi386: revision 1.11. | nyan | 2005-09-13 | 1 | -9/+108 |
* | MFi386: revisions 1.10 and 1.11. | nyan | 2005-09-13 | 1 | -1/+2 |
* | net.graph.ngqfreemax has been deprecated. | glebius | 2005-08-31 | 1 | -1/+0 |
* | Add a "comconsole_speed" loader variable that can be used to change | iedowse | 2005-08-18 | 4 | -11/+136 |
* | Add the ability to specify the boot2 serial console speed in | iedowse | 2005-08-18 | 4 | -32/+59 |
* | - Change the code that determines whether to use a serial console and | marius | 2005-08-15 | 1 | -17/+41 |
* | Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load, | krion | 2005-08-07 | 1 | -1/+10 |
* | Add if_ath_load (default NO) in Networking Drivers section. | krion | 2005-08-06 | 1 | -0/+1 |
* | The kernel is usually at /boot/kernel/kernel nowadays. | ssouhlal | 2005-08-06 | 2 | -2/+2 |
* | Fix a comparison that broke ``set console=vidconsole'' and even the | brian | 2005-07-29 | 1 | -1/+1 |
* | Mention that console= can set multiple consoles. | brian | 2005-07-29 | 1 | -11/+13 |
* | Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'. | jkim | 2005-07-27 | 1 | -14/+11 |
* | remove a pointless comment with a more helpful one... | jmg | 2005-07-25 | 1 | -1/+1 |
* | Make code match comment: make the smallest unit of page allocation | grehan | 2005-07-22 | 1 | -3/+5 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 4 | -3/+6 |
* | Scan static SMBIOS structures and export the following environment | jkim | 2005-07-14 | 4 | -1/+182 |
* | Improved markup, fixes some spelling and grammar. | ru | 2005-06-14 | 1 | -12/+13 |
* | Fix getsecs(). It was not counting the seconds right. The immediate | marcel | 2005-06-04 | 1 | -19/+46 |
* | Fix delay(). The processor cycle counter is a 32-bit wrapping counter. | marcel | 2005-06-04 | 1 | -5/+8 |
* | Temperarly disable building in the bzip2 support by default so we can fit | obrien | 2005-06-01 | 1 | -1/+1 |
* | Add a missing const to alpha_setcurrdev() to quiet a warning. | jhb | 2005-05-31 | 2 | -2/+2 |
* | Change the type the buf arg to the strategy routines from void * to char * | jhb | 2005-05-31 | 1 | -4/+4 |
* | Whitespace. | jhb | 2005-05-31 | 1 | -1/+1 |
* | Put bzip2 support on equal footing with gzip support. | obrien | 2005-05-31 | 1 | -1/+1 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-05-31 | 1 | -0/+1 |
* | Markup nits. | ru | 2005-05-30 | 1 | -2/+2 |
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 5 | -53/+146 |
* | Fix a warning by adding a missing 'const'. | jhb | 2005-05-27 | 2 | -2/+2 |
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 3 | -3/+3 |
* | Since the BAT mapping was removed a long time back, it can't | grehan | 2005-05-24 | 1 | -1/+6 |
* | Remove unused variables. Remove prototype for function that does not exist. | charnier | 2005-05-20 | 1 | -4/+1 |