| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new compile-time tweak to BTX. If you set the make(1) variable | jhb | 2000-08-24 | 3 | -2/+10 |
* | List loader.conf and friends in the FILES section. | sheldonh | 2000-08-24 | 1 | -0/+6 |
* | Fixed determination method for sector size of the 2nd IDE HDD. | kato | 2000-08-15 | 1 | -1/+1 |
* | Merged from sys/boot/i386/Makefile.inc revision 1.2. | kato | 2000-08-12 | 1 | -0/+1 |
* | Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand | peter | 2000-08-11 | 2 | -0/+4 |
* | Add missing "is". | dcs | 2000-08-11 | 1 | -1/+1 |
* | Add support to send the string 'PXEClient' as the Vendor class | ps | 2000-08-11 | 3 | -2/+6 |
* | Pass along the interesting variables we were given from DHCP so we | ps | 2000-08-11 | 1 | -0/+6 |
* | Typo/spelling fixes. | rnordier | 2000-08-08 | 1 | -4/+4 |
* | - Fixed missing initialization of current device number. | kato | 2000-08-06 | 2 | -1/+2 |
* | Argh! Fix a brainfart of mine. In the old boot0, we relocated ourself | jhb | 2000-08-04 | 1 | -1/+1 |
* | Fix this so it is a Makefile and not a shell script -- now issuing `make' | obrien | 2000-08-04 | 1 | -3/+3 |
* | Fix some of the arcdisk devsw functions to catch up with warning fixes in | jhb | 2000-08-04 | 1 | -8/+15 |
* | Bring back the perform() function. However, conditionionalize it on | jhb | 2000-08-04 | 1 | -0/+36 |
* | - Fixed %si (offset to partition table) in boot. | kato | 2000-08-03 | 1 | -3/+3 |
* | Fix the more obvious warnings to deal with my earlier warning cleanups. | jhb | 2000-08-03 | 5 | -20/+20 |
* | Cleanup warnings. Most of these are signed/unsigned warnings, as well as | jhb | 2000-08-03 | 32 | -274/+278 |
* | Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameter | jhb | 2000-08-03 | 1 | -71/+104 |
* | - Fixed pointer to the partition table in the buffer. | kato | 2000-08-03 | 1 | -12/+7 |
* | Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies | kato | 2000-08-02 | 11 | -1/+1752 |
* | Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22. | nyan | 2000-07-30 | 2 | -12/+74 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -1/+1 |
* | Remove an unnecessary .PATH entry. | jhb | 2000-07-21 | 1 | -1/+0 |
* | Declare our DEC Alpha cdboot to be a fully released version 1.0. | obrien | 2000-07-18 | 1 | -0/+1 |
* | Oops. Remove some debugging code used to display a hexdump of the sector | jhb | 2000-07-17 | 1 | -66/+3 |
* | Unbreak the build -- no manual page for this yet. | jlemon | 2000-07-17 | 1 | -1/+1 |
* | Hook up liloldr | jlemon | 2000-07-17 | 1 | -0/+1 |
* | This is `liloboot', which creates a file which can be treated like a | jlemon | 2000-07-17 | 3 | -0/+372 |
* | 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 |