Commit Graph

63 Commits

Author SHA1 Message Date
is
10fc645f15 Make clear which of these functions need to be called by hardware drivers. 1997-05-25 15:55:21 +00:00
is
580187839a Documentation of Ethernet and FDDI driver support functions and macros. 1997-05-25 15:54:22 +00:00
jeremy
dcfd9aaa8a Add intro(9). 1997-05-22 03:46:33 +00:00
jeremy
a9f5946c00 Reduce redundant 'describes'. 1997-05-22 03:41:00 +00:00
jeremy
d58b5c298b Introduction to kernel internals section. 1997-05-22 03:39:20 +00:00
jeremy
d354506769 Remove extra whitespace. 1997-05-22 02:12:18 +00:00
jeremy
44572d2bb8 Description of sun3 interrupt handler interface functions. 1997-05-22 00:39:26 +00:00
jeremy
b0dc94ccd1 Added SUBDIRS= for architecture dependent directories. 1997-05-21 22:45:16 +00:00
jeremy
98b6233268 Added missing function arguments. Also made it clear which process receives
the data.
1997-05-21 03:14:07 +00:00
explorer
51096e423b Add kernel log() man page. Will add other logging/printing functions soon. 1997-05-12 23:51:56 +00:00
mrg
601c0eaed7 update this a bit. 1997-04-13 13:48:51 +00:00
mikel
848bdf7930 supply missing .Nm, and other cleanup 1997-04-11 05:14:20 +00:00
gwr
45e8a48a8f Renamed boot to cpu_reboot 1997-03-27 20:23:48 +00:00
gwr
b2d05722be Renamed boot to cpu_reboot (via repository copy) 1997-03-27 20:15:05 +00:00
christos
8a6e9721ca const poisoning. 1997-03-24 21:20:03 +00:00
perry
ab8dd6a331 fix typos per pr-3349 submitted by SAITOH Masanobu 1997-03-18 14:25:29 +00:00
is
6ecca3f700 add arpresolve and arpintr descriptions 1997-03-17 14:06:49 +00:00
is
41d77d21fc Fix yet another typo. 1997-03-16 20:24:08 +00:00
is
b40ff398db fix typo 1997-03-16 20:06:37 +00:00
is
bf744fd321 Fix .Nx call. 1997-03-16 20:04:13 +00:00
is
ea7a8a2959 Pull the ARP support function man page up to the main branch. 1997-03-16 19:43:17 +00:00
is
04b6278587 Pull this to the main branch. 1997-03-16 19:26:53 +00:00
mikel
ac8b6fad77 add incomplete spl(9); realphabetize Makefile. 1997-03-11 06:15:05 +00:00
mikel
b4340460f0 fix swapped tsleep() arguments; PR misc/3192.
also some minor edits.
1997-02-06 05:05:21 +00:00
veego
bc9228cf4f Fix typo in the last commit. 1996-12-27 10:42:47 +00:00
pk
7002100e64 Document disklabel routines. 1996-12-27 10:20:25 +00:00
tls
ffb2108034 option is PFIL_HOOKS, not PACKET_FILTER 1996-12-02 01:00:50 +00:00
tls
0def6ae7ee .Dt request takes two and only two arguments; use of three leads to rather strange looking man page headers. :-) 1996-12-02 00:11:31 +00:00
pk
83ace05e18 Have a shot at mi_switch()' and cpu_switch()'. 1996-11-25 22:06:04 +00:00
pk
6b2334f637 Correct two typos. 1996-11-18 22:16:50 +00:00
mrg
8a92017f34 update copyright. 1996-11-18 10:26:18 +00:00
lukem
5d37ffa7eb fix the the typos 1996-11-10 23:58:22 +00:00
lukem
11ca454b56 parameter names in (t)sleep() for identifier should be 'void *ident'
not 'void *indent' for consistency with wakeup() and with its use.
1996-10-30 05:32:10 +00:00
lukem
e0a2103855 fix typo 1996-10-30 05:29:54 +00:00
gwr
52ddd70542 Clarify the description of return values, and add a BUGS section
describing the ambiguity of -1 error return from fuword().
1996-10-17 14:27:06 +00:00
thorpej
4ae1b44967 Sync with the extent map implementation; just document the new
flags.
1996-10-17 08:33:42 +00:00
explorer
3e8ed4be5a add copyright and netbsd rcs tag 1996-10-09 17:20:04 +00:00
ghudson
f48afa5735 Install mrg's pfil man page, which he forgot to have installed. 1996-09-24 07:33:08 +00:00
ghudson
126dd6897b Correct a typo: sc_dk in a softc structure should be a struct disk, not
a struct disk *, at least as used in the example.
1996-09-24 07:18:44 +00:00
ghudson
1369a02a4b Document bootstr parameter added by mrg a little while ago. 1996-09-24 07:01:26 +00:00
ghudson
c8301c319b Install extent.9 and symlinks for each of its functions. 1996-09-24 06:46:03 +00:00
ghudson
e3d475e885 Describes the extent manager introduced in NetBSD 1.2A. 1996-09-24 06:03:12 +00:00
mrg
506716a5c9 add pfil manual page. 1996-09-06 05:27:47 +00:00
explorer
4d3eeec183 add panic(9) man page 1996-08-10 23:14:11 +00:00
pk
c360ca6e11 Make untimeout(9) description match reality.. and add a BUGS section for it. 1996-06-23 22:32:34 +00:00
pk
8623ef54ac Add timeout(9)/untimeout(9) 1996-06-23 22:11:56 +00:00
pk
082fe57749 Add tsleep(9)/sleep(9)/wakeup(9) 1996-06-23 14:04:43 +00:00
pk
232b002d95 Add psignal()/pgsignal()/gsignal() 1996-06-22 22:57:35 +00:00
pk
d1d8376b06 Fix spelling. 1996-06-19 22:53:54 +00:00
pk
a212048a9c .Pa' => .Fa' 1996-06-19 22:50:16 +00:00