summaryrefslogtreecommitdiff
path: root/sys/boot/forth
Commit message (Expand)AuthorAgeFilesLines
...
* - Replace the entry for the no longer existing lnc(4) module with anMarius Strobl2006-05-141-2/+3
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-121-12/+0
* Remove the USB keyboard hack now that KBDMUX is enabled by default. AllowScott Long2006-03-311-11/+1
* Add kernel module loading option for snd_atiixp(4).Ariff Abdullah2005-12-011-0/+1
* -mdoc sweep.Ruslan Ermilov2005-11-181-3/+2
* Catch up with loader_color -> loader_logo and document beastie_disable.Ruslan Ermilov2005-11-152-5/+12
* Rename GEOM class kernel module g_md.ko to geom_md.ko for consistencyPawel Jakub Dawidek2005-11-111-4/+4
* Add more GEOM classes to defaults/loader.conf. Add references to manualPawel Jakub Dawidek2005-11-111-3/+17
* Replace loader_color with loader_logoScott Long2005-10-301-9/+42
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:Ruslan Ermilov2005-09-221-0/+3
* net.graph.ngqfreemax has been deprecated.Gleb Smirnoff2005-08-311-1/+0
* Add a "comconsole_speed" loader variable that can be used to changeIan Dowse2005-08-182-1/+14
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,Kirill Ponomarev2005-08-071-1/+10
* Add if_ath_load (default NO) in Networking Drivers section.Kirill Ponomarev2005-08-061-0/+1
* Mention that console= can set multiple consoles.Brian Somers2005-07-291-11/+13
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowMaxim Sobolev2005-05-191-1/+4
* Add /rescue/init to the default init_path, before /stand/sysinstall.Dag-Erling Smørgrav2005-02-171-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* The 'start' command processes loader.conf variables, not loader.rc.Warner Losh2004-12-061-1/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatScott Long2004-12-011-5/+11
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-2/+0
* Document "loader_color" variable.Kirill Ponomarev2004-11-072-1/+7
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBBrooks Davis2004-10-301-0/+10
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-051-2/+0
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
* Bring this file more up to date.Ruslan Ermilov2004-09-301-12/+29
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-302-10/+1
* Setting dump device from loader(8) has not been supported since 2002.Ruslan Ermilov2004-09-301-1/+0
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-301-1/+5
* Document vfs.root.mountdelay value.Pawel Jakub Dawidek2004-09-241-0/+2
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-061-1/+1
* Correct typo in a comment.Ceri Davies2004-07-291-1/+1
* Rename snd_pcm as sound.Seigo Tanimura2004-07-161-1/+1
* Change the following environment variables to kernel options:Brian Somers2004-07-081-5/+0
* Change the following kernel options to environment variables:Brian Somers2004-07-081-0/+5
* Remove the entry for configuring pcm0 mixer channels.Josef El-Rayes2004-06-241-1/+0
* Throw out pfsync and pflog, the modules were removedChristian Brueffer2004-06-221-2/+0
* Document the possibility of setting default values forJosef El-Rayes2004-06-201-0/+1
* Markup fixes.Ruslan Ermilov2004-05-161-1/+1
* s/atspeaker/speaker/Colin Percival2004-04-151-1/+1
* While I'm here, add linprocfs (but not pseudofs, since it is no use onDag-Erling Smørgrav2004-03-011-0/+1
* Add acpi_video_load (default NO) in the ACPI sectionDag-Erling Smørgrav2004-03-011-0/+1
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-0/+3
* mdoc(7) janitor:Simon L. B. Nielsen2004-02-151-18/+32
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-0/+4
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. ToDag-Erling Smørgrav2004-01-271-1/+1
* PC98 uses the different frame code.Yoshihiro Takahashi2004-01-181-21/+43
* Disable the APIC when selecting the 'Safe Mode' option of the loader. ThisScott Long2004-01-091-0/+1
* Directly call the 'reboot' word instead of indirectly evaluating it.Scott Long2003-10-281-1/+1
* Directly call the 'boot' word instead of indirectly evaluating it.Scott Long2003-10-271-7/+7