| Commit message (Expand) | Author | Age | Files | Lines |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |
* | Implement -m and -p loader(8) "boot" command options in boot2. | ru | 2002-03-13 | 2 | -6/+14 |
* | Oops, the previous revision (1.35) broke booting from floppies | iedowse | 2002-01-17 | 2 | -12/+36 |
* | Make the i386 boot2 fully blocksize-agnostic, as has already been | iedowse | 2002-01-14 | 2 | -96/+92 |
* | Unrevert revision 1.12. Revision 1.14 backed this out saying it was | jhb | 2002-01-10 | 1 | -7/+17 |
* | Increase BSIZEMAX from 8k to 16k, so that we can reliably boot from | iedowse | 2002-01-09 | 2 | -2/+2 |
* | Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as this | jhb | 2002-01-04 | 3 | -6/+0 |
* | - Add 'fwrite' and 'fseek' words for writing to and seeking on files. | jhb | 2001-12-11 | 1 | -0/+1 |
* | Add support for writing to BIOS disks. | jhb | 2001-12-11 | 1 | -3/+169 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 3 | -0/+9 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -2/+2 |
* | Remove a few more debugging bits and turn on twiddle output while reading | jhb | 2001-11-07 | 1 | -15/+3 |
* | - If we are booted via cdboot, use bc_add() to instantiate the cd0 device | jhb | 2001-11-05 | 1 | -14/+16 |
* | Hook up the bioscd driver and the cd9660 filesystem. | jhb | 2001-11-05 | 1 | -0/+2 |
* | Add a device driver for the BIOS device for CD-ROM's booted via El Torito | jhb | 2001-11-05 | 7 | -21/+424 |
* | Trim all the extra debugging output including hexdumps, debug messages, | jhb | 2001-11-04 | 1 | -189/+4 |
* | Axe the old cdldr. | jhb | 2001-11-04 | 2 | -298/+0 |
* | Use the new cdboot instead of cdldr. | jhb | 2001-11-04 | 1 | -2/+1 |
* | This is a new CD bootstrap utility designed to replace cdldr. According | jhb | 2001-11-04 | 2 | -119/+594 |
* | Whoops, missed these bits in the previous commit. | jhb | 2001-11-03 | 2 | -2/+4 |
* | Add support for sending messages to the serial console which is helpful | jhb | 2001-11-03 | 3 | -0/+163 |
* | Add support for outputting multiple lines when dumping memory during the | jhb | 2001-11-03 | 2 | -4/+26 |
* | Add support for trace traps by returning from them just as for breakpoint | jhb | 2001-11-03 | 2 | -2/+10 |
* | Output a newline at the end of a dump so that there are blank lines between | jhb | 2001-11-03 | 2 | -2/+2 |
* | Fix the ILLEGAL fdisk table that is there for supporting "dangerously | peter | 2001-11-01 | 2 | -2/+2 |
* | Set RB_MULTIPLE (multiple console support) if the kernel is booted | jlemon | 2001-10-23 | 3 | -0/+9 |
* | Allow the RBX_DUAL flag to appear in bootinfo. | jlemon | 2001-10-23 | 2 | -2/+2 |
* | Whitespace fixes. | jhb | 2001-10-04 | 1 | -3/+3 |
* | Fix the ANSI color escape sequence \E[m. | yokota | 2001-10-02 | 1 | -153/+118 |
* | Fix the local macro: isvisible(). | yokota | 2001-10-02 | 1 | -1/+1 |
* | Fix the function CD(): "Clear to the end of the screen". | yokota | 2001-10-01 | 1 | -4/+15 |
* | This is white-space only change. No functional difference. | yokota | 2001-10-01 | 1 | -140/+167 |
* | Add support for loading bzip2-compressed kernels and modules. This support | sobomax | 2001-09-18 | 2 | -0/+12 |
* | Create backup copies using install(1). | ru | 2001-09-12 | 1 | -3/+1 |
* | Implement the long-awaited module->file cache database. A userland | peter | 2001-09-11 | 1 | -1/+1 |
* | Mention that the ACPI module load can be disabled by unsetting $acpi_load | msmith | 2001-08-30 | 1 | -0/+14 |
* | Teach the loader how to find the system ACPI information, and autoload | msmith | 2001-08-30 | 5 | -1/+144 |
* | OK, now I am scared of pxeldr. It had /boot/loader appended onto | peter | 2001-08-22 | 1 | -1/+1 |
* | Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapper | peter | 2001-08-22 | 1 | -1/+1 |
* | Allow for text section alignment to properly align the "end" symbol at the | mp | 2001-08-09 | 4 | -0/+4 |
* | Trim trailing whitespace. | jhb | 2001-08-09 | 4 | -24/+24 |
* | Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect | jhb | 2001-07-31 | 6 | -6/+92 |
* | s/adress/address/ | kris | 2001-07-23 | 1 | -1/+1 |
* | Unset MAINTAINER. | rnordier | 2001-07-21 | 8 | -16/+0 |
* | Remove -DNEW_LINKERSET, it is not used here anymore. This is now native. | peter | 2001-06-21 | 1 | -3/+0 |
* | Fix reboot buglet when BOOT_BTX_NOHANG is defined. | rnordier | 2001-05-27 | 2 | -2/+2 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | obrien | 2001-05-02 | 2 | -2/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Always disable paging when exiting back to real mode after receiving a | jhb | 2001-03-21 | 2 | -8/+8 |
* | Don't set the gateway address if the netmask is zero or we're on | ps | 2001-03-14 | 1 | -1/+5 |