11079 Commits

Author SHA1 Message Date
simon
440a3866d6 - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
  stronger.

Suggested and reviewed by:	dougb
Discussed on:			developers
MFC after:			3 days
2006-10-05 20:31:58 +00:00
ru
ef1fe41dc3 Sort SUBDIR. 2006-10-05 13:42:30 +00:00
ru
7a91122c51 Sort MAN and MLINKS lists. 2006-10-05 12:40:44 +00:00
jmg
84361990fc sort MLINKS properly
Pointed out by:	ru
2006-10-05 08:55:35 +00:00
ru
5c6b87d170 Polish markup and some wording.
Discussed with:	jmg (also reviewed by him)
2006-10-05 08:42:07 +00:00
jmg
a4a45e7329 forgot to update the date... 2006-10-04 20:17:14 +00:00
jmg
d5ba3e12e8 add man page talking about how to interface w/ the kqueue system so others
can write additional filters...

mdoc police please!
2006-10-04 20:16:23 +00:00
ru
b5bc2576e3 Format the list of commands so that the output looks nicer,
by putting command aliases on the adjacent lines.

Prodded by:	bde
2006-10-03 21:06:19 +00:00
andre
8686e7b38a Connect hash(9) to the build and add MLINKS for all functions.
Pointed out by:	ru
2006-10-02 11:51:25 +00:00
kib
ff66a30202 Remove long untrue note about storing state information inside free items.
OKed by:	rwatson, tegge
Approved by:	pjd (mentor)
MFC after:	1 week
2006-10-02 07:27:00 +00:00
ache
c12a3c74f9 Add mn_MN.UTF-8
Submitted by:   Ganbold <ganbold@micom.mng.net>
2006-10-02 00:36:52 +00:00
ache
38c8b0a34c Add mn_MN.UTF-8 2006-10-02 00:23:14 +00:00
joel
a9bcafe7ab Xref snd_hda(4). 2006-10-01 11:19:27 +00:00
joel
2d73ac3c57 Add a manual page for snd_hda(4) and hook it up to the build.
Reviewed by:	brueffer, ariff
2006-10-01 11:16:31 +00:00
ru
6843143013 Markup glitch. 2006-09-30 20:37:37 +00:00
ru
4b49dc3738 Require rpc.lockd(8) only if make is running with the -j option. 2006-09-30 20:18:28 +00:00
netchild
afe729530a Add man page for snd_envy24ht(4). 2006-09-30 18:04:57 +00:00
netchild
c48eb35aee Add the snd_spicds(4) man page. 2006-09-30 17:30:02 +00:00
netchild
a7bbb1ec05 - it uses the spicds driver now, change the kernel compile instructions
- add info about the chipsets
2006-09-30 17:19:22 +00:00
ru
e06dc5d45d Revise markup. 2006-09-30 17:09:59 +00:00
ru
17dd6a0fc1 Revise markup. 2006-09-30 16:01:33 +00:00
ru
02f942de1f Revise markup. 2006-09-30 15:14:49 +00:00
ru
6c4a1e181c Fixed small markup glitches and removed the CAVEATS section. 2006-09-30 14:30:07 +00:00
ru
1a954502d4 Document ioctls differently, like is done in other section four manpages. 2006-09-30 13:34:46 +00:00
ru
ce834377c6 Revise markup. 2006-09-30 11:48:12 +00:00
ru
81b5660b35 Regen (removal of WITHOUT_LIBC_R). 2006-09-30 11:34:22 +00:00
ru
6e2dfd0e20 Removed libc_r build support. 2006-09-30 11:32:46 +00:00
ru
d14af4276d Remove mentions of libc_r. 2006-09-30 11:22:26 +00:00
ru
991848f1df Spelling. 2006-09-29 22:51:04 +00:00
bms
b7f17de1eb Nits.
Submitted by:	ru
2006-09-29 16:16:41 +00:00
bms
686e54733a Push removal of mrouted down to the rest of the tree. 2006-09-29 15:45:11 +00:00
ru
5a2e503516 Don't run install-info under lockf if not installing in parallel.
Requested by:	rwatson
2006-09-29 15:36:19 +00:00
danger
1584e18eed Revert my previous change as it does not seem to be entirely correct and
popular.
2006-09-27 21:28:44 +00:00
mjacob
de5522a7f2 Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher than
this for 'initiator id'- this is a stopgap until a sparse map is
added.

