Commit Graph

1469 Commits

Author SHA1 Message Date
wpaul
e9122c3369 Update to include info about the 1000baseTX adapters. 2000-04-22 02:17:44 +00:00
green
9738fe7145 Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/. 2000-04-21 01:19:53 +00:00
green
9299befccf s/of possible/if possible/ 2000-04-21 01:14:33 +00:00
chris
4d657494f0 Add a .Pp between the forklist_fn typedef and the at_fork prototype. 2000-04-19 02:43:04 +00:00
chris
156a0f183a Replace a literal vertical space with a .Pp macro. 2000-04-19 02:42:11 +00:00
chris
d985994730 Fill in a missing word (`it'). 2000-04-19 02:32:41 +00:00
bsd
0704827a96 Update the man page regarding the behaviour for the ${firewall_type}
variable.

Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
2000-04-17 12:48:29 +00:00
msmith
65df8843ed Flesh this manpage out; add a more complete list of supported controllers
and add a list of controller diagnostic messages.
2000-04-11 02:53:45 +00:00
dfr
8031b933e7 Use the existing Fx macros for rendering "FreeBSD ver".
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-04-10 08:21:16 +00:00
archie
14c7590727 Add ng_mppc(8) netgraph node as a KLD module.
Obtained from:  Whistle source tree
2000-04-09 21:07:39 +00:00
dfr
2d18287eb4 Add manpage for kernel object system. 2000-04-08 13:24:40 +00:00
bp
aed3eeb310 Uncomment ETHER_II frame and remove BPF related variable. 2000-04-06 03:09:56 +00:00
imp
4b312a286f Awi driver, ported from NetBSD from Atsushi Once-san.
From the README:
	Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
	with PCnetMobile firmware by AMD.
	   BayStack 650   1Mbps Frequency Hopping PCCARD adapter
	   BayStack 660   2Mbps Direct Sequence PCCARD adapter
	   Icom SL-200    2Mbps Direct Sequence PCCARD adapter
	   Melco WLI-PCM  2Mbps Direct Sequence PCCARD adapter
	   NEL SSMagic    2Mbps Direct Sequence PCCARD adapter
	   Netwave AirSurfer Plus
			  1Mbps Frequency Hopping PCCARD adapter
	   Netwave AirSurfer Pro
			  2Mbps Direct Sequence PCCARD adapter

Known Problems:
	WEP is not supported.
	Does not create IBSS itself.
	Cannot configure the following on FreeBSD:
		selection of infrastructure/adhoc mode
		ESSID
		...

Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
2000-04-06 02:48:48 +00:00
sheldonh
9e6ba208ab Whitespace change:
Remove single-space hard sentence break introduced in the previous
commit.

Reviewed by:	jmb
2000-04-04 15:32:37 +00:00
sheldonh
4ae4d58ad1 Explain static numbering.
Reviewed by:	asmodai
2000-04-03 13:07:33 +00:00
yokota
10ee03476d Brush up the last commit.
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.

Submitted by: sheldonh
2000-04-03 09:40:04 +00:00
chris
1289a633c8 - Add HPFS and NWFS vnode tags.
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
  1.102.

Reviewed by:	alfred
2000-04-02 23:53:57 +00:00
jmb
090fde9a76 Add support for the LinkSys USB10T network adapter that
contains the ADMtek Pegasus AN986 USB chipset.  The
	adapter supports both 10BaseT and 100BaseT (including
	full-duplex).  The product code for these adapters is
	0x2206.
2000-04-02 12:43:34 +00:00
asmodai
e6ca4d95a0 Add and install BUS_SETUP_INTR.9.
This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9.

Reviewed by:	n_hibma
2000-04-02 12:00:52 +00:00
asmodai
11f5dbf689 Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
These got replaced by BUS_SETUP_INTR().

This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.

And then people wonder why the docs suck so much at times.

Reviewed by:	peter
2000-04-02 09:25:15 +00:00
yokota
b8d756efbd - Reflect recent update. 2000-04-02 08:25:34 +00:00
grog
93a4c91d7e Enable installation of picobsd.8 2000-04-02 04:32:44 +00:00
asmodai
69beb5834b Remove spurious .Fc which caused this manpage to be closed
prematurely.
2000-04-01 20:31:07 +00:00
imp
85126e2d6b Add notes about pci support. 2000-04-01 06:46:17 +00:00
dillon
d7295a1a39 Add a sysctl to specify the amount of UDP receive space NFS should
reserve, in maximal NFS packets.  Originally only 2 packets worth of
    space was reserved.  The default is now 4, which appears to greatly
    improve performance for slow to mid-speed machines on gigabit networks.

    Add documentation and correct some prior documentation.

Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
2000-03-27 21:38:35 +00:00
roberto
48dd6f2068 Really remove all traces of wst.4 from the Makefile.
Re-broken by:	n_hibma :)
2000-03-27 15:22:18 +00:00
jhb
91203ebc06 Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
TAILQ_REMOVE_HEAD.

PR:		docs/17590
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-03-27 13:26:45 +00:00
n_hibma
37935ccdc3 USB Zip 250 drives are now supported
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
n_hibma
2bb52bfb41 Undo the previous commit. Early morning commits are no good either. I
meant to commit umass.4
2000-03-27 08:59:53 +00:00
charnier
6e109d2561 Remove duplicate word 2000-03-26 15:24:53 +00:00
hm
ab98c8b96b pcvt cleanup. Update the pcvt(4) manpage to reflect current state. 2000-03-26 12:41:37 +00:00
des
e270c54784 s/curproc/self/
Spotted by:	Ben Smithurst <ben@scientia.demon.co.uk>
2000-03-26 12:20:35 +00:00
des
cfc69d4ffa Add a manpage for linprocfs. 2000-03-25 14:03:31 +00:00
mpp
c5558d929a Fix some spelling errors. 2000-03-24 02:17:04 +00:00
mpp
dc5007186c Fix a couple of typos and make the FILES section follow mdoc style. 2000-03-24 01:57:57 +00:00
mpp
5c61b43d27 Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:49:46 +00:00
billf
e6908e3e94 Grammar nit ("has not got a very good recovery" -> "does not recover well") 2000-03-24 01:41:58 +00:00
mpp
20d005f1a0 Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:37:42 +00:00
mpp
646d7ca28d mdoc style fixes. 2000-03-24 01:15:04 +00:00
mpp
ff3d188205 Fix a spelling error. 2000-03-24 00:47:49 +00:00
bde
fce3c66cc6 Fixed missing #include of <sys/types.h> in synopsis. 2000-03-23 16:20:20 +00:00
bde
a0e94fcb09 Fixed bitrot in synopsis (the third arg of vsunlock went away). 2000-03-23 14:33:14 +00:00
ru
cd2b2c7148 Refer to the correct include file for the IPTOS_XXX constants. 2000-03-22 16:02:49 +00:00
n_hibma
ed21c3fe28 Remove the trailing zeroes on the entries for the kernel config.
Submitted by:  Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
asmodai
09344fa4cd Remove trailing comma. 2000-03-21 17:34:56 +00:00
asmodai
9ac7e48ff7 As bde was kind to point out:
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."

Submitted by:	bde
2000-03-21 16:38:19 +00:00
asmodai
0cdc6910f4 Fix lameness I introduced by typing the Xr as a filename, sigh. 2000-03-21 13:46:57 +00:00
asmodai
da862b0d61 Fix EXAMPLE -> EXAMPLES.
Add Xr's for SPLASSERT and CONDSPLASSERT.
2000-03-21 13:21:36 +00:00
asmodai
103cdcbbac Assorted bag o' fixes:
fix Jonathan's name, fix copyright date, man -> manual,
	add const before char *msg, add email address.
2000-03-21 13:18:40 +00:00
shin
9158e5fe47 Remove references to man pages that don't exist.
PR: docs/17506
2000-03-21 02:46:28 +00:00