Commit Graph

5461 Commits

Author SHA1 Message Date
brueffer
3564bbc298 First cut at a manpage for the MemGuard debugging allocator.
most content from:	bmilekic
mdoc lessons by:	ru
2005-02-22 17:18:27 +00:00
njl
f9885f4b8c Note addition of est(4) 2005-02-20 20:30:47 +00:00
brueffer
63b6d82bcf Remove the note about em(4) not working with bridge(4) when hardware
assisted VLAN processing is enabled from the BUGS section. This is
expected to work now.
2005-02-20 00:09:38 +00:00
njl
cb2f06f65b Document the cpufreq_drv_type() method and info-only flag. 2005-02-18 00:28:52 +00:00
brueffer
ef23f74f34 Remove dublicated device entry from the synopsis.
Submitted by:	Ulrich Spoerlein <q@uni.de>
MFC after:	3 days
2005-02-17 16:01:20 +00:00
pjd
36e7aa70a6 Copyright year update. 2005-02-16 22:24:15 +00:00
ru
3bcdaf6501 Don't say that mtx_lock() will "sleep" if another kernel thread is
holding the mutex, say it will "block".  Later in this manual page
we say that sleeping while holding a mutex isn't allowed, and this
can be confusing.

Submitted by:	jhb
2005-02-15 23:52:35 +00:00
ru
44c1cbbc79 Expand contractions. 2005-02-15 09:27:00 +00:00
brueffer
9c137cc63f Adapt for new KDB world order.
PR:		77528
Submitted by:	Jamin Brown <alec@gwi.net>
MFC after:	3 days
2005-02-14 21:14:00 +00:00
glebius
dd0aef630e Fix English grammar.
Submitted by:	ru
2005-02-14 18:49:19 +00:00
njl
5ad7f8c386 Update information now that support for priorities has been added. 2005-02-14 18:17:47 +00:00
glebius
ef9e9f53ad Document NGM_ETHER_DETACH functionality. 2005-02-14 17:43:42 +00:00
ru
1f12ffeb1d Expand contractions. 2005-02-13 23:45:54 +00:00
ru
b4299d468b who's -> whose 2005-02-13 23:23:30 +00:00
ru
d65df7068b Expand *n't contractions. 2005-02-13 22:25:33 +00:00
ru
2df7658371 mdoc(7) review.
(I thought Nate has committed it long ago, apparently not.)
2005-02-13 21:29:28 +00:00
njl
df6f7b29c7 Bump date. Reminded by: ru 2005-02-13 21:23:23 +00:00
njl
03f443149c Update documentation of tunables. 2005-02-13 20:26:04 +00:00
glebius
52a11da6f1 Document multicast membership control messages. 2005-02-12 11:52:14 +00:00
brueffer
627a6975a2 No one cares about when the manpage first appeared. Mention when the driver
appeared instead.

MFC after:	3 days
2005-02-12 00:42:14 +00:00
rwatson
4d2fe1ae2b Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using it
with other profiling and debugging options, such as INVARIANTS, WITNESS,
kernel profiling, etc.  They all interfere with each other nastily and
will generate fairly useless results.
2005-02-11 15:17:57 +00:00
obrien
7d2cf9f64d Expand BSS. 2005-02-11 07:37:25 +00:00
des
1412bad92e Fully document (no)?(device|option)s?.
This page should probably be repocopied to src/usr.sbin/config/.
2005-02-10 14:26:21 +00:00
jkoshy
ae57794f47 Note that the ICH6 controller is supported.
Reviewed by:	sos
2005-02-10 10:31:32 +00:00
imp
17ab5707c2 Minor nits noted by ru@ 2005-02-09 21:23:48 +00:00
imp
6cdf08f944 Note the options required for the cards as I know it... 2005-02-09 20:08:05 +00:00
ru
acf39e5db0 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
trhodes
958190ffe9 Document EBUSY.
PR:		73387
Submitted by:	Thomas Ludwig <tludwig@smr.ch> (original version)
2005-02-08 20:16:59 +00:00
trhodes
b3e9316745 Add xrefs to crypt(3) and pw(8) and add a warning about not manually
altering passwd related files.

