| Commit message (Expand) | Author | Age | Files | Lines |
* | In moduledir_readhints() cast the value returned by sizeof() to ssize_t | marius | 2006-01-12 | 1 | -1/+2 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 4 | -7/+7 |
* | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | ru | 2005-09-22 | 2 | -1/+34 |
* | Add a "comconsole_speed" loader variable that can be used to change | iedowse | 2005-08-18 | 1 | -1/+14 |
* | Fix a comparison that broke ``set console=vidconsole'' and even the | brian | 2005-07-29 | 1 | -1/+1 |
* | remove a pointless comment with a more helpful one... | jmg | 2005-07-25 | 1 | -1/+1 |
* | Improved markup, fixes some spelling and grammar. | ru | 2005-06-14 | 1 | -12/+13 |
* | Markup nits. | ru | 2005-05-30 | 1 | -2/+2 |
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 2 | -40/+99 |
* | Extend `autoboot_delay' handling - is this variable is set to -1 don't allow | sobomax | 2005-05-19 | 3 | -28/+66 |
* | Whitespace only: kill trailing spaces. | sobomax | 2005-05-19 | 1 | -15/+14 |
* | Document the new default init_path. | des | 2005-02-17 | 1 | -1/+1 |
* | Insert an explicit McAfee license, as we use a stock two-clause BSD | rwatson | 2005-01-30 | 1 | -5/+26 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -4/+0 |
* | There's no reason for "read" and "echo" commands to not | ru | 2004-11-13 | 1 | -2/+2 |
* | Pass the "?" command output through the pager. | ru | 2004-11-12 | 1 | -4/+15 |
* | 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 |
* | 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 | 1 | -7/+0 |
* | Use the correct printf specifier. | stefanf | 2004-10-03 | 1 | -1/+3 |
* | 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 |
* | Retire now useless userconfig_script_*. | ru | 2004-09-30 | 1 | -7/+1 |
* | 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 | 1 | -7/+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 |
* | Document boot_cdrom, boot_multicons, and boot_serial. | ru | 2004-09-30 | 2 | -6/+44 |
* | `?' 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 | 1 | -0/+7 |
* | Add the loader side of support for preloading ELF relocatable object | iedowse | 2004-08-29 | 5 | -1/+530 |
* | 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 |
* | 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 |
* | Bump the manpage date. | maxim | 2004-08-18 | 1 | -1/+1 |
* | Retire hw.pci.allow_unsupported_io_range. | maxim | 2004-08-18 | 2 | -11/+0 |
* | remove /boot/kernel from the default path.. There is already code that | jmg | 2004-08-06 | 1 | -1/+2 |
* | Correct a documentation bug. | ceri | 2004-07-29 | 1 | -1/+1 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 2 | -24/+1 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 2 | -1/+24 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+2 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -1/+1 |
* | Fixed what appeared to be a hard sentence break. | ru | 2004-07-02 | 1 | -2/+2 |
* | When building a kernel or the loader, let the hostname be overridden | ps | 2004-07-01 | 1 | -1/+1 |