markus
8ab36c09a8
s/udi_peed/udi_speed/
...
Approved by: brueffer
MFC after: 3 days
2004-06-23 23:25:58 +00:00
brooks
33bd77e91b
el(4) stopped needing to me a count device in December 2000.
2004-06-23 17:33:25 +00:00
scottl
dd4bc2ed67
Document the new passthrough interface.
2004-06-23 00:27:56 +00:00
le
e94d425852
Catch up with the dev_t -> struct cdev change.
2004-06-22 20:18:15 +00:00
ru
d3f53232a6
ng_fec(4) is not anymore incompatible with ng_ether(4).
...
Submitted by: Gleb Smirnoff
2004-06-22 09:23:31 +00:00
ru
2cc50c54db
Fixed copyright owner.
2004-06-22 09:11:01 +00:00
ru
ea21882cb7
Document the "fec" Netgraph node type.
...
Submitted by: Gleb Smirnoff
OK'ed by: julian, wpaul
2004-06-22 09:09:18 +00:00
des
b8689def0a
The default setting for hosts is "files dns", not "dns files".
2004-06-21 19:35:36 +00:00
trhodes
e3d9f92298
Add manual pages for cm(4), esp(4), rc(4) and snc(4).
2004-06-21 18:20:57 +00:00
rik
e4dd46f82f
MFCronyx: add cross-references, fix history section.
2004-06-21 18:10:10 +00:00
mpp
2897581d0a
Spelling fixes.
2004-06-21 17:42:49 +00:00
bde
c62cf4ddbd
Fixed style bugs in previous commit (151 characters of trailing whitespace).
2004-06-21 16:12:02 +00:00
rik
ddf2a4ee45
MFcx(4) 1.23: markup fixes by ru@.
2004-06-21 15:14:27 +00:00
mpp
fb259505ce
Spelling fixes.
2004-06-21 14:54:43 +00:00
mpp
8ef0e8a832
Spelling fixes.
2004-06-21 14:43:09 +00:00
mpp
c4a06c8e96
Spelling fixes.
2004-06-21 14:23:31 +00:00
mpp
eaa9f15572
Spelling fixes.
2004-06-21 14:11:45 +00:00
pjd
7a9e41c110
- Missing trailing slash for a kern directory check.
...
- Check in both places if ${_dir}/conf/kmod.mk exists.
- Style fixes (lines too long).
Submitted by: bde
2004-06-21 08:41:50 +00:00
yar
78bc349bfd
Extend the description of SIOC[GS]IFCAP.
2004-06-21 05:13:22 +00:00
des
7608f3ccc8
Bump document date.
...
Requested by: ru
2004-06-20 18:15:20 +00:00
mpp
ece4a2cdf8
Spelling fixes.
2004-06-20 13:33:35 +00:00
mpp
b643febdc2
Spelling fixes.
2004-06-20 13:17:37 +00:00
mpp
e9e34a132d
Spelling fix and add $ FreeBSD $ tag
2004-06-20 13:07:25 +00:00
mpp
320404766f
Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)
2004-06-20 12:51:23 +00:00
mpp
7b08e91e2d
Sync up ERRORS section with errno.h.
2004-06-20 12:44:42 +00:00
mpp
a2de809d4a
Fix a spelling error.
2004-06-20 12:35:16 +00:00
smkelly
7d7ce7e28f
Yield to ru's ninja-like manpage skills and update watchdog(4) to
...
look more like other manpages. Move some content around, use an EXAMPLES
section, etc.
Submitted by: ru
2004-06-19 21:17:07 +00:00
imp
9a6c1ed4f4
The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,
...
but it appears to have a 3CxFE575BT under the hood (and is identified
as such by the xl driver). Add it to the list of supported cards. No
driver changes are required or necessary to support this card.
2004-06-19 19:46:13 +00:00
green
f67091f046
Document rc.conf's "keyboard" directive.
...
Reminded by: dougb
2004-06-19 00:18:13 +00:00
pjd
861ab9f6f2
Check if ${_dir}/kern exists as well, because if it doesn't exists
...
we will fail later and we can miss good kernel source tree directory.
I found this trying to compile kld module and it finds 'conf/kmod.mk'
in '../..', but it fails later, because there is no 'kern' directory,
but there is valid kernel source tree still in /usr/src/sys/.
2004-06-18 16:38:42 +00:00
des
624eaa574a
Update the description of struct ifreq, and document SIOC[SG]IFCAP.
2004-06-18 13:07:18 +00:00
bms
c05c974343
Add an example to rc.conf(5) about how to use the static_routes variable.
...
We already do this for jails and their various control variables.
PR: conf/62772
2004-06-18 01:28:33 +00:00
ru
0479585a9d
Assorted markup, spelling, and grammar fixes.
2004-06-17 19:51:17 +00:00
ru
309b690374
Fixed markup bugs.
2004-06-17 17:51:17 +00:00
ru
c5e3be2b7c
Fixed markup bugs.
...
Spell function correctly when talking about restarting after a signal.
2004-06-17 17:49:30 +00:00
fjoe
885650db5e
Change remaining references to "arlconfig" to "arlcontrol".
...
MFC after: 0 days
2004-06-16 21:31:05 +00:00
ru
6b590797c3
Markup fixes.
2004-06-16 15:57:59 +00:00
ru
4a2b1c0775
Tiny markup fixes.
2004-06-16 15:47:45 +00:00
ru
aa52a5a900
Assorted markup, spelling, and grammar fixes.
2004-06-16 08:33:57 +00:00
krion
f7f06b3719
Add descriptions for new path, info, maint, cat, bdeps, and
...
rdeps variables and some new examples for "make search".
Approved by: josef (mentor)
MFC after: 2 days
2004-06-16 07:29:21 +00:00
bms
9756fdf768
Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.
...
PR: bin/51927
2004-06-16 05:04:17 +00:00
ru
0cb4d158d6
Overhaul the markup.
2004-06-15 19:26:11 +00:00
bms
e9a675dec9
mdoc(7) police
...
Submitted by: ru
2004-06-15 16:48:42 +00:00
ru
e3d6440363
Overhaul the markup.
2004-06-15 12:48:50 +00:00
bms
32557ff0fd
Add an MLINKS entry, rawip, to make the raw socket userland documentation
...
somewhat easier to find.
PR: docs/30873
Requested by: Douglas De Couto
2004-06-15 01:18:56 +00:00
bms
dbea17bc83
Add a paragraph about the importance of byte order when using raw
...
sockets with the IP_HDRINCL option.
Add a list entry about the errors which IP_HDRINCL can return.
Bump .Dd.
PR: docs/30873
Submitted by: Douglas De Couto
Obtained from: BSD/OS (byte order), some old libnet stuff I did years ago.
2004-06-15 01:08:09 +00:00
bms
dc22af89a4
Add Device ID for: TI 802.11b/g Wireless Cardbus/PCI Adapter
...
PR: conf/67700
Submitted by: Jukka A. Ukkonen
Reviewed by: http://www.pcidatabase.com/
2004-06-15 00:38:12 +00:00
bms
fe51475230
Add Device ID for: Radeon 9200 Series - Secondary.
...
PR: conf/67700
Submitted by: Jukka A. Ukkonen
Reviewed by: http://www.pcidatabase.com/
2004-06-15 00:36:08 +00:00
simon
aa5653471f
Add HP Smart Array 6422 and V100 to the list of supported controllers.
2004-06-14 22:10:56 +00:00
jdp
ee17fcf8f3
Update the .Dd date for previous commit.
...
Gently nudged by: krion
2004-06-14 18:33:21 +00:00