Commit Graph

362 Commits

Author SHA1 Message Date
jdp
571b1f3aae Add src-kerberos5 to example supfiles. 2000-03-05 18:52:44 +00:00
kris
c4759fbf2b Document NO_OBJC for disabling Objective C support 2000-03-05 10:53:24 +00:00
kris
301ace952c Document NODESCRYPTLINKS 2000-02-29 06:17:33 +00:00
mjacob
51bbac99ce Update SES userland examples to something out of the toy stage.
Approved: jkh
2000-02-29 05:44:19 +00:00
kris
10a53b26c3 Update the description of NOCRYPT and NOSECURE to match reality. 2000-02-28 07:07:26 +00:00
kris
d692e3e48c Document the following buildworld knobs:
NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
2000-02-27 22:56:27 +00:00
kris
f15c78a34e Document NOPERL for disabling building of PERL altogether. 2000-02-27 22:44:46 +00:00
shin
6eec9ed1bf Add IPv6 related docs.
Reviewed by: phantom
2000-02-26 19:44:12 +00:00
markm
9eff7bd88d Add userland tweakables for OpenSSH and OpenSSL. 2000-02-24 23:08:19 +00:00
rwatson
d9fc3265ca Intoduce a new make.conf entry, NO_MAKEDEV, and modifications to
/etc/Makefile so that if it is defined, MAKEDEV all is not called
during a make distribution.  This helps clean up the messy userland
in jail(), by reducing the number of devices exposed in jail.
Modifications to jail(2) to follow.

Approved by:	jkh-arius
2000-02-09 04:08:18 +00:00
sos
9cb44cb16a Dont confuse our users with this, the ata driver uses burncd. 2000-01-29 15:47:46 +00:00
archie
79aedf971b Add another netgraph example. This one shows how to set up a simple
UDP tunnel between two subnets.
2000-01-28 00:44:30 +00:00
brian
c9666137ad Add some practical filter examples. 2000-01-27 23:57:43 +00:00
sumikawa
4885020635 Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'
Suggested by:	asami
2000-01-27 19:17:33 +00:00
markm
86aed7e046 Add a (commented out) macro that will, when uncommented, cause Kerberos5
(AKA Heimdal) to be built. Suitable admonishments about the experimental
state of this code are included.

SEROUS HACKERS ONLY!!
2000-01-24 20:16:41 +00:00
mjacob
0ad8069c80 Add a minimal example set of how to use the SES ioctls to monitor
SES/SAF-TE devices. It's usable enough (in chpmon) to be alerted as you'd
like to be if a powersupply goes south.
2000-01-15 22:47:17 +00:00
asmodai
fe4782859c Change the /usr/src mention to /usr/doc, since it is a doc supfile.
PR:		15974
Submitted by:	Vivek Khera <khera@kciLink.com>
2000-01-11 10:48:47 +00:00
phantom
4ecb6808cc Remove binary files from source tree 2000-01-09 12:57:41 +00:00
sumikawa
0136736e06 Add new define USE_INET6, which enbale IPv6 support on certain
packages.

Approved by:	asami
Reviewed by:	billf
2000-01-08 12:23:57 +00:00
brian
af7aa614bb Add protocol to ``nat port'' examples - it's mandatory.
Suggested by:	Mark Knight <markk@knigma.org>
2000-01-05 02:59:28 +00:00
brian
68e11d8f31 The '-' character in chat scripts should only be escaped
twice (since the parsing routines were fixed).
1999-12-29 22:32:11 +00:00
billf
dabe8502c8 Add DOCSUPFILE, like PORTSSUPFILE. (ie 'make update' in /usr/doc)
PR:		docs/15439
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from:	ports/Makefile
1999-12-16 02:22:17 +00:00
hm
624458e78e update to isdn4bsd beta release 0.90 1999-12-14 21:14:28 +00:00
billf
0ebed298fb Use the traditional bmake magic.
Reviewed/approved by:	sos
1999-12-14 08:47:59 +00:00
billf
13428ef953 -Wall.
Reviewed/approved by:	sos
1999-12-14 08:47:42 +00:00
dillon
cc25afd700 Make the cvs-supfile cover the entire repository - add the doc hierarchy.
Approved by: jkh
1999-12-12 16:44:26 +00:00
marcel
6ea77bd8af Revert previous commit.
Requested by: bde
1999-12-09 09:35:36 +00:00
mpp
73c77bc1ec Make share/examples/mdoc and share/misc/mdoc.template internally
consistent, and consistent with mdoc(7) and mdoc.samples(7).

