freebsd-dev/share/man/man4
Adrian Chadd 6520495abc Add an initial NUMA affinity/policy configuration for threads and processes.
This is based on work done by jeff@ and jhb@, as well as the numa.diff
patch that has been circulating when someone asks for first-touch NUMA
on -10 or -11.

* Introduce a simple set of VM policy and iterator types.
* tie the policy types into the vm_phys path for now, mirroring how
  the initial first-touch allocation work was enabled.
* add syscalls to control changing thread and process defaults.
* add a global NUMA VM domain policy.
* implement a simple cascade policy order - if a thread policy exists, use it;
  if a process policy exists, use it; use the default policy.
* processes inherit policies from their parent processes, threads inherit
  policies from their parent threads.
* add a simple tool (numactl) to query and modify default thread/process
  policities.
* add documentation for the new syscalls, for numa and for numactl.
* re-enable first touch NUMA again by default, as now policies can be
  set in a variety of methods.

This is only relevant for very specific workloads.

This doesn't pretend to be a final NUMA solution.

The previous defaults in -HEAD (with MAXMEMDOM set) can be achieved by
'sysctl vm.default_policy=rr'.

This is only relevant if MAXMEMDOM is set to something other than 1.
Ie, if you're using GENERIC or a modified kernel with non-NUMA, then
this is a glorified no-op for you.

Thank you to Norse Corp for giving me access to rather large
(for FreeBSD!) NUMA machines in order to develop and verify this.

Thank you to Dell for providing me with dual socket sandybridge
and westmere v3 hardware to do NUMA development with.

Thank you to Scott Long at Netflix for providing me with access
to the two-socket, four-domain haswell v3 hardware.

Thank you to Peter Holm for running the stress testing suite
against the NUMA branch during various stages of development!

Tested:

* MIPS (regression testing; non-NUMA)
* i386 (regression testing; non-NUMA GENERIC)
* amd64 (regression testing; non-NUMA GENERIC)
* westmere, 2 socket (thankyou norse!)
* sandy bridge, 2 socket (thankyou dell!)
* ivy bridge, 2 socket (thankyou norse!)
* westmere-EX, 4 socket / 1TB RAM (thankyou norse!)
* haswell, 2 socket (thankyou norse!)
* haswell v3, 2 socket (thankyou dell)
* haswell v3, 2x18 core (thankyou scott long / netflix!)

* Peter Holm ran a stress test suite on this work and found one
  issue, but has not been able to verify it (it doesn't look NUMA
  related, and he only saw it once over many testing runs.)

* I've tested bhyve instances running in fixed NUMA domains and cpusets;
  all seems to work correctly.

Verified:

* intel-pcm - pcm-numa.x and pcm-memory.x, whilst selecting different
  NUMA policies for processes under test.

Review:

This was reviewed through phabricator (https://reviews.freebsd.org/D2559)
as well as privately and via emails to freebsd-arch@.  The git history
with specific attributes is available at https://github.com/erikarn/freebsd/
in the NUMA branch (https://github.com/erikarn/freebsd/compare/local/adrian_numa_policy).

This has been reviewed by a number of people (stas, rpaulo, kib, ngie,
wblock) but not achieved a clear consensus.  My hope is that with further
exposure and testing more functionality can be implemented and evaluated.

Notes:

* The VM doesn't handle unbalanced domains very well, and if you have an overly
  unbalanced memory setup whilst under high memory pressure, VM page allocation
  may fail leading to a kernel panic.  This was a problem in the past, but it's
  much more easily triggered now with these tools.

* This work only controls the path through vm_phys; it doesn't yet strongly/predictably
  affect contigmalloc, KVA placement, UMA, etc.  So, driver placement of memory
  isn't really guaranteed in any way.  That's next on my plate.

Sponsored by:	Norse Corp, Inc.; Dell
2015-07-11 15:21:37 +00:00
..
man4.arm Add META_MODE support. 2015-06-13 19:20:56 +00:00
man4.i386 Add META_MODE support. 2015-06-13 19:20:56 +00:00
man4.powerpc Add META_MODE support. 2015-06-13 19:20:56 +00:00
man4.sparc64 Add META_MODE support. 2015-06-13 19:20:56 +00:00
aac.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
aacraid.4 Fix markups. 2015-06-19 21:35:24 +00:00
acpi_asus_wmi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_asus.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_dock.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_fujitsu.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_hp.4 Fix markups and change e.g./eg. to e.g.,. 2015-06-19 21:35:56 +00:00
acpi_ibm.4 Fix markups and change e.g./eg. to e.g.,. 2015-06-19 21:35:56 +00:00
acpi_panasonic.4 Fix markups and change e.g./eg. to e.g.,. 2015-06-19 21:35:56 +00:00
acpi_rapidstart.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_sony.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_thermal.4
acpi_toshiba.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_video.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
acpi_wmi.4 Remove trailing comma from standalone Xref. 2014-07-30 04:46:53 +00:00
acpi.4 If x86 CPU implementation of the MWAIT instruction reasonably 2015-05-09 12:28:48 +00:00
ada.4 Document kern.cam.ada.legacy_aliases, while I'm there also fix some typos. 2015-06-19 21:26:06 +00:00
adv.4 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
adw.4
ae.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
aesni.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
age.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
agp.4 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
aha.4
ahb.4
ahc.4 mdoc: use It for each item in the list and separate each cell with Ta. 2012-03-31 07:08:35 +00:00
ahci.4 Remove from legacy ata(4) driver support for hardware, supported by newer 2015-03-24 18:09:07 +00:00
ahd.4
aibs.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
aio.4 Re-encode files from ISO-8859-1 to UTF-8 2011-05-22 14:03:30 +00:00
alc.4 Document newly added controller AR816x/AR817x. 2014-10-08 05:49:10 +00:00
ale.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
alpm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
altera_atse.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
altera_avgen.4 add missing sections, de-Xr non-existent page, properly space 2013-10-07 16:49:53 +00:00
altera_jtag_uart.4 Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core, 2012-08-25 11:30:36 +00:00
altera_sdcard.4 Add a device driver for the Altera University Program SD Card IP Core, 2012-08-25 11:19:20 +00:00
altq.4 ALTQ FAIRQ discipline import from DragonFLY 2015-06-24 19:16:41 +00:00
amdpm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
amdsbwd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
amdsmb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
amdtemp.4 Add a missing comma. 2015-04-07 15:32:25 +00:00
amr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
an.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
aout.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
apic.4 Apply Typo-B-Gone 2000 [TM] 2012-01-05 21:43:33 +00:00
arcmsr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
asmc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ata.4 Minor mdoc fixes. 2015-04-20 21:19:26 +00:00
ath_ahb.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ath_hal.4 Add TP-LINK TL-WDN4800. 2013-07-22 19:32:42 +00:00
ath_pci.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ath.4 Update the ath(4) manpage with .. well, updated information. 2014-04-15 00:45:38 +00:00
atkbd.4 Add references to vt(4) and the configuration files in /usr7share/vt where 2014-08-26 08:13:30 +00:00
atkbdc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
atp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
atrtc.4 Add apic(4) man page, now mostly to cover its event timer functionality. 2011-12-20 13:49:52 +00:00
attimer.4 Language cleanup. 2014-05-26 19:02:34 +00:00
audit.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
auditpipe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
aue.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
axe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
axge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
bce.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
bfe.4
bge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
bhyve.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
bktr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
blackhole.4 Fix a bunch of typos and spelling mistakes. 2010-07-31 12:14:28 +00:00
bpf.4 Eliminate SIOCGIFADDR handling in bpf. 2015-01-16 10:09:28 +00:00
bridge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
bt.4 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
bwi.4 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
bwn.4 Language cleanup. 2015-06-12 00:02:31 +00:00
bxe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
capsicum.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cardbus.4
carp.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
cas.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_cdg.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_chd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_cubic.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_dctcp.4 Mdoc markup and style cleanup. 2015-01-12 10:40:28 +00:00
cc_hd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_htcp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_newreno.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cc_vegas.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ccd.4 Cross-reference gvinum(8) instead of vinum(8). 2013-03-16 22:02:47 +00:00
cd.4 Remove old ioctl use and support, once and for all. 2015-01-06 05:28:37 +00:00
cdce.4 Cross reference cdce(4), ipheth(4) and urndis(4) from each other. 2014-09-25 14:22:32 +00:00
ch.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
ciss.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cmx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
coretemp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cpuctl.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cpufreq.4 Now that there is an est(4) man page, reference it here in cpufreq(4). 2012-06-20 17:26:22 +00:00
crypto.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ctl.4 Make ctl(4) appear in "man -k iscsi" results. 2015-07-03 16:55:08 +00:00
cue.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cxgb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
cxgbe.4 cxgbe(4): knobs to enable/disable PAUSE frame based flow control. 2014-09-12 05:25:56 +00:00
cy.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
da.4 Document sort_io_queue sysctls/tunables. 2014-10-22 08:54:10 +00:00
dc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
dcons_crom.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
dcons.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ddb.4 Bump the date after the show devmap addition. 2015-03-17 00:15:55 +00:00
de.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
devctl.4 Update userspace users of hw.bus.devctl_disable. 2014-03-26 02:25:40 +00:00
digi.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
disc.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
divert.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
dpms.4 Remove superfluous paragraph macro. 2012-03-24 13:37:57 +00:00
dpt.4 Drop mention of ISA cards. Note that I have no idea what to cull from the 2014-11-13 20:09:47 +00:00
ds1307.4 Add a driver for the Dallas/Maxim DS1307, another common i2c RTC. 2015-03-20 19:51:24 +00:00
ds3231.4 Bump .Dd to current date (which I should have done as part of initial 2015-03-07 01:42:04 +00:00
dtrace_io.4 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +00:00
dtrace_ip.4 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +00:00
dtrace_proc.4 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +00:00
dtrace_sched.4 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +00:00
dtrace_tcp.4 Remove a BUGS entry that was addressed by r282300. 2015-07-05 23:24:52 +00:00
dtrace_udp.4 Rename the dtrace-* man pages to dtrace_* for consistency with other 2015-07-05 23:23:12 +00:00
dummynet.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ed.4 Remove superfluous paragraph macro. 2012-03-24 13:37:57 +00:00
edsc.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
ehci.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
em.4 Delete the refernce to VLAN handling being disabled by default. This is 2015-06-29 17:59:00 +00:00
en.4
enc.4 Put parentheses around a few macros to prevent mdoc warnings. 2010-08-16 21:26:47 +00:00
epair.4 Fix grammar in epair(4) man page 2015-03-20 20:08:36 +00:00
esp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
est.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
et.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
etherswitch.4 Add a very basic manpage for the Etherswitch framework. 2015-01-05 11:40:05 +00:00
eventtimers.4 MFcalloutng: 2013-03-04 19:10:39 +00:00
exca.4
fatm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
fd.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
fdc.4 Remove superfluous paragraph macro. 2012-03-24 13:37:57 +00:00
fdt.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
fdtbus.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
ffclock.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
filemon.4 Note that script(1) consumes filemon(4). 2014-09-03 19:06:08 +00:00
firewire.4 mdoc: minor Bl improvements. 2012-06-02 11:03:14 +00:00
fpa.4
full.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
fwe.4
fwip.4
fwohci.4 Remove superfluous paragraph macro. 2012-03-24 13:37:57 +00:00
fxp.4 Remove the description of the dev.fxp.%d.noflow tunable as it was removed 2010-11-26 21:57:01 +00:00
gbde.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
gdb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
gem.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
geom_fox.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
geom_linux_lvm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
geom_map.4 Add makefile to build geom_map kld. Document some GEOM_* options 2015-06-08 13:23:56 +00:00
geom_uncompress.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
geom_uzip.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
geom.4 Add makefile to build geom_map kld. Document some GEOM_* options 2015-06-08 13:23:56 +00:00
gif.4 Overhaul if_gif(4): 2014-10-14 13:31:47 +00:00
gpio.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
gpioiic.4 gpioiic.4 and gpioled.4 will first appear in 10.1-RELEASE. 2014-05-14 21:54:14 +00:00
gpioled.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
gre.4 Add example howto configure gre(4) tunnel with the same inner and 2015-06-02 00:47:38 +00:00
h_ertt.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
hatm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
hifn.4
hme.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
hpet.4 Add timecounters(4) man page alike to eventtimers(4). 2011-12-20 17:10:34 +00:00
hpt27xx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
hptiop.4 Remove trailing comma from ending Xref. 2014-07-30 04:47:39 +00:00
hptmv.4
hptnr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
hptrr.4 Fix mdoc style nits 2012-06-17 03:54:10 +00:00
hv_ata_pci_disengage.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hv_kvp.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hv_netvsc.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hv_storvsc.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hv_utils.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hv_vmbus.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
hwpmc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ichsmb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ichwd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
icmp6.4 ICMPV6_FILTER should read ICMP6_FILTER. 2012-11-08 00:54:43 +00:00
icmp.4 Corrected descriptions of net.inet.icmp.icmplim and icmplim_output. 2015-03-26 12:52:21 +00:00
ida.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ifmib.4
ig4.4 ig4 - Intel fourth gen integrated I2C SMBus driver. 2015-05-30 12:17:18 +00:00
igb.4 The igb(4) driver supports 82580, i350, i354, i210 and i211 chipsets too, 2014-10-16 23:07:09 +00:00
igmp.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
iic.4 Bump date for iic.4 2015-05-15 13:04:14 +00:00
iicbb.4
iicbus.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
iicsmb.4
iir.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
inet6.4 Kill custom in_matroute() radix mathing function removing one rte mutex lock. 2014-11-11 02:52:40 +00:00
inet.4 Revert r281220 and r281024, so that the new content added and its 2015-04-07 19:39:23 +00:00
intpm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
intro.4
io.4 Fix style nit: don't use leading zero for dates in .Dd 2012-06-05 03:14:39 +00:00
ip6.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
ip.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ipfirewall.4 Remove the IPFIREWALL_FORWARD kernel option and make possible to turn 2012-10-25 09:39:14 +00:00
ipheth.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ipmi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ips.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
ipsec.4 Nm ipsec 2012-11-07 06:53:44 +00:00
ipw.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ipwfw.4
isci.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
iscsi_initiator.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
iscsi.4 Expand sysctls descriptions for iscsi(4) and ctl(4). 2015-06-21 14:21:38 +00:00
ismt.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
isp.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ispfw.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
iwi.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
iwifw.4
iwn.4 Allow the iwn(4) fw 100 to be compiled into the kernel and update the 2014-08-30 13:47:05 +00:00
iwnfw.4 Allow the iwn(4) fw 100 to be compiled into the kernel and update the 2014-08-30 13:47:05 +00:00
ixgb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ixgbe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ixl.4 mdoc cleanup; fix spelling; Xref ixlv.4 2015-03-25 12:46:19 +00:00
ixlv.4 Fix a typo and EOL whitespace missed in the previous commit. 2015-03-25 12:45:29 +00:00
jme.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
joy.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
kbdmux.4 Add references to vt(4) and the configuration files in /usr7share/vt where 2014-08-26 08:13:30 +00:00
keyboard.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
kld.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ksyms.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ktr.4 Catch up with r243046. KTR buffer can be changed at runtime. 2012-11-23 08:44:36 +00:00
kue.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
lagg.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
le.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
led.4 Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00
lge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
linux.4 Obviously the option is known as COMPAT_LINUX32 on amd64. 2010-08-06 20:18:16 +00:00
lm75.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
lmc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
lo.4 Do not mention SIOCSIFADDR. 2012-01-27 08:46:32 +00:00
lp.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
lpbb.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
lpt.4
mac_biba.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
mac_bsdextended.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mac_ifoff.4
mac_lomac.4 "on the their types." -> "on their types." 2012-06-10 15:56:49 +00:00
mac_mls.4
mac_none.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
mac_partition.4
mac_portacl.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
mac_seeotheruids.4
mac_stub.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
mac_test.4
mac.4
Makefile Add an initial NUMA affinity/policy configuration for threads and processes. 2015-07-11 15:21:37 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
malo.4 Mention that using ports/net/malo-firmware-kmod to install the firmware. 2015-06-24 09:28:43 +00:00
mcd.4 Remove old ioctl use and support, once and for all. 2015-01-06 05:28:37 +00:00
md.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
me.4 Misc mdoc fixes: 2014-11-23 21:00:00 +00:00
mem.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
meteor.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mfi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
miibus.4 Mention axge(4). 2015-01-05 10:10:35 +00:00
mk48txx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mld.4 mdoc: sort cross references. 2013-04-08 10:53:22 +00:00
mlx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mly.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mmc.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
mmcsd.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
mn.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mod_cc.4 DCTCP (Data Center TCP) implementation. 2015-01-12 08:33:04 +00:00
mos.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
mouse.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mpr.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
mps.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mpt.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
mrsas.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
msk.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
mtio.4 Significant upgrades to sa(4) and mt(1). 2015-02-23 21:59:30 +00:00
multicast.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
mvs.4 Remove from legacy ata(4) driver support for hardware, supported by newer 2015-03-24 18:09:07 +00:00
mwl.4 Remove duplicate words in mdoc(7) pages. 2012-05-12 03:46:43 +00:00
mwlfw.4
mxge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
my.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nand.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nandsim.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
natm.4 Add required kernel option. 2013-11-05 06:44:33 +00:00
natmip.4
ncr.4
ncv.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ndis.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
net80211.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
netfpga10g_nf10bmac.4 Add the initial version of if_nf10bmac(4), a driver to support an 2014-04-17 12:33:26 +00:00
netgraph.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
netintro.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
netmap.4 mdoc fixes (escape the dot to prevent ... to be considered as a macro) 2014-12-26 21:03:56 +00:00
nfe.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
nfsmb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_async.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_atm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_atmllc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_bluetooth.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_bpf.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_bridge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_bt3c.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_btsocket.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_car.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ccatm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_cisco.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_deflate.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_device.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_echo.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_eiface.4 Updates for netgraph node manual pages. 2012-11-13 20:41:36 +00:00
ng_etf.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ether_echo.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ng_ether.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_frame_relay.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_gif_demux.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_gif.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_h4.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_hci.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_hole.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_hub.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_iface.4 Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The 2015-01-12 09:48:45 +00:00
ng_ip_input.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ipfw.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ksocket.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_l2cap.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_l2tp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_lmi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_mppc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_nat.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_netflow.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ng_one2many.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_patch.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ppp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_pppoe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_pptpgre.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_pred1.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_rfc1490.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_socket.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_source.4 Updates for netgraph node manual pages. 2012-11-13 20:41:36 +00:00
ng_split.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_sppp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_sscfu.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_sscop.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_tag.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_tcpmss.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_tee.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_tty.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_ubt.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_UI.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_uni.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_vjc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ng_vlan.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ngatmbase.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nmdm.4
nsp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ntb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
null.4 man pages: add missing comma 2014-04-30 06:34:53 +00:00
numa.4 Add an initial NUMA affinity/policy configuration for threads and processes. 2015-07-11 15:21:37 +00:00
nvd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nvme.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
nvram2env.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
nvram.4
nxge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
oce.4 Update driver with recent vendor improvements, most notably support 2013-07-06 08:30:45 +00:00
ohci.4 mdoc fix 2014-12-26 21:45:01 +00:00
orm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
padlock.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pass.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
patm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pccard.4
pccbb.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
pcf.4
pci.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pcib.4
pcic.4
pcm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pcn.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pf.4 Emphasize that pf(4) in FreeBSD doesn't match pf(4) in 2013-11-14 09:17:27 +00:00
pflog.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
pfsync.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
pim.4
polling.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ppbus.4 Remove superfluous paragraph macro. 2012-03-24 13:37:57 +00:00
ppc.4
ppi.4 Globally replace u_int*_t from (non-contributed) man pages. 2012-02-12 18:29:56 +00:00
procdesc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
proto.4 Minor update to the proto(4) man page: 2015-07-03 16:20:14 +00:00
psm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pst.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
pt.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
pts.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
pty.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
puc.4 - Replace references to sio(4) with uart(4) instead. 2011-08-26 19:44:39 +00:00
qlxgb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
qlxgbe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
qlxge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ral.4 Add preliminary support for the Ralink RT5390 and RT5392 chipsets. 2015-02-11 05:25:23 +00:00
random.4 Huge cleanup of random(4) code. 2015-06-30 17:00:45 +00:00
rc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
re.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
rgephy.4 Fix another broken date 2011-01-26 06:07:24 +00:00
rights.4 Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00
rl.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
rndtest.4
route.4 Garbage collect long time obsoleted (or never used) stuff from routing API. 2014-03-15 06:49:32 +00:00
rp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
rsu.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
rsufw.4 Import OpenBSD's rsu(4) WLAN driver. 2013-07-30 02:07:57 +00:00
rue.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
rum.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
run.4 Add new USB ID. 2015-04-19 15:53:58 +00:00
runfw.4 Mention the RT5370/RT5372 chipset. 2013-11-11 09:48:57 +00:00
sa.4 Significant upgrades to sa(4) and mt(1). 2015-02-23 21:59:30 +00:00
safe.4
sbp_targ.4
sbp.4 Fix some Xr references: 2012-02-09 04:37:30 +00:00
scc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
scd.4
sched_4bsd.4
sched_ule.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
screen.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
scsi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
sctp.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
sdhci.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
sem.4 Add some context for the "kldload sem" command; minor other improvements. 2014-02-07 22:04:56 +00:00
send.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ses.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
sf.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
sfxge.4 sfxge: add 7xxx NICs family support 2015-05-25 08:34:55 +00:00
sge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
si.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
siba.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
siftr.4 Add connection flow type to siftr(4). 2015-03-19 00:23:16 +00:00
siis.4 Remove from legacy ata(4) driver support for hardware, supported by newer 2015-03-24 18:09:07 +00:00
simplebus.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
sio.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
sis.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
sk.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
smb.4 Improve smb(4) man page. 2015-04-26 12:24:42 +00:00
smbus.4
smp.4 Remove ia64. 2014-07-07 00:27:09 +00:00
smsc.4 Add smsc(4) to the list of drivers use the miibus interface. 2014-09-26 11:13:19 +00:00
sn.4
snd_ad1816.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_als4000.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_atiixp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_cmi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_cs4281.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_csa.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_ds1.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_emu10k1.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_emu10kx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_envy24.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_envy24ht.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_es137x.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_ess.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_fm801.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_gusc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_hda.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
snd_hdspe.4 General mdoc(7) and typo fixes. 2012-05-12 03:25:46 +00:00
snd_ich.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
snd_maestro3.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_maestro.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_mss.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_neomagic.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_sbc.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_solo.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_spicds.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_t4dwave.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_uaudio.4 Fix some style issues. 2015-03-19 15:36:36 +00:00
snd_via82c686.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_via8233.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snd_vibes.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
snp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
spic.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
spkr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
splash.4 Spell out "Windows" - no need to censor it in a man page 2014-11-20 14:18:07 +00:00
sppp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ste.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
stf.4 Remove EOL whitespace. 2013-01-12 08:44:54 +00:00
stg.4
stge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
sym.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
syncache.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
syncer.4
syscons.4 Describe kern.vty sc/vt tunable in syscons(4) 2014-07-03 13:51:10 +00:00
sysmouse.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tap.4 Redo r274966. Instead of global all-interface all-vnet undocumented sysctl, 2015-04-10 09:50:13 +00:00
targ.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tcp.4 Correct naming of sysctl pmtud_blackhole_activated_min_mss. 2014-12-28 20:56:03 +00:00
tdfx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
terasic_mtl.4 Remove stray .Nm macro. 2014-04-11 22:34:00 +00:00
termios.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
textdump.4 A few minor adjustments after r242424: 2012-11-02 21:47:21 +00:00
ti.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
timecounters.4 Bump Dd for r264384. 2014-04-13 18:21:53 +00:00
tl.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tpm.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
trm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tty.4 mdoc: remove superfluous paragraph macros. 2014-06-23 18:40:21 +00:00
tun.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
twa.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
twe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tws.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
tx.4 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
txp.4 Remove a block that contatined some outdated misinformation 2012-01-26 10:51:41 +00:00
u3g.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uark.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uart.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uath.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ubsa.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ubsec.4
ubser.4 - Add missing usb and ucom devices 2011-11-20 12:18:21 +00:00
ubtbcmfw.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uchcom.4 - Add missing usb and ucom devices 2011-11-20 12:18:21 +00:00
ucom.4 Update ucom(4) with information about the new PPS capture abilities. 2015-03-18 14:49:16 +00:00
ucycom.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
udav.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
udbp.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
udl.4 Import USB display link driver from OpenBSD. Support for compression 2015-02-15 12:02:17 +00:00
udp.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
udplite.4 The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend 2014-10-01 05:43:29 +00:00
uep.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ufm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ufoma.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
uftdi.4 Clean trailing whitespace. 2014-04-13 02:03:14 +00:00
ugen.4 USB endpoints are almost always single-digits, fix the path in the man 2014-05-16 16:28:09 +00:00
ugold.4 Add a ugold(4) manpage, adapted from the OpenBSD one. 2015-06-11 19:06:58 +00:00
uhci.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
uhid.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uhso.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uipaq.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ukbd.4 Add references to vt(4) and the configuration files in /usr7share/vt where 2014-08-26 08:13:30 +00:00
uled.4 mdoc: remove superfluous paragraph macro. 2014-09-06 11:19:12 +00:00
ulpt.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
umass.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
umcs.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
umct.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
umodem.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
umoscom.4 Use standard FreeBSD license disclaimer 2014-03-18 13:47:27 +00:00
ums.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
unix.4 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
upgt.4 Document support for Netgear WG111v1 (rev2) 2014-12-08 04:06:03 +00:00
uplcom.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
ural.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
urio.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
urndis.4 Add HARDWARE section of urnis(4) driver to try to gain more visibility. 2014-10-02 22:22:34 +00:00
urtw.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
urtwn.4 Plural fix. 2015-04-24 05:00:57 +00:00
urtwnfw.4 Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. 2014-04-25 08:01:22 +00:00
usb_quirk.4 Add support for DYMO LabelWriter PnP. 2015-05-07 12:54:27 +00:00
usb_template.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
usb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
usfs.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
uslcom.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
utopia.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uvisor.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
uvscom.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vale.4 mdoc: remove superfluous paragraph macros. 2014-06-23 18:40:21 +00:00
vga.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
viapm.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
viawd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
virtio_balloon.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
virtio_blk.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
virtio_console.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
virtio_random.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
virtio_scsi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
virtio.4 Add VirtIO console driver 2014-10-23 04:47:32 +00:00
vkbd.4 Add references to vt(4) and the configuration files in /usr7share/vt where 2014-08-26 08:13:30 +00:00
vlan.4 Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA 2014-02-16 12:22:43 +00:00
vmx.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vpo.4 Fix a bunch of typos and spelling mistakes. 2010-07-31 12:14:28 +00:00
vr.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vt.4 vt(4): Start new sentences on their own lines 2014-11-03 16:01:44 +00:00
vte.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vtnet.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vxge.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
vxlan.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
watchdog.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
wb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
wbwd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
wi.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
witness.4 Bump .Dd 2015-03-24 22:40:16 +00:00
wlan_acl.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
wlan_amrr.4 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
wlan_ccmp.4
wlan_tkip.4
wlan_wep.4
wlan_xauth.4
wlan.4 Xref the following in wlan(4): 2015-02-16 06:12:55 +00:00
wpi.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
wsp.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
xe.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
xen.4 Remove support for Xen PV domU kernels. Support for HVM domU kernels 2015-04-30 15:48:48 +00:00
xhci.4 Use standard FreeBSD license disclaimer 2014-03-18 13:47:27 +00:00
xl.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
xnb.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
xpt.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00
zero.4 man pages: add missing comma 2014-04-30 06:34:53 +00:00
zyd.4 use .Mt to mark up email addresses consistently (final part) 2014-06-26 21:46:14 +00:00