Commit Graph

1208 Commits

Author SHA1 Message Date
asami
fb1c7bcbf7 contrib.sgml: Add my name to the "who's doing what" list.
porting.sgml: Update concerning the recent changes in pkg/COMMENT
              policy (no package name in front).
1995-11-14 23:58:43 +00:00
peter
5a136ee1a4 Add "what I'm responsible for" to the contrib.sgml file... 1995-11-14 22:29:35 +00:00
jkh
23272197e7 Merge from 2.1 (got the direction backwards - argh!). 1995-11-14 13:54:06 +00:00
roberto
81160ba677 Update about the latest news about 2.1. 1995-11-13 22:53:21 +00:00
wollman
5a4cecfa34 Correctly spell Phnom Penh for tzsetup. 1995-11-13 16:52:39 +00:00
roberto
613c8ea3c3 Update the FAQ.
Is there anyone who could give me an account on a faster-than-20-bytes-per
second line to the US (not EBONE) ? I'm having too many problems connecting
to freefall to do commits... It would be better if it could be a ssh-protected
account, that would give a strong authentication.

The RENATER line (and thus EBONE) is almost dead for remote login after
10AM european time... :-(

Thanks in advance.
1995-11-13 08:24:59 +00:00
jkh
746199ef2e Add Peter Wemm to core team. 1995-11-13 05:14:01 +00:00
jkh
71554706f8 Fix some spelling errors and refer to st0 and st1' rather than cd0 and cd1'
in places (whoops!).
Submitted by:	John Lind <john@starfire.mn.org>
1995-11-05 23:01:18 +00:00
wpaul
282c331275 Document newly-added NIS support. 1995-11-04 19:15:04 +00:00
bde
6073486300 Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
misplaced extern declarations (mostly prototypes of interrupt handlers)
that this exposed.  The prototypes should be moved back to the driver
sources when the functions are staticalized.

Added idempotency guards to <machine/conf.h>.  "ioconf.h" can't be
included when building LKMs so define a wart in bsd.kmod.mk to help
guard against including it.
1995-11-04 17:08:13 +00:00
ache
6745cd711d Cleanup make process per Bruce suggestions
Add ru_SU.CP866 time locale
1995-11-03 15:08:10 +00:00
ache
e16e90d585 Cleanup make process per Bruce suggestions 1995-11-03 14:53:53 +00:00
ache
5aa679584e Add $id$ and ${COPY} 1995-11-03 14:51:45 +00:00
ache
a8d6dd13ae Cleanup make process per Bruce suggestions 1995-11-03 14:39:11 +00:00
ache
0edd99baa0 Remove startup_locale reference.
Add LANG variable description.
1995-11-02 12:53:26 +00:00
gpalmer
bc81b71f65 Minor changes. Note that the ICMP code will either send a host unreachable
or port unreachable as appropriate.
1995-11-01 00:42:17 +00:00
pst
70f41d1689 Close out kern/46.
Make documentation match reality.  -link2 is used to switch ports on 3COM
cards.
1995-10-28 22:47:12 +00:00
dufault
089e0a986f Add entries for labpc.4, nca.4, scd.4, and sea.4 to the
Makefile so that they are installed.  The man pages are already
present.
1995-10-28 13:27:51 +00:00
jkh
a82dbdecaf Sync with version 1(26).
Submitted by:	Frank Durda IV <uhclem@fw.ast.com>
1995-10-25 16:47:54 +00:00
jkh
39ae8a4e43 Correct typo from 2.1 1995-10-24 02:23:42 +00:00
torstenb
101c38d043 fix a typo (IFNAMSIZE -> IFNAMSIZ)
Obtained from: the NetBSD bugs mailinglist
1995-10-23 00:46:07 +00:00
jfieber
e8349a4767 Lots of tweaks.
Submitted by:	Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
1995-10-22 00:42:14 +00:00
bde
8e5ccdb048 Fix maninstall target for the NOMANCOMPRESS case. The previous revision
failed when there was an obj directory.  Use .PATH.n for installing too
so that make can find the source files.  This allows the source files to
be in several directories (the old method using cd only works well for
a single directory).  The dependencies are on the source files even for
the compressed case, although it would be more flexible to depend on the
files being installed, so that `make install' doesn't attempt to build
things

Force COPY to -c for the NOMANCOMPRESS case.  Then the files to be installed
are always sources, so they must not be moved.
1995-10-21 18:18:46 +00:00
torstenb
890f2bad69 change Frank Bartels mail address
Requested by: Frank Bartels <knarf@camelot.de>
1995-10-21 17:51:47 +00:00
bde
4d5bfcf5d8 Add `.sh' suffix and rule.
Enable `.c' rule.  (Null suffix rules were disabled because of bugs in old
versions of make.)

Add ${LDFLAGS} to all rules that involve linking.
1995-10-21 12:46:02 +00:00
bde
11596b653f Remove private rules for clean, depend, lint, tags and install.
The private clean rules have been broken since we started
building compressed man pages in the obj directory and the
others don't do anything different from the general rules.
1995-10-21 11:02:01 +00:00
jfieber
e1439d1917 Add a hint about generating postscript docs.
Submitted by:	"Julian H. Stacey" <jhs@freebsd.org>
1995-10-18 05:07:43 +00:00
jfieber
00f14e6ccb Clean up entries for supported CD-ROM drives.
Submitted by:	Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-10-18 04:05:16 +00:00
asami
73c1a1fccb Back out the two latest changes. The -current branch is now equal to
the -stable branch except the change between 1.182 -> 1.183.
1995-10-17 20:58:08 +00:00
bde
85b40e7947 Add a man page for the dgb driver.
Submitted by:	"Serge A. Babkin" <babkin@hq.icb.chel.su>
		(English improved a bit by me.)
1995-10-17 17:38:42 +00:00
ache
d292670340 Add NO_FETCH handling in the similar way as other NO_* targets does 1995-10-16 14:27:20 +00:00
ache
246413c37b Fix NO_EXTRACT case: build missing WRKDIR
Previous variant always fails on touch work/.extract_cookie
(or next following touches) because work directory not exists.
1995-10-16 14:18:22 +00:00
jkh
5b96d1ef93 Translate from the original Danish. 1995-10-16 09:11:22 +00:00
jkh
f7b8d9f537 Make this a little clearer.. 1995-10-16 09:01:52 +00:00
jkh
70f5d19af4 Put H before I in alphabetical list of mirrors. 1995-10-16 08:56:17 +00:00
phk
3248f0f571 the man-link for moncontrol soesn't belong here... 1995-10-15 17:39:21 +00:00
phk
380fa2c538 An even better idea: The default will be that on _${KMOD} (_nfs_mod...) will
be exported.  This breaks the compilation of some lkms, the owners of which
is kindly requested to consider what should be exported.
1995-10-15 16:56:56 +00:00
jfieber
e50ba71f0c Remove hacks that go over the doc tree multiple times.
If you need docs in a non-default format, do `make PRINTER=myformat'.
1995-10-15 16:51:16 +00:00
phk
101c4a6b72 Automatically DTRT for VFS_LKM 1995-10-15 16:46:00 +00:00
jfieber
594bb20af5 Change the default PRINTER from ps to ascii. 1995-10-15 16:14:42 +00:00
phk
62c5f3cfd4 Make a rule for cleaning the namelist of lkms.
TXT & DATA symbols not explicitly mentioned will be made local.
1995-10-15 14:32:26 +00:00
jkh
73eed4fd95 Add Michael Elbel to contributors list for his work with the ports
collection.  I'm going to run a search of maintainers against the contrib
list now! :)
1995-10-15 02:46:36 +00:00
jfieber
1bd0b72896 New section: firewalls.
Submitted by:	Gary Palmer <gary@palmer.demon.co.uk>
1995-10-14 21:49:54 +00:00
bde
c825093bf8 Fix the support for MANSRC (it was broken by the compression changes):
use .PATH.n to get the dependencies right and to avoid some shell tests.