PR:             74656
Submitted by:   Jilles Tjoelker <jilles@stack.nl> (original version)
2005-02-08 19:23:24 +00:00
njl
7f455ec470 Update device_find_child(9) to return the first matching child if unit
is set to -1.

Reviewed by:	dfr, imp
2005-02-08 18:00:29 +00:00
njl
9bc54b0596 Also add the manpage entry for cpufreq. 2005-02-08 17:44:18 +00:00
njl
8f8c8aa2dc Add an initial manpage for the cpufreq framework and methods to help users
and developers who want to import new hardware drivers.  This could also
certainly use mdoc review.
2005-02-08 17:43:35 +00:00
brueffer
21d7144853 Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.
MFC after:	3 days
2005-02-08 15:07:50 +00:00
mlaier
c215a49d17 Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to
Random Early Detection (not ... Drop) in order to be consistent with other
documentation on ALTQ

Pointed out by:	simon, ru, Brad Davis
2005-02-07 23:20:12 +00:00
krion
3524e28954 Introduce three new targets for ports collection:
showconfig-recursive, rmconfig-recursive and config-conditional.

MFC after:	3 days
2005-02-07 23:04:33 +00:00
mlaier
b5362e3053 Be more verbose about altq SYNOPSIS and add more linkage in the relating pf
documents.

Inspired by:	scottl
Reviewed by:	Brad Davis <so14kNOso14kSPAMcom>
MFC after:	3 days
2005-02-07 11:46:36 +00:00
glebius
ca5b588161 English and mdoc(7) cleanup.
Submitted by:	ru
2005-02-07 08:17:51 +00:00
iedowse
8cf324095d Add a mechanism for associating a mutex with a callout when the
callout is first initialised, using a new function callout_init_mtx().
The callout system will acquire this mutex before calling the callout
function and release it on return.

In addition, the callout system uses the mutex to avoid most of the
complications and race conditions inherent in asynchronous timer
facilities, so mutex-protected callouts have much simpler semantics.
As long as the mutex is held when invoking callout_stop() or
callout_reset(), then these functions will guarantee that the callout
will be stopped, even if softclock() had already begun to process
the callout.

Existing Giant-locked callouts will automatically pick up the new
race-free semantics. This should close a number of race conditions
in the USB code and probably other areas of the kernel too.

There should be no change in behaviour for "MP-safe" callouts; these
still need to use the techniques mentioned in timeout(9) to avoid
race conditions.
2005-02-07 02:47:33 +00:00
njl
3a85760cb9 Note changes to throttling sysctls and new power_profile(8) cpufrq support. 2005-02-06 21:31:41 +00:00
phk
ffaf78263f Document NO_GPIB 2005-02-06 16:46:49 +00:00
delphij
7503da13ec Document NO_NETCAT. 2005-02-06 14:59:03 +00:00
rushani
1463ee5e17 List the LSI 320-2E PCI-Express controller as supported.
Reviewed by:	scottl@
2005-02-06 10:49:28 +00:00
glebius
14c77ea8c5 Manpage for ng_ipfw node. 2005-02-05 17:53:44 +00:00
brueffer
011688b3e9 Remove Xref to nonexistant ifmedia.4
MFC after:	3 days
2005-02-05 15:03:22 +00:00
brueffer
25f4fbe3bf Remove last traces of le.4
MFC after:	3 days
2005-02-05 14:57:19 +00:00
brueffer
b96bff206d Remove Xref to nonexistant cap.3
Ok'ed by:	rwatson
MFC after:	3 days
2005-02-05 14:16:35 +00:00
brueffer
78797683bc - replace pointers to XF86Config with xorg.conf
- remove outdated XFree86 3.3.1 information
- bump .Dd

MFC after:	3 days
2005-02-05 14:09:09 +00:00
brueffer
c10727c9c8 Remove last traces of lomac.4
MFC after:	3 days
2005-02-05 13:52:21 +00:00
brueffer
978cfefa8a Backout last commit, lomac_enable is still valid. Just Xref mac_lomac.4
instead of lomac.4.
2005-02-05 13:44:29 +00:00
brueffer
78e2c795a7 Xref mac_lomac.4 instead of lomac.4
MFC after:	3 days
2005-02-05 13:36:33 +00:00
brueffer
03a41d7cd3 Remove last traces of lomac(4)
MFC after:	3 days
2005-02-05 13:29:20 +00:00
ru
f1ad68901b Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ru
610a812277 Added the SYNOPSIS section. 2005-02-05 11:30:59 +00:00
jkoshy
16b959d87b Note that functions alq_flush() and alq_post() should not be called in
contexts where sleeping is disallowed.

