Commit Graph

4169 Commits

Author SHA1 Message Date
dillon
772404948c Bring kernel malloc documentation up to date, including the example.
PR:	docs/10059
1999-09-29 16:49:18 +00:00
dcs
964d6c79dc Fixes a silly bug that somehow escaped my notice all these months. 1999-09-29 04:46:01 +00:00
brian
960ae0fee6 Show an example of ``set cd off'' 1999-09-26 23:18:54 +00:00
wpaul
31831e3e3c Update the Starfire driver comments and man page to include the URL of
the AIC-6915 Programmer's Manual which I finally found online at Adaptec's
site.
1999-09-26 18:35:30 +00:00
chris
6dfa6014e0 Document the make_dev(9) and remove_dev(9) facilities.
remove_dev(9) is created as a link to the existing make_dev(9) page.

Reviewed by:	phk
1999-09-25 20:12:01 +00:00
jhb
5cccc09508 Update the dictionary to contain all of the words in
/usr/share/dict/{eign,web2,propernames}.  Most of the additions are
proper names, but the word 'all' is a notable exception.

PR:		misc/12285
Reviewed by:	bde
1999-09-25 18:35:42 +00:00
dillon
86c08984c2 mdoc style cleanup
Submitted by:	  Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:21:21 +00:00
dillon
e490eec0dd mdoc cleanup
Submitted by:	  Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:11:54 +00:00
chris
869afb6bbe Remove a useless new line. 1999-09-25 16:11:09 +00:00
chris
ca61dcad0e Document the devtoname(9) kernel interface. 1999-09-25 15:58:33 +00:00
dillon
5fa6799671 More locking clarifications. Add skeleton manual page for VOP_LEASE 1999-09-24 17:11:02 +00:00
dillon
d6997b00fe More synchronization of the VOP documentation to the real world. 1999-09-24 13:58:55 +00:00
dillon
8dad7db428 More clarification of locking requirements. 1999-09-24 10:42:45 +00:00
dillon
386338d04f Bring more VOP manual pages up to date in regards to locking
requirements.
1999-09-24 10:19:43 +00:00
dillon
609f54c951 Update errors in documentation for various VOP_ calls. Specifically,
describe the correct locking state expected on entry and return.
1999-09-24 07:07:02 +00:00
phantom
a2ad4c3e54 Add to .Nm devstat_end_transaction_buf().
Do some ordering.

Noticed by: ken
1999-09-23 13:31:15 +00:00
dillon
173728edba Bring ccd documentation up to date. Reference vinum, elucidate more
on mirroring and interleaving.
1999-09-23 10:04:25 +00:00
phantom
efe68309f1 .PB -> .El
PR:		docs/13283
Submitted by:	Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 22:23:17 +00:00
phantom
1388d0402c Fix style typo.
PR:		docs/13134
Submitted by:	Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 21:51:06 +00:00
phantom
4dd116885d mdoc(7)'fy 1999-09-22 21:43:18 +00:00
phk
760dea228a Document the new free/erase transaction type.
Reminded about by:	ken
1999-09-22 20:27:21 +00:00
wpaul
9e9ee6a9d8 Mention in the documentation that the AOpen/Acer ALN-320 is a supported
ethernet card (PCI, VIA Rhine II chipset).
1999-09-22 19:46:14 +00:00
roger
b7973f6026 Update man page to include the sysclts and kernel options commonly used 1999-09-22 17:36:43 +00:00
jkoshy
53e566e548 Describe the 'start_vinum' rc.conf knob.
PR:		conf/13357
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-09-22 06:26:24 +00:00
chris
76fac7f888 Cross-reference to nca(4) removed: No CAM driver for this device has yet
to be written.
1999-09-22 05:29:53 +00:00
wpaul
ef2bc702ac Spruce up the ADMtek driver: conver to newbus, miibus and add support
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).

Also updated various documentation to mention the AN985 and created
a loadable module.

