freebsd-dev/share/man/man4
Joseph Koshy c5153e190b Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
Have pmcstat(8) and pmccontrol(8) use these APIs.

Return PMC class-related constants (PMC widths and capabilities)
with the OP GETCPUINFO call leaving OP PMCINFO to return only the
dynamic information associated with a PMC (i.e., whether enabled,
owner pid, reload count etc.).

Allow pmc_read() (i.e., OPS PMCRW) on active self-attached PMCs to
get upto-date values from hardware since we can guarantee that the
hardware is running the correct PMC at the time of the call.

Bug fixes:
 - (x86 class processors) Fix a bug that prevented an RDPMC
   instruction from being recognized as permitted till after the
   attached process had context switched out and back in again after
   a pmc_start() call.

   Tighten the rules for using RDPMC class instructions: a GETMSR
   OP is now allowed only after an OP ATTACH has been done by the
   PMC's owner to itself.  OP GETMSR is not allowed for PMCs that
   track descendants, for PMCs attached to processes other than
   their owner processes.

 - (P4/HTT processors only) Fix a bug that caused the MI and MD
   layers to get out of sync.  Add a new MD operation 'get_config()'
   as part of this fix.

 - Allow multiple system-mode PMCs at the same row-index but on
   different CPUs to be allocated.

 - Reject allocation of an administratively disabled PMC.

