Commit Graph

1939 Commits

Author SHA1 Message Date
wiz e0df74826a Bump date for reorg. 2010-01-27 06:50:40 +00:00
jruoho 72c95671ed Revert previous. 2010-01-26 22:35:11 +00:00
jruoho be22957280 Give it a single name; it is sufficient to list the functions in the SYNOPSIS. 2010-01-26 21:50:57 +00:00
jruoho 9bca5c6314 Capitalize one more title. Use a complete sentence in CODE REFERENCES. 2010-01-26 21:40:34 +00:00
jruoho c67fb61a01 Move the complete prototypes to the SYNOPSIS. Also capitalize the titles. 2010-01-26 21:37:02 +00:00
pgoyette 5bbbb70cb0 Fix .Bl markup - s/-compat/-compact/ 2010-01-26 18:08:24 +00:00
jruoho 951041f5f8 Document also the sysmon power switches; sysmon_pswitch(9). 2010-01-26 14:00:38 +00:00
jruoho 4bd7b88b38 Mention that all tasks are executed before the halt. 2010-01-26 08:48:39 +00:00
jruoho a1ce08be6b Build links for rest of the sysmon_taskq(9) functions. 2010-01-26 08:14:09 +00:00
jruoho 4e017432fa Clarify that sysmon_task_queue_init() should be called from arch-specific
routine.
2010-01-26 07:58:16 +00:00
jruoho 5f432f93a1 Document also rest of the functions. 2010-01-26 07:53:25 +00:00
jruoho 1555fa1c4f Instead of "general purpose task queue", call it "general purpose system
monitoring task queue". Also include a paragraph about the intended usage.
2010-01-26 07:12:06 +00:00
jruoho c6660bc8ea Improve wording. 2010-01-25 20:09:15 +00:00
jruoho 7f23851633 Add the names of the parameters to the section describing the functions. 2010-01-25 19:58:46 +00:00
jruoho a86c90369f Do not list complete prototypes in the sections describing the functions. 2010-01-25 19:34:37 +00:00
jruoho af55ae111c Add a RETURN VALUES section. 2010-01-25 18:25:08 +00:00
jruoho 2e3ba4a495 Remove two consecutive commas in the SEE ALSO section. 2010-01-25 17:27:41 +00:00
jruoho fe5633bcc1 Add a simple manual page for the simple sysmon task queue.
ok wiz@
2010-01-25 16:16:33 +00:00
jruoho 3b7a2db110 Add CTASSERT(9). From FreeBSD.
ok @wiz
2010-01-25 07:51:17 +00:00
jruoho 0b84726dd6 Provide a FUNCTIONS section and remove the types from the functions therein. 2010-01-24 14:14:55 +00:00
wiz f376c25ee8 Remove xref to itself from SEE ALSO. 2010-01-23 10:38:17 +00:00
wiz 3404992663 Remove trailing whitespace, fix xref to xcall. 2010-01-23 10:37:21 +00:00
wiz 5362627462 Whitespace fix. 2010-01-23 10:37:01 +00:00
wiz 23a66a2d20 Fix Dt, remove trailing whitespace, sort SEE ALSO. 2010-01-23 10:36:42 +00:00
rmind 5f2a9469d1 Cross-link a little. 2010-01-23 00:54:43 +00:00
rmind 3de1bc0741 xcall(9): correct the point about preemption, add NOTES, do not mentioned
some implementation details.
2010-01-23 00:47:03 +00:00
rmind 48290c7a18 Remove xc_init_cpu(), percpu_init(), percpu_init_cpu() - they are part
of implementation, not public API.  OK dyoung@.
2010-01-23 00:17:07 +00:00
rmind ea2aef81a8 Rename xc(9) to xcall(9). OK dyoung@. 2010-01-23 00:03:38 +00:00
dyoung 5efa5cba1b Per rmind@'s suggestion, describe the cross-call implementation in more
detail (by pulling more text from sys/kern/subr_xcall.c).

Mention that a cross-call can be preempted, and xref kpreempt(9).
2010-01-22 23:27:01 +00:00
dyoung e54b20a385 Install manual pages for cross-calls and per-CPU storage. 2010-01-22 23:14:28 +00:00
dyoung 045697a27b Add a manual page for cross-calls. Somebody should read this to
make sure I've described it correctly and intelligibly.

TBD: hook this up in the Makefile and in the set lists.
2010-01-22 20:43:48 +00:00
dyoung a4693cbb4b Cross-reference xc(9) instead of queue(9). 2010-01-22 20:41:50 +00:00
dyoung aa310e1ddd Add missing .El. 2010-01-22 20:40:36 +00:00
dyoung cd1709255c Move a start of sentence to the first column. 2010-01-22 20:27:57 +00:00
dyoung 3246497ec1 Mention all of the API routines in the NAME section, and capitalize
'percpu'.  Also in the NAME section, call it a "Per-CPU storage
allocator."
2010-01-22 20:18:46 +00:00
dyoung 6a3223be07 Add a manual page for per-CPU storage. Somebody should read this to
make sure I've described it correctly and intelligibly.

TBD: hook this up in the Makefile and in the set lists.
2010-01-22 20:11:16 +00:00
wiz e19b1da713 Fix typo. Make HTML-ready. Remove trailing whitespace. Add dot in
abbreviation.
2010-01-22 10:28:08 +00:00
hubertf 4be2fea5d0 Document sysctls 2010-01-22 09:18:07 +00:00
pooka 1ca57fc3a6 add short description for bpf.9 2010-01-20 12:09:39 +00:00
wiz 341409ee85 Bump date for previous. 2010-01-20 07:27:21 +00:00
dyoung b042b809d6 Update PMF documentation: rename pmf_device_resume_subtree to
pmf_device_subtree_resume.  Briefly describe pmf_qual_t and add it to
the PMF function signatures.

There's still a lot left to document.
2010-01-20 00:39:30 +00:00
pooka f7353c3dbb Remove MKLINKS for VATTR_NULL, so that the obsolete lists don't
have to do the work every build.
2010-01-20 00:35:05 +00:00
wiz a9c45a9667 Remove empty line. Bump date for previous. 2010-01-08 13:57:29 +00:00
pooka 4b8d8af4b8 Undocument checkalias() -- it was removed two years ago. 2010-01-08 13:15:45 +00:00
pooka 648b32e7e0 vcount() was removed 2010-01-08 13:10:48 +00:00
pooka 1e2c1aedaf Remove documentation for removed macros. 2010-01-08 12:41:33 +00:00
rmind adff6195d5 pcq(9): use more accurate wording, do not expose implementation details. 2010-01-08 12:12:49 +00:00
dyoung 0109fc751f Install pcq.9 and links. Update set list accordingly. 2010-01-08 06:25:14 +00:00
pooka 711aa0a221 fix markup (this is how i have enough things to commit) 2010-01-08 00:45:50 +00:00
pooka 6f8c79f758 * update copypasted struct vattr (nobody wants manpages autogenerated
from interface descriptions because then we'd all be out of
  things to commit)
* make "CODE REFERENCES" make a little more sense
2010-01-08 00:43:57 +00:00