I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
1999-09-22 05:07:51 +00:00
chris
d651b26a64 Remove reference to eg(4) device: it does not exist anymore. 1999-09-22 05:05:16 +00:00
sos
e4d8633ce8 Update so that only whole blocks are written to disk, the system
has dislearned how to handle != blocksize request to the raw/char
device.
1999-09-21 20:05:54 +00:00
phantom
f763adb99e Synchronization NAME section with SYNOPSIS. 1999-09-21 19:18:09 +00:00
phantom
3c6c2b2412 "tcp_extensions" turns on RFC1323 extensions only.
PR:		docs/13879
Submitted by:	Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1999-09-21 18:50:03 +00:00
dillon
94f8c78352 Bring documentation up to date, add a few more vnconfig examples. 1999-09-21 01:03:11 +00:00
phantom
353c1a6746 Correct spelling : ascii -> ASCII
PR:		docs/13702
Submitted by:	Stephen J. Roznowski <sjr@home.com>
Reviewed by:	mpp
1999-09-20 09:15:23 +00:00
sheldonh
080968c8e2 Remove the wait.1 manpage. There is no userland wait(1) utility, and the
manpage does not describe the builtin wait command provided by either
of the standard shells. There is already an entry for wait.1 in the
builtins.1 MLINKS list.
1999-09-20 08:45:43 +00:00
phantom
a9963de1ee Add link syscons.4 -> sc.4
PR:		docs/13289
1999-09-19 18:15:16 +00:00
dillon
8969f97c23 Minor cleanups
Reviewed by:	Matthew Dillon <dillon@backplane.com>
Submitted by:	 Alexey Zelkin <phantom@cris.net>
1999-09-19 05:30:12 +00:00
phk
45d2461210 document devstat_end_transaction_buf() 1999-09-18 21:31:19 +00:00
dillon
240736f7b9 Bring security page uptodate, add more references, clarify some of
the comments, etc.
1999-09-18 18:21:38 +00:00
brian
f051cabc36 Suggest using just finrst in the dial filter, and not syn.
Submitted by:	Ruslan Ermilov <ru@FreeBSD.org>
1999-09-16 18:52:46 +00:00
jmas
02027682ef Add spanish support, fixing my own PR.
PR:		i386/10595
Submitted by:	Jose M. Alcaide (jose@we.lc.ehu.es)
1999-09-16 10:46:32 +00:00
phantom
3679f156e6 mdoc(7)'fy.
Pointed out by: ru
1999-09-15 18:50:39 +00:00
peter
e2c605abd0 Add a hook for disabling cvs and collect a few similar options together.
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
phantom
8fd7143285 rc.conf -> /etc/motd
PR:		docs/13748
1999-09-14 15:56:58 +00:00
sheldonh
d003c4a860 Correct some hard sentence breaks. Only those surrounding the previous
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by:	bde
1999-09-14 11:46:04 +00:00
ru
4e8bd14844 Adjust descriptions for if_up() and if_down().
Reviewed by:	wollman
1999-09-14 01:05:40 +00:00
ru
a1d29f64f9 - Describe all available message headers.
- Sync structures/constants with sources.
- Fix multiple typos.

Reviewed by:	wollman
1999-09-14 00:26:11 +00:00
phantom
2bef5edabd Document .Ta macro.
Requested by: ru
Ok'ed by: mpp
1999-09-13 18:58:53 +00:00
phantom
3091f835dc Fix typo: vi(8) -> vi(1)
Noticed by: ru
1999-09-13 18:38:53 +00:00
phantom
77fa618a0b Document .Ox and .Nx macros.
Reviewed by:	mpp
1999-09-13 17:33:16 +00:00
phantom
c3fde8b13c Update to current state of filesystems layout (almost complete)
Stylize

PR:		docs/13229
Reviewed by:	mpp
1999-09-13 17:20:58 +00:00
des
4d628082ac Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,
icmp_drop_redirect and icmp_log_redirect.
1999-09-13 09:18:31 +00:00