Pointed out by:	ru
2005-02-05 02:39:07 +00:00
pjd
0ef1acb5ab Improve EIO error description and mention that it can also occur while
writting.

MFC after:	3 days
2005-02-04 11:18:46 +00:00
brueffer
d35e44a90f Manpage for Olicom Token Ring adapters, based on input by mdodd.
Reviewed by:	mdodd
MFC after:	1 week
2005-02-04 01:48:27 +00:00
ru
dc390b496f Reflect recent code changes. 2005-02-03 13:33:34 +00:00
ru
088f133bd2 Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". 2005-02-03 11:52:42 +00:00
ceri
038703296b Improve English a little. 2005-01-30 13:27:59 +00:00
yar
3c2f96332d Document the recent change to the default status of VLAN support in em(4).
MFC after:	1 day
2005-01-30 12:29:06 +00:00
yar
90dcaf5584 Document the user-controlled VLAN_MTU capability of fxp(4).
Bump .Dd accordingly.

MFC after:	3 days
2005-01-30 12:15:14 +00:00
yar
8e26b50a2a Bump the document date since its content has changed. 2005-01-30 12:13:13 +00:00
yar
385dbc7052 Revise the part on VLAN support in physical interfaces.
MFC after:	1 week
2005-01-30 12:06:02 +00:00
yar
b4b2b0f96e Update the list of VLAN-aware interface types.
MFC after:	3 days
2005-01-30 10:59:50 +00:00
jkoshy
66c3a3e3fe Bring the prototype for alq_open() in line with the code.
Add a section on locking.
2005-01-30 10:21:04 +00:00
ru
fbba317760 Start sentences from a capital letter.
Submitted by:	Joel Dahl
2005-01-29 20:05:07 +00:00
phk
693f1d7ea7 Describe 'u' and 'U' in sequence mode. 2005-01-29 16:34:10 +00:00
ru
faa99e5f4b Fixed whitespace at EOL and double word.
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
ru
f53c8520cc Mark lists as in the rest of section 9 manpages. 2005-01-28 10:48:52 +00:00
ru
6e632f4c65 Mark lists as in the rest of section 9 manpages.
Submitted by:	Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
ru
50c2c27ee6 Polish the formatting. 2005-01-27 10:30:53 +00:00
phk
6588b2658f Update the information, (and likely break all formatting rules). 2005-01-27 09:29:52 +00:00
ru
fa1e4ace3c Add a few colons.
Submitted by:	Joel Dahl
2005-01-26 20:50:52 +00:00
ssouhlal
e43b1c7f5f Bump the document date.
Forgotten by:	ssouhlal, simon, trhodes
Approved by:	grehan (mentor)
2005-01-26 06:46:00 +00:00
akiyama
b8ea72f5d5 Add support for new chips, PL-2303X and PL-2303HX.
Bump document date.

MFC after:	1 week
2005-01-25 15:58:53 +00:00
ssouhlal
93011bae8e Mention that 'options ALQ' is required when using KTR_ALQ.
Approved by:	simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
charnier
a82458a6ed spell "file system" correctly
Approved by:	ru
2005-01-24 20:06:16 +00:00
iedowse
500f74fbe4 Attempt to describe the race conditions that must be considered
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
2005-01-23 17:42:48 +00:00
gnn
7d73d97302 Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from:	Kame Project and OpenBSD

Replace manual pages that may have violated the IETF's Copyright.

All come from the Kame tree.

Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.

All of the text is new and drawn from reading the code and
documentation.
2005-01-23 16:02:48 +00:00
gnn
b9d145ff1f Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Approved by: Robert Watson (robert at freebsd dot org)

Remove files in preparation for replacement with totally new versions
of the manual pages.

Update the Makefile to handle the new file to be added.
2005-01-23 15:41:10 +00:00
bms
88a97703d4 Fix markup.
Submitted by:	ru
2005-01-22 21:54:29 +00:00
bms
d009423010 Add a note about the slot number not necessarily indicating the physical
location of a PCI device in the system chassis.
Remove the note about PAE.
Update document date.
Update my email address.
Update copyright.