Remove bogus dependency of individual compressed man pages on MANDEPEND.

Use for loops to avoid duplicated code.

Combine some rm steps in installation of links.  Linking still takes too
long.
1995-10-14 08:16:04 +00:00
ache
2f6d03e2dc Document ENABLE_STARTUP_LOCALE env. variable 1995-10-12 23:54:35 +00:00
asami
52414d3c17 Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is set
to avoid an infinite loop in patch when the patch target is not found and
stdin is redirected from /dev/null (the "skip this patch? [n]" question).
1995-10-11 09:25:58 +00:00
bde
db2c64f298 Oops, cvs add a man page for the cy driver. 1995-10-10 09:34:21 +00:00
bde
34710e426d Disable the documentation about a disabled feature.
Fix extra and missing blank lines.
1995-10-10 03:43:10 +00:00
bde
a23e096b72 Add a man page for the cy driver. 1995-10-10 03:35:25 +00:00
bde
7c8043e4e7 Don't run `ranlib -t' at install time. Our ld has never looked at the
timestamp on __.SYMDEF like ranlib.1 says it does, so changing the
timestamp has no benefits, and changing it breaks smart installs.
1995-10-09 05:09:37 +00:00
jfieber
ae0d1905bb Fix ascii formatting problem with <header> start and end tags not being
on the same line.
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>

Add vertical spacing between items in <itemize> and <enum> lists.
1995-10-07 22:37:20 +00:00
jfieber
12cae21615 Two new sections:
* Kernel configuration, from Jake Hamby <jehamby@lightside.com>
    I'd like as many people as possible to give this one a good
    check before 2.1 goes out the door.

  * Routing, from Coranth Gryphon <gryphon@healer.com>

