simon
74ceead33a
- Add a HARDWARE section which lists supported devices.
...
- "device sound" does not pull in sound device drivers (like "device
pcm" used to do), so do not mention that option.
- Make the document title more like the title in the other sound
device drivers.
MFC after: 1 week
2004-12-14 16:17:12 +00:00
simon
a6baf56a3f
Add manual page for snd_maestro(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/74546
MFC after: 1 week
2004-12-14 16:11:14 +00:00
maxim
e070e8b806
Add NetBSD 2.0.
2004-12-14 12:30:43 +00:00
ru
fb76b5809a
Minor mdoc(7) tweaks, excellent work Nate!
2004-12-14 09:24:48 +00:00
ru
8c6f53335f
mdoc(7) nit: Removed redundant .Pp call.
2004-12-14 09:06:44 +00:00
yongari
c19743d2cc
Add manual page for snd_audiocs(4).
...
Reminded by: trhodes
MFC after: 1 week
2004-12-14 04:06:04 +00:00
njl
a6124ad2ad
Checkpoint reworking the man page to be more useful to non-developers,
...
document some debug output variables, etc. Mdoc assistance welcome.
2004-12-14 01:07:44 +00:00
njl
3582381b83
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
...
one will never be supported on the same platform, this does not hurt
debugging.
MFC after: 3 days
2004-12-13 23:31:46 +00:00
imp
afe1826633
The format of the MLINKS entries is pairwise, not MLINKS += wise. So
...
list kernel_mount.9 the required number of times to allow make
installworld to complete.
2004-12-13 23:09:19 +00:00
trhodes
2f821171be
Add kernel_mount.9 and appropriate MLINKS to the build.
2004-12-13 19:29:40 +00:00
trhodes
2e18503ed4
Add a manual page to document phk's mount work.
...
Reviewed by: phk (content), brueffer (grammar and markup)
2004-12-13 19:25:30 +00:00
brian
edfd269fbe
Add ``enable echo''.
2004-12-13 17:54:30 +00:00
rik
925834f54a
Add information about 4.11 release.
2004-12-12 12:32:50 +00:00
rik
215c682d9f
Add Tau-PCI-L(/R) to list of supported hardware.
2004-12-12 11:46:34 +00:00
obrien
d06c52b551
Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.
2004-12-11 18:36:42 +00:00
trhodes
7ea800f392
Date business, update.
2004-12-10 15:27:06 +00:00
rsm
dea10d4fbf
Add Intel EtherExpress PRO/100 LAN/Modem card to manpage.
...
MFC after: 2 days
2004-12-09 23:13:18 +00:00
keramida
9875633815
Update the description of SCSI_DELAY and annotate IDE_DELAY as a
...
PC98-only option.
Submitted by: Joel Dahl (joel at automatvapen dot se)
PR: docs/74862
MFC after: 3 days
2004-12-09 15:52:51 +00:00
brueffer
cd93216582
Fix typos.
2004-12-09 13:57:12 +00:00
trhodes
49d7a21b76
Follow the language currently used in the manual page.
...
Submitted by: Michal Mertl <mime@traveller.cz>
2004-12-09 13:48:33 +00:00
brueffer
6721f3fbbe
URL of the data sheet has changed.
...
Obtained from: OpenBSD
2004-12-09 13:27:44 +00:00
brueffer
834f135b5a
Various language tweaks.
...
Obtained from: OpenBSD
2004-12-09 13:11:52 +00:00
trhodes
356306e256
Wordsmith previous commit and bump document date.
...
Poked by: simon
2004-12-08 18:11:38 +00:00
sam
acf2150e3b
document m_append
2004-12-08 17:47:49 +00:00
sam
75bc257843
Updates for revised ath and net80211 support; the new man pages are
...
placeholders for real material.
2004-12-08 17:47:32 +00:00
trhodes
421d94f5bb
Document recently added security.mac.portacl.autoport_exempt tunable.
...
Outraced the speed of doc request: trhodes
2004-12-08 15:58:38 +00:00
njl
a8afe63542
Add the devclass_get_count(9) function and man page. It gets a count of
...
the number of devices in a devclass and is a subset of
devclass_get_devices(9).
Reviewed by: imp, dfr
2004-12-08 02:39:56 +00:00
glebius
145ee63520
Document route caching, how it can be enabled, and its consequences.
...
Wording by: cperciva
2004-12-06 19:31:35 +00:00
jkoshy
f7c5ba2e69
Update prototypes for eventhandler_register() and eventhandler_find_list()
...
to match the code.
2004-12-06 11:30:55 +00:00
alc
07533d22c5
This jumbo allocator has been removed from the kernel.
2004-12-06 04:24:17 +00:00
simon
97e1a144cb
DDB_UNATTENDED is now called KDB_UNATTENDED.
...
MFC after: 3 days
2004-12-05 12:48:07 +00:00
marks
b078d9792b
Document ACPI tunable hw.acpi.serialize_methods.
...
Also reorder tunables.
Approved by: njl
MFC after: 1 week
2004-12-04 23:26:46 +00:00
simon
c4cca4bd37
- Change license to standard 2 clause BSD. [1]
...
- Add a missing period.
Noticed by: ru
Approved by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> [1]
2004-12-04 19:01:20 +00:00
jkoshy
ae68ca377a
Add a manual page for the kernel's EVENTHANDLER facility.
...
Reviewed by: ru
2004-12-03 14:05:55 +00:00
dds
ceecab72a3
Clarify the structure element size ordering.
...
Obtained from: OpenBSD style.9 1.38
2004-12-02 23:20:17 +00:00
wollman
b76d0203db
Fix import conflicts from tzdata2004g.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2004g.tar.gz
2004-12-02 23:01:25 +00:00
brueffer
0012de704c
MLINK crypto.4 to cryptodev.4
...
Stumbled upon by: markus
MFC after: 3 days
2004-11-30 16:16:34 +00:00
ceri
65e60a751b
Add amd64 to the list of supported platforms.
...
PR: docs/74529
Submitted by: Jason Bacon <bacon at smithers dot neuro dot mcw dot edu>
2004-11-29 19:51:50 +00:00
ru
176a7c2a71
MNT_NODEV is deprecated.
2004-11-29 09:56:12 +00:00
simon
9cc69f4735
Add manual page for snd_ich(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/73789
MFC after: 1 week
2004-11-27 13:49:27 +00:00
simon
0723a239fc
Add Intel RAID Controller SRCS16 and SRCU42X to the list of supported
...
devices.
Submitted by: Samuel Clements <sclements@linkline.com>
2004-11-26 18:45:58 +00:00
simon
1793ba3271
WITNESS_DDB is now called WITNESS_KDB.
...
MFC after: 3 days
2004-11-26 13:54:56 +00:00
brueffer
0a7dc42931
MLINK vge.4 to if_vge.4
...
MFC after: 3 days
2004-11-24 20:31:30 +00:00
brueffer
e69ac807f5
Xref polling.4 and bump .Dd
...
MFC after: 3 days
2004-11-24 19:06:43 +00:00
brueffer
601e3ed168
Note that 4.11 will be the first 4.x based release to include
...
this driver.
Discussed with: ru
2004-11-24 18:45:46 +00:00
mlaier
8503bea709
Teach periodic(8) security output to display information about blocked
...
packet counts by pf(4).
This adds a ``daily_status_security_pfdenied_enable'' variable to
periodic.conf, which defaults to ``YES'' as the matching IPF(W) versions.
The output will look like this (line wrapped):
pf denied packets:
> block drop log on rl0 proto tcp all [ Evaluations: 504986 Packets: 0
Bytes: 0 States: 0 ]
> block drop log on rl0 all [ Evaluations: 18559 Packets: 427 Bytes: 140578
States: 0 ]
Submitted by: clive (thanks a lot!)
MFC after: 2 weeks
2004-11-24 18:41:53 +00:00
rwatson
fb45c5142d
Link critical_enter.9 to critical.9 to make it easier to find.
2004-11-24 18:03:52 +00:00
glebius
5f1fd25a7c
Add missed 'the'.
...
Submitted by: ru
2004-11-23 12:54:44 +00:00
glebius
d05431ad3a
Document new changes:
...
- how node listens to flow control messages
- how node sends flow control messages
Reviewed by: ru
MFC after: 1 week
2004-11-23 12:27:09 +00:00
simon
5bfd8b0223
Bump documentation date for last commit, before I get poked by ru
...
for forgetting it.
2004-11-23 10:56:45 +00:00