MFC after:	1 week
2005-01-22 21:14:46 +00:00
ru
e7cdd032f3 Fixed macro abuse. 2005-01-21 20:51:09 +00:00
ru
628111b10f Fixed xrefs. 2005-01-21 20:50:39 +00:00
ru
3d762a3a45 Fixed punctuation in xrefs. 2005-01-21 20:48:00 +00:00
ru
46c3895114 Fixed xref. 2005-01-21 12:01:00 +00:00
ru
dd13d46af3 Fixed xref. 2005-01-21 10:48:35 +00:00
ru
dd0871abdd Fixed macro abuse. 2005-01-21 10:46:36 +00:00
ru
99fe3b32d1 Fixed xrefs. 2005-01-21 10:35:40 +00:00
ru
e73f0e379a Fixed xref. 2005-01-21 10:17:17 +00:00
ru
fdd3c9a304 Sort sections. 2005-01-21 08:36:40 +00:00
ru
601a05ea40 Fixes to previous revision:
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
wes
737fdc457d Document the shiny new WITHOUT_MODULES knob in make.conf.
PR:		kern/76225
Prodded by:	ru@, brueffer@
MFC after:	2 weeks
2005-01-21 03:51:07 +00:00
imp
71a0e55913 Add intersil chip names we know we support since some OEMs use them
very transparently.
2005-01-20 18:33:07 +00:00
imp
317f1b8dac Note SENAO SL-2511CD support 2005-01-20 17:48:01 +00:00
glebius
ec474e9750 log(9) requires sys/syslog.h.
MFC after:	3 days
2005-01-20 10:26:42 +00:00
ru
2258eed2fc Use the standard section name. 2005-01-18 20:54:50 +00:00
ru
980579261a The rest of manpages spell this "PSEUDOCODE". 2005-01-18 20:37:11 +00:00
seanc
56e0e4a0df Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).
MFC after:      7 days
2005-01-18 20:23:47 +00:00
brueffer
7324f66316 Typo fixes.
MFC after:	3 days
2005-01-18 18:13:03 +00:00
brueffer
cc0b697b26 Capitalize Windows and fix a typo.
Submitted by:	markus
MFC after:	3 days
2005-01-18 17:53:35 +00:00
ru
90847e914b Folded two SEE ALSO sections into one. 2005-01-18 09:13:42 +00:00
trhodes
82ffd5397d S_ISVTX -> S_ISTXT to reflect the code. 2005-01-18 01:27:44 +00:00
ru
710cdf990a Removed .Re without a matching .Rs. 2005-01-16 16:53:13 +00:00
scottl
da0602a7a8 Document bus_dmamap_load_mbuf_sg() 2005-01-15 20:50:52 +00:00
ru
37a8be6121 Fixed troff warnings. 2005-01-15 12:49:11 +00:00
ru
65892a1037 Eliminate macro calls inside literal displays. 2005-01-15 12:28:01 +00:00
ru
dc1d412f42 Fixed markup. 2005-01-15 12:25:47 +00:00
ru
ee05aaee51 Use lists where appropriate. 2005-01-15 12:24:49 +00:00
ru
a46a6e5015 A shorter version of the format string. 2005-01-15 12:24:26 +00:00
ru
c4373a8c33 Fixed macro abuse. 2005-01-15 12:23:59 +00:00
ru
e9cd5c8e18 Markup style. 2005-01-15 11:22:13 +00:00
ru
cc41408785 Overhaul the markup. 2005-01-15 11:12:40 +00:00
ru
64973e1dcf Markup fixes. 2005-01-14 20:23:58 +00:00
ru
e46a747d25 Markup fixes. 2005-01-14 17:22:51 +00:00
dds
c0da953d92 Fix the pbio include file installation process and the
corresponding documentation.