Make compat defines for offset format (FreeBSD 5 or less).

Add no-asyncio flag. There's some breakage with ASYNC I/O that every
now and then drops us into an infinite loop. This also then does
a fallback to no-asyncio if the AIO option isn't loaded/compiled into
the kernel.

A number of other chanes to try and track some breakage.
2006-09-27 15:38:13 +00:00
pjd
e2d5d5e15d - Use existing functions mtx_lock() and mtx_unlock().
- Change variable name to 'error', as this is what is mostly used for
  functions that return an error.
- Add mutex(9) to the SEE ALSO section.
- Bump the date.

I don't really like the example code. I'd prefer symmetry where possible, eg.

	mtx_lock(&example_lock);
	error = example(NULL, EXAMPLE_ONE);
	mtx_unlock(&example_lock);
	if (error != 0)
		return (error);

But I'll leave it as it is for now.

Reviewed by:	simon
2006-09-27 08:39:00 +00:00
danger
990490fa5f Remove second person from the sentece and rephrase a bit.
Approved by: trhodes (mentor), keramida (mentor)
2006-09-26 19:59:52 +00:00
imp
5d28f75c8d Document config_intrhook.
MFC After: 250 millifortnights
2006-09-25 20:12:13 +00:00
danger
3c7bafa636 - move steps describing how to gain ipdivert support to SYNOPSIS and
follow the style of other section 4 manual pages
- add ipfw(4) to SEE ALSO section

Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
2006-09-24 13:58:44 +00:00
scottl
39ac06be39 Add documentation on the new bge tunable. Also put the tunable docs into a
separate section.
2006-09-23 19:04:01 +00:00
maxim
553cc2593a o Add pthread_yield.3 man page.
PR:		docs/100083
Reviewed by:	deischen, ru
Obtained from:	OpenBSD
MFC after:	2 weeks
2006-09-18 18:07:49 +00:00
ru
5b7cf06c1d Markup fixes. 2006-09-18 15:24:20 +00:00
ru
90595a0fc9 Fix wording to what I intended originally. 2006-09-18 15:18:54 +00:00
ru
449baf51a1 Correct the list of bus_space_*_stream_[1248] functions in the
STREAM FUNCTIONS section:

- Really list only and all *_stream_* functions.
- Don't list their arguments (it's pointless).
2006-09-18 14:31:03 +00:00
ru
e84508ee5e hw.syscons.kbd_kbdkey is actually named hw.syscons.kbd_debug. 2006-09-18 13:11:31 +00:00
ru
033894c029 - Avoid using second person.
- Demonstrate how .Nm can be used without the side effect of causing
  a line break in the SYNOPSIS section.
2006-09-18 11:56:51 +00:00
maxim
6188505097 o Document 'make quicksearch'.
PR:		docs/103162
Submitted by:	Lars Engels
MFC after:	1 week
2006-09-18 11:49:17 +00:00
maxim
4fb407a148 o Grammar. 2006-09-18 11:04:08 +00:00
brueffer
c6e7e5518b - Instead of listing which ships support Rx/Tx checksum offload and Jumbo
Frames, mention the one chip that does not support them (obtained from
  the driver README)
- Mention TSO and the chips that do not support it (provided by pdeuskar)
- Do not refer to the README for VLAN support, building and installing
  the driver
2006-09-15 20:52:51 +00:00
brueffer
fadf27a4e8 Mention TSO support. 2006-09-15 19:33:15 +00:00
pjd
556424a17a Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if
no additional argument is given or details about the given GEOM object
(class, geom, provider or consumer).

Approved by:	phk
2006-09-15 16:36:45 +00:00