freebsd-skq/share/man/man4
jhb be47bc68fb Refactor the AIO subsystem to permit file-type-specific handling and
improve cancellation robustness.

Introduce a new file operation, fo_aio_queue, which is responsible for
queueing and completing an asynchronous I/O request for a given file.
The AIO subystem now exports library of routines to manipulate AIO
requests as well as the ability to run a handler function in the
"default" pool of AIO daemons to service a request.

A default implementation for file types which do not include an
fo_aio_queue method queues requests to the "default" pool invoking the
fo_read or fo_write methods as before.

The AIO subsystem permits file types to install a private "cancel"
routine when a request is queued to permit safe dequeueing and cleanup
of cancelled requests.

Sockets now use their own pool of AIO daemons and service per-socket
requests in FIFO order.  Socket requests will not block indefinitely
permitting timely cancellation of all requests.

Due to the now-tight coupling of the AIO subsystem with file types,
the AIO subsystem is now a standard part of all kernels.  The VFS_AIO
kernel option and aio.ko module are gone.

Many file types may block indefinitely in their fo_read or fo_write
callbacks resulting in a hung AIO daemon.  This can result in hung
user processes (when processes attempt to cancel all outstanding
requests during exit) or a hung system.  To protect against this, AIO
requests are only permitted for known "safe" files by default.  AIO
requests for all file types can be enabled by setting the new
vfs.aio.enable_usafe sysctl to a non-zero value.  The AIO tests have
been updated to skip operations on unsafe file types if the sysctl is
zero.

Currently, AIO requests on sockets and raw disks are considered safe
and are enabled by default.  aio_mlock() is also enabled by default.

