Commit Graph

9705 Commits

Author SHA1 Message Date
ru
e4c0967624 Overhaul ppp(8) build options so they are safe to use in
/etc/make.conf:

NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
ru
220424258f NOINET6 -> NO_INET6 2004-12-21 10:49:29 +00:00
ru
257f3a034a NOGAMES -> NO_GAMES 2004-12-21 10:36:54 +00:00
ru
9ab6c40553 NOCRYPT -> NO_CRYPT 2004-12-21 10:16:04 +00:00
ru
3a8a991d77 NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00
ru
a8ef786265 NOFSCHG -> NO_FSCHG 2004-12-21 09:53:14 +00:00
ru
6f51afcd40 NOINSTALLLIB -> NO_INSTALLLIB 2004-12-21 09:51:09 +00:00
ru
d4b342c4d3 NOMLINKS -> NO_MLINKS 2004-12-21 09:44:43 +00:00
ru
ac4d8337a0 NOTAGS -> NO_TAGS 2004-12-21 09:43:25 +00:00
ru
d783816b4e NOEXTRADEPEND -> NO_EXTRADEPEND 2004-12-21 09:42:10 +00:00
ru
fa418ada13 NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
ru
98b7303173 NOATM -> NO_ATM 2004-12-21 09:08:06 +00:00
ru
2ddf8ee604 NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
ru
54d390266a Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by:	core
2004-12-21 08:47:35 +00:00
brueffer
7c956a827f (fast) ethernet -> (Fast) Ethernet
MFC after:	3 days
2004-12-21 01:09:34 +00:00
paul
884ce3f741 If PORTNAME is set in a system Makefile then hook into the ports
mechanisms to allow a package to be created. This paves the way
for packaging the main tree.
2004-12-20 15:46:56 +00:00
glebius
ec3dd04a28 We have an informative ng_source.4 manpage, which is not installed. 2004-12-19 16:03:06 +00:00
brueffer
6bd22ee6bc Nuke ports-picobsd, it was thrown out a while ago.
Approved by:	linimon
MFC after:	3 days
2004-12-19 02:31:45 +00:00
sobomax
4eec4e251b Add FC929X into the list of supported devices.
Reminded by:	simon
2004-12-18 19:12:06 +00:00
rse
1ad5177c21 Synchronize reference list to the ng_xxx(4) manpages of netgraph nodes
with the actually installed manpages by adding the missing ones. This
way they can be found more easily.

MFC after:	2 days
2004-12-18 15:27:17 +00:00
jkoshy
2a9c7c48da Document "machdep.hlt_cpus".
Reviewed by:	ru
2004-12-18 01:13:37 +00:00
brueffer
0afa8bb51f BCM5721 is supported as well. 2004-12-17 23:03:30 +00:00
rse
97eac10fe1 1. To give the user a clue about the expiration timeout values, mention
the default timeouts of 1800 (activity) and 15 (inactivity) seconds.

2. Fix the "ifinfo" ASCII control message description:
   it requires the interface number as an argument.

MFC after:	2 days
2004-12-17 20:49:01 +00:00
brueffer
4587c477ab Modify the name of the supported bluetooth card.
Discussed with:		emax
2004-12-17 19:01:55 +00:00
brueffer
785ce2756b - add a HARDWARE section based on the hardware notes and the devices
already listed in the manpage
- reword some DESCRIPTION sentences
- Xref ehci(4)
- bump .Dd

MFC after:	3 days
2004-12-17 18:35:38 +00:00
jkoshy
a3cba435fa Remove mention of block devices. Mention that entries under /dev
are managed by devfs(5).  Add cross-references.

Reviewed by:	ru
2004-12-17 14:28:53 +00:00
krion
242c6d57fc Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and add
description for MASTER_SITE_BACKUP.

Based on PR:	ports/74709
Submitted by:	Valentin Nechayev <netch@netch.kiev.ua>
Reviewed by:	ru
MFC after:	3 days
2004-12-17 13:39:55 +00:00
glebius
e766da3c74 Bump .Dd
Reminded by:	ru
2004-12-17 12:59:20 +00:00
glebius
5d29ffc6a8 Note that send(2) is no longer applicable to divert(4) sockets.
Noticed by:	Dmitry Dvoinikov
Wording by:	cperciva
MFC after:	3 days
2004-12-17 11:24:33 +00:00
brueffer
c25a7bd97f - add a HARDWARE section
- several grammar and language fixes
- bump .Dd

MFC after:	3 days
2004-12-17 10:13:02 +00:00
brueffer
903f3efdc1 Add missing word.
MFC after:	3 days
2004-12-17 09:34:48 +00:00
brueffer
a33038ccca Properly capitalize FireWire
MFC after:	3 days
2004-12-17 02:33:42 +00:00
njl
1a6e316653 Inform users how to set throttling and cpu idling variables for the
power_profile rc script.
2004-12-16 22:21:21 +00:00
tom
5dfa27e8bf Sort driver names alphabetically.
MFC after:	1 week
2004-12-16 15:24:53 +00:00
ru
14ce66b3b3 Reflect the removal of jumbo(9). 2004-12-16 11:19:29 +00:00
brooks
4312319fad Add Cisco AIR-CB21AG and AIR-PI21AG to the supported list.
I'm using an AIR-CB12AG to make this commit.

Approved by:	sam
2004-12-16 04:45:16 +00:00
matusita
56c7e316bb Typo fix: s/ROOR/ROOT/;
PR:		docs/75139
Submitted by:	Richard Smith
2004-12-16 03:37:32 +00:00
brueffer
d2c648118a First update for the 5750/5751 chips.
MFC after:	3 days
2004-12-15 23:39:57 +00:00
jhb
6de4ec9e25 Document the new flag for disabling the keyboard port test during probe. 2004-12-15 23:01:45 +00:00
trhodes
74497f6102 Commit patch from ru which groups the ppp(8) options together and
kills my sorting.

Submitted by:	ru
Discussed with:	imp
2004-12-15 19:42:35 +00:00
brueffer
040164a19d Bump .Dd before anyone notices. 2004-12-15 09:32:12 +00:00
brueffer
2f8a08490a List the Adaptec SCSI RAID 2230SLP. 2004-12-15 09:29:47 +00:00
trhodes
06da79bb96 Add options recently added to make.conf. 2004-12-15 02:40:43 +00:00
brueffer
442eede0be Remove clauses 3 and 4 of the license.
Approved by:	Jason L. Wright (original author)
Reviewed by:	imp
Obtained from:	OpenBSD
MFC after:	3 days
2004-12-15 02:19:44 +00:00
trhodes
6bb844e25a Add a few options with regards to ppp(8) and traceroute.
Sort the list, please keep this list sorted.

PR:		48569
2004-12-15 02:10:50 +00:00
simon
70f68c4e17 - Add a HARDWARE section which lists supported devices.
MFC after:	1 week
2004-12-14 22:20:41 +00:00
simon
ef60004811 - Add a HARDWARE section which lists supported devices.
MFC after:	1 week
2004-12-14 22:07:06 +00:00
brueffer
52b87a9e1b - Xref fwip(4)
- bump .Dd

MFC after:	3 days
2004-12-14 19:57:42 +00:00
brueffer
f415d9e9d0 - remove nonexistant "device fwohci"
- sort SYNOPSIS devices
- Xref fwe(4)
- bump .Dd

MFC after:	3 days
2004-12-14 19:56:54 +00:00
njl
22dd4aadc1 Add more information about debugging output. 2004-12-14 19:55:54 +00:00