| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use an ihandle_t to store the instance handle of an opened device | Marius Strobl | 2005-10-20 | 1 | -1/+1 |
| * | Remove unused variables. | Marius Strobl | 2005-10-20 | 4 | -7/+0 |
| * | Export processor socket information. New environment variables are: | Jung-uk Kim | 2005-10-18 | 1 | -0/+32 |
| * | Re-implement rev.1.76 with respect to the code size. | Maxim Sobolev | 2005-10-16 | 2 | -30/+44 |
| * | Backout previous commit - for some reason it overflows space constrains on | Maxim Sobolev | 2005-10-16 | 2 | -64/+48 |
| * | Add new option `q', which makes second stage loader quiet unless autoboot | Maxim Sobolev | 2005-10-16 | 2 | -48/+64 |
| * | MFi386: revision 1.33. | Yoshihiro Takahashi | 2005-09-30 | 1 | -1/+1 |
| * | Cause all flags passed by boot2 to set the respective loader(8) | Ruslan Ermilov | 2005-09-22 | 3 | -1/+12 |
| * | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | Ruslan Ermilov | 2005-09-22 | 10 | -15/+90 |
| * | - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000 | Ruslan Ermilov | 2005-09-22 | 2 | -4/+4 |
| * | Remove EPSON PC-386 note A/W/AE/WR support. | Yoshihiro Takahashi | 2005-09-14 | 1 | -13/+2 |
| * | MFi386: revision 1.11. | Yoshihiro Takahashi | 2005-09-13 | 1 | -9/+108 |
| * | MFi386: revisions 1.10 and 1.11. | Yoshihiro Takahashi | 2005-09-13 | 1 | -1/+2 |
| * | net.graph.ngqfreemax has been deprecated. | Gleb Smirnoff | 2005-08-31 | 1 | -1/+0 |
| * | Add a "comconsole_speed" loader variable that can be used to change | Ian Dowse | 2005-08-18 | 4 | -11/+136 |
| * | Add the ability to specify the boot2 serial console speed in | Ian Dowse | 2005-08-18 | 4 | -32/+59 |
| * | - Change the code that determines whether to use a serial console and | Marius Strobl | 2005-08-15 | 1 | -16/+40 |
| * | Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load, | Kirill Ponomarev | 2005-08-07 | 1 | -1/+10 |
| * | Add if_ath_load (default NO) in Networking Drivers section. | Kirill Ponomarev | 2005-08-06 | 1 | -0/+1 |
| * | The kernel is usually at /boot/kernel/kernel nowadays. | Suleiman Souhlal | 2005-08-06 | 2 | -2/+2 |
| * | Fix a comparison that broke ``set console=vidconsole'' and even the | Brian Somers | 2005-07-29 | 1 | -1/+1 |
| * | Mention that console= can set multiple consoles. | Brian Somers | 2005-07-29 | 1 | -11/+13 |
| * | Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'. | Jung-uk Kim | 2005-07-27 | 1 | -14/+11 |
| * | remove a pointless comment with a more helpful one... | John-Mark Gurney | 2005-07-25 | 1 | -1/+1 |
| * | Make code match comment: make the smallest unit of page allocation | Peter Grehan | 2005-07-22 | 1 | -3/+5 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 4 | -3/+6 |
| * | Scan static SMBIOS structures and export the following environment | Jung-uk Kim | 2005-07-14 | 4 | -1/+182 |
| * | Improved markup, fixes some spelling and grammar. | Ruslan Ermilov | 2005-06-14 | 1 | -12/+13 |
| * | Fix getsecs(). It was not counting the seconds right. The immediate | Marcel Moolenaar | 2005-06-04 | 1 | -19/+46 |
| * | Fix delay(). The processor cycle counter is a 32-bit wrapping counter. | Marcel Moolenaar | 2005-06-04 | 1 | -5/+8 |
| * | Temperarly disable building in the bzip2 support by default so we can fit | David E. O'Brien | 2005-06-01 | 1 | -1/+1 |
| * | Add a missing const to alpha_setcurrdev() to quiet a warning. | John Baldwin | 2005-05-31 | 2 | -2/+2 |
| * | Change the type the buf arg to the strategy routines from void * to char * | John Baldwin | 2005-05-31 | 1 | -4/+4 |
| * | Whitespace. | John Baldwin | 2005-05-31 | 1 | -1/+1 |
| * | Put bzip2 support on equal footing with gzip support. | David E. O'Brien | 2005-05-31 | 1 | -1/+1 |
| * | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-05-31 | 1 | -0/+1 |
| * | Markup nits. | Ruslan Ermilov | 2005-05-30 | 1 | -2/+2 |
| * | - Add support to the loader for multiple consoles. | John Baldwin | 2005-05-27 | 5 | -53/+146 |
| * | Fix a warning by adding a missing 'const'. | John Baldwin | 2005-05-27 | 2 | -2/+2 |
| * | Print out the commands from /boot.config after parsing them so that they | John Baldwin | 2005-05-27 | 3 | -3/+3 |
| * | Since the BAT mapping was removed a long time back, it can't | Peter Grehan | 2005-05-24 | 1 | -1/+6 |
| * | Remove unused variables. Remove prototype for function that does not exist. | Philippe Charnier | 2005-05-20 | 1 | -4/+1 |
| * | Extend `autoboot_delay' handling - is this variable is set to -1 don't allow | Maxim Sobolev | 2005-05-19 | 4 | -26/+67 |
| * | Change ofw_readin/ofw_copyin to map the entire region before | Peter Grehan | 2005-05-19 | 1 | -23/+73 |
| * | Whitespace only: kill trailing spaces. | Maxim Sobolev | 2005-05-19 | 1 | -15/+14 |
| * | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -1/+1 |
| * | Remove ifdef PC98. | Yoshihiro Takahashi | 2005-05-08 | 23 | -1133/+12 |
| * | Merged from libi386/biosdisk.c revisions 1.37 and 1.41. | Yoshihiro Takahashi | 2005-05-08 | 1 | -3/+6 |
| * | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | Yoshihiro Takahashi | 2005-05-08 | 1 | -1/+1 |
| * | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED | Ruslan Ermilov | 2005-04-25 | 1 | -5/+28 |