Reviewed by:	cem, jilles
Discussed with:	kib (earlier version)
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D5289
2016-03-01 18:12:14 +00:00
..
man4.arm META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
man4.i386 META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
man4.powerpc Add support for the Freescale dTSEC DPAA-based ethernet controller. 2016-02-29 03:38:00 +00:00
man4.sparc64 META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
aac.4
aacraid.4 Fix markups. 2015-06-19 21:35:24 +00:00
acpi_asus_wmi.4
acpi_asus.4
acpi_dock.4
acpi_fujitsu.4
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 Improve the sentence flow as well which has the happy benefit of 2016-01-16 00:45:48 +00:00
acpi_rapidstart.4
acpi_sony.4
acpi_thermal.4
acpi_toshiba.4
acpi_video.4
acpi_wmi.4
acpi.4 If x86 CPU implementation of the MWAIT instruction reasonably 2015-05-09 12:28:48 +00:00
ada.4 Remove compatibility shims for legacy ATA device names. 2015-10-11 13:01:51 +00:00
adv.4
adw.4
ae.4
aesni.4 Add the cryptodev device. 2015-12-14 07:08:17 +00:00
age.4
agp.4
aha.4
ahb.4
ahc.4
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
aio.4 Refactor the AIO subsystem to permit file-type-specific handling and 2016-03-01 18:12:14 +00:00
alc.4 Document newly added controller AR816x/AR817x. 2014-10-08 05:49:10 +00:00
ale.4
alpm.4
altera_atse.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
altera_avgen.4
altera_jtag_uart.4
altera_sdcard.4
altq.4 Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
amdpm.4
amdsbwd.4
amdsmb.4
amdtemp.4 Add a missing comma. 2015-04-07 15:32:25 +00:00
amr.4
an.4
aout.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
apic.4
arcmsr.4 ARC-1203 is supported since the latest driver update. 2015-12-04 10:34:58 +00:00
asmc.4
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
ath_pci.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ath.4
atkbd.4
atkbdc.4
atp.4
atrtc.4
attimer.4
audit.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
auditpipe.4
aue.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
axe.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
axge.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
bce.4
bfe.4
bge.4
bhyve.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
bktr.4
blackhole.4 Clean up issues reported by mandoc -Tlint 2015-12-14 13:01:36 +00:00
bpf.4 Eliminate SIOCGIFADDR handling in bpf. 2015-01-16 10:09:28 +00:00
bridge.4 Add missing comma 2016-02-07 13:33:18 +00:00
bt.4
bwi.4 Add support for ASUS WL-100g. 2015-08-07 02:05:16 +00:00
bwn.4 Language cleanup. 2015-06-12 00:02:31 +00:00
bxe.4
capsicum.4 Convert casperd(8) daemon to the libcasper. 2016-02-25 18:23:40 +00:00
cardbus.4
carp.4 The tcpdump is section 1, not 8. 2016-02-29 17:16:06 +00:00
cas.4
cc_cdg.4
cc_chd.4
cc_cubic.4
cc_dctcp.4 Mdoc markup and style cleanup. 2015-01-12 10:40:28 +00:00
cc_hd.4
cc_htcp.4
cc_newreno.4
cc_vegas.4
ccd.4
cd.4 Remove old ioctl use and support, once and for all. 2015-01-06 05:28:37 +00:00
cdce.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
cfi.4 Add a simple manpage for the cfi(4) and associated cfid(4) drivers. 2016-01-20 18:47:33 +00:00
ch.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
ciss.4
cloudabi.4 Add support for CloudABI on ARM64. 2015-10-22 11:09:25 +00:00
cm.4
cmx.4
coretemp.4
cpuctl.4
cpufreq.4
crypto.4 Fix a typo (opencrypto -> crypto) and remove useless comment. 2015-12-15 06:01:02 +00:00
ctl.4 Add to CTL initial support for CDROMs and removable devices. 2015-09-27 13:47:28 +00:00
cue.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
cxgb.4
cxgbe.4 Add support for configuring additional virtual interfaces (VIs) on a port. 2015-12-03 00:02:01 +00:00
cy.4
cyapa.4 cyapa(4), driver for the Cypress APA I2C trackpad 2015-07-25 18:14:35 +00:00
da.4 Make delete method set via kern.cam.da.X.delete_method persistent. 2015-10-11 18:26:06 +00:00
dc.4
dcons_crom.4
dcons.4
ddb.4 Bump .Dd for the content changes 2016-01-16 05:35:42 +00:00
de.4
devctl.4
digi.4
disc.4
divert.4
dpms.4
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 Update .Dd for r295565 2016-02-12 17:03:24 +00:00
dtrace_io.4 Fix example code rendering, \n needs escaping to show up. 2015-12-15 13:29:05 +00:00
dtrace_ip.4 Fix example code rendering, \n needs escaping to show up. 2015-12-15 13:29:05 +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 Fix example code rendering, \n needs escaping to show up. 2015-12-15 13:29:05 +00:00
dtrace_udp.4 Fix example code rendering, \n needs escaping to show up. 2015-12-15 13:29:05 +00:00
dummynet.4
ed.4
edsc.4
ehci.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
em.4 Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on certain adatpers. 2015-08-16 19:06:23 +00:00
en.4
enc.4 The tcpdump is section 1, not 8. 2016-02-29 17:16:06 +00:00
epair.4 Fix grammar in epair(4) man page 2015-03-20 20:08:36 +00:00
esp.4
est.4
et.4
etherswitch.4 Add a very basic manpage for the Etherswitch framework. 2015-01-05 11:40:05 +00:00
eventtimers.4
exca.4
fatm.4
fd.4
fdc.4
fdt.4
fdtbus.4
ffclock.4 Although not directly modifying a noun, read-only should be hyphenated 2016-01-16 00:43:10 +00:00
filemon.4 Note the double fork behavior with filemon. 2016-01-29 01:09:04 +00:00
firewire.4
fpa.4
full.4
fwe.4
fwip.4
fwohci.4
fxp.4
gbde.4
gdb.4
gem.4
geom_fox.4 Point potential geom_fox(4) users to gmultipath(8). 2015-09-12 08:54:24 +00:00
geom_linux_lvm.4
geom_map.4 Obsolete mkulzma(8) and geom_uncompress(4), their functionality 2016-02-24 00:39:36 +00:00
geom_uzip.4 Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8) 2016-02-23 23:59:08 +00:00
geom.4 Kill few remaininng instances of GEOM_UNCOMPRESS. 2016-02-24 05:16:24 +00:00
gif.4 - Remove GIF_{SEND,ACCEPT}_REVETHIP. 2015-09-10 05:59:39 +00:00
gpio.4
gpioiic.4
gpioled.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
gre.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
h_ertt.4
hatm.4
hifn.4
hme.4
hpet.4
hpt27xx.4
hptiop.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
hptmv.4
hptnr.4
hptrr.4
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
ichsmb.4
ichwd.4
icmp6.4
icmp.4 Corrected descriptions of net.inet.icmp.icmplim and icmplim_output. 2015-03-26 12:52:21 +00:00
ida.4
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
inet6.4 Kill custom in_matroute() radix mathing function removing one rte mutex lock. 2014-11-11 02:52:40 +00:00
inet.4 Summary: Update the date 2016-02-04 21:46:37 +00:00
intpm.4
intro.4
io.4
ioat.4 ioat(4): Add support for 'fence' bit with DMA_FENCE flag 2016-01-15 01:34:43 +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
ipheth.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
ipmi.4
ips.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
ipsec.4
ipw.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
ipwfw.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
isci.4
iscsi_initiator.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
iscsi.4 Expand sysctl descriptions in iscsi(4) and ctl(4). 2015-07-18 15:27:12 +00:00
isl.4 isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light Sensor 2015-07-25 20:17:19 +00:00
ismt.4 Update ismt(4) man page to reflect inclusion in upcoming 10.3 release. 2016-01-11 17:57:49 +00:00
isp.4 Update list of card names. 2015-12-10 01:41:05 +00:00
ispfw.4 Use SPI name for parallel SCSI. 2015-11-30 22:09:55 +00:00
iwi.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
iwifw.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
iwm.4 Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265. 2015-08-08 06:06:48 +00:00
iwmfw.4 Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265. 2015-08-08 06:06:48 +00:00
iwn.4
iwnfw.4
ixgb.4
ixgbe.4
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
joy.4
kbdmux.4
keyboard.4
kld.4
ksyms.4
ktr.4
kue.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
lagg.4 Add an IOCTL rr_limit to let users fine tuning the number of packets to be 2016-01-23 04:18:44 +00:00
le.4
led.4 Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00
lge.4
linux.4
lm75.4
lmc.4
lo.4
lp.4
lpbb.4
lpt.4
mac_biba.4
mac_bsdextended.4
mac_ifoff.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_lomac.4
mac_mls.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_none.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_partition.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_portacl.4
mac_seeotheruids.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_stub.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac_test.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
mac.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
Makefile Obsolete mkulzma(8) and geom_uncompress(4), their functionality 2016-02-24 00:39:36 +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 It's 2015, and some people are still trying to use fdisk and then 2015-09-02 14:08:43 +00:00
mdio.4 [mdio] migrate mdiobus out of etherswitch and into a top-level device of its own. 2015-12-26 02:31:39 +00:00
me.4 Misc mdoc fixes: 2014-11-23 21:00:00 +00:00
mem.4
meteor.4
mfi.4
miibus.4 Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports 2015-12-01 05:12:13 +00:00
mk48txx.4
mld.4
mlx5en.4 Clean up issues reported by mandoc -Tlint 2015-12-14 13:01:36 +00:00
mlx.4
mly.4
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
mod_cc.4 Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion 2016-01-22 02:07:48 +00:00
mos.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
mouse.4
mpr.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
mps.4 [PR 195033] Document mps.enable_ssu 2015-12-11 21:50:59 +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
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
mwlfw.4
mxge.4
my.4
nand.4
nandsim.4
natm.4
natmip.4
ncr.4
ncv.4
ndis.4
net80211.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
netfpga10g_nf10bmac.4
netgraph.4
netintro.4
netmap.4 Non-exhaustive mdoc/spelling/style cleanup. 2015-12-14 12:37:06 +00:00
nfe.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
nfsmb.4
ng_async.4
ng_atm.4
ng_atmllc.4
ng_bluetooth.4
ng_bpf.4
ng_bridge.4
ng_bt3c.4
ng_btsocket.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
ng_car.4
ng_ccatm.4
ng_cisco.4
ng_deflate.4
ng_device.4
ng_echo.4
ng_eiface.4
ng_etf.4
ng_ether_echo.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ng_ether.4
ng_frame_relay.4
ng_gif_demux.4
ng_gif.4
ng_h4.4
ng_hci.4
ng_hole.4
ng_hub.4
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
ng_ipfw.4
ng_ksocket.4
ng_l2cap.4
ng_l2tp.4
ng_lmi.4
ng_mppc.4
ng_nat.4
ng_netflow.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ng_one2many.4
ng_patch.4
ng_ppp.4
ng_pppoe.4 Document NGM_PPPOE_SETMAXP. 2015-09-15 12:19:01 +00:00
ng_pptpgre.4
ng_pred1.4
ng_rfc1490.4
ng_socket.4
ng_source.4
ng_split.4
ng_sppp.4
ng_sscfu.4
ng_sscop.4
ng_tag.4
ng_tcpmss.4
ng_tee.4
ng_tty.4
ng_ubt.4
ng_UI.4
ng_uni.4
ng_vjc.4
ng_vlan.4
ngatmbase.4
nge.4
nmdm.4
nsp.4
ntb.4
null.4
numa.4 Add an initial NUMA affinity/policy configuration for threads and processes. 2015-07-11 15:21:37 +00:00
nvd.4 nvd: add hw.nvd.delete_max tunable 2016-01-28 23:15:14 +00:00
nvme.4 nvme: add hw.nvme.min_cpus_per_ioq tunable 2016-01-07 20:32:04 +00:00
nvram2env.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
nvram.4
nxge.4
oce.4
ohci.4 mdoc fix 2014-12-26 21:45:01 +00:00
orm.4
otus.4 Add man pages for the AR9170 and AR9170 firmware. 2015-09-26 07:09:46 +00:00
otusfw.4 The Dt argument should be in capital letters. 2015-09-29 11:48:47 +00:00
ow_temp.4 New 1-Wire bus implementation. 1-Wire controller is abstracted, though 2015-08-27 23:33:38 +00:00
ow.4 New 1-Wire bus implementation. 1-Wire controller is abstracted, though 2015-08-27 23:33:38 +00:00
owc.4 New 1-Wire bus implementation. 1-Wire controller is abstracted, though 2015-08-27 23:33:38 +00:00
padlock.4
pass.4 Clean up issues reported by mandoc -Tlint 2015-12-14 13:01:36 +00:00
patm.4
pccard.4
pccbb.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
pcf.4
pci.4
pcib.4
pcic.4
pcm.4
pcn.4
pf.4
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
pms.4 The kernel option and module are actually called pmspcv. 2015-07-30 19:08:23 +00:00
polling.4
ppbus.4
ppc.4
ppi.4
procdesc.4 Update Capsicum and Mandatory Access Control manual pages 2015-07-25 15:56:49 +00:00
proto.4 Document the application interface. 2015-08-08 04:59:27 +00:00
psm.4
pst.4
pt.4
pts.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
pty.4
puc.4
qlxgb.4
qlxgbe.4
qlxge.4
ral.4 Add support for Planex GW-NS300N. 2015-08-04 15:04:28 +00:00
random.4 Make the UMA harvesting go away completely if not wanted. Default to "not wanted". 2015-08-22 12:59:05 +00:00
rc.4
rccgpio.4 Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2. 2015-08-18 21:05:56 +00:00
re.4
rgephy.4
rights.4 Decompose linkat()/renameat() rights to source and target. 2015-08-27 15:16:41 +00:00
rl.4
rndtest.4
route.4
rp.4
rsu.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
rsufw.4
rtwn.4 [rtwn] Add initial manpages for the rtwn driver. 2015-12-31 22:34:16 +00:00
rtwnfw.4 [rtwn] Add initial manpages for the rtwn driver. 2015-12-31 22:34:16 +00:00
rue.4 Add dependency to uether. 2015-11-24 08:34:48 +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
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
scc.4
scd.4
sched_4bsd.4
sched_ule.4
screen.4
scsi.4
sctp.4 Read-only is hyphenated when it modifies a noun. 2016-01-16 00:37:27 +00:00
sdhci.4
sem.4
send.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ses.4 Cross reference sesutil(8) and ses(4) 2015-09-05 10:29:47 +00:00
sf.4
sfxge.4 sfxge: support FATSOv2 2016-01-15 06:25:26 +00:00
sge.4
si.4
siba.4
siftr.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +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
sio.4
sis.4
sk.4
smb.4 Improve smb(4) man page. 2015-04-26 12:24:42 +00:00
smbus.4
smp.4
smsc.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
sn.4
snd_ad1816.4
snd_als4000.4
snd_atiixp.4
snd_cmi.4
snd_cs4281.4
snd_csa.4
snd_ds1.4
snd_emu10k1.4
snd_emu10kx.4
snd_envy24.4
snd_envy24ht.4
snd_es137x.4
snd_ess.4
snd_fm801.4
snd_gusc.4
snd_hda.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
snd_hdspe.4
snd_ich.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
snd_maestro3.4
snd_maestro.4
snd_mss.4
snd_neomagic.4
snd_sbc.4
snd_solo.4
snd_spicds.4
snd_t4dwave.4
snd_uaudio.4 Fix some style issues. 2015-03-19 15:36:36 +00:00
snd_via82c686.4
snd_via8233.4
snd_vibes.4
snp.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
spic.4
spkr.4
splash.4 17 years and change after I wrote warp_saver, here's a simple plasma effect 2016-01-01 04:04:40 +00:00
sppp.4
ste.4
stf.4
stg.4
stge.4
sym.4
syncache.4
syncer.4
syscons.4
sysmouse.4
tap.4 Redo r274966. Instead of global all-interface all-vnet undocumented sysctl, 2015-04-10 09:50:13 +00:00
targ.4
tcp.4 Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion 2016-01-22 02:07:48 +00:00
tdfx.4
terasic_mtl.4
termios.4
textdump.4
ti.4
timecounters.4 If a specific timecounter has been chosen via sysctl, and a new timecounter 2015-08-12 20:50:20 +00:00
tl.4
tpm.4
trm.4
tty.4
tun.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
twa.4
twe.4
tws.4
tx.4
txp.4
u3g.4
uark.4
uart.4 ioctl(8) -> ioctl(2) 2016-02-29 17:37:35 +00:00
uath.4
ubsa.4
ubsec.4
ubser.4
ubtbcmfw.4
uchcom.4
ucom.4 ioctl(8) -> ioctl(2) 2016-02-29 17:37:35 +00:00
ucycom.4
udav.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
udbp.4
udl.4 Import USB display link driver from OpenBSD. Support for compression 2015-02-15 12:02:17 +00:00
udp.4
udplite.4 The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend 2014-10-01 05:43:29 +00:00
uep.4
ufm.4
ufoma.4
uftdi.4 Fix mandoc warnings/errors. 2015-08-12 11:56:19 +00:00
ugen.4
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
uhso.4
uipaq.4
ukbd.4
uled.4
ulpt.4
umass.4 Sort SEE ALSO 2014-12-26 22:30:18 +00:00
umcs.4
umct.4
umodem.4
umoscom.4
ums.4
unix.4
upgt.4 Document support for Netgear WG111v1 (rev2) 2014-12-08 04:06:03 +00:00
uplcom.4
ural.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
ure.4 Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports 2015-12-01 05:12:13 +00:00
urio.4
urndis.4 Add dependency to uether. 2015-11-24 08:34:48 +00:00
urtw.4
urtwn.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
urtwnfw.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
usb_quirk.4 Fix spelling. 2015-09-26 16:48:25 +00:00
usb_template.4
usb.4
usfs.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
uslcom.4
utopia.4
uvisor.4
uvscom.4
vale.4
vga.4
vge.4
viapm.4
viawd.4
virtio_balloon.4
virtio_blk.4
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
virtio.4 Add VirtIO console driver 2014-10-23 04:47:32 +00:00
vkbd.4
vlan.4
vmx.4
vpo.4 It's 2015, and some people are still trying to use fdisk and then 2015-09-02 14:08:43 +00:00
vr.4
vt.4 kbdmux(8) -> kbdmux(4) 2016-02-29 17:36:00 +00:00
vte.4
vtnet.4 Remove a double "as well as" 2015-10-10 17:32:06 +00:00
vxge.4
vxlan.4 Fix various mdoc issues. 2014-12-21 09:53:29 +00:00
watchdog.4
wb.4
wbwd.4
wi.4
witness.4 Add support for a configurable output channel to witness(4). 2015-11-19 05:56:59 +00:00
wlan_acl.4
wlan_amrr.4
wlan_ccmp.4
wlan_tkip.4
wlan_wep.4
wlan_xauth.4
wlan.4 Xref otus(4). 2015-10-29 03:22:27 +00:00
wpi.4 Rename the /usr/share/doc/legal files to driver.LICENSE to work around 2015-10-16 00:38:05 +00:00
wsp.4 Remove EOL whitespace. 2014-12-21 10:04:26 +00:00
xe.4
xen.4 Remove support for Xen PV domU kernels. Support for HVM domU kernels 2015-04-30 15:48:48 +00:00
xhci.4
xl.4
xnb.4 Update authors' contact info and fix grammar bugs. 2015-11-05 17:04:18 +00:00
xpt.4
zero.4
zyd.4