freebsd-dev/share/man/man4
Ed Schouten f6dd5c15fd Import some improvements to the TTY code from the MPSAFE TTY branch.
- Change the ddb(4) commands to be more useful (by thompsa@):
  - `show ttys' is now called `show all ttys'. This command will now
    also display the address where the TTY data structure resides.
  - Add `show tty <addr>', which dumps the TTY in a readable form.

- Place an upper bound on the TTY buffer sizes. Some drivers do not want
  to care about baud rates. Protect these drivers by preventing the TTY
  buffers from getting enormous. Right now we'll just clamp it to 64K,
  which is pretty high, taking into account that these buffers are only
  used by the built-in discipline.

- Only call ttydev_leave() when needed. Back in April/May the TTY
  reference counting mechanism was a little different, which required us
  to call ttydev_leave() each time we finished a cdev operation.
  Nowadays we only need to call ttydev_leave() when we really mark it as
  being closed.

- Improve return codes of read() and write() on TTY device nodes.

- Make sure we really wake up all blocked threads when the driver calls
  tty_rel_gone(). There were some possible code paths where we didn't
  properly wake up any readers/writers.

- Add extra assertions to prevent sleeping on a TTY that has been
  abandoned by the driver.

- Use ttydev_cdevsw as a more reliable method to figure out whether a
  device node is a real TTY device node.

Obtained from:	//depot/projects/mpsafetty/...
Reviewed by:	thompsa
2008-10-15 16:58:35 +00:00
..
man4.arm Xref altq(4). 2007-02-03 20:02:29 +00:00
man4.i386 Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and 2008-09-10 18:36:58 +00:00
man4.powerpc Add manpage for Apple BMAC ethernet driver. 2008-07-04 14:51:42 +00:00
man4.sparc64 Spelling fix. 2006-12-14 17:03:46 +00:00
aac.4 Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters: 2008-06-27 19:34:47 +00:00
acpi_aiboost.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_asus.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_dock.4 Revise markup. 2006-09-30 15:14:49 +00:00
acpi_fujitsu.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_ibm.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_panasonic.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_sony.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_thermal.4 Explain more about the "C" qualifier for Celsius. 2007-03-18 00:57:07 +00:00
acpi_toshiba.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
acpi_video.4 Fix typos and use consistent section names in manual pages: 2005-07-15 17:35:26 +00:00
acpi.4 Markup fixes. 2006-09-18 15:24:20 +00:00
adv.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
adw.4 Markup fixes. 2006-09-18 15:24:20 +00:00
ae.4 - Minor mdoc cleanup. 2008-10-04 16:21:04 +00:00
age.4 Add ASUS P5KPL-C to the list of supported motherboard. 2008-09-18 05:08:17 +00:00
agp.4 Add information about the 845M card that I recently committed support 2007-11-28 12:04:25 +00:00
aha.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
ahb.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
ahc.4 More explicitly mention that we support the 2920C with the ahc driver. 2008-07-13 13:56:21 +00:00
ahd.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
aio.4
altq.4 Add jme(4) to the list of drivers supporting ALTQ. 2008-05-27 02:03:26 +00:00
amd.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
amdsmb.4 Revise markup. 2006-09-30 15:14:49 +00:00
amr.4 o sort the HARDWARE list somewhat 2006-06-18 14:45:28 +00:00
an.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
arcmsr.4 ARC-1680 is supported. 2008-03-28 23:25:58 +00:00
asmc.4 Change the EXAMPLE section to reflect reality (ISA -> ACPI). 2008-04-07 11:27:16 +00:00
asr.4
ata.4 Note recently added ICH10 support 2008-10-04 21:31:12 +00:00
atapicam.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
ataraid.4 Markup fixes. 2006-09-18 15:24:20 +00:00
ath_hal.4 Fixed troff warnings. 2005-01-15 12:49:11 +00:00
ath.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
atkbd.4 Some clarifications to make keyboard configuration under syscons. 2008-01-29 18:28:50 +00:00
atkbdc.4 Backout previous diffs - this functionality is already provided by the 2005-04-07 23:59:38 +00:00
audit.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
auditpipe.4 Fix type name: struct auditpipe_preselect is actually struct 2008-05-02 17:36:22 +00:00
aue.4 Xref altq(4). 2007-02-03 19:29:31 +00:00
axe.4 updates for additional chip support 2008-01-21 04:13:00 +00:00
bce.4 Document that the bce(4) driver works with Dell PowerEdge 1950/2950 2008-10-06 18:07:07 +00:00
bfe.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
bge.4 Mention support for the 5722 driver in bge.4 as well. 2007-12-25 19:53:26 +00:00
bktr.4 Fix the bug in my last commit: ++Year... 8-/ 2006-01-21 14:58:25 +00:00
blackhole.4 - Do not claim that ipfw is the only firewall package available 2007-01-01 21:16:42 +00:00
bpf.4 Bump __FreeBSD_version to 800043, because of the bpf(4) change. 2008-08-13 17:45:06 +00:00
bt.4 o Capitalization fixes 2006-06-18 14:12:27 +00:00
cardbus.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
carp.4 Add section describing how ARP load balancing works and its 2006-06-07 10:26:51 +00:00
ccd.4 Fix markup and some typos. 2006-04-14 09:20:25 +00:00
cd.4 Sort sections. 2005-01-21 08:36:40 +00:00
cdce.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
ch.4 Fixed macro abuse. 2005-01-21 20:51:09 +00:00
ciss.4 Add support for the P212, P410, P410i, P411, and P812 HP Smart Array 2008-06-10 17:51:51 +00:00
cm.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
cmx.4 Added missing BSD license text to the cmx.4 manpage. 2008-03-06 08:47:16 +00:00
coda.4 Small fixes. 2008-01-22 07:40:21 +00:00
coretemp.4 Backout sensors framework. 2007-10-15 20:00:24 +00:00
cpuctl.4 - Add cpuctl(4) pseudo-device driver to provide access to some low-level 2008-08-08 16:26:53 +00:00
cpufreq.4 - link powerd(8) man page 2008-06-20 23:04:34 +00:00
crypto.4 Update to include the Camellia algorithm which is in the code but 2008-06-16 14:33:54 +00:00
cue.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
cxgb.4 Fix typo. 2007-09-26 21:31:47 +00:00
cy.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
da.4 Markup fixes. 2006-09-18 15:24:20 +00:00
dc.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
dcons_crom.4
dcons.4 Catch up with revision 1.18 of dcons_os.c and add an example of how to use 2008-01-26 06:50:14 +00:00
ddb.4 Import some improvements to the TTY code from the MPSAFE TTY branch. 2008-10-15 16:58:35 +00:00
de.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
devctl.4 Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
digi.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
disc.4
divert.4 - move steps describing how to gain ipdivert support to SYNOPSIS and 2006-09-24 13:58:44 +00:00
dpt.4 o Remove FILES section (uninteresting for users) 2006-06-18 14:37:48 +00:00
dummynet.4 Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS. 2006-08-26 21:24:22 +00:00
ed.4 Add two corega cards and annotate 8041 V2 chipset. 2008-07-06 06:24:02 +00:00
edsc.4 - This driver will first appear in 6.3, not 7.0 2008-01-04 12:57:34 +00:00
ef.4 (fast) ethernet -> (Fast) Ethernet 2004-12-21 01:09:34 +00:00
ehci.4 Interrupt transfers and split transactions work now, so remove the 2005-03-20 17:13:43 +00:00
em.4 Reference igb(4) i SEE ALSO. 2008-10-06 21:55:53 +00:00
en.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
enc.4 Update man page to reflect latest work on enc(4): 2007-11-28 22:35:48 +00:00
esp.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
et.4 Comment out information about Jumbo Frame support, it's not 2008-08-07 07:32:40 +00:00
exca.4
faith.4 FAITH's base spec has already been an RFC 2005-04-21 13:27:13 +00:00
fatm.4 Sort sections. 2005-01-21 08:36:40 +00:00
fd.4
fdc.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
firewire.4 Convert the SYNOPSIS section to look like the ones used in other driver 2006-04-01 10:37:35 +00:00
fla.4
fpa.4
fwe.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
fwip.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
fwohci.4 The Sony i.LINK (CXD1947) is _not_ supported. 2008-03-03 08:55:50 +00:00
fxp.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
gbde.4 Correct two trivial grammos. 2006-01-10 18:55:24 +00:00
gdb.4 Expand contractions. 2005-02-13 23:45:54 +00:00
gem.4 o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() 2007-09-26 21:14:18 +00:00
geom_fox.4 Revise markup. 2006-09-30 15:14:49 +00:00
geom_linux_lvm.4 Add a geom class to map Linux LVM logical volumes. 2008-02-20 07:45:36 +00:00
geom_uzip.4 Add more .Xr's. 2006-10-09 12:50:16 +00:00
geom.4 Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether, 2006-05-25 13:39:27 +00:00
gif.4 Do not reference gifconfig, it is gone. 2005-07-26 18:14:22 +00:00
gre.4 Add support for the optional key in the GRE header. 2008-06-20 17:26:34 +00:00
harp.4
hatm.4 Sort sections. 2005-01-21 08:36:40 +00:00
hfa.4 Reword the HARDWARE section, so it can be used in the autogenerated 2005-02-23 19:31:12 +00:00
hifn.4 Convert the SYNOPSIS section to look like the ones used in other driver 2006-04-01 10:56:36 +00:00
hme.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
hptiop.4 Update the hptiop man page for the new driver. 2008-02-03 16:16:38 +00:00
hptmv.4 Markup fixes. 2006-09-18 15:24:20 +00:00
hptrr.4 The hptrr driver first appeared in 6.3, not 5.3. 2008-02-13 18:32:44 +00:00
hwpmc.4 Document changes in behaviour due to sparse CPU numbering support. 2008-09-22 14:31:24 +00:00
ichsmb.4 Add information about the ICH6 and ICH7 being supported since recently. 2007-11-28 12:02:19 +00:00
ichwd.4 Merge the relevant information of man4.i386/ichwd.4 into man4/ichwd.4 2008-08-21 17:53:13 +00:00
icmp6.4 Assorted markup fixes and minor wordsmithing. 2005-06-15 13:31:23 +00:00
icmp.4 Add lists of ICMP types and codes for user and developer reference. 2007-02-09 12:30:17 +00:00
ida.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
idt.4
ieee80211.4 Remove wicontrol(8) from the base system. Using wicontrol to configure an 2007-07-01 10:25:07 +00:00
if_bridge.4 Put the bridge mac inheritance behind a sysctl with the default off as this 2008-09-08 03:28:26 +00:00
ifmib.4 Sort sections. 2005-01-21 08:36:40 +00:00
igb.4 Only a few of the loader tunables / sysctl variables are documented, 2008-10-06 21:38:55 +00:00
iic.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
iicbb.4
iicbus.4 Expand contractions. 2005-02-13 23:45:54 +00:00
iicsmb.4
iir.4 Boji Tony Kannanthanam no longer supports this driver, Achim Leubner 2006-06-19 15:22:34 +00:00
inet6.4 Remove all references to T/TCP, which was removed several months ago. 2005-08-25 13:47:41 +00:00
inet.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
intpm.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
intro.4
io.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
ip6.4 ip6(4) man page lacks documentation for TCLASS option. 2008-02-22 21:02:36 +00:00
ip.4 Import rewrite of IPv4 socket multicast layer to support source-specific 2007-06-12 16:24:56 +00:00
ipfirewall.4 Use the loader.conf example. 2006-10-16 07:56:36 +00:00
ipmi.4 - ipmi(4) appeared in FreeBSD 6.2, not in 5.3 2008-01-07 14:51:17 +00:00
ips.4 o Document ServeRAID 7x support. 2006-11-05 08:55:21 +00:00
ipsec.4 Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. 2007-08-05 16:16:15 +00:00
ipw.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
iscsi_initiator.4 First round of cleanups. 2007-07-24 18:08:16 +00:00
isp.4 New sentence -> new line and contractions removed. 2007-03-01 09:07:04 +00:00
ispfw.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
iwi.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
iwn.4 Typo fixes. 2008-05-12 08:53:02 +00:00
ixgb.4 Use our standard section 4 SYNOPSIS layout. 2006-08-18 10:22:36 +00:00
ixgbe.4 Bring this up to date with regard to our other section 4 and Intel manpages, 2008-06-17 21:14:02 +00:00
jme.4 Add a HARDWARE section. It doesn't contain any information not 2008-10-06 17:49:24 +00:00
joy.4 Use the correct line to put into loader.conf. Duh! 2007-02-12 20:58:32 +00:00
k8temp.4 MFp4: k8temp(4) man page. 2008-04-12 14:08:24 +00:00
kbdmux.4 Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
keyboard.4 They key combinations for Left window and Right window seem reversed, fix. 2005-02-23 04:22:17 +00:00
kld.4 Mark up lkm with .Nm, since lkm is name of an api. 2007-02-13 17:06:15 +00:00
ktr.4 Strengthen wording; the KTR_ENTRIES value *must* be a power of two since 2006-06-03 23:20:45 +00:00
kue.4 Add support for Psion Gold Port Ethernet USB NIC. 2006-10-07 18:03:39 +00:00
lagg.4 - This driver will first appear in FreeBSD 6.3, not 7.0 2008-01-08 15:36:06 +00:00
le.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
led.4 Bump .Dd 2007-04-24 07:10:10 +00:00
lge.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
linux.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
lmc.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
lo.4
lp.4 The interface for PLIP has been plip0 rather than lp0 for a long time. 2006-02-13 20:47:43 +00:00
lpbb.4
lpt.4 Expand contractions. 2005-02-15 09:27:00 +00:00
mac_biba.4 Remove last traces of lomac.4 2005-02-05 13:52:21 +00:00
mac_bsdextended.4 Fix sentence structure to follow a better logic (zero is disable and 2005-05-21 17:22:12 +00:00
mac_ifoff.4 Remove last traces of lomac.4 2005-02-05 13:52:21 +00:00
mac_lomac.4
mac_mls.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
mac_none.4 Fixed xrefs. 2005-01-21 20:50:39 +00:00
mac_partition.4 Remove last traces of lomac.4 2005-02-05 13:52:21 +00:00
mac_portacl.4 A shorter version of the format string. 2005-01-15 12:24:26 +00:00
mac_seeotheruids.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
mac_stub.4
mac_test.4
mac.4 mdoc warning fix: Remove a spurious .El request. 2007-10-30 15:59:44 +00:00
Makefile Say hello to the u3g driver, implementing support for 3G modems. 2008-10-09 21:25:01 +00:00
malo.4 remove a useless example. 2008-07-08 04:15:07 +00:00
md.4 mdoc warning fixes: Use the correct syntax for .Bl -offset indent 2007-10-30 16:02:49 +00:00
mem.4 Sort sections. 2005-01-21 08:36:40 +00:00
meteor.4 Sort sections. 2005-01-21 08:36:40 +00:00
mfi.4 Note the driver support PERC and LSI1078 based controllers. 2008-01-17 19:36:13 +00:00
miibus.4 Add et(4) to the list of drivers use the miibus interface 2008-08-12 01:17:34 +00:00
mlx.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
mly.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
mmc.4 Remove stale BUGS. 2008-10-08 18:27:54 +00:00
mmcsd.4 Add man pages for mmc (the mmc bus) and mmcsd (the memory card 2007-05-27 05:01:19 +00:00
mn.4 Manual page for the "mn" Siemens Easy321-R1 E1/T1 device driver. 2005-05-10 16:48:03 +00:00
mouse.4
mpt.4 Update the man page a bit- also to reflect that testing 2007-04-07 04:01:00 +00:00
msk.4 Bring in support for: Marvell Yukon 8039 2007-12-05 09:41:58 +00:00
mtio.4
multicast.4 Point out that PIM is the way to go. 2007-03-18 15:34:57 +00:00
mxge.4 - mention new firmware images used in multi-slice mode 2008-02-13 08:09:55 +00:00
my.4 my(4) doesn't need miibus(4). 2007-03-11 15:20:04 +00:00
natm.4 Fix typos and use consistent section names in manual pages: 2005-07-15 17:35:26 +00:00
natmip.4
ncr.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
ncv.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
ndis.4 Move man pages out of man4.i386. Most of them are applicable to amd64 2008-08-21 00:40:55 +00:00
netgraph.4 Remove now-obsolete Xref to ng_atmpif.4 from netgraph.4. 2008-05-26 22:39:56 +00:00
netintro.4
nfe.4 Mention support for nForce MCP77 and MCP79. 2008-10-02 02:23:59 +00:00
nfsmb.4 Revise markup. 2006-09-30 15:14:49 +00:00
ng_async.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_atm.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_atmllc.4
ng_bluetooth.4
ng_bpf.4 - Sync with ng_bpf.h, rev. 1.7 2007-05-30 09:05:49 +00:00
ng_bridge.4 Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
ng_bt3c.4 Remove references to pccardd(8), pccardc(8) and OLDCARD. 2007-02-09 21:05:47 +00:00
ng_btsocket.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_car.4 Add usage example: 2007-12-22 13:31:01 +00:00
ng_ccatm.4 Fix typos and use consistent section names in manual pages: 2005-07-15 17:35:26 +00:00
ng_cisco.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_deflate.4 Fix typo. 2007-01-30 20:22:07 +00:00
ng_device.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
ng_echo.4
ng_eiface.4 Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". 2005-02-03 11:52:42 +00:00
ng_etf.4 Now that lnc(4) is removed from the source tree, replace lnc0 in an example 2006-05-15 20:28:18 +00:00
ng_ether.4 By default "autosrc" is off. 2006-08-04 18:28:57 +00:00
ng_fec.4 Sync with the source code: NGM_FEC_MODE_(MAC|INET) should be 2007-08-12 16:02:30 +00:00
ng_frame_relay.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_gif_demux.4
ng_gif.4
ng_h4.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_hci.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_hole.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_hub.4
ng_iface.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
ng_ip_input.4
ng_ipfw.4 English and mdoc(7) cleanup. 2005-02-07 08:17:51 +00:00
ng_ksocket.4 Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4), 2006-12-16 10:32:10 +00:00
ng_l2cap.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_l2tp.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_lmi.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_mppc.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_nat.4 Add support for the libalias redirect functionality. 2008-03-01 17:14:02 +00:00
ng_netflow.4 Document new NGM_NETFLOW_SETCONFIG control message. 2008-10-08 11:19:16 +00:00
ng_one2many.4 Fix grammar. 2006-02-20 07:54:16 +00:00
ng_ppp.4 Add 64bit statistic counters to the ng_ppp node. 2007-08-01 20:49:35 +00:00
ng_pppoe.4 mdoc and language fixes for the previous commit, also bump .Dd. 2008-01-05 23:41:15 +00:00
ng_pptpgre.4 Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pair 2008-03-29 06:54:13 +00:00
ng_pred1.4 Manual page for Predictor-1 PPP compression netgraph node. 2006-12-29 10:47:26 +00:00
ng_rfc1490.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_socket.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_source.4 Markup fixes. 2007-03-02 12:55:24 +00:00
ng_split.4
ng_sppp.4 Reflect recent code changes. 2005-02-03 13:33:34 +00:00
ng_sscfu.4
ng_sscop.4 Fixed xref. 2005-01-21 10:48:35 +00:00
ng_tag.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
ng_tcpmss.4 (Mostly) markup fixes. 2005-06-16 18:46:17 +00:00
ng_tee.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_tty.4 Update ng_tty for MPSAFE TTY. 2008-10-03 05:14:54 +00:00
ng_ubt.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_UI.4
ng_uni.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_vjc.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_vlan.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ngatmbase.4 "The ... function" and minor markup nits. 2005-01-13 16:46:49 +00:00
nge.4 The LinkSys EG1032 is supported by re(4) not nge(4) [1]. 2006-01-14 15:35:21 +00:00
nmdm.4 Polish the formatting. 2005-01-27 10:30:53 +00:00
nsp.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
null.4
nve.4 Language nit. 2007-12-10 12:01:27 +00:00
nxge.4 Clean up after the previous commit. 2007-10-29 14:55:46 +00:00
ohci.4 .Pp before .Sh is redundant. 2006-02-13 21:34:19 +00:00
orm.4
pass.4 Expand contractions. 2005-02-15 09:27:00 +00:00
patm.4
pccard.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
pccbb.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
pci.4 Clean up after previous commit (typo fixes, removed contractions, 2008-01-05 23:21:32 +00:00
pcib.4 pcib is compiled in when "device pci" is specified. 2008-01-18 17:00:44 +00:00
pcic.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
pcm.4 Document two new sysctls: hw.snd.compat_linux_mmap and hw.snd.default_auto. 2007-06-23 14:34:30 +00:00
pcn.4 The pcn does not work on NEC SV-98/2-B05 and B06. 2006-07-19 11:49:22 +00:00
pim.4 "options PIM" is gone. 2007-02-12 21:30:34 +00:00
polling.4 nfe(4) supports polling. 2007-04-06 14:25:14 +00:00
ppbus.4 Correct two grammos. 2007-02-23 16:50:17 +00:00
ppc.4 Sort sections. 2005-01-21 08:36:40 +00:00
ppi.4
ppp.4
psm.4 - Add write(2) support for psm(4) in native operation level. Now arbitrary 2008-04-08 17:55:26 +00:00
pst.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
pt.4
pts.4 Implement pts(4) packet mode. 2008-09-04 16:39:02 +00:00
pty.4 Integrate the new MPSAFE TTY layer to the FreeBSD operating system. 2008-08-20 08:31:58 +00:00
puc.4 There is no PUC_FASTINTR option anymore. 2008-01-24 12:09:59 +00:00
ral.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
random.4 Markup fixes. 2006-09-18 15:24:20 +00:00
rc.4 - move supported hardware information into a HARDWARE section 2005-03-18 02:38:03 +00:00
re.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
rl.4 Add the Planex FNW-3603TX card to the list. 2007-11-28 12:00:14 +00:00
rndtest.4
route.4
rp.4 Fix a benign typo in case it actually makes a difference to type setters. 2005-12-19 03:49:15 +00:00
rue.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
rum.4 Add DWA-110 and DWA-111 to the list of devices supported by rum(4) 2008-08-25 05:51:58 +00:00
sa.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
safe.4 Convert the SYNOPSIS section to look like the ones used in other driver 2006-04-01 10:56:36 +00:00
sbp_targ.4
sbp.4 Add a description about hw.firewire.hold_count. 2007-03-15 14:44:03 +00:00
scc.4 Add scc(4), a driver for serial communications controllers. These 2006-03-30 18:33:22 +00:00
sched_4bsd.4 - sched_4bsd is no longer a default system scheduler on some 2008-01-24 13:48:20 +00:00
sched_ule.4 - sched_4bsd is no longer a default system scheduler on some 2008-01-24 13:48:20 +00:00
screen.4
scsi.4 Remove dublicated device entry from the synopsis. 2005-02-17 16:01:20 +00:00
sctp.4 - Use the correct expanded name for SCTP (1) 2007-09-25 16:03:10 +00:00
sem.4 Re-enable module build for POSIX semaphores. 2006-11-11 16:49:29 +00:00
ses.4
sf.4 Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats. 2008-01-21 07:35:15 +00:00
si.4
sio.4 - Remove yet another mention of minor number construction 2006-08-30 14:38:42 +00:00
sis.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
sk.4 Document the hw.skc.jumbo_disable tunable. While here, correct some things 2008-02-14 10:01:48 +00:00
sl.4
smb.4 Fixed xrefs. 2005-01-21 20:50:39 +00:00
smbus.4
smp.4 Markup fixes. 2006-09-18 15:24:20 +00:00
sn.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
snd_ad1816.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_als4000.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_atiixp.4 Add missing .El. 2007-05-12 06:33:52 +00:00
snd_cmi.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_cs4281.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_csa.4 We just have one generic sound driver, reflect this. 2006-06-18 17:53:04 +00:00
snd_ds1.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_emu10k1.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_emu10kx.4 - fix typos 2008-07-03 16:48:35 +00:00
snd_envy24.4 - This driver will first appear in 6.3, not 7.0 2008-01-04 12:57:34 +00:00
snd_envy24ht.4 - This driver will first appear in 6.3, not 7.0 2008-01-04 12:57:34 +00:00
snd_es137x.4 Add the dev.pcm.%d.polling sysctl and a short description. 2006-11-29 17:07:02 +00:00
snd_ess.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_fm801.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snd_gusc.4 We just have one generic sound driver, reflect this. 2006-06-18 17:53:04 +00:00
snd_hda.4 Add hint about hw.snd.default_unit sysctl. 2008-10-03 09:19:07 +00:00
snd_ich.4 We just have one generic sound driver, reflect this. 2006-06-18 17:53:04 +00:00
snd_maestro3.4 Kill empty line. 2006-01-09 12:51:45 +00:00
snd_maestro.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_mss.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snd_neomagic.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snd_sbc.4 Oops, fix minor braino. 2007-02-17 11:31:58 +00:00
snd_solo.4 No one cares about when the manual page first appeared. Mention when the 2005-11-28 18:47:00 +00:00
snd_spicds.4 - This driver will first appear in 6.3, not 7.0 2008-01-04 12:57:34 +00:00
snd_t4dwave.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snd_uaudio.4 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
snd_via82c686.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snd_via8233.4 Add missing .El. 2007-05-12 06:41:41 +00:00
snd_vibes.4 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
snp.4 Convert the snp(4) driver to use cdevpriv. 2008-08-15 13:07:07 +00:00
spic.4 Sort sections. 2005-01-21 08:36:40 +00:00
spkr.4 Add /dev/speaker support to amd64. 2005-11-11 09:57:32 +00:00
splash.4 Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
sppp.4 Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and 2008-05-26 10:40:09 +00:00
ste.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
stf.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
stg.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
stge.4 Xref altq(4) for drivers that support it according to altq(4). 2007-01-30 08:40:04 +00:00
sym.4 o Convert to our new SYNOPSIS layout 2006-06-18 09:53:00 +00:00
syncache.4 Correct a typo. 2008-01-22 19:16:09 +00:00
syncer.4
syscons.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
sysmouse.4 s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g 2006-03-06 13:05:50 +00:00
tap.4 Document TAPGIFNAME, TAPSIFINFO and TAPGIFINFO tap(4) 2008-09-08 22:44:51 +00:00
targ.4 Sort sections. 2005-01-21 08:36:40 +00:00
tcp.4 Add ECN sysctls and ECN RFC. 2008-08-16 21:12:25 +00:00
tdfx.4 Take the functionality contained in the former "options TDFX_LINUX" 2006-03-03 21:37:38 +00:00
termios.4 Integrate the new MPSAFE TTY layer to the FreeBSD operating system. 2008-08-20 08:31:58 +00:00
textdump.4 DDB scripting, textdumps, output capture, etc, all will appear in 2008-08-03 14:14:43 +00:00
ti.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
tl.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
trm.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
tty.4 Fix reference within TIOCNOTTY from TIOSCTTY to TIOCSCTTY. 2007-06-27 15:14:06 +00:00
tun.4 Typo. 2007-02-04 16:59:50 +00:00
twa.4 Add some newly supported controllers. 2007-05-09 20:05:43 +00:00
twe.4 Convert to use a SYNPOSIS section that mentions kernel modules. 2006-05-20 09:39:28 +00:00
tx.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
txp.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
u3g.4 Correct the name of the device. 2008-10-14 15:30:17 +00:00
uark.4 Remove Xref to non-existant uhub(4). 2007-02-09 20:53:19 +00:00
uart.4 document device hints including new ones to control rx fifo trigger 2008-03-12 19:09:58 +00:00
ubsa.4 Update the man pages with the moved/added support for devices. The SD card slot 2008-10-13 20:43:08 +00:00
ubsec.4 Convert the SYNOPSIS section to look like the ones used in other driver 2006-04-01 10:56:36 +00:00
ubser.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
ubtbcmfw.4 Spelling fixes. 2006-12-14 16:40:57 +00:00
uchcom.4 Manpage for the uchcom(4) driver, adapted from the one in NetBSD. 2008-03-01 13:05:03 +00:00
ucom.4 Xref uchcom(4). 2008-03-01 13:28:27 +00:00
ucycom.4 Move the HARDWARE section below the DESCRIPTION section, like it is 2008-03-01 11:35:30 +00:00
udav.4 Add ChanTou ST268 USB NIC 2007-07-24 14:49:25 +00:00
udbp.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
udp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ufm.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
ufoma.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
uftdi.4 Elexol USB MOD3 is also supported. 2008-07-03 12:48:13 +00:00
ugen.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
uhci.4 Cross reference ehci(4). 2005-04-20 07:33:09 +00:00
uhid.4 uhid.4: correct structure field names to match dev/usb/usb.h 2007-06-30 05:07:51 +00:00
uipaq.4 Note that most Windows CE phones are supported by this driver. 2008-08-25 02:38:28 +00:00
ukbd.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
ulpt.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
umass.4 Update the man pages with the moved/added support for devices. The SD card slot 2008-10-13 20:43:08 +00:00
umct.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
umodem.4 Add a HARDWARE section which lists supported devices. 2007-08-21 13:20:13 +00:00
ums.4 Overhaul this manpage somewhat: 2006-11-27 18:37:45 +00:00
unix.4 o Fix typo: id_t -> uid_t. 2005-12-21 08:23:04 +00:00
upgt.4 Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4). 2008-08-11 03:57:31 +00:00
uplcom.4 Add Belkin F5U257 to the mix. 2008-06-10 19:33:31 +00:00
ural.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
urio.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
usb.4 Add some additional cross references. 2007-07-24 14:51:21 +00:00
uscanner.4 mention DX8400/50 2008-04-29 00:53:12 +00:00
uslcom.4 mdoc changes to make this manpage consistent with our other section 4 manpages. 2008-03-05 18:04:21 +00:00
utopia.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
uvisor.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
uvscom.4 Use our standard section 4 SYNOPSIS. 2006-11-22 21:30:02 +00:00
vga.4 .Pp before .Sh is redundant. 2006-02-13 21:34:19 +00:00
vge.4 Document vge(4)'s support for altq(4). 2007-02-21 10:00:09 +00:00
vinum.4 o vinum.8 -> gvinum.8 as the former was replaced by the latter. 2006-06-11 19:41:07 +00:00
vkbd.4 Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
vlan.4 - Add ae(4) to the list of devices support full hardware VLAN 2008-10-04 15:44:22 +00:00
vpo.4 o Iomage -> Iomega. 2007-08-05 07:39:30 +00:00
vr.4 Document that vr(4) supports Soekris Engineering net5501. 2008-10-05 11:39:16 +00:00
watchdog.4 Add missing El. 2007-03-29 10:11:22 +00:00
wb.4 Work around an apparent mdoc(7) bug. 2005-10-07 02:32:16 +00:00
wi.4 Add recent ELSA additions to wi(4), plus make sure the list matches 2008-08-27 04:55:37 +00:00
witness.4 Reflect recent changes to the sysctl debug.witness.watch moving into a 2008-08-30 13:37:28 +00:00
wlan_acl.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
wlan_amrr.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
wlan_ccmp.4 Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +00:00
wlan_tkip.4 typo: Michale -> Michael 2005-06-15 19:29:03 +00:00
wlan_wep.4 Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +00:00
wlan_xauth.4 Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
wlan.4 Replace a couple mentions of the soon to be removed vaps_<ifn> 2008-05-03 07:06:48 +00:00
wpi.4 the 3945 firmware license does not require acknowledging the EULA, 2008-10-07 19:42:56 +00:00
xe.4 -mdoc sweep. 2005-11-18 10:56:28 +00:00
xl.4 Add a diagnostic note about "transmission error ... tx underrun, increasing 2008-01-24 00:39:38 +00:00
xpt.4
zero.4
zyd.4 the driver don't support AD-HOC mode currently. 2008-07-10 08:44:02 +00:00