A bazillion formatting tweaks (only 13 bazillion more to go!)
1995-10-07 04:32:03 +00:00
asami
c3d7579ea9 Add Scott Blachowicz <scott@sabami.seaslug.org> for his contribution
to the zsh package vs. /etc/shells problem.
1995-10-06 05:56:58 +00:00
asami
351cc27b16 Change Alain's address per his request. 1995-10-06 05:17:28 +00:00
asami
7527e4f092 Credit "Adrian T. Filipi-Martin" <atf3r@agate.cs.virginia.edu> for the
tk4 fix.
1995-10-05 09:25:24 +00:00
asami
fff4a08d80 Ahhed ohmon@sfc.keio.ac.jp (Hideaki Ohmon) for contribution of the ptex
port.
1995-10-05 05:35:23 +00:00
ache
3b5c5d69f0 Add CONFIGURE_ENV: pass this environment to configure script.
Allows pre-set some variables to eliminate wrong tests
1995-10-04 23:22:21 +00:00
asami
1879d2b0f0 Add Chet Ramey (chet@odin.INS.CWRU.Edu) for his contributions on the
bash patch (he's the even original author!) and Juergen Lock
(nox@jelal.hb.north.de) for the afio port.
1995-10-04 17:33:01 +00:00
asami
8fba02b7a6 Attempt to sound more civilized by adding a missing period to
"Attempting to fetch from $${site}."

Why it was in PATCHFILES and not in DISTFILES, I have no idea.
1995-10-04 11:13:52 +00:00
jkh
6218aa66a2 Bring changes forward from 2.1. 1995-10-04 08:19:09 +00:00
asami
069598ed45 Added dirk@hal.in-berlin.de (Dirk Froemberg) for his patch to make
changing password work from within pine.
1995-10-04 02:10:38 +00:00
jmz
ea85101e77 Added myself to the contributors list 1995-10-04 01:07:04 +00:00
asami
d17751fe7a Added Steve Passe (smp@csn.net) for his contribution of moxftp patch. 1995-10-03 23:20:52 +00:00
jfieber
084a36ed58 Document the new freebsd-isp mailing list. 1995-10-03 21:38:20 +00:00
asami
857cc84b58 Updated description of *_DEPENDS. Changed "ldconfig" to "/sbin/ldconfig"
in examples.
1995-10-03 07:11:51 +00:00
asami
b9e92bae99 Use full pathname for ldconfig (/sbin/ldconfig).
Hinted by:	joerg
1995-10-02 22:12:47 +00:00
wollman
6db5ef09ae Compress manual pages (if desired) in the obj directory rather
than in the installation destination.  Should make release-building
substantially faster.  The msun Makefile changes simple adapt to the new
scheme.
1995-10-02 20:02:05 +00:00
wollman
e76676acef Don't start lines with a period to work around problems in the SGML->nroff
conversion.
1995-10-02 15:59:53 +00:00
julian
68cca29cec Obtained from: /sys/sys/types.h
make types.5 match the actual file..
quite easy really as it just includes it..
1995-10-02 11:08:51 +00:00
ugen
f1b4311c75 Just fixed my email.. 1995-10-01 22:33:46 +00:00
jfieber
98a767d194 Fix an incorrect cross reference.
Submitted by:	Sean Kelly <kelly@fsl.noaa.gov>
1995-10-01 22:16:19 +00:00
jfieber
3beac58cc9 Added a very complete new chapter on printing.
This brings the printed handbook to ~275 pages.
Submitted by:	Sean Kelly <kelly@fsl.noaa.gov>
1995-10-01 04:43:15 +00:00
ache
8e50858f81 Refle 1995-09-30 17:20:27 +00:00
jfieber
717f110c0c Add sup. 1995-09-30 15:46:54 +00:00
jfieber
4f0b18f8ab Remove FAQ. 1995-09-30 15:33:08 +00:00
jfieber
e6cc220726 Move supfile examples from share/FAQ/extras to share/examples/sup 1995-09-30 15:24:57 +00:00
bde
58d8b050e7 Install si.4. Only the link to it was (unsuccessfully) installed. 1995-09-28 17:44:40 +00:00
nate
24bdcdda8c Added John Polstra for his work with ld and friends. 1995-09-28 17:01:06 +00:00
ache
d55aa6df3b Change SUPFILEx order, secure first, ports second to make base system update first
All stuff commented out
1995-09-28 14:59:44 +00:00
jkh
4033b57c71 Doc latest matcd changes.
Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-09-28 13:16:46 +00:00
ache
da9c510abe Fix basedir, must be /usr, was /usr/src 1995-09-27 20:00:47 +00:00
nate
5182a414ac Modified the example line added to /etc/services to be the same as the
line which already exists in the default /etc/services distributed by
FreeBSD

Submitted by:	mrcpu@cdsnet.net (Jaye Mathisen)
1995-09-27 19:20:43 +00:00
jfieber
b18a534c64 Add FAQ and handbook. 1995-09-27 15:45:45 +00:00
asami
28ca9b4539 Correct typo..."Word Wide Web"? That's not very "wide" (unless
you speak German or Danish ;)...!
1995-09-27 08:39:54 +00:00
jmz
ebe88aed4a Fix typos.
Reviewed by:	/usr/local/bin/ispell
1995-09-27 00:46:30 +00:00
wollman
20f877f8e8 Spell `principal' right. I don't wish to have my principles rearchitected. 1995-09-26 19:19:26 +00:00
wollman
c729260c68 Correct word-choice braino. 1995-09-26 19:12:28 +00:00
peter
310628bfbd Add and enable a man page for si(4) - the specialix serial driver..
I couldn't use the original, as it had unusable copyright on the manpage..

(now that must be a first.. the source copyright was fine, the manpage
was not..)
1995-09-26 18:23:38 +00:00
jfieber
8d2c8c2164 Incorrect model number for BOCA multiport card corrected.
Submitted by:	"Adrian T. Filipi-Martin" <atf3r@agate.cs.virginia.edu>
1995-09-26 17:47:02 +00:00
asami
ef864d5cfa Added knarf@nasim.cube.net (Frank Bartels) for his contribution of the
gated Makefile patch.
1995-09-26 10:16:23 +00:00
asami
c2d544d172 Added Cristian Ferretti (cfs@riemann.mat.puc.cl) to honor his contribution
of the new xfig port.
1995-09-26 09:45:06 +00:00
wollman
60214bed22 Add some text I originally wrote for work describing how to use
S/Key.
1995-09-25 18:23:05 +00:00
ache
b7232ddfdd Remove kerberosIV sup entry, it was replaced by eBones long time ago 1995-09-25 12:29:54 +00:00
ache
4380e40206 Comment out standard/stable secure entries, lets use secure*supfile
Add secure supfile for stable branch
1995-09-25 12:17:30 +00:00
jkh
6e5599c804 Bring this document up-to-date. 1995-09-25 09:38:59 +00:00
jfieber
d4c76dacba * Make author's email address come out as mailto url's in HTML.
* Import my "Installation for the Impatient" to the install section.

* Move Booting and memory use into a "Tech Topics" chapter; add
  DMA information. (Frank Durda IV)

* Bring in ESDI section.  (Wilko Bulte)

* Bring in MD5/DES section.  (Garrett Wollman)

* Fix a couple problems with LaTeX output.
1995-09-25 04:53:33 +00:00
asami
5e21351fdb Add Chuck Hein (chein@cisco.com) for his important contribution
regarding a fix of top coredumping on fast machines.
1995-09-23 06:23:18 +00:00
peter
f354a9c51e Fix typo.
The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
1995-09-22 20:47:03 +00:00
ats
b7eab811e7 Change the machine name for the mount example for sunos to sunbox instead
of linuxbox to not confuse people.
1995-09-21 09:29:06 +00:00
jfieber
cd5b3ff8ca Fix the phone number for Walnut Creek CDROM 1995-09-20 16:34:15 +00:00
jfieber
793697b948 Add a missing quote that resulted in a parse error. 1995-09-19 14:23:38 +00:00
gclarkii
bf20308a75 Added Conetic Software Systems to commercial area
Added entry on NFS mounting SunOS drives (Just like the Linux entry above it)
Added entry on use of cu to do AT commands

Still to be added: KTRACE entry
1995-09-19 10:58:43 +00:00
asami
1e3cbf190d Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.
They are called from the fetch, extract and install targets,
respectively.

Also, only RUN_DEPENDS is put into the @pkgdep list of the package.

EXEC_DEPENDS is still supported (for now), it is copied into
BUILD_DEPENDS and RUN_DEPENDS.  This will go away after we finish
fixing all the ports Makefiles.

This change fixes the following bug/features:

(1) "make fetch" building and installing all the dependencies

(2) Programs needed for building only (e.g., gmake) put into the
    packages' dependency lists ("why does the emacs package depend on
    gmake?")

Reviewed by:	the ports list
1995-09-18 08:01:20 +00:00
markm
5fbb48dfae Change tha name if the primary international crypto archive from
skeleton.mikom.csir.co.za -> ftp.internat.freebsd.org
1995-09-17 14:31:51 +00:00
dg
6d42287756 Add EOF newline. 1995-09-17 10:56:37 +00:00
jmz
f96d2d3710 Add technical specifications, and give the pinout of the game port
Submitted by:	Joe Greco <jgreco@brasil.moneng.mei.com>
1995-09-16 16:29:16 +00:00
ache
9299d1d254 Update to reflect new options 1995-09-15 20:15:10 +00:00
gibbs
cb966a65de Update these to the new sup targets:
src-bin 	release=current  or release=stable
1995-09-15 18:48:52 +00:00
ache
3cfbb2019c Reflect new LINE env variable addition 1995-09-15 16:45:49 +00:00
ache
af12deb11c Add -fno-strength-reduce to -O2 optimization, all stuff commented out 1995-09-15 01:05:41 +00:00
ache
02aaca1d68 Add commented out entries for SUP update, 3 standard supfiles handled:
standard/ports/secure
1995-09-15 01:03:55 +00:00
ache
4a0ea00045 Add international secure-supfile from Mark
Obtained from: announce@freebsd.org
1995-09-15 01:00:38 +00:00
ache
299c41389a Add startslip example 1995-09-14 23:49:31 +00:00
jfieber
cf5157b536 Update the target release month for 2.1. 1995-09-14 21:57:08 +00:00
asami
051b650295 Ignore patchfiles that end with ".orig" or "~".
Suggested by:	paul, joerg among others
1995-09-13 10:14:31 +00:00
jfieber
47fb065f6d Make the sample config file entry for mse0 use irq5 instead of irq6.
Apparently some bus mice won't go above 5 and the 2.0.5 LINT shows 5.
Submitted by:	Brian Handy <handy@condor.physics.montana.edu>
1995-09-11 02:23:03 +00:00
jfieber
c87bfe009e Now works correctly with obj directories.
FORMATS can be defined as an empty string to suppress generation or
installation of any files.  Previously setting it to "null" had that
effects.

Now uses MANOWN, MANGRP and MANMODE for installation instead of BINOWN,
BINGRP and BINMODE.
1995-09-10 21:49:24 +00:00
jfieber
a83219b615 Fix a bug with the clean target. 1995-09-10 17:18:24 +00:00
jfieber
2483cecdd8 Add a makefile. 1995-09-08 19:40:04 +00:00
jfieber
28b7aad276 Add a makefile. 1995-09-08 19:34:26 +00:00
jfieber
d23bb5b6fa Add bsd.sgml.mk 1995-09-08 19:27:48 +00:00
jfieber
3ee19176e2 A makefile for sgml source files.
Reviewed by:	Rod Grimes rgrimes@gndrsh.aac.dev.com
1995-09-08 19:23:19 +00:00
asami
e53a3f96a9 Remove machine name from Dave Chapeskie's e-mail address. 1995-09-08 10:14:52 +00:00
julian
23a00f08e3 Submitted by: -Luigi Rizzo (luigi@iet.unipi.it)
Obtained from:  Luigi Rizzo and Gunther Schadow
man page for the asc scanner driver
1995-09-08 03:10:51 +00:00
jkh
b31ce7ddb0 Move and properly add in man page for Matrox Meteor driver.
Submitted by: james
1995-09-06 03:34:52 +00:00
jfieber
bc9f4e1b28 Changes submitted by the author.
Submitted by:	Wilko Bulte, <wilko@yedi.iaf.nl>
1995-09-05 21:07:15 +00:00
jfieber
c488bc9827 A first rough cut at an abridged version of the handbook for use
on the installation floppy.

Also pulled the entity definitions for the various sections out
of handbook.sgml and put them in their own file since they are used
both by handbook.sgml (the full version) and boothelp.sgml (the
abridged version).
1995-09-03 21:12:29 +00:00
ats
5c97b17f6e Correct a typo. 1995-09-02 11:09:03 +00:00
wpaul
5c90d7367c Update this man page to reflect reality with respect to NIS and
document the proper way to set up NIS overrides in the password database.
1995-09-02 04:25:24 +00:00
wpaul
13cf8d48fa Update this man page to reflect reality. 1995-09-02 04:20:01 +00:00
jfieber
9bf6ddb952 a) Fix some glitches that trip up LaTeX.
b) Put in names and email addresses of people who have claimed
   empty sections as their own.
c) Incorporated MIRROR.SITES as the first section in the appendix
   titled "Obtaining FreeBSD".  When adding, removing or otherwize
   twiddling with the mirror site info, do it in mirrors.sgml!
d) A couple other odds and ends.
e) NOTE: You must update your your /usr/bin/sgmlfmt and /usr/share/sgml
   to process this edition of the handbook!
1995-09-01 04:54:14 +00:00
jkh
b4490d7ddf Tweak. 1995-08-31 15:17:02 +00:00
jkh
3c51eaed40 Whoops, move - not delete! 1995-08-31 15:15:17 +00:00
jkh
739a3a9d7c Update contributors. 1995-08-31 15:12:20 +00:00
jkh
c188facc71 Update this file. 1995-08-31 15:08:39 +00:00
dg
a530605ce9 Corrected Marc Frajola's email address. 1995-08-30 09:51:38 +00:00
dg
b61b03b7cf Corrected Marc Frajola's email address. 1995-08-30 09:44:45 +00:00
asami
4ccd3eba65 Don't trust ncftp's exit status, they are not indicative of whether
the file is fetched or not.  Apparently Jordan fixed it a long time
ago but it was broken again at import of the new version of ncftp.
Which means even if we fix it, it may break again and we may need to
fix it again, and (imagination here, please)....

Instead, move the file existence check into the for loop for
MASTER_SITES/PATCH_SITES and break out with "continue 2" when the file
is found.  This is actually a cleaner logic than before if you ask me,
because instead of assuming the file is fetched on a 0 exit status
from ncftp AND checking for the existence of the file after the loop,
the check is done exactly once for each iteration and nowhere else.
1995-08-29 11:57:40 +00:00
asami
2c2d5b95af Clean up EXTRACT_ONLY logic a bit. Instead of branching in the
do-extract target depending on defined(EXTRACT_ONLY) or not, simply
set EXTRACT_ONLY ?= ${DISTFILES} and always use ${EXTRACT_ONLY} as
the extraction list.
1995-08-29 11:24:50 +00:00
olah
c80ab4eba4 Add myself to the contributor list. 1995-08-29 07:28:48 +00:00
jfieber
d756607fbe Bug fixes. Added an <htmlurl> tag to be compatible with the latest
linuxdoc.
Obtained from:	Linuxdoc 1.3
1995-08-29 01:46:34 +00:00
jfieber
d6ca9c0223 Clean up assorted formatting glitches. Mostly associated with missing
<header> tags.
1995-08-29 01:42:52 +00:00
mpp
08749fd7df Add myself to the contributor list. 1995-08-28 21:53:12 +00:00
jfieber
3e1e7bcd42 Fix assorted formatting glitches. 1995-08-28 20:34:59 +00:00
jkh
5874a33361 Man page for Matrox meteor.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 17:08:26 +00:00
jkh
2b17fbec31 Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 16:54:54 +00:00
jfieber
1d51f50e5a Added some info on Boca and Digiboard multiport cards.
Submitted by:	Andrew Webster <awebster@dataradio.com>,
		Don Whiteside <whiteside@acm.org>
1995-08-27 02:44:20 +00:00
jkh
480af4c950 Cleanup. Remove a gratuitous observation. 1995-08-26 12:07:06 +00:00
asami
8dfac6ca20 Added Alain Kalker <alain@Wit401402.student.utwente.nl> for his
contributions of a new slirp port.
1995-08-26 07:54:44 +00:00
dg
e4399032af Document "noauto" as an fstab option. 1995-08-26 05:52:24 +00:00
jfieber
95bcd2d871 Another minor correction about Adaptec controllers.
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-26 03:09:12 +00:00
jfieber
303dabdf20 Fixed a small omission:
<item>Adaptec 274X/284X/2940 (Narrow/Wide/Twin)
	      series ISA/EISA/VLB/PCI SCSI controllers
                              ^^^
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-25 23:51:08 +00:00
jfieber
2d8492d7c8 Added some notes on PCI chipsets and their quirks.
Submitted by:	jhk@freebsd.org for rgrimes@freebsd.org
1995-08-25 22:14:30 +00:00
dg
1cd7b96192 Added Kirk McKusick. 1995-08-25 10:43:59 +00:00
dg
94dbdb2761 Added Kirk McKusick. 1995-08-24 23:22:39 +00:00
asami
c41493511a Add
Kurt Olsen <kurto@tiny.mcs.usu.edu>

to the list of contributors for his great netscape mailcap file.
1995-08-21 12:30:54 +00:00
asami
ec06374053 Moved in my changes from CONTRIB.FreeBSD. The "M-x sort-lines" corrected
some ordering errors too.
1995-08-21 07:19:20 +00:00
gclarkii
506c0e2fd3 Add entry for ATAPI cd-rom for current.
slight cosmetic changes.
1995-08-20 15:21:31 +00:00
jfieber
db8dc4f2a3 Added a note about dealing with dynamic IP address assignment from
service providers.
Submitted by:	Robert Watson   rwatson@sidwell.edu
1995-08-19 22:16:06 +00:00
jfieber
db1568daa9 Placed a link to the XFree86 Project WWW pages as a placeholder for
our X11 documentation.

Vastly improved documentation for porting applications, courtesy of
asami@freebsd.org.

Submitted by:	asami@freebsd.org
1995-08-19 15:38:25 +00:00
gclarkii
1504e1e77c Change my address,
Add John Bresler
1995-08-18 20:23:52 +00:00
joerg
cc720119fe Add the FTP mirror of the Dresden University.
Jordan, you might wish to update sysinstall's builtin knowledge, too.

They are also offering r/o NFS access, will this be interesting for
us? (sysinstall)
1995-08-18 18:20:13 +00:00
se
92af8cd415 Add "Danny J. Zerkel <dzerkel@feephi.phofarm.com>" because of his
contributions to the PCI chip set register dump description table.
1995-08-18 16:33:55 +00:00
asami
e89da2c8aa Merge all the "skeleton" target into one macro. This is an enormous
change, but I've been testing this on thud and silvia for quite a
while, also I haven't gotten any bug reports from the ports list, so
I'm going to let it loose!

It cleans up this file quite a bit, now I can go in and start adding
some more "interesting" things.... ;)
1995-08-18 10:06:28 +00:00
ats
bd043c4e29 Correct a typo. 3c389 -> 3c589 is the correct 3com PCMCIA card number. 1995-08-17 21:18:48 +00:00
ache
5da7738f94 Fix F11 and F12 for VT200, my mistake
Remove some rare-used semigraphics from VT100 entry, it really helps many
not-fully compatible emulators and don't degradate original vt100 much.
Add VT200 keys set to VT100 k1-k4, it not affects original VT100 since no one
program tests keys presense, but helps emulators to work
1995-08-16 21:45:34 +00:00
peter
339901776f Remove bogus "nl=" and "ko=" from AT386.. The "nl=" causes serious problems
with scrolling, especially with nvi.
Reviewed by:	ache
1995-08-15 20:22:52 +00:00
joerg
037cda90b7 Correct the entry for some Dasher terminal. A backslash has been
mangled.

Submitted by:	oops, i've just killed the mail from my inbox :-(
1995-08-15 19:58:29 +00:00
se
a26747a34c Add "Danny J. Zerkel <dzerkel@feephi.phofarm.com>" because of his
contributions to the PCI chip set register dump description table.
1995-08-15 09:56:38 +00:00
wollman
33bed8dfd6 Added a copy of my little program to find the IP address of the outgoing
interface for a particular remote host.

Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
1995-08-14 16:08:39 +00:00
olah
8f7e3b9dee Add myself (Andras Olah <olah@cs.utwente.nl>) to the contributors' list. 1995-08-14 12:26:54 +00:00
asami
252d005572 Added ports-plan9.
Reminded by:	rgrimes
1995-08-14 10:05:27 +00:00
asami
2271e5031e Add the following people to the contributors' list.
Anthony Yee-Hang Chan <yeehang@netcom.com>
Bill Fenner <fenner@parc.xerox.com>
Brian Tao <taob@gate.sinica.edu.tw>
Chris Stenton <jacs@gnome.co.uk>
Chuck Robey <chuckr@Glue.umd.edu>
Cornelis van der Laan <nils@guru.ims.uni-stuttgart.de>
Craig Struble <cstruble@vt.edu>
Dave Chapeskie <dchapes@ale.zeus.leitch.com>
Don Whiteside <dwhite@anshar.shadow.net>
Eric L. Hernes <erich@lodgenet.com>
Frank Nobis <fn@trinity.radio-do.de>
Janusz Kokot <janek@gaja.ipan.lublin.pl>
Javier Martin Rueda <jmrueda@diatel.upm.es>
Josh MacDonald <jmacd@uclink.berkeley.edu>
Lucas James <Lucas.James@ldjpc.apana.org.au>
Marc Ramirez <mrami@mramirez.sy.yale.edu
Marc van Kempen <wmbfmk@urc.tue.nl>
Michael Smith <msmith@atrad.adelaide.edu.au>
NIIMI Satoshi <sa2c@and.or.jp>
Nobuyuki Koganemaru <kogane@kces.koganemaru.co.jp>
Peter Wemm <peter@haywire.DIALix.COM>
Philippe Charnier <charnier@lirmm.fr>
Rob Snow <rsnow@txdirect.net>
Richard Stallman <rms@gnu.ai.mit.edu>
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Tom Samplonius <tom@misery.sdf.com>
Torbjorn Granlund <tege@matematik.su.se>
Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>

These are the people who appeared in the "Submitted by:" lines of the
commit messages that I still have in my mail archive.  Since they are
my commit messages, most of them are porters and port bug-fixers.

You will probably notice at least one major "celebrity" in there.  Yes
you're right, that's him, he sent me a patch for emacs (what else? :)

By the way, if you are a committer, now may be a good time to add
yourself to this list by yourself, provided you made at least one
commit before.  We don't do that for you, you have to claim credit
for yourself. :)
1995-08-14 09:44:54 +00:00
jkh
3bb5707e9d Substantial re-write. 1995-08-12 21:33:24 +00:00
roberto
e9ea0a8746 Add the DOS install tips from the install notes.
Add a section on /etc/sysconfig and the new configuration scheme
Corrections from Brad Midgley and David O'Brien (from the lists).
Formatting changes for the ASCII version.
Change about Motif from SWiM to Lasermoon.

The FreeBSD goal section needs more meat, Jordan :-)
1995-08-12 18:22:34 +00:00
joerg
13b5465e81 Make this example actually compile again. Rename the module so that
it will get a unique .o file name, and convert the module's Makefile
to use <bsd.mod.mk>.
1995-08-12 17:26:37 +00:00
joerg
a85ef14c30 Do not omit the Makefiles when installing the examples; they are part
of them.  Also correct the omission of CVS files by abusing the find
syntax instead of grepping.

Closes PR #bin/636.
1995-08-12 16:28:10 +00:00
dg
2a4e199e04 Changed default optimization from -O2 back to -O...gcc 2.6.* has serious
bugs when using -O2.
1995-08-11 11:47:30 +00:00
jfieber
7fbc5f520d New Improved version of the slip client document.
Submitted by:	Satoshi Asami <asami@FreeBSD.org>
1995-08-09 03:43:48 +00:00
ache
ec82f9a579 Add Id string
Replace empty AM string with two spaces to not break output length
1995-08-08 02:02:32 +00:00
wollman
778f67db9c I forgot the reason why I didn't have a period in the `Rep of Palau' the
last time, and mistakenly added it in, thus causing a syntax error in
tzsetup.  Fixed.
1995-08-07 15:57:46 +00:00
ache
a1f95a2e08 Fix %c to be ctime-compatible 1995-08-06 11:50:26 +00:00
ache
ba987a9a72 Add timedef 1995-08-06 11:20:41 +00:00
ache
2651913ab8 This commit was generated by cvs2svn to compensate for changes in r9958,
which included commits to RCS files with non-trunk default branches.
1995-08-06 11:15:54 +00:00
ache
40eef631fe Re-import it to proper location 1995-08-06 11:15:54 +00:00
ache
390b010598 Re-import it to proper location 1995-08-06 11:15:54 +00:00
bde
832ba59977 Don't install me.7. Use the one in groff. 1995-08-05 07:25:43 +00:00
jkh
5e2d56d556 Update cmich's URL.
Submitted by:	Mail Archive <archive@cps.cmich.edu>
1995-08-05 02:04:18 +00:00
wollman
f7ba213e8c Merge timzeone data changes from vendor branch. Most significant change
is 1996 EC harmonization.  Also, the following timezones have been renamed:
	Asia/Frunze -> Asia/Bishkek
	Pacific/Cocos -> Indian/Cocos
	Pacific/Belau -> Pacific/Palau
	America/Navajo -> America/Shiprock
