| Commit message (Expand) | Author | Age | Files | Lines |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 7 | -7/+7 |
* | Collapse several adjacent .if's into .if/.elif. | ru | 2004-10-24 | 1 | -10/+7 |
* | ELF64 support is not needed on pc98. | nyan | 2004-10-24 | 1 | -1/+5 |
* | MFi386: revision 1.4. | nyan | 2004-10-24 | 1 | -1/+9 |
* | MFi386: Set bi_basemem and bi_extmem variables. | nyan | 2004-10-24 | 1 | -0/+6 |
* | MFi386: Add support for preloading ELF relocatable object format modules. | nyan | 2004-10-24 | 1 | -0/+2 |
* | Respect RB_MULTIPLE flag. | simokawa | 2004-10-22 | 1 | -0/+2 |
* | - Add FireWire subclass and OHCI interface. | simokawa | 2004-10-22 | 2 | -23/+75 |
* | document host_start_mem. | imp | 2004-10-15 | 1 | -0/+12 |
* | Polish the last change. | ru | 2004-10-15 | 1 | -5/+5 |
* | Document hw.{pci,acpi}.host_start_mem | imp | 2004-10-15 | 1 | -0/+9 |
* | Back out changes which were introduced to delay mounting root file system. | pjd | 2004-10-05 | 2 | -9/+0 |
* | Use the correct printf specifier. | stefanf | 2004-10-03 | 1 | -1/+3 |
* | Document MD commands. | ru | 2004-10-01 | 1 | -0/+25 |
* | The "autoboot" command also has a third (optional) parameter. | ru | 2004-10-01 | 2 | -2/+9 |
* | Don't give instructions on how to disable ACPI in the MI section. | ru | 2004-09-30 | 1 | -5/+0 |
* | Setting "kernel" to an absolute path is a bad idea because | ru | 2004-09-30 | 1 | -2/+2 |
* | Bring this file more up to date. | ru | 2004-09-30 | 1 | -12/+29 |
* | Retire now useless userconfig_script_*. | ru | 2004-09-30 | 3 | -17/+2 |
* | The value of $interpret is "OK", in uppercase. | ru | 2004-09-30 | 1 | -1/+1 |
* | Fixed the default value of the $prompt variable, document what | ru | 2004-09-30 | 2 | -2/+6 |
* | Setting dump device from loader(8) has not been supported since 2002. | ru | 2004-09-30 | 2 | -8/+0 |
* | The default value of "bootfile" has been "kernel" since 2000. | ru | 2004-09-30 | 1 | -1/+1 |
* | Mention "help index" in the online help, and provide a help for | ru | 2004-09-30 | 1 | -1/+8 |
* | Added support for the -D boot option. | ru | 2004-09-30 | 1 | -0/+3 |
* | Document boot_cdrom, boot_multicons, and boot_serial. | ru | 2004-09-30 | 5 | -9/+51 |
* | `?' is not the same as "help index". | ru | 2004-09-30 | 1 | -4/+2 |
* | Fixed exiting from pager using the `q' key while paging | ru | 2004-09-29 | 1 | -4/+6 |
* | Document vfs.root.mountdelay value. | pjd | 2004-09-24 | 2 | -0/+9 |
* | Remove. This file was repocopied to ../ski. | marcel | 2004-09-24 | 24 | -2614/+0 |
* | Replace misuse of NULL with 0UL. | marcel | 2004-09-24 | 1 | -3/+3 |
* | Remove the dependency on the Intel EFI headers in sys/boot/efi. Instead | marcel | 2004-09-24 | 1 | -110/+111 |
* | Unhook libski and skiload and hook up ski. | marcel | 2004-09-24 | 1 | -1/+1 |
* | Post repocopy build fixes. | marcel | 2004-09-24 | 3 | -20/+25 |
* | Redefine a PTE as a 64-bit integral type instead of a struct of | marcel | 2004-09-23 | 4 | -66/+42 |
* | Trap invalid sector size 0 in disk probe, refusing to add such a | wes | 2004-09-21 | 1 | -0/+4 |
* | Remove useless include of <machine/fpu.h>. | marcel | 2004-09-18 | 2 | -4/+0 |
* | A long, long time ago in a CVS branch far away (specifically, HEAD prior | jhb | 2004-09-18 | 2 | -6/+6 |
* | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | nyan | 2004-09-18 | 1 | -0/+1 |
* | Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the | kensmith | 2004-09-08 | 1 | -3/+1 |
* | Add the loader side of support for preloading ELF relocatable object | iedowse | 2004-08-29 | 8 | -1/+550 |
* | Separate out the ELF relocation code from the ELF loader, and add | iedowse | 2004-08-28 | 6 | -35/+294 |
* | Add a few helper functions for zeroing kernel space and reading | iedowse | 2004-08-28 | 3 | -37/+82 |
* | Don't be too smart, just try packet mode of INT13 first. | yar | 2004-08-28 | 2 | -5/+9 |
* | Try packet mode of INT13 on a hard disk first if not prohibited by | yar | 2004-08-28 | 1 | -19/+21 |
* | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | yar | 2004-08-27 | 2 | -4/+4 |
* | In conjunction with having boot0cfg(8) default boot0 to packet mode. | obrien | 2004-08-27 | 1 | -1/+1 |
* | Trim EOL white spaces. | maxim | 2004-08-22 | 1 | -5/+4 |
* | Check a return code from read(2) correctly. | maxim | 2004-08-22 | 1 | -1/+1 |
* | Part 2 of fixing the boot code: gcc 3.4 fixes. | marcel | 2004-08-22 | 2 | -2/+2 |