Noticed by: ru
Reviewed by: ru
2005-01-14 14:18:19 +00:00
ru
a7ef863b4f Markup and grammar fixes. 2005-01-14 10:53:55 +00:00
ru
c286a3af58 Markup nit. 2005-01-14 10:49:09 +00:00
ru
30380bd8e8 Tiny markup fixes. 2005-01-14 10:46:08 +00:00
ru
e1ac3a693d Markup fixes. 2005-01-14 10:41:05 +00:00
ru
b90262b892 Markup fixes. 2005-01-14 10:33:39 +00:00
ru
096e1ac8d6 Markup fixes. 2005-01-14 09:40:13 +00:00
ru
bdb09baef4 Markup fixes. 2005-01-14 09:28:17 +00:00
ru
b72d180e40 "The ... function" and minor markup nits. 2005-01-13 16:46:49 +00:00
ru
5ec46883b5 Markup nits. 2005-01-13 16:37:26 +00:00
ru
4568b40d29 Removed stray quotes. 2005-01-13 16:30:53 +00:00
ru
e341b6367a Improved markup. 2005-01-13 11:22:29 +00:00
ru
e194974f1a Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +00:00
ru
0df54c5f61 Nits. 2005-01-13 10:10:34 +00:00
ru
f198016c97 Nits. 2005-01-13 09:33:06 +00:00
ru
ca6df9296a Scheduled mdoc(7) sweep. 2005-01-12 21:48:25 +00:00
ru
a33791ce9e Sort xrefs. 2005-01-12 10:22:58 +00:00
ru
f1b7f434b6 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
brueffer
ed72cd88ee - list the Hama USB RS-232 Serial Adapter as supported
- bump .Dd

PR:		76088
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
MFC after:	3 days
2005-01-11 23:16:20 +00:00
trhodes
b0d9b4539a List RFCs under SEE ALSO.
PR:	46918
2005-01-11 21:08:39 +00:00
simon
87d40f2642 Document that MODULE_DEPEND does not change runtime initialization
order.

Mostly submitted by:	scottl
Discussed on:		cvs-src/src-committers
2005-01-11 20:56:03 +00:00
keramida
a52a218245 mdoc style nit: "\-" should only be used to represent a minus sign.
Suggested by:	ru
2005-01-10 16:31:39 +00:00
keramida
853b7bc184 /usr/lib doesn't contain only archive (ar(1) style) libraries. Shared
libraries live there too.  Also point to ar(1) which contains a nice
description of what an 'archive library' is.

PR:		docs/76056
Submitted by:	Enrique Matías Sanchez <cronopios@gmail.com>
MFC after:	3 days
2005-01-10 16:06:13 +00:00
brueffer
077d7b73aa - add the Eagle Tech NE200T
- bump .Dd
2005-01-10 09:18:09 +00:00
imp
250d629b28 Finish removal of matcd 2005-01-10 08:37:01 +00:00
keramida
d7ffcdff20 Fix typos and add .Pp after the end of a display to separate the
displayed text from the paragraph right after it.
2005-01-09 22:49:24 +00:00
trhodes
a5fdd5455e [NO]MAN -> NO_[MAN].
Bump doc date.
2005-01-08 09:21:35 +00:00
brueffer
2cb19e50a9 Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAID
device.

Submitted by:	Martin Nilsson <martin@gneto.com>
MFC after:	3 days
2005-01-08 03:07:49 +00:00
keramida
c225a89edf Reorganize the DESCRIPTION section, using .Bl lists to separate the
descriptions of items from each other and have related things appear
in the same nesting 'level'.

The .Fn function/macro, and bump document date.

Reviewed by:	jkoshy
2005-01-07 19:41:00 +00:00
maxim
ce4c90a230 Finish src part VFS_INIT.9 removal. Need to check www/. 2005-01-07 15:38:21 +00:00
keramida
1404766589 The .Fn macro. 2005-01-07 14:10:59 +00:00
keramida
1058422feb The .Fn macro and addition of .Fa in the tag width of the
argument description list.
2005-01-07 14:01:08 +00:00
keramida
00e00b46a0 - The .Fn macro and description of the struct statfs' type of sbp'.
- List of struct statfs fields that are related to file systems, much
  like the list in stat.2 for the userlevel `struct stat'.
- Bump document date.
2005-01-07 12:56:04 +00:00
keramida
3f0875b935 The .Fn macro, document `flags' argument & bump document date. 2005-01-07 12:14:43 +00:00
keramida
b80cbd9d19 Trim excessively verbose sentence. 2005-01-07 12:01:11 +00:00