and one new timezone has been added:
	Australia/Canberra
1995-08-04 16:23:09 +00:00
wollman
dffe3b9efb This commit was generated by cvs2svn to compensate for changes in r9905,
which included commits to RCS files with non-trunk default branches.
1995-08-04 15:53:27 +00:00
wollman
6ed4024cc3 Latest timezone data from Arthur David Olson
Obtained from:	Arthur David Olson <ado@elsie.nci.nih.gov>
1995-08-04 15:53:27 +00:00
jkh
73f3d20139 Add ftp://ftp.synapse.net/contrib/FreeBSD 1995-08-03 17:08:19 +00:00
jkh
8c29b4e989 Remove ftp.ctr.vt.edu at the request of the mirror maintainer. 1995-08-03 01:45:28 +00:00
dg
e8ffa878fc Use lorder/tsort for shared libraries. It might help group things better.
Suggested by Garrett Wollman.
1995-08-02 22:31:52 +00:00
jkh
d026806cf8 Add Irish mirror site. 1995-07-31 21:39:47 +00:00
jfieber
84ae61be1a Minor corrections.
Submitted by:	joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
1995-07-31 01:18:46 +00:00
dg
fac592af30 Correct the mangled English when mentioning that the kernel config-file
"dump on" is deprecated...by removing the note completely.
1995-07-30 18:33:01 +00:00
joerg
9941b89cce Update the parts on how to take a kernel crash dump.
Reviewed by:
Submitted by:
Obtained from:
1995-07-30 12:53:39 +00:00
bde
96b5c37302 Rename GZIP to GZIPCMD to match previous change in bsd.doc.mk.
Submitted by:	John Hay (jhay@mikom.csir.co.za)
1995-07-30 08:04:50 +00:00
roberto
e2b2945294 Corected a few typo which resulted in strange resulon results. Add URL
pointing to the Handbook. Changed a few entries to mention /etc/sysconfig.
Reviewed by:
Submitted by:
Obtained from:
1995-07-30 01:44:51 +00:00