summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/pthread_attr_affinity_np.314
-rw-r--r--share/man/man4/acpi.422
-rw-r--r--share/man/man4/ada.42
-rw-r--r--share/man/man4/re.420
-rw-r--r--share/man/man5/nsmb.conf.522
-rw-r--r--share/man/man7/build.72
6 files changed, 66 insertions, 16 deletions
diff --git a/share/man/man3/pthread_attr_affinity_np.3 b/share/man/man3/pthread_attr_affinity_np.3
index c61f699..592652b 100644
--- a/share/man/man3/pthread_attr_affinity_np.3
+++ b/share/man/man3/pthread_attr_affinity_np.3
@@ -94,8 +94,6 @@ to indicate the error.
.Sh ERRORS
The
.Fn pthread_attr_getaffinity_np
-and
-.Fn pthread_attr_setaffinity_np
functions will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
@@ -103,6 +101,10 @@ The
.Fa pattr
or the attribute specified by it is
.Dv NULL .
+.It Bq Er ERANGE
+The
+.Fa cpusetsize
+is too small.
.El
.Pp
The
@@ -114,6 +116,14 @@ The
.Fa pattr
or the attribute specified by it is
.Dv NULL .
+.It Bq Er EINVAL
+The
+.Fa cpusetp
+specified a CPU that was outside the set supported by the kernel.
+.It Bq Er ERANGE
+The
+.Fa cpusetsize
+is too small.
.It Bq Er ENOMEM
Insufficient memory exists to store the cpuset mask.
.El
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 056aadd..adaf6cb 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 12, 2010
+.Dd October 26, 2010
.Dt ACPI 4
.Os
.Sh NAME
@@ -224,6 +224,26 @@ Try increasing this number if you get the error
.Qq Li AE_NO_HARDWARE_RESPONSE .
.It Va hw.acpi.host_mem_start
Override the assumed memory starting address for PCI host bridges.
+.It Va hw.acpi.install_interface , hw.acpi.remove_interface
+Install or remove OS interface(s) to control return value of
+.Ql _OSI
+query method. When an OS interface is specified in
+.Va hw.acpi.install_interface ,
+.Li _OSI
+query for the interface returns it is
+.Em supported .
+Conversely, when an OS interface is specified in
+.Va hw.acpi.remove_interface ,
+.Li _OSI
+query returns it is
+.Em not supported .
+Multiple interfaces can be specified in a comma-separated list and
+any leading white spaces will be ignored. For example,
+.Qq Li FreeBSD, Linux
+is a valid list of two interfaces
+.Qq Li FreeBSD
+and
+.Qq Li Linux .
.It Va hw.acpi.reset_video
Enables calling the VESA reset BIOS vector on the resume path.
This can fix some graphics cards that have problems such as LCD white-out
diff --git a/share/man/man4/ada.4 b/share/man/man4/ada.4
index d16a5ea..08acd44 100644
--- a/share/man/man4/ada.4
+++ b/share/man/man4/ada.4
@@ -121,6 +121,8 @@ seconds.
.It kern.cam.ada.spindown_shutdown
.Pp
This variable determines whether to spin-down disks when shutting down.
+Set to 1 to enable spin-down, 0 to disable.
+The default is currently enabled.
.El
.Sh FILES
.Bl -tag -width ".Pa /dev/ada*" -compact
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 689a591..d4a39ce 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -30,12 +30,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 9, 2009
+.Dd October 27, 2010
.Dt RE 4
.Os
.Sh NAME
.Nm re
-.Nd "RealTek 8139C+/8169/816xS/811xS/8101E PCI/PCIe Ethernet adapter driver"
+.Nd "RealTek 8139C+/8169/816xS/811xS/8168/810xE/8111 PCI/PCIe Ethernet adapter driver"
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
@@ -55,13 +55,13 @@ if_re_load="YES"
The
.Nm
driver provides support for various NICs based on the RealTek RTL8139C+,
-RTL8169, RTL8169S, RTL8110S, RTL8168S, RTL8111S and RTL8101E PCI and
+RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 PCI and
PCIe Ethernet controllers.
.Pp
-NICs based on the 8139C+ and 8101E are capable of 10 and 100Mbps speeds
+NICs based on the 8139C+ and 810xE are capable of 10 and 100Mbps speeds
over CAT5 cable.
-NICs based on the 8169, 816xS and 811xS are capable of 10, 100 and
-1000Mbps operation.
+NICs based on the 8169, 816xS, 811xS, 8168 and 8111 are capable of 10, 100
+and 1000Mbps operation.
.Pp
All NICs supported by the
.Nm
@@ -72,8 +72,8 @@ capable of TCP large send (TCP segmentation offload).
.Pp
The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
The 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY.
-The 8169S and 8110S are single-chip devices containing both a 10/100/1000
-MAC and 10/100/1000 copper PHY.
+The 816xS, 811xS, 8168 and 8111 are single-chip devices containing both a
+10/100/1000 MAC and 10/100/1000 copper PHY.
Standalone 10/100/1000 cards are available
in both 32-bit PCI and 64-bit PCI models.
The 8110S is designed for
@@ -144,8 +144,8 @@ For more information on configuring this device, see
.Sh HARDWARE
The
.Nm
-driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS,
-and RTL8101E based Fast Ethernet and Gigabit Ethernet adapters including:
+driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168,
+RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including:
.Pp
.Bl -bullet -compact
.It
diff --git a/share/man/man5/nsmb.conf.5 b/share/man/man5/nsmb.conf.5
index 1c439be..f315f82 100644
--- a/share/man/man5/nsmb.conf.5
+++ b/share/man/man5/nsmb.conf.5
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 30, 2003
+.Dd October 19, 2010
.Dt NSMB.CONF 5
.Os
.Sh NAME
@@ -87,7 +87,7 @@ Possible keywords may include:
.It Va nbns Ta "+ + - -" Ta "address of NetBIOS name server (WINS)"
.It Va nbscope Ta "+ + - -" Ta "NetBIOS scope"
.It Va nbtimeout Ta "+ + - -" Ta "timeout for NetBIOS name servers"
-.It Va password Ta "- - + +" Ta "plain text password used to access the given share"
+.It Va password Ta "- - + +" Ta "plain text or simple encrypted password used to access the given share"
.It Va retry_count Ta "+ + - -" Ta "number of retries before connection is marked as broken"
.It Va timeout Ta "+ + - -" Ta "SMB request timeout"
.It Va workgroup Ta "+ + + +" Ta "workgroup name"
@@ -96,6 +96,9 @@ Possible keywords may include:
.Bl -tag -width ".Pa /etc/nsmb.conf"
.It Pa /etc/nsmb.conf
The default remote mount-point configuration file.
+.Pa "~/nsmb.conf"
+.It Pa ~/nsmb.conf
+The user specific remote mount-point configuration file.
.El
.Sh EXAMPLES
What follows is a sample configuration file which may,
@@ -108,6 +111,9 @@ workgroup=SALES
[FSERVER]
charsets=koi8-r:cp866
addr=fserv.example.com
+# User specific data for FSERVER
+[FSERVER:MYUSER]
+password=$$16144562c293a0314e6e1
.Ed
.Pp
All lines which begin with the
@@ -124,6 +130,18 @@ required when Cyrillic characters are not used.
The hostname value,
.Dq Li fserv.example.com ,
is also assigned in this section.
+.Dq Li FSERVER:USER ,
+defines the user settings and is useful for saving the password used
+during a specific connection.
+The password may be plaintext or obfuscated using simple encryption.
+The simple encrypted password starts with the `$$1' symbols.
+Warning: the encryption function is very weak and intended only to hide
+clear text passwords.
+If the use of simple encryption is desired, the following command may be
+used on a password:
+.Bd -literal -offset indent
+smbutil crypt
+.Ed
.Sh COMPATIBILITY
At the time of this writing, the
.Tn IPX
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 67a2445..0df2b81 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -419,7 +419,7 @@ Typically, one only needs to set
.Pp
Builds under directory
.Pa /usr/src
-are also influenced by defining one or more the following symbols,
+are also influenced by defining one or more of the following symbols,
using the
.Fl D
option of
OpenPOWER on IntegriCloud