summaryrefslogtreecommitdiff
path: root/sys/boot/forth
Commit message (Collapse)AuthorAgeFilesLines
* MFC rev 1.9:Scott Long2004-01-101-0/+1
| | | | | | | | | Disable the APIC when selection the 'Safe Boot' option. Approved by: rwatson Notes: svn path=/releng/5.2/; revision=124325
* Directly call the 'reboot' word instead of indirectly evaluating it.Scott Long2003-10-281-1/+1
| | | | Notes: svn path=/head/; revision=121632
* Directly call the 'boot' word instead of indirectly evaluating it.Scott Long2003-10-271-7/+7
| | | | | | | Submitted by: dcs Notes: svn path=/head/; revision=121618
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toScott Long2003-09-131-1/+38
| | | | | | | | | /boot/loader.conf to see the pretty colors =-) loader_color="YES" Notes: svn path=/head/; revision=120031
* Add the beastie_disable variable which allows to turn the beastieChristian Brueffer2003-07-011-0/+1
| | | | | | | | | boot menu on and off. Reviewed by: scottl Notes: svn path=/head/; revision=117090
* Don't start the beastie menu if the 'beastie_disable' variable is set toScott Long2003-06-101-1/+11
| | | | | | | | | | 'YES'. If the user selects to escape to the loader prompt, set 'autoboot_delay' to 'NO' so that the prompt timer doesn't run. Notes: svn path=/head/; revision=116175
* Man, I'm not on the ball. 4th does not need to escape '\' chars. ThisScott Long2003-05-311-8/+8
| | | | | | | should make our beloved friend look less like he has a massive head wound. Notes: svn path=/head/; revision=115451
* Flag when ACPI has been disabled by the user so that sysinstall can doScott Long2003-05-311-0/+2
| | | | | | | something with it. Notes: svn path=/head/; revision=115434
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-303-0/+332
| | | | | | | | | | examples directory to support it. This is installed only on i386 for now. It will be enabled in a later commit. Approved by: re Notes: svn path=/head/; revision=115410
* Add variables for missing network drivers.Murray Stokely2003-05-161-0/+6
| | | | | | | | | PR: kern/51911 Submitted by: David Yeske <dyeske@yahoo.com> Approved by: re Notes: svn path=/head/; revision=115054
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-111-1/+1
| | | | | | | | up with this further by excluding /modules from the (default) kern.module_path. Notes: svn path=/head/; revision=112091
* Add two loader tuneables that allow one to change the maximum number ofHartmut Brandt2003-03-021-0/+2
| | | | | | | | | | | | | | | | | | | | | queue items that can be allocated by netgraph and the number of free queue items that are cached on a private list. Netgraph places an upper limit on the number of queue items it may allocate. When there is a large number of netgraph messages travelling through the system (100k/sec and more) there is a high probability, that messages get queued at the nodes and netgraph runs out of queue items. In this case the data flow through netgraph gets blocked. The tuneable for the number of free items lets one trade memory for performance. The tunables are also available as read-only sysctls. PR: kern/47393 Reviewed by: julian Approved by: jake (mentor) Notes: svn path=/head/; revision=111749
* Eliminate references to defunct kernel tunables.Yaroslav Tykhiy2002-11-261-1/+0
| | | | | | | | Approved by: re PR: bin/43343 Notes: svn path=/head/; revision=107266
* The new "all sound drivers" driver name is snd_driver. Loader.conf didn'tDaniel C. Sobral2002-11-221-1/+1
| | | | | | | | | knew about it, though. Now it does. MFC after: 2 weeks Notes: svn path=/head/; revision=107175
* Fix indentation of comments.Jonathan Mini2002-11-021-17/+17
| | | | Notes: svn path=/head/; revision=106335
* Add loader variables to control the loading of various networking modules.Jonathan Mini2002-11-021-0/+31
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=106330
* Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis2002-09-021-0/+1
| | | | | | | | | kern.cam.scsi_delay tunable/sysctl. Reviewed by: mdodd, njl Notes: svn path=/head/; revision=102862
* Whitespace fix from last commit.Tom Rhodes2002-08-271-2/+4
| | | | Notes: svn path=/head/; revision=102466
* Fix some grammar errors in loader.conf.5Tom Rhodes2002-08-271-11/+11
| | | | | | | | PR: 40237 Submitted by: Chris Pepper <pepper@rockefeller.edu> Notes: svn path=/head/; revision=102465
* Support for VIA VT8233 audio controller.Orion Hodson2002-08-171-0/+1
| | | | Notes: svn path=/head/; revision=102011
* mdoc(7) police: Get rid of hard sentence breaks.Ruslan Ermilov2002-08-131-8/+15
| | | | Notes: svn path=/head/; revision=101824
* Sample loader.conf lines for various MAC modules.Robert Watson2002-08-011-0/+12
| | | | Notes: svn path=/head/; revision=101187
* Don't imply that setting the boot_ variables to "NO" will disable them.Mark Peek2002-07-161-6/+8
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=100187
* The .Nm set of commandsPhilippe Charnier2002-07-141-3/+5
| | | | Notes: svn path=/head/; revision=99975
* Add missing kernal tunables to loader.conf.Jonathan Mini2002-07-031-0/+16
| | | | | | | | PR: i386/39085 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=99332
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-301-9/+9
| | | | | | | | | Translators can ignore this commit. MFC after: 2 weeks Notes: svn path=/head/; revision=97568
* Add support for reading an additional loader configuration file. By default,Gordon Tetlow2002-05-243-1/+70
| | | | | | | | | | | | | | | | | | this is called /boot/nextboot.conf. This file is required to have it's first line be nextboot_enable="YES" for it to be read. Also, this file is rewritten by the loader to nextboot_enable="NO"<space> after it is read. This makes it so the file is read exactly once. Finally, the nextboot.conf is removed shortly after the filesystems are mounted r/w. Caution should be taken as you can shoot yourself in the foot. This is only the loader piece. There will be a tool called nextboot(8) that will manage the nextboot.conf file for you. It is coming shortly. Reviewed by: dcs Approved by: jake (mentor) Notes: svn path=/head/; revision=97201
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-092-2/+2
| | | | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Notes: svn path=/head/; revision=96247
* Rename the file used to specify the nextboot to make it clear that thisWes Peters2002-04-261-1/+1
| | | | | | | | | | is a loader configuration file and can be used for more than just a kernel name. Submitted by: Gordon Tetlow <gordont@gnf.org> Notes: svn path=/head/; revision=95531
* A long, long time ago, msmith introduced vfs.root.mountfromDaniel C. Sobral2002-04-261-0/+2
| | | | | | | | | | loader variable, which let users specify the root mount point the exact way one does after booting the kernel. Let's take this opportunity to document it... Notes: svn path=/head/; revision=95524
* Add a -k option to reboot to specify the kernel to boot next timeWes Peters2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | around. If the kernel boots successfully, the record of this kernel is erased, it is intended to be a one-shot option for testing kernels. This could be improved by having the loader remove the record of the next kernel to boot, it is currently removed in /etc/rc immediately after disks are mounted r/w. I'd like to MFC this before the 4.6 freeze unless there is violent objection. Reviewed by: Several on IRC MFC after: 4 days Notes: svn path=/head/; revision=95485
* Further document "console" (nullconsole).Ruslan Ermilov2002-03-131-2/+5
| | | | Notes: svn path=/head/; revision=92224
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+1
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=91609
* Document the hw.physmem kernel environment variable.Chad David2002-02-211-0/+1
| | | | | | | Reviewed by: alfred Notes: svn path=/head/; revision=91008
* Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev2002-01-211-0/+1
| | | | | | | | | | This allows obtaining crash dumps from the panics occured during late stages of kernel initialisation before system enters into single-user mode. MFC after: 2 weeks Notes: svn path=/head/; revision=89601
* Add missing snd_ich_load entry.Jim Mock2001-12-201-0/+1
| | | | | | | | Noticed by: will MFC after: 2 days Notes: svn path=/head/; revision=88253
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-113-17/+16
| | | | | | | | | | | | | | | | - Change the 'fopen' keyword to accept a mode parameter. Note that this will break existing 4th scripts that use fopen. Thus, the loader version has been bumped and loader.4th has been changed to check for a sufficient version on i386 and alpha. Be sure that you either do a full world build or install or full build and install of sys/boot after this since loader.old won't work with the new 4th files and vice versa. PR: kern/32389 Submitted by: Jonathan Mini <mini@haikugeek.com> Sponsored by: ClickArray, Inc. Notes: svn path=/head/; revision=87636
* Document the "console" setting in loader.conf, suggesting vidconsoleRobert Watson2001-11-271-0/+6
| | | | | | | or comconsole. Notes: svn path=/head/; revision=87004
* o Add 'kern.maxusers' to the list of commented out sample tunableRobert Watson2001-11-261-0/+1
| | | | | | | | variables, since that can now be tuned at boot-time without a recompile. Notes: svn path=/head/; revision=86902
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-0/+9
| | | | | | | | | | | | | | | | | - Add S4BIOS sleep implementation. This will works well if MIB hw.acpi.s4bios is set (and of course BIOS supports it and hibernation is enabled correctly). - Add DSDT overriding support which is submitted by takawata originally. If loader tunable acpi_dsdt_load="YES" and DSDT file is set to acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml), ACPI CA core loads DSDT from given file rather than BIOS memory block. DSDT file can be generated by iasl in ports/devel/acpicatools/. - Add new files so that we can add our proposed additional code to Intel ACPI CA into these files temporary. They will be removed when similar code is added into ACPI CA officially. Notes: svn path=/head/; revision=86133
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
| | | | Notes: svn path=/head/; revision=81588
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+0
| | | | Notes: svn path=/head/; revision=77575
* Go back to 1.20 again.Daniel C. Sobral2001-05-291-0/+3
| | | | Notes: svn path=/head/; revision=77444
* Revert 1.20, as it causes mysterious problems to the Alpha people.Daniel C. Sobral2001-05-291-3/+0
| | | | Notes: svn path=/head/; revision=77376
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
| | | | | | | | - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs Notes: svn path=/head/; revision=77162
* The following modules were renamed:Ruslan Ermilov2001-05-231-4/+4
| | | | | | | | | | fdesc -> fdescfs portal -> portalfs umap -> umapfs union -> unionfs Notes: svn path=/head/; revision=77034
* Fix a grammar nit.Dima Dorfman2001-05-221-1/+1
| | | | | | | | PR: 27520 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org> Notes: svn path=/head/; revision=76948
* Allocate more memory if necessary.Daniel C. Sobral2001-05-171-0/+3
| | | | Notes: svn path=/head/; revision=76714
* mdoc(7) police: fixed whatis(1) entry.Ruslan Ermilov2001-04-181-3/+0
| | | | Notes: svn path=/head/; revision=75659