7267 Commits

Author SHA1 Message Date
sobomax
3934fa2931 Last missed bit of user-setable promisc mode.
Pointy hat to:  sobomax
MFC after:      1 day
2002-08-28 07:24:20 +00:00
schweikh
bf56c74744 Use the xterm termcap that XFree86 ships instead of our somewhat
questionable termcaps.

PR:		bin/41143, also fixes ports/35092
Submitted by:	Andy Sparrow <spadger@best.com>
MFC after:	3 days
2002-08-27 17:33:39 +00:00
trhodes
d4550b5146 Grammar cleanup
PR:	40909
2002-08-27 16:18:07 +00:00
yar
c81f62abfe Language style and grammar fixes.
tx(4) has gained native support for vlan(4).

MFC after:	3 days
2002-08-27 14:26:05 +00:00
yar
7e25ea6e98 Update the section on NIC driver support status.
MFC after:	3 days
2002-08-27 14:01:14 +00:00
obrien
4608c6048d Backout rev 1.4. The code certainly does not spell the sysctl with 'ed':
$ grep disable /sys/boot/i386/libi386/i386_module.c
    if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
2002-08-25 20:02:30 +00:00
dillon
da1dc4af11 Rearrange a sentence that got stuck in the wrong paragraph.
X-MFC after:	(all commits here will be MFCd)
2002-08-25 18:54:04 +00:00
dillon
accc43e905 Clear up confusion in a sentence describing [/var]/tmp. 2002-08-25 18:46:43 +00:00
dillon
928233d6ea Add a section on the net.inet.ip.portrange.* sysctls.
Suggested by: Mike Harding <mvh@ix.netcom.com>
MFC after:	3 days
2002-08-25 18:34:48 +00:00
mike
5157c8334e Append a d to disable to make the ACPI hint example valid.
Submitted by:	Craig Rodrigues <rodrigc@attbi.com>
2002-08-25 16:48:16 +00:00
schweikh
c7378f848b Reformat the mvterm entry to fit mostly in an 80 column terminal.
Suggested by:	bde
MFC after:	3 days
2002-08-25 12:12:46 +00:00
bde
25ef4f34f6 Turned format checking back on. It was left turned off for too long after
the gcc lossage that caused it to be turned off was fixed.

Tested with:	i386/{GENERIC,LINT,...}, alpha/GENERIC
2002-08-25 08:05:02 +00:00
chris
004cc5ab23 Remove a repeated word.
Submitted by:	horikawa
2002-08-25 07:13:05 +00:00
dillon
caeb11da29 Add A section on the retransmit timer sysctls.
MFC after:	3 days
2002-08-25 01:51:57 +00:00
bmah
7eb58ddd8f Really add new fxp(4) adapter names this time.
Forgotten part of a patch from:

PR:		41759
Submitted by:	David Siebörger <drs@rucus.ru.ac.za>
2002-08-24 22:26:52 +00:00
bmah
6be03c7fd1 Update the list of chips and cards supported by this driver.
Based heavily on patches contained in...

PR:		41759
Submitted by:	David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-24 17:00:17 +00:00
schweikh
481161e70b 1) add mvterm
2) add 132 column entries for VESA
3) fix kterm entry tc

PR:		1) misc/39628, 2) conf/13918, 3) misc/22660
Submitted by:	1) Daniel Rudy <dcrudy@pacbell.net>
Submitted by:	2) Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Submitted by:	3) Koji Mori <mori@tri.asanuma.co.jp>
MFC after:	2 weeks
2002-08-22 19:48:13 +00:00
schweikh
5b8471413b Fix typo and ispell while I'm here.
PR:		bin/41819
Submitted by:	Christophe Juniet <cjuniet@entreview.com>
MFC after:	3 days
2002-08-21 07:51:45 +00:00
imp
9cf789ad20 Suggest that function prototypes in kernel headers be alphabetical,
unless there's a compelling reason to deviate.

Submitted by: Don Lewis
Suggestion not objected to by: developers@
2002-08-21 06:58:21 +00:00
archie
2774925446 Man page for new L2TP netgraph node type.
Obtained from:	Packet Design
2002-08-20 22:00:56 +00:00
alfred
aa2ce9317a Fix url for wordlists.
PR: docs/41830
2002-08-20 21:41:14 +00:00
ume
80fb7877b0 Previous commit of adding ut to xterm entry broke kterm-color entry.
3 bytes (ut:) seems too long for kterm-color.  There is a limitation
of buffer size within 1024 bytes in our ncurses.