Misc. code cleanups and refactoring.  Improve a few comments.
2005-05-01 14:11:49 +00:00
..
man4.alpha Sort sections. 2005-01-21 08:36:40 +00:00
man4.i386 Document acpi_fujitsu(4). 2005-03-20 15:27:38 +00:00
man4.sparc64 Nits. 2005-01-13 10:10:34 +00:00
aac.4 s/cdrom/CD-ROM/ 2005-03-10 08:07:59 +00:00
acpi_thermal.4 Notify the user (at kern.emerg) that the system will be shutting down if 2004-02-03 04:18:56 +00:00
acpi_video.4 Add info about some systems that refuse to switch via sysctl. 2004-11-09 04:42:14 +00:00
acpi.4 Document the debug.acpi.max_threads tunable. 2005-04-22 23:21:09 +00:00
adv.4 Sort sections. 2005-01-21 08:36:40 +00:00
adw.4 Sort sections. 2005-01-21 08:36:40 +00:00
agp.4 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
aha.4 Sort sections. 2005-01-21 08:36:40 +00:00
ahb.4 Add a HARDWARE section which lists supported devices. The actual 2004-07-04 14:17:41 +00:00
ahc.4 Sort sections. 2005-01-21 08:36:40 +00:00
ahd.4 Sort sections. 2005-01-21 08:36:40 +00:00
aio.4
altq.4 ALTQ support for re(4). 2005-03-12 17:35:37 +00:00
amd.4 Bump document date for last commit. 2004-08-08 22:27:02 +00:00
amr.4 - Add Dell PERC 4ei to the list of supported devices. It's an 2005-04-15 21:18:31 +00:00
an.4 Mention Cisco and Xircom devices supported by an driver. 2003-11-08 22:48:23 +00:00
arcmsr.4 Reword the HARDWARE section to include the driver name (important for 2005-04-01 10:36:09 +00:00
asr.4 Add the PM1564 to the list of supported controllers. 2004-08-02 23:33:15 +00:00
ata.4 Xref ataraid(4). 2005-04-16 12:43:17 +00:00
atapicam.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
ataraid.4 Add the short but important word 'software' to the title. 2005-04-21 14:58:26 +00:00
ath_hal.4 Fixed troff warnings. 2005-01-15 12:49:11 +00:00
ath.4 Remove the Netgear WG311 from the list. The v1 card is supported, but 2005-04-29 15:07:44 +00:00
atkbd.4 Document the new flag for disabling the keyboard port test during probe. 2004-12-15 23:01:45 +00:00
atkbdc.4 Backout previous diffs - this functionality is already provided by the 2005-04-07 23:59:38 +00:00
aue.4 (fast) ethernet -> (Fast) Ethernet 2004-12-21 01:09:34 +00:00
awi.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
axe.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
bfe.4 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
bge.4 BCM5721 is supported as well. 2004-12-17 23:03:30 +00:00
bktr.4 Sort sections. 2005-01-21 08:36:40 +00:00
blackhole.4 Sort sections. 2005-01-21 08:36:40 +00:00
bpf.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
bridge.4 Sort sections. 2005-01-21 08:36:40 +00:00
bt.4 Sort sections. 2005-01-21 08:36:40 +00:00
cardbus.4
carp.4 s/foobar/mekmitasdigoat/g 2005-04-07 15:28:14 +00:00
ccd.4 Sort sections. 2005-01-21 08:36:40 +00:00
cd.4 Sort sections. 2005-01-21 08:36:40 +00:00
cdce.4 Expand contractions. 2005-04-08 10:38:12 +00:00
ch.4 Fixed macro abuse. 2005-01-21 20:51:09 +00:00
ciss.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
cm.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
cnw.4 Markup nits. 2005-01-13 16:37:26 +00:00
cpufreq.4 Add a driver for SMI-based SpeedStep. The hardware supports two frequency 2005-04-19 16:38:24 +00:00
crypto.4 Splice in cryptodev (this man page originated on openbsd where there is 2004-01-16 17:21:02 +00:00
cue.4 - move the list of supported adapters into a HARDWARE section 2004-08-26 08:34:09 +00:00
cy.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
da.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
dc.4 Expand contractions. 2005-02-13 23:45:54 +00:00
dcons_crom.4 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
dcons.4 Fixed xrefs. 2005-01-21 10:35:40 +00:00
ddb.4 Expand contractions. 2005-02-13 23:45:54 +00:00
de.4 (fast) ethernet -> (Fast) Ethernet 2004-12-21 01:09:34 +00:00
devctl.4
digi.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
disc.4
divert.4 Expand contractions. 2005-02-13 23:45:54 +00:00
dpt.4 Sort sections. 2005-01-21 08:36:40 +00:00
dummynet.4
ed.4 Tweak description and add Belkin F5D5020 2005-02-23 23:55:32 +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 Remove the note about em(4) not working with bridge(4) when hardware 2005-02-20 00:09:38 +00:00
en.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
esp.4 Remove spare ")" 2004-09-10 07:54:05 +00:00
exca.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
faith.4 FAITH's base spec has already been an RFC 2005-04-21 13:27:13 +00:00
fast_ipsec.4 Sort sections. 2005-01-21 08:36:40 +00:00
fatm.4 Sort sections. 2005-01-21 08:36:40 +00:00
fd.4 Mention fdescfs(5) and why it might be useful. 2004-10-24 19:44:23 +00:00
fdc.4 Add a few comments about ACPI probing. 2004-07-15 16:47:31 +00:00
firewire.4 - Xref fwip(4) and eui64(5) 2004-12-14 19:53:30 +00:00
fla.4 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
fpa.4 o grammar fixes 2003-12-17 10:23:14 +00:00
fwe.4 Sort sections. 2005-01-21 08:36:40 +00:00
fwip.4 Sort sections. 2005-01-21 08:36:40 +00:00
fwohci.4 Add IOGEAR GUF320. 2005-02-24 04:32:54 +00:00
fxp.4 Document the user-controlled VLAN_MTU capability of fxp(4). 2005-01-30 12:15:14 +00:00
gbde.4
gdb.4 Expand contractions. 2005-02-13 23:45:54 +00:00
gem.4 - Add a HARDWARE section which lists supported devices. 2004-08-15 18:13:08 +00:00
geom.4 Document the GEOM debug flags. 2005-04-07 19:59:28 +00:00
gif.4 Document route caching, how it can be enabled, and its consequences. 2004-12-06 19:31:35 +00:00
gre.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
harp.4 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
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 Sort sections. 2005-01-21 08:36:40 +00:00
hme.4 - Capitalize Ethernet and Fast Ethernet. 2004-08-14 21:44:35 +00:00
hptmv.4 Sort sections. 2005-01-21 08:36:40 +00:00
hwpmc.4 Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc. 2005-05-01 14:11:49 +00:00
ichsmb.4
icmp6.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
icmp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ida.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
idt.4 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
ieee80211.4 Expand contractions. 2005-02-13 23:45:54 +00:00
ifmib.4 Sort sections. 2005-01-21 08:36:40 +00:00
iic.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
iicbb.4
iicbus.4 Expand contractions. 2005-02-13 23:45:54 +00:00
iicsmb.4
iir.4 Bump document date for last commit. 2004-08-08 22:27:02 +00:00
inet6.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
inet.4 o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls. 2005-04-09 08:44:57 +00:00
intpm.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
intro.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
ip6.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ip.4 o Document net.inet.ip.portrange.random* sysctls. 2005-03-23 09:26:38 +00:00
ipfirewall.4 Always compile PFIL_HOOKS into the kernel and remove the associated kernel 2004-08-27 15:16:24 +00:00
ips.4 Bump document date for last commit. 2004-08-08 22:27:02 +00:00
ipsec.4 Expand contractions. 2005-02-13 23:45:54 +00:00
ipw.4 Initial import of ipw, iwi, ral and ural drivers: 2005-04-18 18:47:38 +00:00
isp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ispfw.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
iwi.4 Initial import of ipw, iwi, ral and ural drivers: 2005-04-18 18:47:38 +00:00
ixgb.4 Remove trailing spaces. 2005-01-02 18:26:13 +00:00
joy.4 Sort sections. 2005-01-21 08:36:40 +00:00
kame.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +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 Sort sections. 2005-01-21 08:36:40 +00:00
ktr.4 Bump the document date. 2005-01-26 06:46:00 +00:00
kue.4 - move the list of supported adapters into a HARDWARE section 2004-08-26 08:33:03 +00:00
led.4 Improve English a little. 2005-01-30 13:27:59 +00:00
lge.4 Move a paragraph from the HARDWARE section back into the 2004-08-25 11:57:06 +00:00
lo.4
lp.4 (fast) ethernet -> (Fast) Ethernet 2004-12-21 01:09:34 +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 Avoid using the word "interface" twice in a sentence. 2005-04-11 16:53:40 +00:00
mac_ifoff.4 Remove last traces of lomac.4 2005-02-05 13:52:21 +00:00
mac_lomac.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
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 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
mac_stub.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
mac_test.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
mac.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
Makefile Bring a working snapshot of hwpmc(4), its associated libraries, userland utilities 2005-04-19 04:01:25 +00:00
md.4
mem.4 Sort sections. 2005-01-21 08:36:40 +00:00
meteor.4 Sort sections. 2005-01-21 08:36:40 +00:00
miibus.4 gx(4) is gone, remove any references 2004-11-08 19:52:21 +00:00
mlx.4 Sort sections. 2005-01-21 08:36:40 +00:00
mly.4 Sort sections. 2005-01-21 08:36:40 +00:00
mouse.4 Update moused(8) and mouse(4) to reflect the cuaa->cuad name change. 2004-11-12 23:59:24 +00:00
mpt.4 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
mtio.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
multicast.4 Polished markup. 2004-07-09 09:22:36 +00:00
my.4 Add a HARDWARE section which lists supported devices. The actual 2004-07-14 21:58:17 +00:00
natm.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
natmip.4 Markup fixes. 2004-07-08 10:31:12 +00:00
ncr.4 Add a HARDWARE section which lists supported devices. 2004-08-19 21:24:45 +00:00
ncv.4 Add a HARDWARE section which lists supported devices. 2004-08-10 22:17:01 +00:00
netgraph.4 Sort xrefs. 2005-01-12 10:22:58 +00:00
netintro.4 Extend the description of SIOC[GS]IFCAP. 2004-06-21 05:13:22 +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 Fixed markup and punctuation. 2004-07-09 07:26:15 +00:00
ng_atmpif.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_bluetooth.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
ng_bpf.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_bridge.4 A simple packet distribution node type that acts like an Ethernet hub. 2004-04-17 12:42:17 +00:00
ng_bt3c.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_btsocket.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_ccatm.4 - new sentence, new line 2005-03-14 14:04:02 +00:00
ng_cisco.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +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 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_ether.4 Fix English grammar. 2005-02-14 18:49:19 +00:00
ng_fec.4 ng_fec(4) is not anymore incompatible with ng_ether(4). 2004-06-22 09:23:31 +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 A simple packet distribution node type that acts like an Ethernet hub. 2004-04-17 12:42:17 +00:00
ng_iface.4 Reflect recent code changes. 2005-02-03 13:33:34 +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 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +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_netflow.4 Expand contractions. 2005-04-08 10:38:12 +00:00
ng_one2many.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_ppp.4 Expand contractions. 2005-02-13 23:45:54 +00:00
ng_pppoe.4 Expand contractions. 2005-02-13 23:45:54 +00:00
ng_pptpgre.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +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 - Update and expand description of node operation. 2005-04-05 17:27:36 +00:00
ng_split.4
ng_sppp.4 Reflect recent code changes. 2005-02-03 13:33:34 +00:00
ng_sscfu.4 Fixed markup and punctuation. 2004-07-09 07:26:15 +00:00
ng_sscop.4 Fixed xref. 2005-01-21 10:48:35 +00:00
ng_tee.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_tty.4 Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ng_ubt.4 Sort sections. 2005-01-21 08:36:40 +00:00
ng_UI.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
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 Xref polling.4 and bump .Dd 2004-11-24 19:06:43 +00:00
nmdm.4 Polish the formatting. 2005-01-27 10:30:53 +00:00
nsp.4 Sort sections. 2005-01-21 08:36:40 +00:00
null.4 Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7) 2004-05-14 20:07:49 +00:00
ohci.4 Cross reference ehci(4). 2005-04-20 07:33:09 +00:00
oldcard.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
orm.4
pass.4 Expand contractions. 2005-02-15 09:27:00 +00:00
patm.4 Markup fixes. 2004-07-08 10:31:12 +00:00
pccard.4 Use PC Card instead of other variants in the driver man pages. 2003-08-20 06:49:57 +00:00
pccbb.4 Add OZ711M1 2004-12-23 05:32:02 +00:00
pci.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
pcic.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
pcm.4 Sort sections. 2005-01-21 08:36:40 +00:00
pcn.4 Add the the Allied Telesyn AT-2700 familly. 2004-11-19 03:47:01 +00:00
pcvt.4 Expand contractions. 2005-02-13 23:45:54 +00:00
pim.4 Polished markup. 2004-07-09 09:22:36 +00:00
polling.4 Grr, fix another braino. 2005-04-16 05:34:48 +00:00
ppbus.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ppc.4 Sort sections. 2005-01-21 08:36:40 +00:00
ppi.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
ppp.4
psm.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
pst.4 - Add a HARDWARE section which lists supported devices. 2004-12-14 22:20:41 +00:00
pt.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
pty.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
puc.4 mdoc(7): Fix common mistakes made in the SEE ALSO section. 2003-09-12 21:54:11 +00:00
ral.4 Initial import of ipw, iwi, ral and ural drivers: 2005-04-18 18:47:38 +00:00
random.4 Fix a couple of typos. 2004-12-23 00:27:03 +00:00
rc.4 - move supported hardware information into a HARDWARE section 2005-03-18 02:38:03 +00:00
re.4 Xref polling.4 and bump .Dd 2004-11-24 19:06:43 +00:00
rl.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
rndtest.4 o add reference to safe.4 2003-12-27 15:40:47 +00:00
route.4 Fix markup: .Dv -> .Va 2004-11-04 08:29:28 +00:00
rp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
rue.4 - move list of supported adapters into a HARDWARE section 2004-08-25 22:46:36 +00:00
sa.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
sab.4 Markup nits. 2004-07-08 12:55:24 +00:00
safe.4 - Add a HARDWARE section which lists supported devices. 2004-09-12 19:39:09 +00:00
sbp_targ.4 Fixed markup. 2004-07-08 12:29:37 +00:00
sbp.4 Assorted markup, spelling, and grammar fixes. 2004-06-16 08:33:57 +00:00
sbsh.4 Sort sections. 2005-01-21 08:36:40 +00:00
sched_4bsd.4 Fix small spelling error. 2005-04-09 08:47:38 +00:00
sched_ule.4 Add rudimentary man pages for kernel options sched_4bsd and sched_ule, 2005-04-07 21:57:19 +00:00
screen.4 Fix a grammatical mistake: the PC3 character sequences *are* also supported. 2004-06-04 15:20:12 +00:00
scsi.4 Remove dublicated device entry from the synopsis. 2005-02-17 16:01:20 +00:00
sem.4
ses.4 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
sf.4 Xref polling.4 and bump .Dd 2004-11-24 19:06:43 +00:00
si.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
sio.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
sis.4 Xref polling.4 and bump .Dd 2004-11-24 19:06:43 +00:00
sk.4 Document sysctl introduced with if_sk.c rev. 1.101. 2005-04-24 20:26:09 +00:00
sl.4
smb.4 Fixed xrefs. 2005-01-21 20:50:39 +00:00
smbus.4 Add a reference to the URL of the SMBus specification, so the 2004-05-13 19:31:31 +00:00
smp.4 Document "machdep.hlt_cpus". 2004-12-18 01:13:37 +00:00
sn.4 Remove last traces of le.4 2005-02-05 14:57:19 +00:00
snd_ad1816.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_als4000.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_cmi.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_cs4281.4 Remove superfluous .Pp call. 2005-03-07 09:55:43 +00:00
snd_csa.4 Sort sections. 2005-01-21 08:36:40 +00:00
snd_ds1.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_emu10k1.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_es137x.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_ess.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_fm801.4 Add a manual page for the fm801 chipsets. 2005-03-01 05:58:16 +00:00
snd_gusc.4 Sort sections. 2005-01-21 08:36:40 +00:00
snd_ich.4 Bump documentation date for last commit before ru reminds me. 2005-03-19 08:57:00 +00:00
snd_maestro3.4 - Add a HARDWARE section which lists supported devices. 2004-12-14 16:17:12 +00:00
snd_maestro.4 Sort sections. 2005-01-21 08:36:40 +00:00
snd_neomagic.4 Add some commas and improve grammar. 2005-02-26 23:19:11 +00:00
snd_sbc.4 - move information about supported hardware into a HARDWARE section 2005-02-23 23:57:36 +00:00
snd_solo.4 Remove superflous .Pp calls. 2005-03-04 22:34:57 +00:00
snd_uaudio.4 Update sound-related manpages to account for the recent change in 2004-09-08 08:28:02 +00:00
snd_via82c686.4 Add manual page for snd_via82c686(4). 2005-03-09 22:39:26 +00:00
snd_via8233.4 Add manual page for snd_via8233(4) and add it to the build. 2005-03-24 04:45:09 +00:00
snd_vibes.4 Add manual page for snd_vibes(4). 2005-03-09 22:31:56 +00:00
snp.4 Sort sections. 2005-01-21 08:36:40 +00:00
spic.4 Sort sections. 2005-01-21 08:36:40 +00:00
spkr.4 Sort sections. 2005-01-21 08:36:40 +00:00
splash.4 Sort sections. 2005-01-21 08:36:40 +00:00
sppp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ste.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
stf.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
stg.4 Bump document date for last commit. 2004-08-08 22:27:02 +00:00
sym.4 Sort sections. 2005-01-21 08:36:40 +00:00
syncache.4
syncer.4
syscons.4 Adapt for new KDB world order. 2005-02-14 21:14:00 +00:00
sysmouse.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
tap.4 Provide a sysctl (net.link.tap.user_open) to allow unpriviliged 2005-04-13 00:30:19 +00:00
targ.4 Sort sections. 2005-01-21 08:36:40 +00:00
tcp.4 Remove RFC1644 T/TCP support from the TCP side of the network stack. 2004-11-02 22:22:22 +00:00
tdfx.4 Sort sections. 2005-01-21 08:36:40 +00:00
termios.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ti.4 Reflect the removal of jumbo(9). 2004-12-16 11:19:29 +00:00
tl.4 - move list of supported adapters into a HARDWARE section 2004-09-03 12:24:50 +00:00
trm.4 Change the HARDWARE section to have the same style as in the other 2004-08-15 19:48:27 +00:00
ttcp.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
tty.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
tun.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
twa.4 Don't mention PATA support, all listed controllers are SATA. 2005-02-27 13:14:28 +00:00
twe.4 Fix typo. 2005-04-20 10:41:09 +00:00
tx.4 Sort sections. 2005-01-21 08:36:40 +00:00
txp.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
uart.4 Spelling fixes. 2004-06-21 17:42:49 +00:00
ubsa.4 Update manpage for the Vodafone Mobile Connect 3G datacard. Bump 2004-10-16 21:36:19 +00:00
ubsec.4 - Add a HARDWARE section which lists supported devices. 2004-09-12 19:39:09 +00:00
ubser.4 Reflect devnode naming change from /dev/ubser?.? to /dev/ttyy?? 2005-03-18 02:25:45 +00:00
ubtbcmfw.4 Sort sections. 2005-01-21 08:36:40 +00:00
ucom.4 Catch up with new naming scheme for USB serial devices: s/ucom/cuaU/. 2005-04-17 16:08:51 +00:00
ucycom.4 Sort sections. 2005-01-21 08:36:40 +00:00
udav.4 URL of the data sheet has changed. 2004-12-09 13:27:44 +00:00
udbp.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
udp.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ufm.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
uftdi.4 Document FTDI FT2232C support. 2005-04-08 18:12:07 +00:00
ugen.4 Make the fields in the text match dev/usb/usb.h too. 2003-09-24 05:55:59 +00:00
uhci.4 Cross reference ehci(4). 2005-04-20 07:33:09 +00:00
uhid.4 Insert device foo for a few drivers that don't have it. Replace the 2004-06-24 05:09:15 +00:00
uhidev.4 Insert device foo for a few drivers that don't have it. Replace the 2004-06-24 05:09:15 +00:00
ukbd.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
ulpt.4 Add a HARDWARE section which lists supported devices based on the 2004-09-26 13:38:38 +00:00
umass.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
umct.4 Sort the list of devices in the HARDWARE section. Also move the section 2005-02-23 22:50:43 +00:00
umodem.4 Grammar fix 2004-09-03 23:53:02 +00:00
ums.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
unix.4 Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT. 2005-04-13 00:01:46 +00:00
uplcom.4 Add support for new chips, PL-2303X and PL-2303HX. 2005-01-25 15:58:53 +00:00
ural.4 Initial import of ipw, iwi, ral and ural drivers: 2005-04-18 18:47:38 +00:00
urio.4 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
usb.4 Cross reference ehci(4). 2005-04-20 07:33:09 +00:00
uscanner.4 Add a HARDWARE section which lists supported devices. 2004-10-03 09:10:15 +00:00
utopia.4 Markup fixes. 2004-07-08 10:31:12 +00:00
uvisor.4 Sort sections. 2005-01-21 08:36:40 +00:00
uvscom.4 - move list of supported devices into a HARDWARE section 2004-09-06 22:00:50 +00:00
vga.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
vge.4 Markup fixes. 2005-01-14 10:33:39 +00:00
vinum.4 Sort sections. 2005-01-21 08:36:40 +00:00
vkbd.4 Markup fixes. 2005-01-14 10:41:05 +00:00
vlan.4 Bump the document date since its content has changed. 2005-01-30 12:13:13 +00:00
vpo.4 Sort sections. 2005-01-21 08:36:40 +00:00
vr.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
watchdog.4 Yield to ru's ninja-like manpage skills and update watchdog(4) to 2004-06-19 21:17:07 +00:00
wb.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
wi.4 Add intersil chip names we know we support since some OEMs use them 2005-01-20 18:33:07 +00:00
witness.4 Document the debug.witness.watch sysctl/tuneable. 2005-04-09 14:09:54 +00:00
wlan_acl.4 Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +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 Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +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 Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +00:00
wlan.4 Sort xrefs. 2005-01-12 10:22:58 +00:00
worm.4 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
xe.4 Add Intel EtherExpress PRO/100 LAN/Modem card to manpage. 2004-12-09 23:13:18 +00:00
xl.4 xl(4) meets polling(4). Hardware for this work kindly provided by 2005-03-26 20:22:58 +00:00
xpt.4 Mechanically kill hard sentence breaks and double whitespaces. 2004-07-03 18:29:24 +00:00
zero.4