Commit Graph

513 Commits

Author SHA1 Message Date
wiz 1d4b57bbcf ispell 2002-05-25 11:07:28 +00:00
wiz 58fa596f1c Remove a superfluous 'no'. kern/17022 by John Heasley. 2002-05-25 10:45:39 +00:00
wiz 171f5bbdd8 Fix Dt. 2002-05-25 10:44:38 +00:00
wiz 24a55aa86f Fix Xref. 2002-05-25 10:44:22 +00:00
gmcgarry fc81003482 Document some mandatory machine-dependent interfaces. Addresses PR16272. 2002-05-25 02:16:35 +00:00
wiz 4ec2ce6e75 mdoc police, and a slight grammar improvement. 2002-05-19 15:24:35 +00:00
sommerfeld f5b0c9f28f Describe swizzled vs. unswizzled interrupt fun 2002-05-18 23:03:19 +00:00
bouyer 30ff94427d Note PERIPH_CAP_DT for DT clocking capability, and that CAP_SYNC/CAP_WIDE*
is for ST clocking only.
2002-05-15 11:17:32 +00:00
wiz d30d25dc1a Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
atatat 66ffa38431 Provide some documentation on the EPASSTHROUGH new world order. 2002-04-28 14:13:38 +00:00
enami d60499e75b Fix sample code:
- Put single space around binary operator or after a comma.
- Lineup case label with switch().
- ANSIfy.
- Use \e to print \.
- Deref the pointer to get a value.
2002-04-22 08:44:05 +00:00
wiz d2c35cc474 Various fixes, from spelling to mdoc. 2002-04-05 23:19:31 +00:00
bouyer 99ff14de48 Add a man page for mstohz() 2002-04-05 18:30:32 +00:00
heinz 7719786762 wording 2002-04-02 14:16:34 +00:00
heinz 87e2a62572 typos 2002-04-02 14:14:45 +00:00
chs 272a0d7448 correct and clarify the previous revision. 2002-04-01 17:30:02 +00:00
manu f5542b6481 Added uvm_swap_stats() 2002-03-29 08:56:31 +00:00
eeh fe394d06b6 Explicitly document previously undocumented (and changed) semantics
of pmap_clear_reference and pmap_clear_modify.
2002-03-28 18:22:20 +00:00
heinz 503cf59ccc some typos 2002-03-23 22:36:45 +00:00
wiz 728eccc7b2 Markup fix. 2002-03-19 10:34:50 +00:00
gmcgarry f7968ef883 Document keymaps. 2002-03-19 05:35:18 +00:00
ad 3f357e222f Sync with reality. 2002-03-16 12:10:18 +00:00
wiz 42aa648b4c Remove a superfluous comma. 2002-03-13 21:45:38 +00:00
kent abc0e4d655 Fix a typo 2002-03-13 03:46:55 +00:00
kent d1b86e1e52 Update struct audio_params and description of set_params().
Feel free to correct my poor English ;-)
2002-03-11 15:09:51 +00:00
wiz 2f9d07f100 ispell, and a grammar fix. 2002-03-10 18:39:42 +00:00
junyoung a59447b7ad Fix typos. 2002-03-10 17:31:25 +00:00
kleink 26c19c6081 Fix the declaration of the function to be registered with kthread_create{,1};
from Peter Seebach in PR kern/15838.
2002-03-08 23:03:23 +00:00
kleink 1bab3ca63c * Sync with implementation: declare the `id' argument to pci_conf_hook()
as pcireg_t, which is more appropriate.
* Fix the argument order to pci_conf_hook (d'oh!).
2002-02-25 00:40:19 +00:00
reinoud 4ce664ad5c Add the missing `int free_list' argument to the uvm_page_physadd() in the
documentation.
2002-02-21 21:52:27 +00:00
kleink 76f3f21f4c Be a little more specific about cacheline_size. 2002-02-21 20:27:35 +00:00
kleink e02250730b Document firstbus and cacheline_size arguments, too. 2002-02-21 16:26:27 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
uwe e32fc00efe s/passwd/passed/ 2002-02-12 16:14:13 +00:00
wiz a774afda30 Whitespace nits, and a paragraph fix. 2002-02-11 22:09:18 +00:00
eeh 1c986d2f83 New fine-grained BUS_SPACE_SYNC* operations. Since these are completely
machine dependent, port maintainers need to implement them themselves.
2002-02-11 22:05:13 +00:00
kleink 6ba195c4e1 Add link for pci_conf_hook(). 2002-02-11 18:48:03 +00:00
kleink 47294af050 Add documentation for pci_conf_hook(). 2002-02-11 18:43:39 +00:00
wiz 441cd2f38e Fix typo reported in misc/15524. 2002-02-07 14:30:22 +00:00
ross 8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
eeh 1630fbf09b De-clunikfy some grammar. 2002-02-01 18:47:17 +00:00
wiz 0f1c65a154 Remove superfluous dot. 2002-01-21 17:39:18 +00:00
wiz 6147e5d240 Fix typo in macro. 2002-01-21 17:38:21 +00:00
nathanw 0244dbad00 Reserve the SA malloc type on the trunk. 2002-01-12 00:00:39 +00:00
deberg 2549a25553 sync type list with <sys/malloc.h> 2002-01-07 01:00:31 +00:00
deberg fe19c3cc0e add MALLOC.9 and FREE.9 2002-01-07 00:59:43 +00:00
deberg 83b973efe6 typos 2002-01-06 22:42:41 +00:00
deberg bf6454fc5c fix typo 2002-01-06 22:15:19 +00:00
deberg 8c068e11b6 add VOP_GETPAGES to NAME and create link 2002-01-06 21:29:20 +00:00
deberg d9337359c8 fix typo 2002-01-05 20:35:49 +00:00