aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/help.common
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-407/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Replace a rarely used "depuration" with "debugging".Ruslan Ermilov2006-10-131-1/+1
| | | | | | | | | PR: docs/85127 Submitted by: Gary W. Swearingen (partially) MFC after: 3 days Notes: svn path=/head/; revision=163327
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-181-1/+1
| | | | | | | | | PR: 100427 Approved by: maxim MFC after: 1 week Notes: svn path=/head/; revision=161429
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-0/+24
| | | | | | | "boot_dfltroot", "boot_mute", and "boot_pause" respectively. Notes: svn path=/head/; revision=150469
* remove a pointless comment with a more helpful one...John-Mark Gurney2005-07-251-1/+1
| | | | | | | | Submitted by: Tobias Roth MFC after: 5 days Notes: svn path=/head/; revision=148398
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-191-0/+2
| | | | | | | | | | | | | | | user to interrupt autoboot process at all. Currently, even when `autoboot_delay' is set to 0, loader(8) still allows autoboot process to be interrupted by pressing any key on the console when the loader reads kernel and modules from the disk. In some cases (i.e. untrusted environment) such behaviour is highly indesirable and user should not be allowed to interfere with the autoboot process at all. Sponsored by: PBXpress Inc. MFC after: 3 days Notes: svn path=/head/; revision=146421
* document host_start_mem.Warner Losh2004-10-151-0/+12
| | | | | | | | | # feel free to wordsmith. Suggested by: ru@ Notes: svn path=/head/; revision=136549
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-051-7/+0
| | | | | | | | Those changes were made on gmirror needs, but now gmirror handles this by itself. Notes: svn path=/head/; revision=136144
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-011-0/+7
| | | | Notes: svn path=/head/; revision=135999
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
| | | | | | | | For novice users, beastie.4th can just do it. Expert users can read ACPI instructions by typing "help ACPI". Notes: svn path=/head/; revision=135996
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-301-1/+1
| | | | | | | happens if $prompt is unset. Notes: svn path=/head/; revision=135974
* Mention "help index" in the online help, and provide a help forRuslan Ermilov2004-09-301-1/+8
| | | | | | | the `?' command. Notes: svn path=/head/; revision=135969
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-301-4/+29
| | | | | | | | Reduce diffs between help.common and loader(8). Mention that boot_userconfig is currently a no-op. Notes: svn path=/head/; revision=135967
* Document vfs.root.mountdelay value.Pawel Jakub Dawidek2004-09-241-0/+7
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=135729
* Retire hw.pci.allow_unsupported_io_range.Maxim Konovalov2004-08-181-7/+0
| | | | | | | | PR: bin/70533 Submitted by: Gavin Atkinson Notes: svn path=/head/; revision=133947
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-061-1/+2
| | | | | | | | | | | will prepend the current kernel booting... This prevents a problem of loading /boot/kernel's modules when a different kernel has no modules, but you left your module_load="YES" in loader.conf... Reviewed by: dcs (minus the help part) Notes: svn path=/head/; revision=133217
* Correct a documentation bug.Ceri Davies2004-07-291-1/+1
| | | | | | | Approved by: jhb Notes: svn path=/head/; revision=132854
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. ToDag-Erling Smørgrav2004-01-271-1/+1
| | | | | | | | | | | | | | assure backward compatibility (conditional on !BURN_BRIDGES), look it up by its old name first, and log a warning (but accept the setting) if it was found. If both the old and new name are defined, the new name takes precedence. Also export vm.kmem_size as a read-only sysctl variable; I find it hard to tune a parameter when I don't know its default value, especially when that default value is computed at boot time. Notes: svn path=/head/; revision=125091
* Since we insist on loading the POS ACPI by default, give the poor userDavid E. O'Brien2003-05-051-0/+5
| | | | | | | instructions on the main help screen for disabling it. Notes: svn path=/head/; revision=114707
* Fix a few spelling errors.Tom Rhodes2003-03-071-3/+3
| | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> via -doc. Notes: svn path=/head/; revision=111957
* Document the tunable kern.ipc.nsfbufs in help.common and loader.8. SmallSean Chittenden2003-03-041-2/+6
| | | | | | | | | | nearby grammar fixup that saves a line of display while in the loader (help set tunables), but reuses the line for kern.ipc.nsfbufs. Approved by: roam Notes: svn path=/head/; revision=111890
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-031-1/+1
| | | | | | | | up with this further by excluding /modules from the (default) kern.module_path. Notes: svn path=/head/; revision=111852
* Minimally document hw.syscons.sc_no_suspend_vtswitch.Matthew N. Dodd2003-01-151-0/+6
| | | | | | | Requested by: Nate Lawson <nate@root.org> Notes: svn path=/head/; revision=109281
* Eliminate references to defunct kernel tunables.Yaroslav Tykhiy2002-11-261-16/+0
| | | | | | | | Approved by: re PR: bin/43343 Notes: svn path=/head/; revision=107266
* Document loader tunables hw.pci.enable_io_modes andMatthew N. Dodd2002-11-131-0/+15
| | | | | | | | | | hw.pci.allow_unsupported_io_range. Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com> Approved by: re (murray) Notes: svn path=/head/; revision=106845
* Loader tunable 'machdep.disable_mtrrs'.Matthew N. Dodd2002-11-131-0/+4
| | | | | | | | | | | Sysctl of same name to reflect status. Submitted by: jhb Approved by: re (murray) MFC after: 1 day Notes: svn path=/head/; revision=106842
* Change help documentation for bootfile and module_path to reflectMark Peek2002-07-071-6/+8
| | | | | | | | | | | the actual code. Both use a ";" (not a ",") to delimit entries. PR: 39679 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> MFC after: 3 days Notes: svn path=/head/; revision=99546
* The entry for the 'set' command no longer has a list of variables.Dag-Erling Smørgrav2001-12-041-2/+0
| | | | | | | | | PR: 32454 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days Notes: svn path=/head/; revision=87344
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-161-0/+8
| | | | | | | | | | | | - Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above. Notes: svn path=/head/; revision=59294
* Update to reflect use of : not ; as separator in paths passed to theMike Smith1999-12-071-2/+2
| | | | | | | kernel. Notes: svn path=/head/; revision=54264
* Document the hw.physmem tunable. (There should be arch-specific tunableMike Smith1999-07-021-0/+12
| | | | | | | help sections.) Notes: svn path=/head/; revision=48477
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-201-1/+10
| | | | Notes: svn path=/head/; revision=45881
* Fix syntax for boot commandMike Smith1999-03-141-1/+1
| | | | | | | Noticed by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=44750
* Make use of prototypes to silence warnings.Daniel C. Sobral1999-02-041-10/+0
| | | | | | | | | | | | | | | | | | | | | | Change include() so it will be able to load files with forth code, instead of just builtins. Remove #@- from the include section of the help file, since they don't work in the new version of include, unless BOOT_FORTH is not defined. Change bf_run() so it will return the result returned by ficlExec(). Also, make bf_run() push "interpret" to be executed by ficlExec(), since ficlExec() doesn't do it by itself. (Things worked previously because nothing recursed through ficlExec() by the way of bf_run()). Change/extend comments on builtin behavior. Search for "interpret" at the end of bf_init(), so /boot/boot.4th can provide it's own version. Remove dead code. Notes: svn path=/head/; revision=43614
* Mention the net.inet.tcp.tcbhashsize tunable.Mike Smith1999-02-031-0/+5
| | | | Notes: svn path=/head/; revision=43563
* Whoops! Forgot to include Mr. Sobray's more command in the last setJordan K. Hubbard1999-02-011-1/+10
| | | | | | | | | of commits. Submitted by: Daniel C. Sobral <dcs@newsguy.com> Notes: svn path=/head/; revision=43491
* Document the machdep.pccard.pcic_irq tunable, which allows the user to tuneMike Smith1999-01-291-0/+8
| | | | | | | | | the interrupt which will be given to the PCIC. If the value supplied is illegal or not available, interrupts will be turned off and polled mode used instead. Notes: svn path=/head/; revision=43368
* bootstrap.hMike Smith1999-01-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | help.common interp.c Rename the 'source' command to 'include' in order to avoid conflict with the ANS Forth command of the same name. (kern/9473) interp_forth.c: Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer sizing) and an improved version of kern/9460 (set version numbers). load_aout.c: Trim some obsolete #if 0'ed cruft. pnp.c: Tidy the pnpscan output, turn off the module scanning until we sort out how to do it right. PR: kern/9412 kern/9442 kern/9460 kern/9473 Submitted by: PRs from Daniel Sobral <dcs@newsguy.com> Notes: svn path=/head/; revision=43077
* Add 'set tunables' help, list the kernel tunable values that can currentlyMike Smith1999-01-211-0/+18
| | | | | | | be overridden. Notes: svn path=/head/; revision=43016
* Reformat help to improve subtopic display appearance, other minorMike Smith1998-12-151-5/+5
| | | | | | | | cleaning. The 'help' command in the loader should now be usable and hopefully informative. Notes: svn path=/head/; revision=41822
* Build the composite help file from the generic and architecture-specificMike Smith1998-12-151-1/+40
| | | | | | | help files, sorting topics and subtopics to allow maximum flexibility. Notes: svn path=/head/; revision=41821
* Add documentation for $rootdev.Mike Smith1998-11-131-1/+10
| | | | Notes: svn path=/head/; revision=41140
* - Add a new command 'lsdev' to list devices which might be likely to hostMike Smith1998-10-311-0/+214
filesystems. - New 'help' command and data in the help.* files (not yet installed), provides topic and subtopic help, indexes, etc. - Don't crash if the user tries to set an invalid console. Be helpful instead. - Expand tabs (badly) on the i386 video console. - Some minor cosmetic changes. Notes: svn path=/head/; revision=40775