PR:		doc/15352, doc/15353
1999-12-08 22:15:09 +00:00
marcel
c191db4c86 Remove support for symlinks instead of copies. This also avoids
using mtree. Space is being saved by other means.
1999-12-08 13:47:30 +00:00
archie
f95f4dac4c Add two new generic control messages, NGM_ASCII2BINARY and
NGM_BINARY2ASCII, which convert control messages to ASCII and back.
This allows control messages to be sent and received in ASCII form
using ngctl(8), which makes ngctl a lot more useful.

This also allows all the type-specific debugging code in libnetgraph
to go away -- instead, we just ask the node itself to do the ASCII
translation for us.

Currently, all generic control messages are supported, as well as
messages associated with the following node types: async, cisco,
ksocket, and ppp.

See /usr/share/examples/netgraph/ngctl for an example of using this.

Also give ngctl(8) the ability to print out incoming data and
control messages at any time.  Eventually nghook(8) may be subsumed.

Several other misc. bug fixes.

Reviewed by:	julian
1999-11-30 02:45:32 +00:00
brian
88586e3ffa An example of how to configure PPPoE. 1999-11-21 23:40:38 +00:00
julian
8b9fecf27b Add an example of how to run raw IP across a sync port. 1999-11-19 07:04:36 +00:00
julian
bb88f11df0 Add an example of how to set up a frame relay link using netgraph and
the 'sr' sync card.
1999-11-19 06:56:34 +00:00
joe
c7b77e0fac Added $FreeBSD$ idents. 1999-11-16 17:27:07 +00:00
yokota
7cf34e340e - This is the new version of libvgl jointly developed by sos and I.
It adds new functions and extend some structures and can handle
  VESA modes.
- Update the man page.
- Bump the library version number.

(The old version will be added to compat3x.)
1999-11-08 11:37:46 +00:00
bp
a571bc71e2 Add examples for a mount_nwfs command. 1999-11-03 12:06:13 +00:00
brian
cf0ad355e2 5 minutes == 300 seconds, not 600 !
Submitted by:	Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
ru
e21687df17 Recommend "secure-stable-supfile" instead of "secure-supfile". 1999-10-04 17:38:57 +00:00
brian
6183281b7a Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
Suggested by:	Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
dcs
f1302d0ade Fixes a silly bug that somehow escaped my notice all these months. 1999-09-29 04:46:01 +00:00
brian
33b2b7986d Show an example of ``set cd off'' 1999-09-26 23:18:54 +00:00
sos
5d91bd0a99 Update so that only whole blocks are written to disk, the system
has dislearned how to handle != blocksize request to the raw/char
device.
1999-09-21 20:05:54 +00:00
brian
352bb122b6 Suggest using just finrst in the dial filter, and not syn.
Submitted by:	Ruslan Ermilov <ru@FreeBSD.org>
1999-09-16 18:52:46 +00:00
peter
d8cb4fd6a8 Add a hook for disabling cvs and collect a few similar options together.
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
brian
751f03e159 Show how to prioritize UDP packets 1999-09-07 07:58:17 +00:00
brian
1de1bf2425 alias -> nat 1999-09-07 07:56:54 +00:00
markm
8472278dfb Knob for Perl thread support. 1999-09-04 10:03:27 +00:00
jdp
2706adaf06 Add ports-irc, ports-java, and ports-x11-servers. For some reason
these made it into the RELENG_3 branch but not into -current.
1999-08-31 18:06:53 +00:00
jdp
461102cfc3 Adjust the examples to reflect the new "src-sys-crypto" collection.
Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository.  People fetching the repository might want them.
1999-08-31 17:26:21 +00:00
mpp
06d17e2da3 Add $FreeBSD$ lines to these example man pages, along with a note
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.
1999-08-28 23:32:12 +00:00