| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31. | nyan | 2000-07-14 | 1 | -29/+94 |
* | The new and improved boot0, v1.1. This version adds the following: | jhb | 2000-07-12 | 2 | -74/+213 |
* | Always install loader.4th, defaults/loader.conf, and support.4th instead of | jhb | 2000-07-10 | 1 | -1/+1 |
* | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call printf with no format string. This is technically a security | kris | 2000-07-10 | 1 | -2/+2 |
* | Remove commented out NOMAN variable. | jhb | 2000-07-07 | 1 | -1/+0 |
* | - Inline all the functions that are only called once. This results in a | jhb | 2000-07-06 | 2 | -228/+214 |
* | Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long. | jhb | 2000-07-06 | 2 | -2/+2 |
* | Clarify the comments in here a bit. The first sector of boot2 is not just | jhb | 2000-07-06 | 2 | -4/+4 |
* | Emulate the WBINVD instruction when it is called by the BIOS. | jhb | 2000-07-06 | 2 | -12/+30 |
* | Change the fault message to say 'BTX halted' isntead of 'System halted' to | jhb | 2000-06-29 | 2 | -2/+2 |
* | Add randomdev_load="NO" | ache | 2000-06-29 | 1 | -0/+1 |
* | Rework the detecting of the rdmsr and wrmsr instructions in the v86 | jhb | 2000-06-29 | 2 | -14/+14 |
* | - Don't blindly assume that there are 8 hard drives installed. Instead, | jhb | 2000-06-27 | 1 | -10/+37 |
* | Comment this. | jhb | 2000-06-26 | 1 | -5/+36 |
* | Add in support for EDD to support large disks via LBA. This uses a | jhb | 2000-06-26 | 4 | -46/+48 |
* | Typo fix: tunnable. | mph | 2000-06-25 | 1 | -3/+2 |
* | Whitespace-only changes: apply accepted line breaking style as a | sheldonh | 2000-06-22 | 1 | -91/+138 |
* | Comment this bad boy. Hopefully the next person that comes along won't | jhb | 2000-06-19 | 2 | -58/+196 |
* | - Add some more details to the 'lsdev' output for FAT file systems. | jhb | 2000-06-19 | 1 | -27/+83 |
* | Add wx and ispfw loadable module defaults. | mjacob | 2000-06-17 | 1 | -0/+2 |
* | Add support for emulating the RDMSR and WRMSR instructions into BTX. In | jhb | 2000-06-17 | 2 | -4/+48 |
* | Fix vocabulary juggling so that builtins voc is always searched before | dcs | 2000-06-16 | 1 | -2/+2 |
* | Revert to 1.8 | dcs | 2000-06-14 | 1 | -23/+23 |
* | Remove the setting of sourceid from bf_vm(), as bf_vm() really has | dcs | 2000-06-14 | 2 | -5/+7 |
* | Delay calling the device cleanup routines until the absolute last | ps | 2000-06-14 | 8 | -5/+18 |
* | Make typing 'q' or 'Q' work for the show command as the pager prompt | ps | 2000-06-14 | 1 | -1/+2 |
* | With apologies to dcs, temporarily comment out the version check code. It | peter | 2000-06-14 | 1 | -23/+23 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -1/+1 |
* | Treat \t and \n inside /boot.config as whitespaces. | ru | 2000-06-13 | 2 | -4/+4 |
* | Fix REFILL. It must throw RESTART instead of OUTOFTEXT so that | dcs | 2000-06-12 | 1 | -2/+27 |
* | The word environment? returns a flag indicating whether the variable | dcs | 2000-06-12 | 1 | -7/+23 |
* | Make abort" functional in interpret mode. This behavior is undefined | dcs | 2000-06-12 | 1 | -11/+24 |
* | Make comment reflect reality. | dcs | 2000-06-12 | 1 | -1/+1 |
* | Put some version checking. | dcs | 2000-06-07 | 1 | -0/+8 |
* | Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+2 |
* | Bump loader version due to copyin, copyout, setenv&cia. | dcs | 2000-06-07 | 1 | -0/+1 |
* | Modify boot-conf so it can take a kernel or directory name as | dcs | 2000-06-07 | 1 | -4/+122 |
* | Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL. | dcs | 2000-06-07 | 4 | -1/+229 |
* | Remove AGAIN definition, as FICL 2.04 provides it. | dcs | 2000-06-07 | 1 | -3/+11 |
* | Remove a bug that caused local variables declarations in the format | dcs | 2000-06-07 | 1 | -1/+1 |
* | Place original builtins in a vocabulary called "builtins". This | dcs | 2000-06-07 | 1 | -0/+6 |
* | Remove residual printf. | dcs | 2000-06-07 | 1 | -1/+0 |
* | Record the new PALcode revision in the pcs structure after changing to | dfr | 2000-06-03 | 1 | -0/+2 |
* | Apply a number of fixes for the Alpha platform. | dcs | 2000-06-02 | 7 | -57/+21 |
* | Add something that was missing from the original 2.04 distribution. | dcs | 2000-06-02 | 1 | -0/+148 |
* | Add "int" sized manipulation words. | dcs | 2000-06-01 | 4 | -14/+58 |
* | Sync with the following changes. | nyan | 2000-05-29 | 7 | -384/+323 |
* | Strip spaces and comments more agressively. | dcs | 2000-05-26 | 1 | -14/+52 |
* | Bring in FICL 2.04. No bump of loader version is required by this | dcs | 2000-05-26 | 9 | -162/+423 |