| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Disable the APIC when selection the 'Safe Boot' option.
Approved by: rwatson
Notes:
svn path=/releng/5.2/; revision=124325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121632
|
| |
|
|
|
|
|
| |
Submitted by: dcs
Notes:
svn path=/head/; revision=121618
|
| |
|
|
|
|
|
|
|
| |
/boot/loader.conf to see the pretty colors =-)
loader_color="YES"
Notes:
svn path=/head/; revision=120031
|
| |
|
|
|
|
|
|
|
| |
boot menu on and off.
Reviewed by: scottl
Notes:
svn path=/head/; revision=117090
|
| |
|
|
|
|
|
|
|
|
| |
'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
|
| |
|
|
|
|
|
| |
should make our beloved friend look less like he has a massive head wound.
Notes:
svn path=/head/; revision=115451
|
| |
|
|
|
|
|
| |
something with it.
Notes:
svn path=/head/; revision=115434
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
PR: kern/51911
Submitted by: David Yeske <dyeske@yahoo.com>
Approved by: re
Notes:
svn path=/head/; revision=115054
|
| |
|
|
|
|
|
|
| |
up with this further by excluding /modules from the (default)
kern.module_path.
Notes:
svn path=/head/; revision=112091
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Approved by: re
PR: bin/43343
Notes:
svn path=/head/; revision=107266
|
| |
|
|
|
|
|
|
|
| |
knew about it, though. Now it does.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=107175
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106335
|
| |
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=106330
|
| |
|
|
|
|
|
|
|
| |
kern.cam.scsi_delay tunable/sysctl.
Reviewed by: mdodd, njl
Notes:
svn path=/head/; revision=102862
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102466
|
| |
|
|
|
|
|
|
| |
PR: 40237
Submitted by: Chris Pepper <pepper@rockefeller.edu>
Notes:
svn path=/head/; revision=102465
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102011
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101824
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101187
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=100187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99975
|
| |
|
|
|
|
|
|
| |
PR: i386/39085
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=99332
|
| |
|
|
|
|
|
|
|
| |
Translators can ignore this commit.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=97568
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Notes:
svn path=/head/; revision=96247
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92224
|
| |
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=91609
|
| |
|
|
|
|
|
| |
Reviewed by: alfred
Notes:
svn path=/head/; revision=91008
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Noticed by: will
MFC after: 2 days
Notes:
svn path=/head/; revision=88253
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
or comconsole.
Notes:
svn path=/head/; revision=87004
|
| |
|
|
|
|
|
|
| |
variables, since that can now be tuned at boot-time without a
recompile.
Notes:
svn path=/head/; revision=86902
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81588
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77444
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77376
|
| |
|
|
|
|
|
|
| |
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
Notes:
svn path=/head/; revision=77162
|
| |
|
|
|
|
|
|
|
|
| |
fdesc -> fdescfs
portal -> portalfs
umap -> umapfs
union -> unionfs
Notes:
svn path=/head/; revision=77034
|
| |
|
|
|
|
|
|
| |
PR: 27520
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
Notes:
svn path=/head/; revision=76948
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76714
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75659
|