obrien
d70334e5c8
Move NOPROFILE' and
NOPERL' to be with the reset of their "NO" brethren.
2000-09-02 22:46:04 +00:00
obrien
eb1ebd2900
Move the kernel's "cflags" to be next to the world ones.
2000-09-02 22:43:18 +00:00
brian
a176bb4b2c
Add a PPP_NOSUID hook
2000-08-18 00:09:46 +00:00
brian
b157a81560
Use an MRU of 1504 with 1500 byte MRRUs
2000-08-17 14:40:42 +00:00
brian
bee81ee9de
Make this file look prettier
...
Bump the MRU by 4 bytes to make room for the MP header
Down the autoload threshold to a practical value
Don't specify the ISDN bandwidth as 65536 (ahem!)
Don't specifiy a carrier period (the default of 6 seconds is fine)
2000-08-17 14:39:24 +00:00
brian
4ba8b79917
Make the pppoe-in config entry a bit more useful (and verbose)
2000-08-15 15:13:16 +00:00
joe
35b55cf748
MFS4: The stable branch is now RELENG_4 not RELENG_3. Alex changed this
...
in RELENG_4, but not in HEAD.
2000-08-13 14:14:41 +00:00
joe
e7eabf2bfc
Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
...
SUPFLAGS when a 'make update' is run. This means that the supfile
doesn't need to be edited because the -h will override the
CHANGE_THIS.FreeBSD.org host.
2000-08-13 12:36:40 +00:00
imp
c8d462a744
Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
...
it does.
2000-08-13 01:41:35 +00:00
imp
133f7e3683
Change NOSUIDPERL to BUILD_SUIDPERL. One must now explicitly enable
...
building suidperl.
2000-08-10 22:55:58 +00:00
ben
ab26e9c142
Mention the non-English docs as well as ports.
2000-08-05 18:34:17 +00:00
jim
55273123ee
Explain that in order to track -STABLE, you should leave the src-all
...
collection uncommented.
PR: 20398
Submitted by: Jeff Blaine <jeffblaine@mediaone.net>
Reviewed by: jhb
2000-08-04 22:29:52 +00:00
jdp
058dbd5693
Remove everything resembling a comment from "refuse" and put the
...
explanations into a new file "refuse.README". Some users are simply
copying these files and expecting them to work -- without even
reading them. I don't want to spend any more time closing bogus
PRs from that.
Also correct an error or two in the patterns.
2000-08-04 21:32:52 +00:00
ache
785cf59e07
Add #ports/hebrew
2000-07-31 04:14:52 +00:00
asami
5adb1b9769
Add ports-hebrew.
2000-07-31 00:13:44 +00:00
mjacob
94d46e7245
Don't get stuck in a loop calling exit from an atexit routine. Clean
...
up cam_fill_ctio usage to passed atio flags. Clear periph_priv area
of new ctio so if the kernel is dumb enough to look at them (this is
a SECURITY hole) the panic will be obvious instead of subtle.
2000-07-18 04:39:36 +00:00
mjacob
0789d31aa3
Clean up after oneself on exit.
2000-07-17 02:05:45 +00:00
ben
ced2168127
Clarify that CVSup doesn't understand comments in refuse files.
...
PR: 19949
Submitted by: Jun Ushida <ushida@msa.biglobe.ne.jp>
2000-07-16 20:34:54 +00:00
abial
c7bf2569fa
These patches implement dynamic sysctls. It's possible now to add
...
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.
Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.
Please see the manpages for detailed discussion, and example module
for typical use.
This work is based on ideas and code snippets coming from many
people, among them: Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.
PR: kern/16928
Reviewed by: dfr, green, phk
2000-07-15 10:26:04 +00:00
mjacob
8771b75a01
Whoops- more changes in last checkin than TARGIODEBUG-
...
some additional TARGIOCCLEAREXCEPTION ioctls added as
needed.
Obtained from: gibbs@freebsd.org
2000-07-14 20:30:28 +00:00
mjacob
b3e623026f
Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use).
2000-07-14 20:26:59 +00:00
peter
b9b09beff7
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
...
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to
confuse myself last time and made make.conf different to the code. ;-(
Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
2000-07-14 09:18:21 +00:00
markm
b42c412805
The World Order has changed. We no longer need separate "secure"
...
collections for crypto code; these are merged into cvs-all and
src-all.
OKed by: jdp
2000-07-09 16:03:53 +00:00
brian
9934efd0dd
Add various system usernames (even though I try to avoid pppd!!!)
...
PR: 19717
Submitted by: Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
peter
4f5fa991c0
Delete the RSAREF=YES example from make.conf - it is not used at all.
...
Add knobs for the optional crypto parts with some notes.
2000-07-03 20:52:01 +00:00
peter
ce9a88b473
Include the src-crypto-rsa collection by default for internat users.
2000-06-29 09:03:59 +00:00
peter
98d01cd6a5
List src-secure-rsa and clarify that cvs-crypto does not have it.
2000-06-29 09:00:23 +00:00
obrien
0784a9a9df
Add BDECFLAGS so people can use them easily in /etc/make.conf.
2000-06-26 21:43:19 +00:00
obrien
53eb2d3431
If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
...
world as was our old way, rather than when building a kernel.
Some people do not like the new way, and the release building still assumes
modules are built with the world.
2000-06-17 10:51:56 +00:00
hoek
1e9a6591b3
Add a NO_LPR option. Useful for people who want to use LPRng.
...
PR: bin/18787 (David Gilbert <dgilbert@velocet.ca>)
2000-05-31 21:45:15 +00:00
brian
4c78d6dcb7
Mention that some PPPoE servers cache MAC addresses
2000-05-30 17:06:55 +00:00
dirk
ac80812473
Remove -a from mkisofs' argument list. It's the default for version 1.12.1
...
and up and causes mkisofs to fail if present.
Add $FreeBSD$ while I'm here.
Ok'ed by: jkh
2000-05-25 20:12:10 +00:00
kris
1a749c1007
Add /bin/tcsh for completeness
...
Submitted by: knu
2000-05-14 10:21:18 +00:00
kris
ff95bdf738
Note that ports-base is a mandatory collection and your ports will not
...
build correctly if it is not kept up to date.
Hopefully this will help with the flood of ".tar.gz" questions we've
been seeing everywhere lately.
2000-05-06 03:45:56 +00:00
joe
32818155f0
Disconnect libm from the build tree. It's broken, not being
...
maintained, and has been replaced by msun. The libm sources
shouldn't be removed just yet as there are parts that should be
merged into msun first.
PR: misc/17848
Discussed with: phk & bde
2000-05-02 14:16:19 +00:00
chuckr
5f34b128da
Cause modules to build with the kernel build. Modules are removed
...
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules directory. The
actual location of the modules is not modified. Changes in Makefiles
only, this does not affect Peter's recent changes.
Reviewed by: Peter Wemm, who warned me I would get some flack, and
he had the good idea for the NO_MODULES variable.
2000-05-02 02:26:04 +00:00
n_hibma
d9333a3807
make the example compile again.
...
The makefile contains a reference to /sys/dev/ppbus. What really should
be done is copy the header files to /usr/include/sys/dev/ppbus.
PR: kern/16767
Submitted by: Jin Guojun (FTG staff) <jin@gracie.lbl.gov>
2000-04-27 21:08:24 +00:00
n_hibma
6bf9295658
Remove a warning
2000-04-27 21:04:17 +00:00
obrien
6dcbed6a75
"r" devices are on their way out.
2000-04-26 11:38:10 +00:00
phantom
cc05420259
Suggest to use .Lb macro in 2nd/3rd section manpages.
2000-04-23 14:47:26 +00:00
hm
a23484c4ea
removed some obsolete information and dead links.
...
Noticed by: Alexander Werner Skwar
2000-04-20 13:37:12 +00:00
obrien
35ef8dbb46
Document NO_TCSH knob.
2000-04-17 20:45:20 +00:00
sheldonh
35c262b7c3
Add an example refuse file.
...
PR: 17972
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2000-04-13 14:40:39 +00:00
brian
86b5ff6a88
Show an example of not letting NetBIOS traffic keep the link up
...
PR: 17865
Submitted by: Glenn Johnson <glennpj@bayouhome.net>
2000-04-11 17:17:28 +00:00
asmodai
6a912f1bed
Document NO_BIND toggle flag.
...
PR: 17710
Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
2000-04-10 18:51:41 +00:00
obrien
45392a5096
Add an example of how to tweak CXXFLAGS in a make.conf file.
...
This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.
2000-04-04 09:27:59 +00:00
iwasaki
6c940a99c2
Enable etc/defaults/pccard.conf which is default configuration file
...
for pccardd.
Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf
as well.
Note that old pccard.conf.sample still remains for while but
no longer to be maintained.
Reviewed by: imp, -mobile ML and nomads ML in Japan.
2000-04-03 19:24:25 +00:00
sheldonh
b0b54e3d8b
Add a NO_MAILWRAPPER knob to make.conf and wrap it around
...
mailwrapper(8) for folks who find it annoying to have their development
version of sendmail blown away by ``make world''.
PR: 17394
2000-03-31 09:23:54 +00:00
kris
bef570a6f2
Update CFLAGS documentation
2000-03-27 02:48:12 +00:00
brian
d94da0bbbc
resolf.conf -> resolv.conf; charnier
2000-03-26 18:33:08 +00:00
billf
94402db2cc
Remove evidence proving that I just copied these files from standard-supfile
...
and put some more specific examples in www-supfile.
PR: docs/17600
Discovered by: Denis Mittsev <dm@dmhome.orsk.ru>
2000-03-26 09:50:01 +00:00
nik
c6413e4804
Add the DOC_LANG variable, and associated documentary comments.
2000-03-22 00:49:20 +00:00
obrien
d9acd189c2
Add a knob to turn off the mostly static docs (src/share/doc/).
...
On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/
takes 2m51.3s, where src/share/doc/ is 1m9.9s of that.
However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s
respectively.
This commit allows one to speed up their build time, without not getting
any important and required changes if one used "NOSHARE".
2000-03-21 09:24:09 +00:00
dan
d58a7ce7d9
Document NOUUCP switch
2000-03-20 17:08:30 +00:00
kris
dac6e5d6ae
Add and document a NO_X knob to force disabling of X support in doscmd
...
Requested by: sysop@silver.komanda.com.ua
2000-03-19 09:49:03 +00:00
dcs
1b0ef0ac86
RELENG_4 cvsup files. I'm betting these names are going to be changed,
...
but by virtue of no one else getting to do this after I mentioned it,
they get to be named this for now.
2000-03-13 17:31:44 +00:00
jdp
27f0e36719
Add src-kerberos5 to example supfiles.
2000-03-05 18:52:44 +00:00
kris
f20c9d899f
Document NO_OBJC for disabling Objective C support
2000-03-05 10:53:24 +00:00
kris
2aeb418d84
Document NODESCRYPTLINKS
2000-02-29 06:17:33 +00:00
mjacob
c21e819825
Update SES userland examples to something out of the toy stage.
...
Approved: jkh
2000-02-29 05:44:19 +00:00
kris
22f529d0b6
Update the description of NOCRYPT and NOSECURE to match reality.
2000-02-28 07:07:26 +00:00
kris
d62b5b6f16
Document the following buildworld knobs:
...
NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
2000-02-27 22:56:27 +00:00
kris
a16b0b3c60
Document NOPERL for disabling building of PERL altogether.
2000-02-27 22:44:46 +00:00
shin
9b8b207497
Add IPv6 related docs.
...
Reviewed by: phantom
2000-02-26 19:44:12 +00:00
markm
27fe751781
Add userland tweakables for OpenSSH and OpenSSL.
2000-02-24 23:08:19 +00:00
rwatson
5b76fa6882
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
51c11c28a3
Dont confuse our users with this, the ata driver uses burncd.
2000-01-29 15:47:46 +00:00
archie
8d6158347d
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
6aab23948b
Add some practical filter examples.
2000-01-27 23:57:43 +00:00
sumikawa
3ae8e7e111
Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'
...
Suggested by: asami
2000-01-27 19:17:33 +00:00
markm
15376e5b0c
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
e721b60166
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
8b884df80c
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
865f4213e6
Remove binary files from source tree
2000-01-09 12:57:41 +00:00
sumikawa
9d5f39c59c
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
0710fece79
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
36e5c77845
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
263f5e1e45
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
a53726a684
update to isdn4bsd beta release 0.90
1999-12-14 21:14:28 +00:00
billf
f4c90f5001
Use the traditional bmake magic.
...
Reviewed/approved by: sos
1999-12-14 08:47:59 +00:00
billf
610e431f91
-Wall.
...
Reviewed/approved by: sos
1999-12-14 08:47:42 +00:00
dillon
468d671877
Make the cvs-supfile cover the entire repository - add the doc hierarchy.
...
Approved by: jkh
1999-12-12 16:44:26 +00:00
marcel
78dcb3a4bc
Revert previous commit.
...
Requested by: bde
1999-12-09 09:35:36 +00:00
mpp
417fa30de6
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
e967ef5135
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
81fceb37a9
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
00ea4eac20
An example of how to configure PPPoE.
1999-11-21 23:40:38 +00:00
julian
391b6293c5
Add an example of how to run raw IP across a sync port.
1999-11-19 07:04:36 +00:00
julian
b02336e915
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
b35fdee597
Added $FreeBSD$ idents.
1999-11-16 17:27:07 +00:00
yokota
5b90185d7f
- 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
c00c66951c
Add examples for a mount_nwfs command.
1999-11-03 12:06:13 +00:00
brian
3d8af19ed3
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
ru
add16d0af3
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
brian
47daf9ef2b
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
964d6c79dc
Fixes a silly bug that somehow escaped my notice all these months.
1999-09-29 04:46:01 +00:00
brian
960ae0fee6
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
sos
e4d8633ce8
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
f051cabc36
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
e2c605abd0
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
2325c8f0cd
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
brian
1c37bb9884
alias -> nat
1999-09-07 07:56:54 +00:00
markm
4b90371e14
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
jdp
fec313fcbb
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
76fc520893
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
367b0a1e65
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
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
brian
ae2e544f37
Decrease the isdn recovery time to 1 second and mention that it
...
should always be less than ppps redial timeout.
1999-08-22 23:18:42 +00:00
brian
038fe873dd
Add a second arg to ``set timeout'' as an example of a minimum idle
...
period.
1999-08-17 19:23:49 +00:00
brian
b5a42c5efb
Use ``set openmode passive'' in the ssh VPN example
1999-08-17 15:00:15 +00:00
gibbs
2aae5e7072
Add a cleanup handler called "atexit" to make sure we free up target
...
mode instances.
Print out exception information passed out from the kernel target mode
driver to this userland daemon.
1999-08-16 22:52:17 +00:00
sheldonh
6fa2e3ae68
Don't force compression in SUPFLAGS, since that effectively negates
...
the functionality of the compression option in the supfile.
Reported by: Ben Rosengart <ben@skunk.org>
1999-08-14 14:05:40 +00:00
brian
e00de8bb4b
Add an example of an isdnd.rc that works with ppp.
1999-08-09 22:58:55 +00:00
brian
0a37fb18fb
Add an example of an isdn profile.
1999-08-09 22:57:47 +00:00
hm
c318ffb377
updating isdn4bsd to beta version 0.83
1999-08-06 14:05:10 +00:00
asami
d63e134425
Add ports-ftp.
1999-08-02 11:31:04 +00:00
nik
5fb9ea27ca
Explicitly list the i/o addresses of the serial ports.
...
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:
[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]
From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".
What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.
So I've made that a little bit clearer. I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.
PR: docs/12343
Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
brian
0e42efbef0
Show how to use the new filter capabilities
...
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-27 23:44:29 +00:00
sheldonh
32a079dfa9
Do nothing for the etc-examples target when SHARED=symlinks, since we'll
...
end up trying to install into the source directory.
Reported by: bde
1999-06-27 16:42:25 +00:00
dfr
633d8b5f5a
* Tidy up a few things and fix some more warnings.
...
* Change the devsw declaration to standard form and add missing fields
* Change the filename from cdev_mod.ko to cdev.ko
1999-06-27 12:44:44 +00:00
dfr
689fdb91cb
Make this sample build again.
1999-06-25 07:50:26 +00:00
sheldonh
4859384f0d
Actually install the virgin copies of the /etc files that we so proudly
...
claim to install in /usr/share/examples/etc/README.examples .
PR: 5207
Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
1999-06-24 09:45:30 +00:00
brian
ecc920d2f9
Add a rather complicated but impressive example of how
...
to implement multi-link ppp over more than one ISP with
the ability to lose ISPs without loss of connectivity.
It *requires* that you either have administrative access
to a machine that's already connected to the 'net or at
least know a really nice person that does.
1999-06-09 12:32:55 +00:00
billf
3176b666ac
sunsite is now metalab.
1999-06-04 03:17:04 +00:00
billf
bc62ec7c7b
'make update' in the ports directory.
1999-06-01 02:55:44 +00:00
billf
5de50b4d37
procedure, not proceedure.
1999-05-30 21:31:18 +00:00
jdp
1eb58535d9
Remove references to the obsolete src-eBones collection.
...
PR: conf/11873
1999-05-25 05:38:27 +00:00
obrien
dc18e04b98
Get case right in "COMPAT3X".
...
Submitted by: Kevin Street <street@iname.com>
1999-05-23 17:57:23 +00:00
hm
2077acfca0
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
obrien
d0ff2ffddb
Add a commented out COMPAT22 and COMPAT3x, since we have the others.
1999-05-19 02:05:50 +00:00
dcs
a2b3ce9271
Rewording.
1999-05-14 19:07:59 +00:00
dcs
f239b39763
Slight not-exactly-bug-but-useful-as-example-code fix.
1999-05-14 19:00:38 +00:00
dcs
c4a4e43379
Add a menu example making use of loader.4th(8) facilities.
...
Merge candidate, as it is just an example...
1999-05-14 18:06:27 +00:00
billf
87e1a5e994
Add doc-supfile and www-supfile, for those who'd like to track those
...
repositories.
On a side note, I think www should be called www-all, like all of our
other collections.
Requested By: jesusr
No Problems: jdp
1999-05-12 20:01:10 +00:00
obrien
cd379801e7
Remove NOPERL. Seems to cause too many problems, as those that try don't
...
understand the implications and don't think to undo it when they get experience
trouble. (wonder about some of the people running -CURRENT sometimes)
1999-05-02 00:18:02 +00:00
brian
1ee0c6ceb2
Specify the ssh command to use for a VPN inline.
1999-04-27 00:25:22 +00:00
peter
8b59cb0b5d
Zap lkm examples, they don't do anything anymore.
1999-04-24 21:00:29 +00:00
hm
6af7d3d290
Make sending the postcard optional (as suggested by phk).
1999-04-13 12:24:33 +00:00
asami
51fc707de4
Remove ports-plan9, add ports-palm.
...
PR: 11019
Submitted by: mharo@area51.fremont.ca.us (ports-supfile only)
1999-04-08 08:06:30 +00:00
brian
4af7c4543d
Increase the timeout and wait for ``PPP'' in the compuserve
...
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
1999-03-28 00:22:44 +00:00
msmith
11f83f2953
more $d -> %d fixes
1999-03-19 00:35:07 +00:00
msmith
1f060a3664
Fix some $d -> %d mistakes.
...
Submitted by: crb@crbowman.erols.com
1999-03-19 00:33:31 +00:00
markm
c97ae836f7
Bitrot. Remove objlink as it is not pleasant to be downwind.
...
PR: 8071
Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
1999-03-14 20:41:14 +00:00
billf
355875c486
Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk
1999-03-14 19:05:16 +00:00
hm
b9bb81ebe9
update misc i4b documentation to i4b release 0.71.00
1999-03-07 17:18:28 +00:00
gibbs
ffa58ceaa8
Allocate a target mode instance to handle our target mode session, clean
...
it up on exit. The address for attaching the emulator (path, target id,
lun) is now specified on the command line. Some attempt at cathing
signals and cleaning up target mode instances is now made.
1999-03-05 23:12:02 +00:00
brian
7e7d5a25cb
Add some examples of how to throw a window up on your display when
...
the peer demands authentication, and add some more detail to the
example configurations.
This is the first time I've written any TCL, so I'd appreciate it
if someone eyeballed the *-auth stuff and fixed any glaring problems.
1999-02-13 00:59:19 +00:00
jdp
529608a5fb
Use the fictional server "CHANGE_THIS.FreeBSD.org". Add comments
...
telling the user to (duh) change it.
1999-02-11 18:14:03 +00:00
jdp
316ad970a3
RELENG_3 is now "the" stable branch.
1999-02-11 18:04:17 +00:00
jdp
05f8ce6c14
Replace the out-of-date list of mirror sites with a reference to the
...
list in the FreeBSD Handbook.
1999-02-11 17:56:11 +00:00
brian
5917700a72
Add ppp example files.
1999-02-11 16:33:14 +00:00
dillon
efe5812ce3
Update diskless and templated booting examples
1999-02-09 17:44:00 +00:00
jkh
136db51ce2
Indicate that LKMs are obsolete, just to prevent confusion.
1999-02-05 09:35:46 +00:00
asami
51e7b7296b
Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always
...
been) an environment variable and doesn't belong here.
Pointed out by: cnh@ems.mindspring.net , sanpei@yy.cs.keio.ac.jp
1999-02-03 22:25:41 +00:00
jdp
934d12e73e
Remove the SVR4 examples. Folks, no binaries are allowed in the
...
repository. Also no uuencoded files should be added.
1999-01-30 18:03:31 +00:00
newton
4216ba6adf
Added examples for svr4 /compat trees.
1999-01-30 08:43:53 +00:00
jkh
7d3a4374a2
Update example to match new builtin behavior.
...
Submitted by: Daniel C. Sobral <dcs@newsguy.com>
PR: 9744
1999-01-28 10:51:49 +00:00
dillon
78e7f4e7dc
Clarify documentation of 'ME' softlink.
1999-01-26 23:11:09 +00:00
dillon
70c60f59e7
Diskless and templating configuration examples
1999-01-26 19:04:15 +00:00
rnordier
e4d9c6dd74
Fix wrong exit code.
...
PR: 9321
Submitted by: Bob Van Valzah <Bob@whitebarn.com>
1999-01-23 17:05:54 +00:00
asami
516bd410ee
Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge some
...
MASTER_SITE_* macros from latest bsd.port.mk.
1999-01-20 01:58:39 +00:00
hm
19367fc45e
Add ISDN (i4b) documentation and examples
1999-01-18 14:05:23 +00:00
peter
8a13001dfd
Remove the example for setting KERNFORMAT=elf; it is the default already.
1999-01-11 15:06:57 +00:00
dfr
5eefcec6b5
Use modstat(2) to get the syscall number.
1999-01-09 15:03:06 +00:00
dfr
1c2ce69de1
Replace the misc example with a simpler syscall example using the new
...
module registration hooks for syscalls.
Submitted by: Assar Westerlund <assar@sics.se>
1999-01-09 14:26:22 +00:00
obrien
a44cf1006b
make comments more consistant
1999-01-06 02:44:29 +00:00
abial
38242090af
Add timeout to boot menu.
...
Submitted by: W Gerald Hicks <wghicks@bellsouth.net>
1998-12-31 14:06:30 +00:00
abial
91bd0e66be
Add examples how to use the terminal emulation code in /boot/loader to
...
create nice startup menus. Improvements are warmly welcome. :-)
1998-12-22 12:15:45 +00:00
dillon
f0b13164d0
Add portal example
...
PR: misc/8796
1998-12-15 19:05:35 +00:00
phk
12820b3719
Add working client and server sample applications.
...
Submitted by: Mike Spengler <mks@circe.networkcs.com>
1998-12-11 21:48:20 +00:00
dfr
5bce9e5557
Sample modules for KLD.
...
PR: misc/8621
Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
1998-12-11 10:44:31 +00:00
gibbs
cf51edbfa9
Remove debugging printfs.
1998-12-10 04:00:03 +00:00
billf
9a6e85e2cb
Use quotes around the first_line variable so C comments and other things
...
that are misinterpreted by echo(1) aren't.
PR: docs/8757
Submitted By: Takeshi OHASHI <ohashi@mickey.ai.kyutech.ac.jp>
Sergei Laskavy <laskavy@gambit.msk.su>
1998-12-08 22:09:05 +00:00
bde
d1627c26a8
FIxed a bogus comment.
1998-10-22 16:12:16 +00:00
bde
b05ba08653
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Attempted to update the generated interrupt handler attachment to the
current "temporary" method. Not tested. To test it, someone would first
have to fix the bitrot in the ioctl command arg type.
1998-10-22 16:10:29 +00:00
peter
6bd228cfe2
Commented out example of changing the default kernel format with warning.
1998-10-16 03:26:54 +00:00
phk
c3dd1fa899
Add new files for HARP3
...
Host ATM Research Platform (HARP), Network Computing Services, Inc.
This software was developed with the support of the Defense Advanced
Research Projects Agency (DARPA).
1998-09-15 08:23:17 +00:00
gibbs
524edd8649
SCSI Target userland process example. Provides/Dumps the data related to
...
RECEIVE/SEND processor target requests to the "targ" sample target mode
driver.
1998-09-15 06:46:32 +00:00
sos
e805441247
Two little examples for use with the new atapi CD-R/RW driver
...
Use to burn data & audio CD's
1998-09-12 12:52:47 +00:00
brian
387abc60ff
Add Id keywords
1998-09-02 01:34:57 +00:00
phk
1f57e569c4
fix a typo
1998-08-29 09:50:16 +00:00
dillon
5a4314a61b
make.conf.local test/include removed from make.conf, to be put in sys.mk
...
instead.
1998-08-29 01:24:21 +00:00
dillon
8966b94dbe
Reviewed by: asami@freebsd.org (Satoshi Asami)
...
Give make.conf a make.conf.local capability similar to rc.conf's
rc.conf.local capability. Eases large-site administration.
1998-08-26 21:20:47 +00:00
asami
c6da4b163f
Oops, forgot my source tree is at RELENG_2_2...MF22. (Add new
...
categories ports-deskutils, ports-x11-{clocks,fm,fonts,toolkits,wm}.)
1998-08-09 23:29:14 +00:00
alex
6d5504d566
Typo fix. The PR suggested that "save are for old callslot entry" should
...
be "slot area for old callslot entry", but I think "save area for old
callslot entry" is what was intended.
PR: 7526
1998-08-08 14:19:16 +00:00
alex
b6e912c9e4
cince --> since
...
PR: 7525
Submitted by: ziggy@ryan.org
1998-08-08 14:09:23 +00:00
dima
623421c0b8
Introduce KRB5_HOME variable.
1998-08-01 19:55:32 +00:00
jkh
fb3dfdf6bc
MF22: doc pointer.
1998-06-26 01:48:04 +00:00
jkh
9c0e373d52
MF22: die sup die.
1998-06-26 01:44:57 +00:00
jkh
879f637d9d
Back out locale change until it's better understood by all just
...
what it is we're trying to do here. :)
OK'd by: asami
1998-05-20 22:24:48 +00:00
thepish
3b0c06fb6c
PR: misc/6031
...
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:02:04 +00:00
phk
bade6f18a8
Add a crucial missing _ in NO_SENDMAIL
...
PR: 6545
Reviewed by: phk
Submitted by: Jos Backus <jbackus@plex.nl>
1998-05-08 20:15:39 +00:00
jb
e61bac8591
Add an example supfile for the gnats database.
...
Submitted by: A Joseph Koshy <koshy@india.hp.com>
1998-04-20 11:26:29 +00:00
ache
ca30ae9dd4
Add commented out common INSTALL and FORCE_PKG_REGISTER knobs
1998-04-16 08:21:24 +00:00
ache
4030e2a5bd
Add missing commented out MOTIF_STATIC example
1998-04-16 08:01:27 +00:00
phk
2e0f496de3
In light of the fact that several widespread sendmail alternatives exists
...
is reason enough to make the compilation & installation of sendmail an
make.conf option. I know that you hate negative options Bruce.
PR: 6284
Reviewed by: phk
Submitted by: Adrian Colley <aecolley@world.std.com>
1998-04-15 16:37:42 +00:00
charnier
25cfad1aac
.Sh AUTHOR -> .Sh AUTHORS.
1998-04-01 06:24:20 +00:00
dima
821e00d70f
Don't build sperl if you don't want to.
1998-03-26 06:06:22 +00:00
jkh
09a5001447
style tweak.
1998-03-18 08:00:25 +00:00