10513 Commits

Author SHA1 Message Date
yar
f74e2ee7e2 MFC r1.59:
Fix things I misadvised to Nate Lawson:

  - "Ns No" is redundant, so reduce it to just "Ns";
  - use Li to mark up CPU and system power states because here they are
    just strings to be typed literally (add more such mark-up as well);
  - the best practice of typesetting tells us to use an en-dash to
    indicate a closed range; fortunately, groff_char(7) provides such a symbol.

  In addition, consistently use a comma between independent clauses
  coordinated by a conjunction.
2006-08-11 14:03:27 +00:00
glebius
e7ba17f710 MFC ng_tag(4):
A netgraph node that can do different manipulations with
  mbuf_tags(9) on packets.

  Submitted by:           Vadim Goncharov <vadimnuclight tpu.ru>
  mdoc(7) reviewed by:    ru
2006-08-10 10:40:45 +00:00
glebius
fb70b70fbe MFC 1.10:
Add section describing how ARP load balancing works and its
  limitations:
    - Can't load balance behind router
    - ARP balancing + pfsync probably won't work

  PR:             kern/93829
  Wording by:     scottl
2006-08-10 10:16:42 +00:00
keramida
be7542c845 MFC 1.39 and 1.40:
| revision 1.39
| After a mini-discussion with Sam Leffler, remove the hardcoded
| list of Atheros-based cards from ath(4).  The online list is
| always more up to date, anyway.
|
| This invalidates:
|
| PR:             docs/95360
| Submitted by:   Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>

| revision 1.40
| Fix the web-appearance of Hardware notes, in the simplest way
| possible; by re-arranging a couple of sentences in the ath(4)
| HARDWARE section.
|
| Clue by:        bmah
2006-08-08 12:33:12 +00:00
yongari
b9d40d8dfb MFC miibus.4, rev 1.17 to RELENG_6:
Add stge(4) to the list of device drivers use the miibus interface.
2006-08-08 09:34:08 +00:00
yongari
c815af94e7 MFC altq.4, rev 1.21 to RELENG_6:
Add stge(4) to the list of drivers supporting ALTQ.
2006-08-08 09:32:18 +00:00
yongari
a18f2de168 MFC vlan.4, rev 1.30 to RELENG_6:
Add stge(4) to the list of devices supporting full VLAN processing.
2006-08-08 09:28:43 +00:00
yongari
fc9c4ea765 MFC polling.4, rev 1.25 to RELENG_6:
Add stge(4) to the list of devices supporting polling.
2006-08-08 09:26:30 +00:00
yongari
bbdcb0eb38 MFC: Add a man page for stge(4) 2006-08-08 09:14:16 +00:00
cvs2svn
c222d1afc4 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-08-07 23:35:50 +00:00
njl
197b03ad5a MFC: acpi man page formatting updates, sysctl temperature printing fixes. 2006-08-05 05:49:29 +00:00
jkoshy
1407434dba MFC rev 1.2:
- Use SWIDTH0 for combining characters.
  - Unicode 4.1 related changes:
    - Add definitions for a new range of code points
      U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
    - Add U+04F6 and U+04F7 to the Cyrillic range.
    - Mark U+034F "Combining Grapheme Joiner" as non-printable.
    - Add new combining characters in the range U+0350..U+035F
      to the section "Combining Diacritical Marks".

=============================================================================
2006-08-03 08:07:05 +00:00
flz
3ca371f890 MFC:
- Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d script
  and replace it with a new ntpdate_config variable.
  - Document it in defaults/rc.conf and rc.conf.5.
  - Document ntpdate_hosts in defaults/rc.conf.

      src/etc/rc.d/ntpdate: rev 1.15 -> 1.16
      src/share/man/man5/rc.conf.5: rev 1.299 -> 1.300
      src/etc/defaults/rc.conf: rev 1.288 -> 1.289

Requested by:	Chris Timmons <cwt@networks.cwu.edu>
2006-08-02 18:44:12 +00:00
jcamou
365b1c69c6 MFC link:
rc.conf.local(5)->rc.conf(5)

