aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0335-35/+35
* MFC: Fix a comparison that broke ``set console=vidconsole'' and even theBrian Somers2005-08-051-1/+1
* MFC: v1.45 intro.2, v1.40 help.commonJohn-Mark Gurney2005-08-041-1/+1
* Improved markup, fixes some spelling and grammar.Ruslan Ermilov2005-06-141-12/+13
* Markup nits.Ruslan Ermilov2005-05-301-2/+2
* - Add support to the loader for multiple consoles.John Baldwin2005-05-272-40/+99
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-193-28/+66
* Whitespace only: kill trailing spaces.Maxim Sobolev2005-05-191-15/+14
* Document the new default init_path.Dag-Erling Smørgrav2005-02-171-1/+1
* Insert an explicit McAfee license, as we use a stock two-clause BSDRobert Watson2005-01-301-5/+26
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-4/+0
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Collapse several adjacent .if's into .if/.elif.Ruslan Ermilov2004-10-241-10/+7
* ELF64 support is not needed on pc98.Yoshihiro Takahashi2004-10-241-1/+5
* document host_start_mem.Warner Losh2004-10-151-0/+12
* Polish the last change.Ruslan Ermilov2004-10-151-5/+5
* Document hw.{pci,acpi}.host_start_memWarner Losh2004-10-151-0/+9
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-051-7/+0
* Use the correct printf specifier.Stefan Farfeleder2004-10-031-1/+3
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-301-7/+1
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6
* Setting dump device from loader(8) has not been supported since 2002.Ruslan Ermilov2004-09-301-7/+0
* The default value of "bootfile" has been "kernel" since 2000.Ruslan Ermilov2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forRuslan Ermilov2004-09-301-1/+8
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-302-6/+44
* `?' is not the same as "help index".Ruslan Ermilov2004-09-301-4/+2
* Fixed exiting from pager using the `q' key while pagingRuslan Ermilov2004-09-291-4/+6
* Document vfs.root.mountdelay value.Pawel Jakub Dawidek2004-09-241-0/+7
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-295-1/+530
* Separate out the ELF relocation code from the ELF loader, and addIan Dowse2004-08-286-35/+294
* Add a few helper functions for zeroing kernel space and readingIan Dowse2004-08-283-37/+82
* Trim EOL white spaces.Maxim Konovalov2004-08-221-5/+4
* Check a return code from read(2) correctly.Maxim Konovalov2004-08-221-1/+1
* Bump the manpage date.Maxim Konovalov2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.Maxim Konovalov2004-08-182-11/+0
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-061-1/+2
* Correct a documentation bug.Ceri Davies2004-07-291-1/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-082-24/+1
* Change the following kernel options to environment variables:Brian Somers2004-07-082-1/+24
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+2
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Fixed what appeared to be a hard sentence break.Ruslan Ermilov2004-07-021-2/+2
* When building a kernel or the loader, let the hostname be overriddenPaul Saab2004-07-011-1/+1
* Markup fixes.Ruslan Ermilov2004-05-161-10/+8
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* mdoc fix: put the end-of-list macro after the last list element.Lukas Ertl2004-04-031-1/+1