Submitted by:	mistral@imasy.or.jp
Reviewed by:	matusita
MFC after:	1 day
2002-08-20 16:38:05 +00:00
schweikh
341b7477e7 Insert missing 'are' to fix grammar bogon.
MFC after:	3 days
2002-08-20 14:43:10 +00:00
ru
0d28b9e98c Allow one to override ${MINSTALL} in /etc/make.conf.
Prompted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2002-08-20 11:11:37 +00:00
gordon
edd73c4d45 Update manpage to reflect reality:
xntpd -> ntpd
single_mountd_enable -> mountd_enable
portmap -> rpcbind
2002-08-19 17:57:38 +00:00
schweikh
9d62c6da40 Provide an iso8859 table similar to share/misc/ascii.
PR:		misc/11553
Submitted by:	Oliver Fromme <olli@fromme.com>
MFC after:	1 week
2002-08-18 16:57:45 +00:00
sobomax
f6cebc0606 Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.

Reviewed by:	-hackers, -net
2002-08-18 07:05:00 +00:00
dillon
cec04a1909 Oops, last manual commit was to -stable, should have been to -current.
No biggy, the code MFC to stable will catch up to the docs in a week.

X-MFC after:    -7 days
2002-08-17 20:44:24 +00:00
ache
795eb0b73a Add ut to xterm (which was removed from vt* it refers) 2002-08-17 12:34:59 +00:00
sheldonh
285555e71f Regen:
* Hart:		rev 321 of pcidevs.txt (2002-08-11)
* Boemler:	vendors.txt (2002-08-10)
2002-08-16 14:55:51 +00:00
trhodes
75d84b9b55 Remove usbhidaction(1) manual page under SEE ALSO section. This will be
added again if/when we port the framework.

Submitted by:	mwlucas
Approved by:	joe
2002-08-16 05:01:11 +00:00
blackend
8f1080b775 Fix typos: s/Ths/This, s/counties/countries
PR:		docs/39060
Submitted by:	Nicola Vitale <nivit@libero.it>
MFC after:	3 days
2002-08-15 21:25:41 +00:00
mux
4d52fc47d6 Fix typo. 2002-08-15 13:11:35 +00:00
ru
735fd8f13c mdoc(7) police: fixed indentation in synopsis.
Submitted by:	bde
2002-08-15 08:20:07 +00:00
ru
63aa364919 mdoc(7) police: fixed indentation in SYNOPSIS.
Submitted by:	style(9) police (bde)
2002-08-14 16:09:31 +00:00
ru
f2aa335ea9 mdoc(7) police: minor nits.
Approved by:	imp
2002-08-13 19:43:47 +00:00
ru
ce971426f4 mdoc(7) police: Removed redundant .Ns calls. 2002-08-13 16:07:28 +00:00
joe
05cd61a598 Add a bugs section to mention that this device probably doesn't work
properly.
2002-08-13 15:12:11 +00:00
ru
0452753e9e mdoc(7) police: nits. 2002-08-13 15:01:26 +00:00
ru
561ff48151 mdoc(7) police: typos. 2002-08-13 14:57:33 +00:00
ru
506db62790 mdoc(7) police: nit. 2002-08-13 14:52:41 +00:00
ru
d74861f985 mdoc(7) police: tidy up formatting. 2002-08-13 14:51:17 +00:00
ru
1914fd64c6 mdoc(7) police: revert to a valid construct. 2002-08-13 14:42:24 +00:00
ru
401e9b1069 mdoc(7) police: removed hard sentence break. 2002-08-13 14:39:26 +00:00
ru
6c13f40e3d mdoc(7) police: Bump document date, removed (again) hard sentence breaks.. 2002-08-13 14:37:41 +00:00
ru
134d20225b mdoc(7) police: nit. 2002-08-13 14:25:53 +00:00
ru
51d8822fdb mdoc(7) police: laundry. 2002-08-13 14:20:06 +00:00
ru
0c163aab84 mdoc(7) police: laundry. 2002-08-13 14:12:31 +00:00
ru
a6e3654895 mdoc(7) police: added missing paragraph breaks. 2002-08-13 13:59:35 +00:00
ru
d29ceaeda1 mdoc(7) police: typo and removed stray .Pp. 2002-08-13 13:55:02 +00:00