159 Commits

Author SHA1 Message Date
msaitoh
eba40aeea0 Add missing period. 1998-11-10 16:22:46 +00:00
bouyer
14a02d6d19 Man page describing the interface between the MI core wdc and its bus
front-ends.
1998-10-19 12:52:21 +00:00
jtk
3493c17663 add bioscall(9) for i386 1998-10-01 02:33:50 +00:00
kleink
1d6ab6aedc Typo (run queue array name). 1998-09-22 11:24:52 +00:00
jeremy
7e8c997a3f Added microtime.9. 1998-09-15 01:40:47 +00:00
jeremy
58cfb334aa Manual page which describes the microtime() function for obtaining the
current value of the system realtime clock.
1998-09-15 01:38:01 +00:00
pk
a3360f0c95 oops, roff parameter overflow. 1998-09-10 16:41:57 +00:00
pk
060d9ca064 Document the "skew" extensions. 1998-09-10 16:04:36 +00:00
enami
5cf1acbac0 comma is not a part of argument. 1998-09-10 04:04:42 +00:00
frueauf
f4a3ad9ff9 Keep the alphabetical order. 1998-09-03 09:30:05 +00:00
msaitoh
8d1acbb7fd s/January/June/
This is a bug between rev. 1.3 and 1.4.
1998-09-03 08:20:08 +00:00
msaitoh
6f4ce5dfdd Eliminate extra comma in SEE ALSO section 1998-09-03 08:12:56 +00:00
augustss
0589dc769d Fix kprintf related Makefile problems.
From John.P.Darrow@wheaton.edu, fixes PR 6091.
1998-09-03 07:27:38 +00:00
jeremy
d3b609004c Corrected my incorrect usage of hyphens, en-dashes, and em-dashes. 1998-09-03 01:58:56 +00:00
jeremy
5f0b8ba018 Changed to suggest using sun3/autoconf.h rather than machine/autoconf.h to
reflect the new system include file locations.
Reworded slightly and added more macros.
1998-09-03 01:54:28 +00:00
jeremy
1a56a0bb75 Reformatted slightly and changed to use more macros. 1998-09-03 01:39:17 +00:00
jeremy
f69a99ee74 Cleaned up some statements.
Added cross references to related pages.
1998-09-03 01:05:03 +00:00
jeremy
9fff07817c Added subsections for easier reading and some explanatory paragraphs.
Used special groff characters where applicable.
1998-09-03 00:54:23 +00:00
jeremy
45a63ebc4b Changed references to filesystem paths to use the mdoc filesystem path
macro (.Pa).
1998-09-02 05:13:07 +00:00
jeremy
268853e1ea Added missing punctuation and utilized more mdoc macros where possible. 1998-09-02 05:05:22 +00:00
jeremy
d04d27d492 Added kprintf.9 and its aliases. 1998-09-02 04:40:02 +00:00
jeremy
e7ec199a9c A manual page describing the kernel printf functions and the special formatting
options which differentiate them from their user space counterparts.
1998-09-02 04:39:23 +00:00
pk
243ce288ee Fix date. 1998-08-17 15:27:13 +00:00
eeh
6bf713764a Document vm_offset_t => {vaddr_t,paddr_t} changes in the interface. 1998-08-14 05:05:07 +00:00
pk
d52b27682e The new memory resource pool scheme. 1998-07-29 22:10:47 +00:00
pk
6648745358 Add a few more memory types. 1998-07-29 22:07:14 +00:00
msaitoh
1c30ddba45 fix a small bug 1998-07-26 20:18:52 +00:00
ross
e3f1cf7cc1 s/count/flags/ in bus_space_barrier() section. 1998-07-07 06:40:34 +00:00
msaitoh
e3df3fdd2a fix typo. 1998-07-06 22:57:33 +00:00
lukem
266136f3cd fix punctuation 1998-06-08 11:33:21 +00:00
lukem
2b88450ec9 fix up case of variables 1998-06-08 11:32:58 +00:00
lukem
023eaa15b7 remove unnecessary paragraph separator 1998-06-08 11:31:44 +00:00
thorpej
9ebbfc77a5 Add a section about locking within the extent manager. 1998-06-06 02:32:28 +00:00
kleink
afeaa5bb57 Use size_t to pass the length of the memory region to operate on to chgkprot(),
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.
1998-05-09 15:04:39 +00:00
mrg
f3ca264c1e uvm_swapout is a static function, not exported. does not belong in uvm.9 1998-05-09 00:48:20 +00:00
kleink
9294a5a40b Create a link for uvm_swapout(9). 1998-05-08 16:18:37 +00:00
kleink
24842ff3ee Fix a couple of prototypes, and sync with the recent vslock()/vsunlock()
interface change.  Also, add an item for uvm_swapout().
1998-05-08 16:00:49 +00:00
mrg
c6588a7ac7 add uvm.9 1998-05-04 07:10:45 +00:00
thorpej
4ad2b50a58 Update for recent changes to vslock()/vsunlock(): document that the context
is taken from the provided proc, and remove the BUGS section, since it
has now been addressed.
1998-04-30 06:32:39 +00:00
kml
238a0147cd rt_timer documentation 1998-04-29 04:17:26 +00:00
ross
7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
mrg
45159fa631 convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and
change pfil_add_hook to put output filters at the tail of the queue,
while continuing to place input filters at the head of the queue.  update
the two users of these functions, and document these changes.

fixes PR#4593.
1998-03-19 15:45:30 +00:00
kleink
e32643d8e3 Update to reflect that copy*str() implementations must be able to handle NULL
being passed in the 'done' argument.  Also, s/NULL/NUL/ where appropriate.
1998-02-22 17:38:35 +00:00
pk
f4a1052f8e Describe the client-provided storage option. 1998-02-20 00:00:00 +00:00
gwr
a73737ae77 remove man9.sun3x from SUBDIR list 1998-02-19 04:20:21 +00:00
gwr
d0157e04e9 see sun3 1998-02-19 04:18:43 +00:00
perry
34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
thorpej
3f24da3fc9 - Document the new bus_dmamap_sync() interface and related changes.
- Add an AUTHOR section, and fill it in with the folks involved with
  designing and implementing this interface.
1998-02-04 06:42:53 +00:00
hubertf
5653bc5ab0 s.SYNOPSIS.DESCRIPTION., fixes PR kern/4898
by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>
1998-01-27 16:04:53 +00:00
lukem
385bb40506 add pool.9 1998-01-10 01:05:17 +00:00