summaryrefslogtreecommitdiff
path: root/sys/boot/forth
AgeCommit message (Expand)Author
2004-02-15mdoc(7) janitor:Simon L. B. Nielsen
2004-02-14Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson
2004-01-27Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. ToDag-Erling Smørgrav
2004-01-18PC98 uses the different frame code.Yoshihiro Takahashi
2004-01-09Disable the APIC when selecting the 'Safe Mode' option of the loader. ThisScott Long
2003-10-28Directly call the 'reboot' word instead of indirectly evaluating it.Scott Long
2003-10-27Directly call the 'boot' word instead of indirectly evaluating it.Scott Long
2003-09-13Apply Aleksander Fafula's crayons to the beastie. Add the this line toScott Long
2003-07-01Add the beastie_disable variable which allows to turn the beastieChristian Brueffer
2003-06-10Don't start the beastie menu if the 'beastie_disable' variable is set toScott Long
2003-05-31Man, I'm not on the ball. 4th does not need to escape '\' chars. ThisScott Long
2003-05-31Flag when ACPI has been disabled by the user so that sysinstall can doScott Long
2003-05-30Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long
2003-05-16Add variables for missing network drivers.Murray Stokely
2003-03-11FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov
2003-03-02Add two loader tuneables that allow one to change the maximum number ofHartmut Brandt
2002-11-26Eliminate references to defunct kernel tunables.Yaroslav Tykhiy
2002-11-22The new "all sound drivers" driver name is snd_driver. Loader.conf didn'tDaniel C. Sobral
2002-11-02Fix indentation of comments.Jonathan Mini
2002-11-02Add loader variables to control the loading of various networking modules.Jonathan Mini
2002-09-02Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis
2002-08-27Whitespace fix from last commit.Tom Rhodes
2002-08-27Fix some grammar errors in loader.conf.5Tom Rhodes
2002-08-17Support for VIA VT8233 audio controller.Orion Hodson
2002-08-13mdoc(7) police: Get rid of hard sentence breaks.Ruslan Ermilov
2002-08-01Sample loader.conf lines for various MAC modules.Robert Watson
2002-07-16Don't imply that setting the boot_ variables to "NO" will disable them.Mark Peek
2002-07-14The .Nm set of commandsPhilippe Charnier
2002-07-03Add missing kernal tunables to loader.conf.Jonathan Mini
2002-05-30Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt
2002-05-24Add support for reading an additional loader configuration file. By default,Gordon Tetlow
2002-05-09Replace /kernel with /boot/kernel/kernel.Josef Karthauser
2002-04-26Rename the file used to specify the nextboot to make it clear that thisWes Peters
2002-04-26A long, long time ago, msmith introduced vfs.root.mountfromDaniel C. Sobral
2002-04-26Add a -k option to reboot to specify the kernel to boot next timeWes Peters
2002-03-13Further document "console" (nullconsole).Ruslan Ermilov
2002-03-04Support for USB fm radio.Alfred Perlstein
2002-02-21Document the hw.physmem kernel environment variable.Chad David
2002-01-21Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev
2001-12-20Add missing snd_ich_load entry.Jim Mock
2001-12-11- Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin
2001-11-27Document the "console" setting in loader.conf, suggesting vidconsoleRobert Watson
2001-11-26o Add 'kern.maxusers' to the list of commented out sample tunableRobert Watson
2001-11-06Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI
2001-08-13Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov
2001-07-09mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman
2001-06-01Remove vestiges of MFS.Ruslan Ermilov
2001-05-29Go back to 1.20 again.Daniel C. Sobral
2001-05-29Revert 1.20, as it causes mysterious problems to the Alpha people.Daniel C. Sobral
2001-05-25- sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov