Commit Graph

5599 Commits

Author SHA1 Message Date
assar
dc506e8e8a change the default mode from adhoc to bss (infrastructure)
Reviewed by:	Brooks Davis <brooks@one-eyed-alien.net>
2001-03-12 06:13:39 +00:00
bp
c8a9bee5a0 Apply some grammar fixes.
Submitted by:	asmodai
2001-03-12 05:18:37 +00:00
assar
220a5ddedc change default from adhoc mode to BSS (infrastructure) 2001-03-12 04:49:50 +00:00
ache
fd37bd4a04 Shift+Ins - paste buffer
Shift+PrintScr - prev. screen
2001-03-11 23:41:19 +00:00
mjacob
533d5eb0f0 Document the make_dev_alias function. 2001-03-11 20:10:45 +00:00
alex
ad2f1eef1d Add a manpage for the DEV_MODULE kernel macro. 2001-03-11 17:30:08 +00:00
alex
0e850a63fe Use type of modeventhand_t for the event handler (defined in module.h).
Add a reference to module(9) for more info about the event handler.
2001-03-11 17:07:20 +00:00
alex
dc7752e507 Fix brain damage: s/CDEV_MODULE/DEV_MODULE/ 2001-03-11 16:52:17 +00:00
alex
967c312f2a Add MODULE_DEPEND.9 and MODULE_VERSION.9 2001-03-11 14:42:38 +00:00
alex
bab4668b71 Add a manpage for the MODULE_DEPEND macro. 2001-03-11 14:33:34 +00:00
alex
b025521e1b Add a manpage for the MODULE_VERSION macro. 2001-03-11 14:33:15 +00:00
alex
e93d61c449 Add calls to MODULE_VERSION and MODULE_DEPEND to the EXAMPLE. 2001-03-11 14:18:23 +00:00
alex
fe5528ed4b Cross references between the DEVICE_*(9) manual pages. 2001-03-10 19:53:38 +00:00
alex
024b6e2552 Add references to the various DEVICE_*(9) manpages, otherwise people
don't even know about these.
2001-03-10 19:42:26 +00:00
alex
2c0c5c482c Add DEVICE_IDENTIFY.9 2001-03-10 19:37:27 +00:00
alex
7a9918051c Add a manpage for the last of the driver's functions, the identify
routine.

PR:		18654
Submitted by:	myself (reworked today)
2001-03-10 19:34:42 +00:00
alex
95039a0988 Two mdoc fixes:
- .Os is used without "FreeBSD" nowadays.
- remove hard sentence breaks.
2001-03-10 19:12:46 +00:00
markm
6fa077bb07 Update for /dev/random improvements. 2001-03-10 16:08:04 +00:00
sobomax
394b9b217f AMD K6/K6-2/Duron/Athlon CPUs support MMX too.
Missed by:	kris
2001-03-10 11:49:05 +00:00
okazaki
9342ff04ac Fix typo.
Approved by:	tanimura
2001-03-10 10:19:38 +00:00
bp
c5809f4ee7 Add documentation for mchain API.
Reviewed by:	asmodai, ru (mbchain.9)
2001-03-10 06:10:48 +00:00
billf
6d31fbaf7e fix spelling errors, clarify comment, add $FreeBSD$ 2001-03-10 05:28:46 +00:00
gshapiro
5ee2aa53b3 Use the correct path to the SASL .h files as installed by the SASL port.
MFC candidate.

Submitted by:	jeh
2001-03-10 00:31:07 +00:00
phk
75afbf0041 Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
entirely as previously advertised.

md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
2001-03-09 20:09:28 +00:00
phk
4e6c170009 Make md(4) more in line with reality.
NB: probably contains mdoc mistakes, feel free to fix.
2001-03-09 20:07:37 +00:00
ru
6b7d9ead17 mdoc(7) police: in mdocNG, -offset and -width values without scaling
indicator are treated as strings, so "-offset 0" will set the offset
to the width of the string "0", as opposed to "no offset".

TIP: if offset is not needed, the -offset clause may be omitted.
2001-03-09 16:22:37 +00:00
alex
2eecc9f70e Add module.9 and DECLARE_MODULE.9 2001-03-09 14:16:46 +00:00
alex
d5c4d029d3 Add a general manpage about kernel modules, similar to driver(9).
Reviewed by:	dfr, ru
2001-03-09 14:12:43 +00:00
alex
4a73f7e4a2 Add a manpage for the kernel macro DECLARE_MODULE.
Reviewed by:	dfr, ru
2001-03-09 14:11:56 +00:00
ru
bbec953696 Make it possible to use IP_TTL and IP_TOS setsockopt(2) options
on certain types of SOCK_RAW sockets.  Also, use the ip.ttl MIB
variable instead of MAXTTL constant as the default time-to-live
value for outgoing IP packets all over the place, as we already
do this for TCP and UDP.

Reviewed by:	wollman
2001-03-09 12:22:51 +00:00
jhb
8b63a08ab0 Document how to compile KTR into the kernel, tweak its behavior, and
examine the event logs in ddb(4).
2001-03-09 03:43:18 +00:00
jhb
2a04346236 Document the ithread_* API used to manage interrupt threads and their
list of handlers.
2001-03-09 03:30:20 +00:00
jhb
f3bae11011 Add 2001 to copyright. 2001-03-09 03:17:18 +00:00
jhb
abd0a49968 - Add 2001 to copyright.
- Kthread functions return an error status, they don't set errno to an
  error status.
- Remove the BUGS section as all the bugs listed have been fixed now.
2001-03-09 03:09:30 +00:00
jhb
96fc368a01 The 'gdb' command works on the alpha as well as the i386. 2001-03-09 03:07:53 +00:00
ru
ced286fdd0 MFS: update HISTORY, synch dates. 2001-03-07 12:52:53 +00:00
ru
24357bd9f5 Replace custom type of comments here too. 2001-03-07 09:26:18 +00:00
sos
b2bed05051 Update woith latest chipsets and options 2001-03-07 08:12:24 +00:00
markm
df6f86bea7 Grammar police. 2001-03-06 10:19:12 +00:00
markm
207867400c Fix markup.
Submitted by:	ru
2001-03-06 10:08:36 +00:00
ru
a4e4522ce3 mdoc(7) police: Use Vt for variable types. 2001-03-06 08:22:10 +00:00
gshapiro
6f2e207aff Use a different example to avoid confusion 2001-03-06 02:06:02 +00:00
gshapiro
f98e59f677 Do not change the directory permissions for the source area, just the
install area.

Noticed by:	msmith
2001-03-06 02:01:57 +00:00
jhb
eb1c975e0b Adjust swi.9 MLINKS to catch up to the new swi API. 2001-03-05 23:48:38 +00:00
jhb
24856cc504 Catch up to the new swi API. 2001-03-05 23:47:34 +00:00
jasone
92553ca53b Implement shared/exclusive locks.
Reviewed by:	bmilekic, jake, jhb
2001-03-05 19:59:41 +00:00
assar
6b9562cb2d remove warning of experimental nature of heimdal. it's now the same
version as the one in ports (and the latest at that), except that not
all programs that are in the port get built
2001-03-05 18:54:27 +00:00
ru
5391a1c15a Fixed typo. 2001-03-05 15:37:03 +00:00
ru
3b5443960d mdoc(7) police: misc fixes. 2001-03-05 14:25:41 +00:00
ru
e784677087 mdoc(7) police: markup/spelling fixes. 2001-03-05 10:03:03 +00:00