PR:		docs/87698
Approved by:	trhodes (mentor)
2006-08-02 14:29:31 +00:00
njl
1a30664662 MFC: add control of thermal zone setpoints, add sysctl to enable ACPI-based
rebooting, fix sysctl printing of negative decimals, document it all.
2006-08-02 07:21:25 +00:00
yar
8e05b20549 MFC rev. 1.15:
Improve mark-up:  References to "start" as an rc.d method
  should be tagged with ".Cm".  (Refs to "stop" are OK already.)
2006-07-28 16:45:25 +00:00
maxim
abb9755e91 MFC rev. 1.106: NetBSD 3.0.1, DragonFlyBSD 1.6.0. 2006-07-28 16:10:27 +00:00
brueffer
2f6f1ed976 MFC: rev. 1.33
Mention that MegaRAID SAS controllers are supported by mfi(4).
2006-07-27 12:58:08 +00:00
nyan
77dc80c702 MFC: Remove NEC SV-98/2-B05 and B06. 2006-07-26 11:58:32 +00:00
thompsa
9733837fc0 MFC
Add a pseudo interface for packet filtering IPSec connections before or after
  encryption.

  r1.2         src/share/man/man4/enc.4
  r1.4         src/share/man/man4/fast_ipsec.4
  r1.1126      src/sys/conf/files
  r1.549       src/sys/conf/options
  r1.4         src/sys/net/if_enc.c
  r1.22        src/sys/net/if_types.h
  r1.12        src/sys/netipsec/ipsec.h
  r1.12        src/sys/netipsec/ipsec_input.c
  r1.12        src/sys/netipsec/ipsec_output.c
  r1.13        src/sys/netipsec/xform_ipip.c
2006-07-24 23:20:59 +00:00
thompsa
4ee3fdaa1e MFC
Add rc.d/bridge which is invoked when a new interface arrives and can
  automaticly add it to an Ethernet bridge.

  r1.287     src/etc/defaults/rc.conf
  r1.73      src/etc/rc.d/Makefile
  r1.1       src/etc/rc.d/bridge
  r1.20      src/etc/rc.d/netif
  r1.299     src/share/man/man5/rc.conf.5
2006-07-24 20:46:14 +00:00
mnag
db1603ecec MFC 1.15:
- Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"

Approved by:	brueffer (implict)
2006-07-24 02:32:27 +00:00
brueffer
0be70635ac MFC: rev. 1.19
- Bring kern.random output closer to reality
- Remove kern.random.sys.burst, it's no longer available
- Document kern.random.sys.harvest.swi
2006-07-22 09:34:38 +00:00
mr
00bc2e12d9 MFC changes regarding VIA C7 support.
Submitted by:	brueffer
2006-07-21 15:17:33 +00:00
maxim
dd507dfc57 MFC rev. 1.50: fix MTX_SYSINIT prototype. 2006-07-16 06:49:06 +00:00
cvs2svn
a8df0fc243 This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-07-14 22:22:58 +00:00
brueffer
8aa214545f MFC:
Sync with HEAD (rev. 1.14), including information about the firmware ports.
2006-07-12 16:08:49 +00:00
maxim
e0f79f0a90 MFC rev. 1.13: remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags,
add LK_NOSHARE.
2006-06-27 08:04:55 +00:00
wpaul
6640c89228 MFC updates to the re(4) driver from -current 2006-06-26 20:44:34 +00:00
yar
b815069dc8 MFC rev. 1.29-1.33:
Document things that are in RELENG_6 already:

	- <bsd.snmpmod.mk>
	- new spelling of MAN and modern style of NO_MAN
	- the "clean" target of <bsd.prog.mk> removing less files
