Commit Graph

389 Commits

Author SHA1 Message Date
chris 526acc0e8f Update man page with pmap_update change. 2001-09-10 21:25:23 +00:00
gmcgarry f1ad946ad3 Document pci_find_device(). 2001-09-10 20:13:17 +00:00
gmcgarry a4d0e4c970 Fix formatting glitches, from Thomas Klausner. 2001-09-09 04:23:19 +00:00
wiz 4ba2e18ea5 Add hardclock(9). Written by myself, improved via some comments from
Christos (thanks!).
2001-09-09 03:07:09 +00:00
gmcgarry 8f0d50ef8b Spelling and punctuation fixes. 2001-09-05 05:37:41 +00:00
gmcgarry 7f677635d3 Spelling fixes. 2001-09-05 05:30:29 +00:00
wiz 4537f2cc42 Xref hz(9), now that it exists. 2001-09-04 04:03:50 +00:00
wiz b35bc23d45 Add hz(9) man page. 2001-09-04 04:01:49 +00:00
wiz 6d1c80037a Two punctuation fixes. 2001-09-04 03:05:54 +00:00
wiz ab1b3c443e Two punctuation nits, and sort SEE ALSO. 2001-09-04 03:05:07 +00:00
wiz c5d58619a3 One formatting and two punctuation fixes. 2001-09-04 03:03:46 +00:00
wiz 220403858e Remove trailing whitespace 2001-09-04 03:02:19 +00:00
wiz 0307782f8e Sort SEE ALSO, and a punctuation nit. 2001-09-04 03:01:50 +00:00
wiz 28972f3ae7 Fix isa xrefs, and SEE ALSO. 2001-09-04 03:01:27 +00:00
wiz 8a24620130 Punctuation fixes. 2001-09-04 03:00:46 +00:00
wiz 864c460726 Whitespace formatting improvements. 2001-09-04 02:52:44 +00:00
wiz 42a2a8e490 Boring whitespace fixes. 2001-09-04 02:51:15 +00:00
wiz e689590189 Usually, the SEE ALSO section doesn't end with a dot. 2001-09-04 02:48:40 +00:00
thorpej c6fda2584d Define the bus_space_mmap() method for mmap'ing bus space into
user programs.
2001-09-04 02:10:52 +00:00
uwe 8716f207bf bus_dmamem_mmap returns "paddr_t", not "int". 2001-09-03 00:37:54 +00:00
uwe 88ea10eed9 bus_dmamem_mmap: argument "off" is of type "off_t", not "int". 2001-09-03 00:29:35 +00:00
chs e7ef2240d0 put back a sentence that was accidentally removed. 2001-08-17 17:11:51 +00:00
cjs 978a78662a Indicate what the config_found_sm submatch param is set to using config_found. 2001-08-17 06:22:46 +00:00
matt baa8d41395 In the summary, fix pmap_steal_memory return type from void to vaddr_t. 2001-08-11 05:05:13 +00:00
chs f544ed60f2 vm_page_t -> struct vm_page *. 2001-07-28 16:24:13 +00:00
itojun 5145bbe967 document behavior of M_{LEADING,TRAILING}SPACE when mbuf data portion is shared.
(NOTE: this is a netbsd-only behavior)
2001-07-28 16:19:12 +00:00
chs 6bc3e72dcd update uvm_pagealloc() and uvmspace_exec() arguments.
add "void" to functions which take no arguments.
untabify flags lists.
2001-07-28 15:55:14 +00:00
chs 72580e632a update uvm.9 links. 2001-07-28 15:35:10 +00:00
chs 54ada2fc86 vm_map_t -> struct vm_map *.
add UBC interfaces.
2001-07-28 15:31:29 +00:00
bjh21 047d7307f1 Another thing I found lying around: Mention every ioctl tag I could find in
the tree.  Maybe this will stop people picking duplicates so often.
2001-07-26 14:29:09 +00:00
gmcgarry 7b2064c2a5 Bring up to date. pool_create() doesn't exist any longer. Include
missing description of pool_destroy().  Fix some minor nits.

It isn't clear from the source whether pool_reclaim() and pool_drain()
should belong to the exported API.  At least it seems they aren't used.
No descriptions for these functions exist in this manpage.
2001-07-19 21:35:53 +00:00
thorpej 18bf360868 Document BUS_DMA_READ and BUS_DMA_WRITE. 2001-07-19 15:32:06 +00:00
bouyer d548bb4062 Document scsipi_thread_call_callback() and scsipi_target_detach() 2001-07-18 20:35:36 +00:00
wiz 07a7c0df20 Grammar, whitespace and typo fixes. 2001-07-12 15:03:08 +00:00
itojun 373d09ca3c typo fixes, sync with openbsd tree 2001-07-12 12:43:21 +00:00
itojun 6d6ebe430c add altq(9). 2001-07-12 12:35:16 +00:00
perry 3ee53a3696 remove redundant .Pp 2001-07-07 05:45:06 +00:00
perry 8057ca5380 add new b*() and mem*() man pages 2001-07-07 05:08:19 +00:00
perry e7eca1a183 man pages for b*() and mem*(), noting b*() to be obsolete 2001-07-07 05:05:17 +00:00
abs 510da333e5 pcmcia(9) not PCMCIA(9) 2001-07-06 18:11:29 +00:00
jdolecek dbbda99b31 remove the splhigh stuff altogether, that is not going to be requirement 2001-07-05 18:49:20 +00:00
nathanw e66f3a0fe4 Basic man page for setrunqueue() and remrunqueue(). Why not? They're easy. 2001-07-05 18:38:49 +00:00
nathanw e927c2a3b8 The I/O address space of ISA is 16 bits; correct this, but add a note
explaining why it is often treated as only having 10 bits of I/O
address space.
2001-07-05 18:01:15 +00:00
kristerw f3ccdc57d0 Corrected spelling of "-width". 2001-07-01 22:54:39 +00:00
gmcgarry 8752c2315f Add some missing documentation. 2001-07-01 04:11:13 +00:00
gmcgarry e839d267cd Add code references. Fix formatting. 2001-07-01 03:24:51 +00:00
gmcgarry fa0e67711f Fix terminology in discussion on locks. Expand history.
Add cross-references.
2001-07-01 03:23:02 +00:00
gmcgarry 74fb57bcf1 Refer to locks by their correct names as described lock(9). 2001-07-01 03:13:20 +00:00
jdolecek c2f5416992 Add #include <sys/proc.h> to SYNOPSIS, note tsleep() is a macro.
Fixes kern/10770.
2001-06-29 10:54:20 +00:00
itojun 2cb84fbf40 wording - refer to [off, off + len] by "the contiguous region", it should
be more clear
2001-06-28 23:15:24 +00:00