Commit Graph

1707 Commits

Author SHA1 Message Date
apb
5eec0d1cf3 Fix typo and stray line in previous. 2009-03-14 20:47:08 +00:00
apb
1cc26678f7 Minimal documentation for disk-related ioctls; mostly derived from
comments in sys/dkio.h
2009-03-14 20:39:05 +00:00
wiz
52e3c1f016 New sentence, new line. 2009-03-12 13:13:16 +00:00
abs
fbcfe9c7af Clarify free_list usage in uvm_page_physload() regarding faster/slower RAM.
Slower RAM should be assigned a higher free_list id.
No functional change to code, just comments and manpage
2009-03-12 12:55:16 +00:00
joerg
9b5703cfb2 Replace vertical spaces with paragraphs. 2009-03-12 12:49:36 +00:00
joerg
c6d6c060d8 Replace vertical space with paragraph breaks. 2009-03-12 12:48:56 +00:00
joerg
43e5aad940 No space between dot and macro name. 2009-03-12 12:48:26 +00:00
joerg
9f33bc066d Fix markup. 2009-03-12 12:46:17 +00:00
joerg
9e7bb98513 Consistently use .Dv for SA_SIGINFO, .Sv doesn't exist. 2009-03-12 12:44:08 +00:00
joerg
96ce279d40 Remove redundant markup. Add missing width for .Bl -tag. 2009-03-12 12:43:13 +00:00
joerg
efe5fd20a7 .Bl already provides the vertical space between items, so don't add
additional space manually.
2009-03-12 12:42:12 +00:00
joerg
9fd92be501 .Fa Dv is redundant, only .Dv is effective, so remove the .Fa. 2009-03-12 12:41:01 +00:00
joerg
4910a567bf Use .Vt for variables, not .Va and manual line breaking. 2009-03-12 12:40:20 +00:00
joerg
2c8a95a535 Replace Ft br Fn ... Pp dance with simpler .Bl -ohang. 2009-03-12 12:39:15 +00:00
joerg
7d0fb7de6b Fix markup. 2009-03-12 12:37:18 +00:00
joerg
e9a2afbd1d Fix preamble 2009-03-11 13:52:49 +00:00
joerg
0d16285a6e Avoid .br, use .An for authors as suggested by wiz. 2009-03-10 11:56:48 +00:00
joerg
14c36f5de7 Instead of .Xo + .Fo and .Fc / .Xc, just use .Fn. We don't want to
support a troff with macro argument limit. OK wiz.
2009-03-10 10:30:28 +00:00
joerg
997634fe14 Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
joerg
cfac7cbf5d Reorder .Bl and .Pp so make it clear that the space goes before the
list.
2009-03-09 17:29:25 +00:00
joerg
7f7a616578 .br -> .Pp, the former is not a mdoc(7) macro. 2009-03-09 17:28:12 +00:00
joerg
dff8e10393 .br -> .Pp, the former is not mdoc markup 2009-03-09 17:17:02 +00:00
msaitoh
f9ccf64b65 Fix typo(s/interupt/interrupt/) 2009-03-05 01:38:12 +00:00
mjf
7baa62a7b4 Typo and grammar fixes.
- s/though/through/ appropriately.
- autoconf(4) doesn't exist, autoconf(9) is the correct reference.
2009-02-27 12:55:15 +00:00
dyoung
67e93d9a27 Update date. 2009-02-20 00:13:57 +00:00
dyoung
060fafc7cd Clarify that dmamp is undefined if bus_dmamap_create(9) fails. 2009-02-20 00:10:57 +00:00
wiz
ee30bd33e5 Mark up NULL and SCHED_*. 2009-01-29 22:33:31 +00:00
ad
a9743c2461 - Allow creating timeshard kthreads. To be used to fix the RAIDframe
parity rewrite issue.
- Create kthreads in the SCHED_RR class by default, not SCHED_FIFO.
2009-01-29 22:00:26 +00:00
wiz
3db9b887d7 Remove trailing whitespace and bump date for previous. 2009-01-24 10:39:58 +00:00
yamt
a98fc11858 note that bufq_cancel might be expensive 2009-01-24 05:54:35 +00:00
uebayasi
7caa97c9ca config_found_sm(9) -> config_found_sm_loc(9) 2009-01-16 09:51:34 +00:00
yamt
70de973662 g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
christos
24af933098 mention panic uses. 2009-01-12 16:28:03 +00:00
jdc
68874eb4ac Add missing callout_* links and order the callout_* links as per the
manual page.
2009-01-04 19:33:56 +00:00
jdc
639713fd10 Add callout_pending to NAME section. 2009-01-04 19:32:16 +00:00
wiz
c1e161c47f Mark up NULL with .Dv. 2008-12-29 15:57:01 +00:00
ad
a6dfe8170e Add a bunch of new text, in particular:
Use of KM_NOSLEEP is strongly discouraged as it can
	create transient, hard to debug failures that occur
	when the system is under memory pressure.

	In situations where it is not possible to sleep, for
	example because locks are held by the caller, the
	code path should be restructured to allow the allo-
	cation to be made in another place.
2008-12-29 12:43:47 +00:00
ad
a3caa093d1 Tweak text. 2008-12-29 12:18:12 +00:00
stacktic
49e78c0c1f VFS_UMOUNT -> VFS_UNMOUNT; fix typo. 2008-12-23 09:11:59 +00:00
ad
e486cbc29c -Kernel preemption is currently disabled by default.
-It can be enabled by tweaking kern.sched.kpreempt_pri sysctl.
+On architectures where kernel preemption is not supported natively, these
+functions may still be used.
2008-12-21 10:32:56 +00:00
cegger
e2017bb870 MALLOC and FREE macros no longer exists. 2008-12-19 13:41:03 +00:00
wiz
e0b3354a66 mdoclint cleanup:
Sort SEE ALSO, fix xref sections, new sentence - new line.
2008-12-17 10:33:35 +00:00
christos
6be7b1d936 kill bitmask_snprintf 2008-12-16 22:50:32 +00:00
pooka
a6139afb88 pmap_kernel() is syntactic sugar for kernel_pmap_ptr now. 2008-12-09 20:49:40 +00:00
isaki
ebf3ebe713 Fix two typos in function name. 2008-12-07 05:15:21 +00:00
wiz
031e00d766 Fix typo, remove .Pp before .Sh (unneeded). 2008-11-28 22:31:01 +00:00
tsutsui
038f5e59df - use Em for HZ
- add xrefs to hz(9) and time_second(9)
2008-11-28 11:16:26 +00:00
tsutsui
244d8626e7 - reorder description per meanings
- note header files in SYNOPSIS
- remove obsolete internal description about hardclock(9)
- note that microtime(9) and microuptime(9) family functions are prefered
  for atomic operation (from FreeBSD's time(9))
- add more related Xrefs
2008-11-28 11:13:47 +00:00
tsutsui
bcd97fa439 Sync with microuptime(9):
- improve punctuation
- add explicit xref to hz(9)
- use Em for HZ
2008-11-28 10:55:41 +00:00
tsutsui
f7287b16da - use Em for HZ
- also add hz(9) to SEE ALSO
2008-11-28 10:52:22 +00:00