2006-06-26 13:54:37 +00:00
brueffer
b9ee3676a6 MFC: rev. 1.2
- Convert to new SYNOPSIS layout
- New Sentence, new line
- Remove eol whitespace
2006-06-25 19:47:45 +00:00
thompsa
f7015462e6 MFC r1.13
Document the monitor mode and explain how it can be used.
2006-06-23 04:20:38 +00:00
thompsa
ceb3b898b3 Remove a stale comment, fragmentation support was merged three weeks ago. 2006-06-23 00:50:11 +00:00
thompsa
7527721aa5 MFC r1.18
Document that we can only bridge wireless interfaces in hostap mode, this is
  becoming a faq
2006-06-23 00:41:48 +00:00
brueffer
cd7074101e MFC: rev. 1.10
Boji Tony Kannanthanam no longer supports this driver, Achim Leubner
however still does.  Confirmed by email contact with both of them.
2006-06-22 04:58:47 +00:00
brueffer
0d28c2d88c MFC:
We just have one generic sound driver, reflect this.
2006-06-21 04:28:05 +00:00
brueffer
3e6640514b MFC: rev. 1.35
o sort the HARDWARE list somewhat
o mention ATA and SATA support
o mdoc improvements
2006-06-21 04:27:20 +00:00
brueffer
3f1169ff02 MFC: rev. 1.20
o Remove FILES section (uninteresting for users)
o Xref asr(4)
2006-06-21 04:26:12 +00:00
brueffer
7e99710b04 MFC: rev. 1.26
o Capitalization fixes
o Remove the outdated FILES section
2006-06-21 04:25:22 +00:00
brueffer
7506c6dd26 MFC:
o Convert to our new SYNOPSIS layout
o Add "device scbus/pci/etc" where needed for consistency
2006-06-21 04:24:09 +00:00
brueffer
e6fbfe0f85 MFC: rev. 1.32
- Bring the hardware list up to date
- Convert to our standard SYNOPSIS layout
- Remove the kld from FILES, it's now mentioned in the SYNOPSIS
- Remove useless .Pp call at eof
2006-06-20 05:04:58 +00:00
brueffer
227a0d1eb4 MFC: rev. 1.19
my(4) provides support now as well.
2006-06-19 19:43:04 +00:00
brueffer
ab322511bd MFC rev. 1.14
Mention that the powernow driver also supports AMD Cool'n'Quiet.
2006-06-19 04:44:20 +00:00
netchild
fe53373c91 MFC: sync with -current
- usbdevs:	upto 1.261
	- uscanner.c:	upto 1.71
	- umodem.c:	upto 1.58
	- uvisor.c:	upto 1.26
	- uhid.c:	upto 1.81
	- umass.c:	only the vendor renaming in the quirks
	- umct.c:	upto 1.10
	- uplcom.c:	upto 1.32
	- uvscom.c:	upto 1.27

This brings support of some more scanners, modems, a PDA, a fix for uplcom
and some cosmetic changes.
2006-06-18 20:13:44 +00:00
simon
ba2fc924fa MFC 1.3:
The monetary decimal point (mon_decimal_point) for pt_PT.ISO8859-1
should be a comma (,) and not a dot (.).
2006-06-18 15:37:59 +00:00
mlaier
5086a51b85 MFC:
ALTQ-ify nve(4).

  Submitted by:   Chris Dionissopoulos
2006-06-17 16:46:04 +00:00
maxim
88541f48e4 MFC rev. 1.52: vinum.8 -> gvinum.8 translation. 2006-06-17 12:38:43 +00:00
ambrisko
58d502c1bf MFC, let's hook up things to the build and see what I messed up!
- enable linsysfs
      - enable mfi_linux
      - enable ipmi
A new make universe will be fired off shortly once this makes it back
via cvsup.
2006-06-15 17:57:50 +00:00
brueffer
261860efa2 MFC: rev. 1.27
Be explicit about which chips support jumbo frames.
2006-06-13 14:09:48 +00:00
philip
79f0ee4a0b MFC acpi_asus(4) documentation.
Forgotten by:	philip
Reminded by:	brueffer
2006-06-11 12:02:34 +00:00