| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ELF dynamic tag definitions that aren't used. Ideally, | marcel | 2006-01-18 | 1 | -21/+2 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 1 | -18/+13 |
* | In moduledir_readhints() cast the value returned by sizeof() to ssize_t | marius | 2006-01-12 | 1 | -1/+2 |
* | MFi386: revisions 1.34 and 1.36. | nyan | 2005-12-21 | 1 | -2/+14 |
* | MFi386: revision 1.8. | nyan | 2005-12-21 | 1 | -2/+2 |
* | MFi386: revision 1.46. | nyan | 2005-12-21 | 1 | -15/+10 |
* | For the cases when loading bzip2-compressed kernels enabled use last | sobomax | 2005-12-21 | 4 | -6/+10 |
* | Unbreak pc98 after my last changes to i386. | sobomax | 2005-12-20 | 1 | -0/+3 |
* | If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range to | sobomax | 2005-12-19 | 1 | -2/+13 |
* | Long-long time ago, when the trees were large and memory expensive amount of | sobomax | 2005-12-19 | 5 | -41/+22 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 4 | -7/+7 |
* | Add kernel module loading option for snd_atiixp(4). | ariff | 2005-12-01 | 1 | -0/+1 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -3/+2 |
* | Catch up with loader_color -> loader_logo and document beastie_disable. | ru | 2005-11-15 | 2 | -5/+12 |
* | 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 |