| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Extend `autoboot_delay' handling - is this variable is set to -1 don't allow | sobomax | 2005-05-19 | 4 | -29/+70 |
* | Change ofw_readin/ofw_copyin to map the entire region before | grehan | 2005-05-19 | 1 | -24/+74 |
* | Whitespace only: kill trailing spaces. | sobomax | 2005-05-19 | 1 | -15/+14 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
* | Remove ifdef PC98. | nyan | 2005-05-08 | 23 | -1133/+12 |
* | Merged from libi386/biosdisk.c revisions 1.37 and 1.41. | nyan | 2005-05-08 | 1 | -3/+6 |
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | nyan | 2005-05-08 | 1 | -1/+1 |
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED | ru | 2005-04-25 | 1 | -5/+28 |
* | Pass the hostname we got from DHCP to the kernel so that machines can | wollman | 2005-04-17 | 1 | -0/+1 |
* | Extend a local buffer to prevent an overflow of the XSDT address. | njl | 2005-04-16 | 1 | -1/+1 |
* | MFi386: revision 1.20. | nyan | 2005-04-14 | 1 | -1/+1 |