Commit graph

1952 commits

Author SHA1 Message Date
Ollivier Robert 369e217166 Correct a typo of mine in INN link. 1996-09-08 22:12:40 +00:00
Ollivier Robert 89a487fd4e Fix the link to the INN FAQ. It is now a link to Dave Barr's page which
has the FAQ locally mirrored from the main FTP site.
1996-09-08 22:09:06 +00:00
John Fieber 678f40c2fe Fix ☆ mapping. 1996-09-08 21:37:42 +00:00
John Fieber a136fdc089 Turn the FAQ and handbook back on. 1996-09-08 21:24:15 +00:00
John Fieber 11c88b32f6 &ero; -> &
Put "ascii art" in <verb></verb> so it doesn't get munched.
1996-09-08 21:22:54 +00:00
John Fieber ec3d0d067d Tweak. (troff is oh-so-sensitive about that whitespace!) 1996-09-08 21:12:54 +00:00
John Fieber e7fefb3ef5 Add last bits of instant(1).
Remove sgmlsasp(1) stuff.
1996-09-08 20:37:40 +00:00
John Fieber 11b4691989 Turn off the FAQ and handbook for a bit. 1996-09-08 20:14:33 +00:00
John Fieber 97f7bd91dd * Disguise dollar signs in HTML output
* fix botched URL rul for latex
* Alias font C to font R for nroff
1996-09-08 19:20:05 +00:00
John Fieber 3c56fa54d7 A catalog for sgmls(1). This maps public identifiers to system
identifiers.
1996-09-08 02:58:28 +00:00
Jordan K. Hubbard f7f5923d6c Correct a bogon.
Submitted-by: jmb
1996-09-08 02:50:17 +00:00
John Fieber 8e51b86427 Turn on ISO and transpec. 1996-09-08 02:43:39 +00:00
John Fieber 8b259c6cf2 Translation specifications for instant(1). 1996-09-08 02:37:40 +00:00
Adam David 011e76a24a take the axe a little closer, since I didn't say what I meant either, and
better empty than wrong.
1996-09-07 02:15:56 +00:00
Adam David 10c0380619 while here, also list the aliases "pass" and "allow". 1996-09-07 00:51:36 +00:00
Adam David 7047f3161a removed older copy of duplicated paragraph.
negated the descriptive sense of "frag" and "-N", which were clearly wrong.
changed instructions (which were bogus in the extreme) for allowing/preventing
    outgoing rsh/rlogin, rewording the paragraph so it applies to incoming
    connections so it actually both makes sense and tells the truth. It can
    be deleted instead if not relevant.

did not change the paragraph about loading multiple rules in one command,
    although this operation is now partially supported by loading from a
    command file.

I hope I'm not treading on anyone's toes here.
1996-09-07 00:34:08 +00:00
Jordan K. Hubbard df3f7155e9 Do the right thing even if the source tree is a bunch of symlinks, say
lndir'd to a CDROM.
Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
1996-09-06 06:30:57 +00:00
John Fieber 699349cbad ISO sgml entity definitions. Used by many DTDs including upcoming
an upcoming linuxdoc revision and Docbook.
1996-09-05 19:58:11 +00:00
Bruce Evans 9b66eea42e Moved definitions of library names from bsd.prog.mk to a new central
file bsd.libnames.mk and include this file where necessary.  This fixes
null library names in ${DPADD}'s in library makefiles.
1996-09-05 18:05:08 +00:00
Bruce Evans 833e666181 Fixed make objlink' (and make obj' in the (non-default) OBJLINK case).
Running them twice usually destroyed the target binary.  E.g., the
second `make objlink' in `make objlink; make; make objlink' replaced
the `cat' binary by a symlink cat@ -> /usr/obj/usr/src/bin/cat.

`ln -fs' is unusable when the target might be a symlink that resolves
to a directory.  Then -f applies to a file in the directory and not
to the symlink.  This seems to be the standard (and sometimes useful)
behaviour.
1996-09-05 17:53:13 +00:00
Bruce Evans 35732dda77 BSD.usr.dist:
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.

bsd.doc.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions.  The doc tree should be well enough established for this
to be safe.  Installs to directories should use a trailing slash on
the directory name so installs to non-drectories are fatal, but I
didn't start changing them.

bsd.man.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions.  They were overkill to create just /usr/share/info.

zoneinfo/Makefile:
No changes yet.  zic creates directories with ordinary 755 permissions.
Why do we use 555 permissions for directories in /usr/share/zoninfo.
Why not for zoneinfo itself?  /proc and /dev/fd are the only other
directories in the system with 555 permissions.
1996-09-03 15:14:45 +00:00
Peter Wemm 48bef337fc Nearly forgot; add Juha Inkari <inkari@cc.hut.fi> 1996-09-03 09:35:05 +00:00
Alexander Langer b7d7a8c494 Add Steve Price for his merge of 4.4-Lite2 sh source. 1996-09-01 14:35:41 +00:00
Bruce Evans 09a8dfa260 Don't depend in the kernel on the gcc feature of doing arithmetic on
pointers of type `void *'.  Warn about this in future.
1996-08-31 14:48:13 +00:00
Peter Wemm 5def28a6a0 Now that we have a complete Bind Operations Guide, build and install it. 1996-08-30 01:22:18 +00:00
Satoshi Asami 7a7e6baf3e Change prefix of ports-all from "/usr/ports" to "/usr", so that the
ports collection won't end up in "/usr/ports/ports".

Verified by:	Steve Passe <smp@csn.net>
1996-08-29 12:06:22 +00:00
Jordan K. Hubbard b73620c976 Make some updates to the hardware guide, take some of Chuck Robey's comments
regarding the source syncing section (sss!).
1996-08-29 04:26:42 +00:00
Andrey A. Chernov 710376c933 Back out src-tools addition, src-etc target must be fixed instead 1996-08-28 18:54:49 +00:00
Andrey A. Chernov 7a50b221e8 Add missing src-tools 1996-08-28 18:08:20 +00:00
Bruce Evans 59c49dd346 Fixed SYNOPSIS (#includes, return types, arg names and formatting) and
a couple of other things.
1996-08-28 16:58:34 +00:00
Andrey A. Chernov c395b902c5 Add missing src-tools 1996-08-28 14:06:32 +00:00
Satoshi Asami f0832b0f30 Might as well update the date too, since so much has changed. 1996-08-28 06:40:49 +00:00
Satoshi Asami 42883bed76 Bring this up to match reality. Also, fix dozens of small bogons I noticed
while translating this thing into Japanese.
1996-08-28 06:26:38 +00:00
Satoshi Asami 45a74d8128 Use "(the) X Window System" consistently, not X-Window or lowercase
variants.

Submitted by:	Hanai Hiroyuki <hanai@astec.co.jp>
1996-08-28 00:44:00 +00:00
Wolfram Schneider 86a9964f2c add I686_CPU to the list of possible values of keyword 'cpu' 1996-08-27 12:00:18 +00:00
Jordan K. Hubbard f1ea42fb80 Try to bring this a little more up-to-date. 1996-08-27 03:55:55 +00:00
Peter Wemm 5e7d3affd4 Use MANFILTER everywhere instead of a couple of MANFILT typos.. 1996-08-26 10:55:32 +00:00
Wolfram Schneider 3a98a8bcf4 add ref id's for countries, eg. mirrors-au, mirrors-za etc. 1996-08-25 21:25:15 +00:00
Wolfram Schneider eccf024319 Add URL to FTP search, a free archie server. 1996-08-25 21:20:59 +00:00
Wolfram Schneider 7dda791089 "http://www.freebsd.org/handbook" -> "../handbook/handbook.html"
Absolute URLs are bad for WWW mirrors or for the local file system.
1996-08-25 21:11:46 +00:00
Wolfram Schneider 2d7765f39d /bin/echo -> ${ECHO}
/usr/bin/sed -> ${SED}
1996-08-25 21:07:38 +00:00
Wolfram Schneider f7518e20ce add URL to dictionaries for other languages 1996-08-25 21:05:39 +00:00
Jordan K. Hubbard 5c8baf29e9 Back out the recent DEPEND changes - as Bruce points out, it's bogus.
I'll leave any future Makefile hackery to him since he's clearly thought
about this a great deal more than I have.
1996-08-25 05:16:56 +00:00
Mike Pritchard 7d38589e0d Convert to mdoc format.
Note:  this man page could probably use some updating to reflect
the list of devices that MAKEDEV now supports.
1996-08-24 16:44:23 +00:00
Wolfram Schneider f31078c2f7 bring back ``case '?':'' in switch statement 1996-08-24 10:49:09 +00:00
Jordan K. Hubbard 110dea8656 Add a section for CDR drives. 1996-08-24 10:18:50 +00:00
Satoshi Asami 69ab93260f Use the new "file:" URL specification to fetch to check the CDROM
first if /cdrom/ports/distfiles exists.  If FETCH_SYMLINK_DISTFILES
is set, symlink the file instead of copying.

Reviewed by:	jhk
1996-08-24 09:28:48 +00:00
Peter Wemm 52e6597a17 Add some collected names from the last few commits, and fix a typo
(somebody was hidden behind somebody else's name it seems)
1996-08-24 04:57:18 +00:00
Jordan K. Hubbard 67cebbd1da Make it possible to turn the depend pass off entirely with a NO_DEPEND
variable.
Requested-By: wollman
1996-08-23 22:33:33 +00:00
Jordan K. Hubbard 8d26610d5f Add depend to all target so that it's explicit. It's only done once,
even if make all is run multiple times, since the depend rule looks for
an existing .depend file.
1996-08-23 16:49:06 +00:00
Thomas Gellekum 55d423f3ad Add tim Vanderhoek for his uulib and uudeview ports. 1996-08-23 07:00:33 +00:00
Mike Pritchard 46f84fcb84 Use the .Fx macro to specify FreeBSD version where appropriate. 1996-08-22 23:51:58 +00:00
Mike Pritchard 21421932f5 Use the .Bx macro where appropriate. 1996-08-22 23:39:32 +00:00
Wolfram Schneider 7416827fb1 add copyright, $Id$
remove case '?', if '?' is not in getopt(), it should
not be in the switch statement
1996-08-22 16:55:15 +00:00
Julian Elischer e0d898b48e Some cleanups to the callout lists recently added.
note that at_shutdown has a new parameter to indicate When
during a shutdown the callout should be made. also
add a RB_POWEROFF flag to reboot "howto" parameter..
tells the reboot code in our at_shutdown module to turn off the UPS
and kill the power. bound to be useful eventually on laptops
1996-08-22 03:50:33 +00:00
Mike Pritchard e2fbcabdcb Fix a spelling error. 1996-08-21 22:38:20 +00:00
Mike Pritchard ef73b229f0 Add my own zipcode, since it seems to be missing, along with
some other ones that NetBSD has in their zipcode file that we
don't.
1996-08-21 22:32:54 +00:00
Mike Pritchard 1d95ac95a8 Update the area code for St. Cloud, MN, since it received a new
one this year.

Also move one entry that was out of place into the correct sort order.
1996-08-21 22:18:21 +00:00
Mike Pritchard 400d45a39a Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions. 1996-08-21 22:01:49 +00:00
Mike Pritchard fe6869c2d0 Use the .Fx macro to reference FreeBSD versions in several newer man
pages.

For those of you that don't know, here is an example of how the .Fx
macro is used:

The xyzzy command first appeared in
.Fx 2.2 .

Will expand to:

The xyzzy command first appeared in FreeBSD 2.2.
1996-08-21 21:43:28 +00:00
Mike Pritchard d8e3084fc5 Fix the typos listed in PR# 1511, plus a few others.
Submitted by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-08-21 19:22:04 +00:00
Jordan K. Hubbard 2e6911a2e6 Add cvsup.nl.freebsd.org 1996-08-21 10:16:49 +00:00
Satoshi Asami 2ebb066ad2 Be consistent about the codebase we originated from. Always use
"4.4BSD-Lite" (not "4.4 BSD Lite", "BSD 4.4-lite" or some such), this
is what the CSRG people call their release in the red daemon book (and
most of the handbook had it that way).
1996-08-21 07:28:57 +00:00
Satoshi Asami a54fc94543 There is no word "UNIX" in the title of the new (red) daemon book. 1996-08-21 07:18:30 +00:00
Jordan K. Hubbard efc4435185 Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.org
before doing the commit.
1996-08-21 00:26:30 +00:00
Jordan K. Hubbard 076756a2c8 Clean up some of the example docs, add a set of example files for cvsup
now that we're actively promoting that service.
1996-08-21 00:23:56 +00:00
Andrey A. Chernov e132ded975 Fix non-break space attrs 1996-08-20 14:36:56 +00:00
Satoshi Asami 8e67e42f63 Update explanation of *_DEPENDS, in particular note that bsd.port.mk
can now check existence of files specified by full pathnames, not only
executables.
1996-08-20 10:00:33 +00:00
Satoshi Asami feef9138fd (1) Clarify the use of ${MOTIFLIB} by giving examples on what to
substitute.

(2) Bring the *_DEPENDS section up to the current state.  Explain that
    the pathname in the "path:dir" pair can be a full pathname if you
    want a port to depend on something that isn't executable or an
    executable that's not expected to be in the user's search path
    (like /usr/local/libexec).  Also, change the LIB_DEPENDS example
    to use jpeg, tcl-7.3's appropriateness as an example is quite
    outdated at this point. ;)
1996-08-20 09:51:02 +00:00
Julian Elischer 0f7d684755 Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).

I've created a new header (pthread_np.h) for the non-POSIX stuff.

The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.

also:

Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.

also:

I should have sent this diff with the pthread(3) man page.
It allows people to type

make -DWANT_LIBC_R world

to get libc_r built with the rest of the world. I put this in the
pthread(3) man page.  The default is still not to build libc_r.


also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
1996-08-20 08:22:01 +00:00
Wolfram Schneider 0de24e5e51 add 8x16 iso-8859-2 font
submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
1996-08-19 22:13:06 +00:00
Wolfram Schneider 9f142f0b88 abbreviate UK
add iso keyboard map for Belgian
1996-08-19 22:11:16 +00:00
Satoshi Asami 0dbd98cbd7 Added Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> for his myriad of
Japanese ports (you've only seen the tip of an iceberg, in case you
are wondering).
1996-08-19 12:11:35 +00:00
Julian Elischer 3fcaebbf79 Add man-pages for at_exit, at_fork and at_shutdown()
so that people can look and comment.
I'll add the at_fork and at_exit immediatly, but I'll
add teh at_shutdown later as it's more extensive
and I desire people's comments..

julian
1996-08-19 02:22:15 +00:00
Jordan K. Hubbard 735c868348 Typo police.
Submitted-By: yoshiaki@kt.rim.or.jp
1996-08-18 17:04:41 +00:00
Wolfram Schneider ab021a62b1 new section ``Unix history''
* Saulus, Peter H. _A quarter century of UNIX_.
	* Simon Garfinkel, Daniel Weise, Steven Strassmann.
	  _The UNIX-HATERS Hanbook_.
1996-08-18 12:47:33 +00:00
Satoshi Asami 4dbc40f9a5 (1) Use INSTALL_PROGRAM where we attempt to pass this command line
to configure.

(2) Gently warn user for non-0022 umasks.

Submitted by:	"David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> (1)
1996-08-18 10:53:16 +00:00
Wolfram Schneider 9f11e77a5b use label "mirrors-ctm" for CTM mirrors. 1996-08-17 23:51:45 +00:00
Wolfram Schneider 361e0905ef make install should not install any file in /etc. 1996-08-17 22:27:08 +00:00
Satoshi Asami 38c3b03d54 (1) Ignore patches directory without a patch with a message instead of
bombing mercilessly.

(2) If that directory has a directory called CVS, remind the user of
    the existence of the "-P" option to cvs co and update.

(3) While I'm here, clean up the PATCH_DEBUG code a bit.  In
    particular, don't duplicate a whole bunch of code just for adding
    a single "echo" statement. ;)

Reviewed by:	the ports list
1996-08-17 10:16:02 +00:00
Wolfram Schneider 76f773a6a5 update keymap list 1996-08-16 13:51:55 +00:00
Satoshi Asami dff2471fc2 Add Eric Blood (eblood@cs.unr.edu) for his xautolock port. 1996-08-16 07:56:45 +00:00
Satoshi Asami 8797d8597f Add David Leonard <d@scry.dstc.edu.au> for his dclock port. Gosh,
this is the third port that I imported today that came from a guy
named David....
1996-08-16 07:43:28 +00:00
Mike Pritchard 3118b82a39 Add forward(5) to document the .forward file. 1996-08-16 00:15:17 +00:00
Mike Pritchard 559517fd01 Convert some formatting escape sequences to use mdoc macros when
possible.  E.g. xrefs are .Xr.  Paths are .Pa, etc...
1996-08-15 23:36:21 +00:00
Mike Pritchard d4cd2245dc Fix one other typo that was included in PR# 1477 that didn't
get comitted by whoever fixed all of the other ones.
1996-08-15 20:52:18 +00:00
Satoshi Asami 423cb30aa9 Bring this file up to reality (as far as I know .. these are only
the devices I once owned or contemplated purchasing .. )

(1) The ncr controller supports 53C810/815/825/860/875.

(2) Descrpitions of fxp0 and vx0 were missing.

(3) The ed driver supports SMC 8216 (`Elite Ultra') too.

(4) Add pseudo-device ccd.
1996-08-15 11:20:14 +00:00
Satoshi Asami 482fe08129 Typo (nott -> not). 1996-08-15 09:45:30 +00:00
Satoshi Asami bd01a3d4e1 (1) Add myself as MAINTAINER (of this file) -- commented out so it
won't be pulled into individual ports that include this file. ;)

(2) Document MOTIFLIB, it's not set in the ports Makefiles but is
    important for Motif ports (already documented in the handbook).

(3) Add INSTALL_PROGRAM, INSTALL_SCRIPT, INSTALL_DATA, INSTALL_MAN as
    "aliases" of the appropriate install command line, for use in *-install
    targets.

Reviewed by:	the ports list (item 3 only)
1996-08-15 05:55:33 +00:00
Satoshi Asami c5ae7a28d5 You would want to read freebsd-current, not freebsd-hackers, to stay
current with -current.
1996-08-15 01:21:57 +00:00
Satoshi Asami 9963ec39a4 Add Mikael Hybsch <micke@dynas.se> for his fetch proxy support patch. 1996-08-14 22:38:28 +00:00
Wolfram Schneider 8b9ab864bf add Australia, Kafka, Kafkaesque, kalashnikov, karaoke, karate, kebab 1996-08-14 21:48:19 +00:00
Jordan K. Hubbard b2a9728202 Add reference to Ohio State University's guide to UNIX. 1996-08-14 17:22:16 +00:00
Joerg Wunsch 9c0724c3ce Update my PGP key. 1996-08-14 11:53:52 +00:00
Jordan K. Hubbard 1164f6aff1 Correct instructions for ftp'ing entire ports hierarchies.
Submitted-by: Elliot Schwartz <elliot@mit.edu>
1996-08-13 19:51:36 +00:00
Andrey A. Chernov d293aead89 New collating rules, reflect POSIX better now 1996-08-13 12:20:11 +00:00
John Fieber c9e1a96c5a &ero; -> &amp; 1996-08-12 16:07:50 +00:00
Peter Wemm 1afbbc7c59 Remove the quotes from some of the kernel options that dont need it.
eg:  options "SCSI_DELAY=15" should be options SCSI_DELAY=15, as config
knows about the "=" and splits it correctly into key=value for the #defines.
The only options that need quotes are those that have numbers as part of
the actual name, eg: "TUNE_1542" and "COMPAT_IBCS2".
1996-08-12 11:48:49 +00:00
Wolfram Schneider d2b945efae delete rule 3 (advertising) from copyright
resolve symlinks before removing user's home directory
with /bin/rm -rf <home dir>

Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu>
1996-08-11 13:03:25 +00:00
Peter Wemm d5dcd8e63f Add a hook ``MANFILTER''. This optionally specifies a command to
pipe the man page source through before compressing or installing.
This can be used to do do (eg) sed substitution on man pages from
3rd party packages (in particular, ncurses and bind-4.9.4)

This should not affect anything already in the source tree.
1996-08-11 12:31:57 +00:00
Peter Wemm 6ba7f9ff84 Replace some leaky `cpp | as'' pipelines with `cc -x <lang>'' commands
to do the preprocessing and assembling.

(I've been running this for months, and had forgotten about it)
1996-08-11 12:24:44 +00:00
Alexander Langer 97d1d3be54 Typo corrections. Closes PR 1477.
Submitted by:	Masafumi Nakane <max@sfc.wide.ad.jp>
1996-08-10 17:51:15 +00:00
Alexander Langer f2a8b38c82 Change syslog examples from /386bsd to /kernel. Closes PR 1475. 1996-08-10 17:38:37 +00:00
Peter Wemm dba2477331 Added A JOSEPH KOSHY <koshy@india.hp.com> for the AMD cpu id code, and
andy@sarc.city.ac.uk (Andy Whitcroft) for the rdist fix.
1996-08-10 08:11:25 +00:00
John Fieber c6c4e8b6d9 Define a new entity to hold the latest *released* FreeBSD version number.
In the text, use &rel.current; instead of 2.1.5.
1996-08-09 15:33:31 +00:00
Peter Wemm 3189dcab4c Add Chris Timmons for his pine port fixes. 1996-08-09 12:53:07 +00:00
Satoshi Asami e30dd8af8d Add Kostya Lukin (lukin@okbmei.msk.su) for the freeze port. 1996-08-09 08:18:10 +00:00
Satoshi Asami 664227946b Add Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> for the Japanese
tcl/tk ports.
1996-08-09 07:36:09 +00:00
Jordan K. Hubbard a3ec9ca226 Update reference to 2.1.5 1996-08-09 05:11:43 +00:00
Satoshi Asami e3b68a1b89 Make explanation of BUILD_DEPENDS less confusing.
Requested by:	Narvi <narvi@haldjas.folklore.ee>
1996-08-07 08:25:08 +00:00
Satoshi Asami 0e87d74cd4 Add missing ")". 1996-08-07 07:46:15 +00:00
Satoshi Asami bdd95fa258 Move James FitzGibbon to developers' section, now that he can commit
himself.  (No jokes on this one please.)
1996-08-07 02:49:25 +00:00
Jordan K. Hubbard 16bcbad689 Add an Internet Hardware resources section and stick
"The Pentium Systems Hardware Performance Guide" which someone
posted today in there.
1996-08-07 00:39:06 +00:00
Garrett Wollman 4ba3b09906 Add a listing of ISO 3166 country codes (probably the first thing in this
directory that's actually useful).  This will be needed for the
next-generation `tzsetup'.
1996-08-05 18:35:35 +00:00
James Raynard a82abaa6a1 Back out roberto's amendment to my update of the Australian distributor's
address - Melbourne is a city in the state of Victoria, not vice versa! :-)

Also add reference to Greg Lehey's books in the appropriate section,
replace some redundant questions by pointers to the Handbook, replace
"look at this bit of the Handbook" pointers by URLs, clean up
inconsistent use of "one" and "you" and fix a couple of typos
introduced by my previous changes...
1996-08-05 17:18:03 +00:00
Wolfram Schneider db330c9349 add CTM mirrors 1996-08-04 22:41:09 +00:00
Wolfram Schneider 83bd1013c3 documented in comments that 'avail' should be in
sync with the handbook
1996-08-04 19:30:34 +00:00
Wolfram Schneider 93d20d6e7f Add "Denmark". Most dictionaries (e.g. Langenscheidt, Oxford)
did not know this country. Shame!
1996-08-04 18:29:39 +00:00
Ollivier Robert c4530749dd Correct the warning about "xconsole" when generating ASCII output. 1996-08-04 15:29:20 +00:00
Ollivier Robert e31f0c0380 Update the address for the Australian CD distributor.
Suggested-By: David Henshaw by way of Martin Butkus (mail)
1996-08-04 15:21:53 +00:00
Ollivier Robert 686c2d9f7d Add pointers to both EFNET and BSDNet IRC channels.
Suggested-By: Dima
1996-08-04 15:13:42 +00:00
James Raynard 5dde6aa3d3 * Added lots more introductory material.
* Removed material that was duplicated in the installation instructions.

* Updated the address for an Australian supplier of CDROMs (supplied by
  David Henshaw via Martin Butkus).

* Give more info about how to get started with the installation.

* Update references to 2.1.0 as "the latest release".

* Added pointer to a Web page explaining how to have multiple operating
  systems on the same machine.

* Moved question about running DOS binaries out of the installation section.

* Added question re boot floppy not loading properly.

* Added explanation of disk geometry, moved things around so that "please
  refer to the previous question" no longer sends the reader with a
  non-booting system to a PLIP cable wiring diagram!

* Mention the time/space requirements for making a custom install floppy.

* Acknowledge a couple of people whose answers I've adapted in various
  places (and who deserve credit anyway for answering so many questions!)
1996-08-04 14:14:05 +00:00
Jordan K. Hubbard 68d9f6ce8b Adjust reference to PPP page.
Submitted-By: Tim Stoddard <tims@achilles.k12.ar.us>
1996-08-04 03:28:14 +00:00
Chuck Robey 10a2722556 Add Mark Huizer <xaa@stack.urc.tue.nl> for the kaffe port.
I forgot his name whilst typing in the commit message on the
port, and he wasn't in the handbook (I guessed wrong, using Marc
Van Kempen, sorry to both).  Now, his name is in here and I
won't get mixed up again!

Obtained from: Mark (not Marc!)
1996-08-03 19:51:06 +00:00
Jordan K. Hubbard a1cbdd2864 Sync copyright notices.
Noticed-By: jfieber
1996-08-03 14:26:41 +00:00
Jordan K. Hubbard 33b39685dc Remove clauses 3 and 4 from template copyright. 1996-08-03 13:46:00 +00:00
James Raynard 80550032a8 Combine the four Mach ATI64 questions and answers into one.
(Suggested by Charles Green).
1996-08-03 09:48:15 +00:00
Jordan K. Hubbard 62eba8760b Use tsort -q 1996-08-03 06:43:05 +00:00
Nate Williams bba2eeca64 Changes to the SLIP support files to show how to do proxy ARP. 1996-08-03 05:43:40 +00:00
Satoshi Asami a438b44b4a Change ${NCFTP} to ${FETCH}. Fix bogon that describes the do-* targets
(it wasn't even English!).

Fixes PR docs/1448.
1996-08-01 00:12:11 +00:00
Chuck Robey 5713f18fab Add New porter Andreas Kohout <shanee@rabbit.augusta.de>
Thanks for the new ports, Andreas!
1996-07-30 23:56:45 +00:00
Wolfram Schneider 4fd01d0020 add br275.iso.kbd - Brazilian 275 keyboard ISO-8859-1
add br275.cp850.kbd - Brazilian 275 keyboard Codepage 850

Makefile: sort keymaps entries

submitted by: Daniel C. Sobral <dcs@gns.com.br>
1996-07-30 22:30:11 +00:00
Satoshi Asami 520027e54c Add links to the sample Makefile from two other sections that talk
about Makefiles.
1996-07-30 22:19:42 +00:00
Satoshi Asami 3a45e50f39 Bring this section up to reality.
(1) Additional __FreeBSD_version's from <osreldate.h>.  Closes PR
    docs/1438.
Submitted by:	"David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>

(2) Make it clear that when submitting a port, the package is not
    necassary.
Suggested by:	joerg

(3) Recommend people to use send-pr to send us notifications of new
    ports and upgrades so that they won't fall between the cracks.
Suggested by:	a lot of people

(4) Add a section about Motif and describe REQUIRES_MOTIF and
    MOTIFLIB.
Prodded by:	chuckr

(5) Revise the licensing problems section and describe the two
    variables RESTRICTED and NO_CDROM.

(6) Fill in the section about upgrading.  In particular, recommend to
    send in diffs of the old and new ports (these are "ports", not the
    original source or anything!), so it's easier to see what has
    changed.
1996-07-30 09:35:54 +00:00
Satoshi Asami 6e6be3f445 Add comments on adding info about language specific ports and
compiled-in defaults to packages.  Closes PR docs/1439.

Submitted by:	"David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> (some mods by me)
1996-07-30 05:51:14 +00:00
Jordan K. Hubbard 7da8f534ca 1. Add some missing mailing lists. [jkh]
2. Make the sup documentation more readable. [jkh]
3. Add new handbook section on terminals.

Submitted-By: Sean Kelly <kelly@fsl.noaa.gov>
1996-07-29 07:15:57 +00:00
John Fieber 4c1b70728d Bunches of new books.
Submitted by:	"Jonathan M. Bresler" <jmb@freefall.freebsd.org>
1996-07-29 02:31:43 +00:00
Satoshi Asami a26a8b7d8e The bugs list is called "bugs" (was "doc") and the SCSI list is called
"scsi" (was "questions").
1996-07-29 00:26:32 +00:00
James Raynard e88b2b4cf5 Add an entry dealing with connecting Win95 to the Internet via
a FreeBSD box (this may save a few marriages!)
1996-07-28 22:46:27 +00:00
Jordan K. Hubbard 94a04fd972 Fix bogon with freebsd-stable mailing list entity.
Make the sup documentation a little more lively.
Fix bogon in current docs.
1996-07-27 22:25:19 +00:00
Jordan K. Hubbard 293fcf5e41 The clean rule in here was bogus. 1996-07-27 22:16:54 +00:00
Satoshi Asami e7b039e0e8 Added Tim Kientzle <kientzle@netcom.com> for the audio/nas patch. 1996-07-27 21:27:11 +00:00
Andreas Klemm 467652583c Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't have
any effect. The target do-configure used ${SCRIPTDIR}/configure
instead of ${SCRIPTDIR}/${CONFIGURE_SCRIPT}.
	-andreas
1996-07-27 11:54:30 +00:00
Alexander Langer 59a727f3c5 "appeared in 4.2BSD.." changed to "appeared in 4.2BSD." 1996-07-27 01:20:00 +00:00
Satoshi Asami 74fa81dc52 Added Matthew Stein <matt@bdd.net> for the xtacy port. 1996-07-25 19:06:10 +00:00
John Fieber d296467ce8 Add the BSD4.4 book. 1996-07-25 15:49:39 +00:00
Wolfram Schneider 850e2f4f36 s/Choise/Choose/g
close PR misc/1426

Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
1996-07-25 14:06:55 +00:00
Peter Wemm 7cc9f60b63 Add Masachika ISHIZUKA <ishizuka@isis.min.ntt.jp> for the pidentd update. 1996-07-25 13:53:47 +00:00
John Fieber df91b474fb The install docs pointed to th 2.1.0 distribution, not 2.1.5. OOPS!
Submitted by:	Brett Glass <brett@lariat.org>
1996-07-25 13:12:25 +00:00
Satoshi Asami b052e1d05d Add Matt White <mwhite+@CMU.EDU> for various ccd patches. 1996-07-24 23:46:48 +00:00
Peter Wemm f4d3627986 Add rhh@stealth.ct.picker.com (Randall Hopper) 1996-07-23 20:02:48 +00:00
Satoshi Asami 545930b819 Add Soren Dayton <csdayton@midway.uchicago.edu>. Move Chuck Robey
from contributors section to developers section.
1996-07-23 19:46:35 +00:00
Satoshi Asami 4d8db7c76f Add Matt Bartley <mbartley@lear35.cytex.com> for his trn leap year fix. 1996-07-23 07:32:55 +00:00
James Raynard 40d4f85367 Corrected a minor typo and removed a chunk of my "ports" entry
which had mysteriously appeared at the end of the first section...
1996-07-22 00:00:36 +00:00
James Raynard 31a7f355c6 Brought UK entries up-to-date with present reality, corrected a spello. 1996-07-21 19:41:21 +00:00
Poul-Henning Kamp bba48fb88d Document the flags. 1996-07-21 09:29:25 +00:00
Joerg Wunsch b8bf1c20f9 Various minor mod's to the tape drive section.
Discourage the use of the EXB-2501 by now, and slightly improve the
formatting for this entry.

Correct some minor oddities for the Tandberg entries based on my input
data.

Minor addition to the <!-- tech> section for QIC.
1996-07-20 18:42:25 +00:00
Joerg Wunsch d4fb10ff8b Addendum on how to dial with kernel-PPP using chat(1) instead of kermit.
Submitted by:	rhuff@cybercom.net (Robert Huff)
1996-07-18 20:42:01 +00:00
Garrett Wollman 7bf023e79d Merged the latest timezone data file release.
Changed zones: Algeria, Egypt, Ghana, Libya, Morocco, Sierra Leone,
  South Africa, Sudan, Tunisia, Armenia, Myanmar, China, Taiwan, Hong
  Kong, Macao, Cyprus, Georgia, Iran, Israel, Jordan, Kazakhstan,
  Kirgizstan, Lebanon, Mongolia, the Phillippines, Syria, Tajikistan,
  Turkmenistan, Uzbekistan, Australia, Kiribati, New Caledonia, New
  Zealand, Vanuatu, the United Kingdom, Ireland, the Czech Republic,
  Finland, France, Greece, Hungary, Iceland, Italy, Luxembourg, the
  Netherlands, Norway, Portugal, Romania, Spain, Switzerland, Turkey,
  Canada, Mexico, the Bahamas, Barbados, Belize, Costa Rica, Cuba, the
  Dominican Republic, El Salvador, Guatemala, Haiti, Nicaragua,
  Brazil, the Falkland Islands, Paraguay

Deleted zones: Asia/Tomsk (superseded by Asia/Krasnoyarsk)

Added zones: Asia/Aktau (area formerly part of Asia/Alma-Ata);
  Asia/Krasnoyarsk (supersedes Asia/Tomsk); America/Glace_Bay (area
  formerly part of America/Halifax); America/Thunder_Bay,
  America/Nipigon, America/Rainy_River (areas formerly covered by
  America/Montreal); America/Swift_Current (area formerly part of
  America/Regina); America/Dawson_Creek (area formerly part of
  America/Vancouver); America/Pangnirtung, America/Iqaluit,
  America/Rankin_Inlet, America/Yellowknife, America/Inuvik,
  America/Dawson (areas formerly part of America/Whitehorse)
1996-07-17 20:07:52 +00:00
Garrett Wollman 45ba141cad New timezone data files from Arthur Olson. These files are in
the public domain.  More descriptions will follow when they are merged
onto the main branch.
1996-07-17 19:27:18 +00:00
Bruce Evans 0ba27adc20 Restored most of suggestion about using NULL, even though wollman
disagrees with it personally :-), and fixed the misleading parts.
1996-07-17 12:32:18 +00:00
Satoshi Asami 21f432840f Add "Matthew N. Dodd" <winter@jurai.net> for his contribution of the
new pine port.
1996-07-17 06:35:56 +00:00
Jordan K. Hubbard d7058c27b9 Add Gianmarco Giovannelli to Donors gallery. 1996-07-16 15:56:58 +00:00
Alexander Langer 8f2a955a0d Put back reference to the Cyclades section which was recently removed
during a merge.
1996-07-16 00:15:53 +00:00
Jordan K. Hubbard 918c55882c o Update my "tips" section of the handbook.
o Create the goals section at last using some text of mine which
  James Raynard dug up someplace. :)
1996-07-15 19:31:47 +00:00
Poul-Henning Kamp 4cfe9fc7fe Remove the ipfw sample files from the Makefile too.
Forgotten by:	alex :-)
1996-07-15 05:48:27 +00:00
Alexander Langer f643adbb68 Change Arlington Heights, IL to 847. 1996-07-15 00:27:55 +00:00
Alexander Langer da6a96e853 These files have been replaced by /etc/rc.firewall. 1996-07-14 16:49:55 +00:00
Peter Wemm fb547ee202 Fix the recently added whereobj target.
Add missing end-of-line backslash
Remove two extra @ characters
1996-07-14 11:09:12 +00:00
John Fieber 570e06f780 accross -> across.
& -> &amp;.
Remove references to imaginary freebsd-policy mailing list.
Submitted by:	John Mulhollen <JMULHOLLEN@gcwf.com>
		Thomas Graichen <graichen@axp5.physik.fu-berlin.de>
1996-07-12 16:18:50 +00:00
Paul Traina 120a065638 Add whereobj target to find that pesky obj dir 1996-07-12 06:01:55 +00:00
Nate Williams 2bbddfe5ae Added Johann Tonsing <jtonsing@mikom.csir.co.za> for his PCCARD
submission.
1996-07-11 15:08:41 +00:00
Nate Williams 9e35b336a3 Added my name as a co-ordinator for the APM/PCCARD stuff, and updated
the entrys to reflect more current reality.
1996-07-11 06:08:52 +00:00
Mike Pritchard d3df5ce12e Another man page with a messed up .Dd line. 1996-07-11 02:57:03 +00:00
Mike Pritchard dcd937eeb0 Use the correct format for the ".Dd" (man page date) line. 1996-07-11 02:47:00 +00:00
Mike Pritchard b805452cc8 A *QUICK* pass through this man page to make it conform to mdoc
standards and to clean up some of the English.  The job is
nowhere complete.

This man page would be a good project for someone who knows
something about the firewall software, and would like to
contribute to the documentation effort.  Many of the things
in this man page are out of date and do not reflect reality.
1996-07-11 02:37:59 +00:00
Mike Pritchard 09b4b08649 Fix some spelling errors. 1996-07-11 02:08:31 +00:00
Mike Pritchard adcdb5c26b Add divert.4 to the list of man pages that are installed. 1996-07-11 01:52:46 +00:00
Mike Pritchard 836760b9f4 Fix a spelling error. 1996-07-11 01:20:45 +00:00
Mike Pritchard 7ed2691105 Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controller
chips).

Obtained from: NetBSD
1996-07-11 01:11:12 +00:00
Mike Pritchard 69bf862ef8 Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36
interface boards).

Submitted by:	NetBSD
1996-07-11 00:37:13 +00:00
Mike Pritchard ae828f7be5 Minor style fixup. 1996-07-11 00:31:57 +00:00
Mike Pritchard 0ee08fdda0 Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).
Obtained from: NetBSD
1996-07-11 00:30:51 +00:00
Mike Pritchard f1bf0d576f Add a man page for the "ep" device (3com 3c5x9 ethernet card).
Obtained from: NetBSD
1996-07-11 00:22:46 +00:00
Mike Pritchard e165a77b17 Add a man page for the "el" device (3com 3c501 ethernet card).
Obtained from: NetBSD
1996-07-11 00:19:22 +00:00
Mike Pritchard 61ab736492 Add a man page for the "eg" device (3com 3c505).
Obtained from: NetBSD
1996-07-11 00:16:46 +00:00
Mike Pritchard 39d5249727 Fix a minor formatting problem. 1996-07-10 23:54:15 +00:00
Wolfram Schneider 8583318ed8 import removeuser from Guy Helmer
see file TODO for known problems
1996-07-10 22:29:30 +00:00
Julian Elischer 93e0e11657 Adding changes to ipfw and the kernel to support ip packet diversion..
This stuff should not be too destructive if the IPDIVERT is not compiled in..
 be aware that this changes the size of the ip_fw struct
so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
1996-07-10 19:44:30 +00:00
James Raynard c6e5a0b23b Added an entry for ``mail loops back to myself''.
Suggested by: Gary Palmer
1996-07-10 17:09:20 +00:00
Nate Williams 6bbd6071a7 Added dave edmondson <davided@sco.com> for his work on the APM stuff. 1996-07-10 15:13:12 +00:00
Satoshi Asami f3202ab687 Add Andrey Zakhvatov (andy@cgu.chel.su&gt) for cal port, and
Dave Bodenstab (imdave@synet.net) for xpl port.
1996-07-10 10:31:28 +00:00
James Raynard b7903b6ac0 * Move questions re mounting CDROMs together
(suggested by Darryl Okahata).

* Add explanation of what virtual consoles are
  (suggested by Francisco Reyes)

* Minor formatting change to fix docs/1378 (could some kind person
  close this for me? Thanks!)

* Removed references to obsolete /usr/share/FAQ/Text directory.

* Added details of UK supplier of FreeBSD CDs.

* Made the consequences of running ``make world'' more explicit.

* More cleaning and tidying up.
1996-07-09 22:37:38 +00:00
Jordan K. Hubbard 32a9adb486 Correct typos in handbook.
Submitted-By: rich
1996-07-09 07:29:14 +00:00
James Raynard 1f47599122 Make temporary changes to the FAQ in time for 2.1.5, pending a more
comprehensive re-write later.

* Ruthlessly condense questions so they fit on a single line (the
  TOC is now actually readable in lynx!). In one or two cases, this
  has meant splitting up questions or incorporating part of the old
  question into the answer.

* Make it clear that the question about disklabel'ing is actually
  about adding a second hard disk, provide a _much_ simpler answer and
  move it out of the installation section.

* Don't imply that the AHA2920 is supported (I suspect we will get a
  lot of queries about this)

* Reword the non-serious questions to hint that the answer may not be
  particularly informative...

* Correct typos and grammar, remove US-centric colloquialisms :-)

and many more.
1996-07-09 02:23:54 +00:00
Wolfram Schneider 090d3c2832 fix `make install' for subdirs (man4.i386, man8.i386)
which I broke in rev 1.21

detected by: bde & jhay@mikom.csir.co.za
1996-07-08 17:44:31 +00:00
Alexander Langer 1b4a0206d6 Fix a typo. 1996-07-07 23:45:30 +00:00
Alexander Langer b66619c821 Add an entry explaining the ``Permission denied'' message associated
with enabling IPFIREWALL.
1996-07-07 22:09:24 +00:00
Wolfram Schneider e4b7c2713b add 'speaker' to section NAME
add spkrtest(8) to section SEE ALSO
1996-07-07 12:52:03 +00:00
John Fieber 8668b165f8 Updates from the author. Also update the date; a lot of things have
changed since May!
Submitted by:	wilko@yedi.iaf.nl
1996-07-07 02:00:48 +00:00
Joerg Wunsch 77854eb028 Correct my English misgrammaring.
Submitted by:	jhs
1996-07-06 14:39:56 +00:00
Joerg Wunsch a47b2f7e7e Make the description of the available configuration options match the
reality.
1996-07-06 14:20:11 +00:00
Andreas Klemm b4e6f7299c Updated bisdn version number. 1996-07-06 12:32:04 +00:00
John Hay 129db146f7 Add the sr.4 man page so that it gets installed. 1996-07-06 08:03:18 +00:00
John Hay d805b866fa This driver supports the SDL Communications RISCom/N2 ISA cards that is
based on the HD64570 chip. Both the 1 and 2 port cards is supported.

Line speeds of up to 2Mbps is possible. At this speed about 95% of the
bandwidth is usable with 486DX processors.

The standard FreeBSD sppp code is used for the link level layer. The
default protocol used is PPP. The Cisco HDLC protocol can be used by
adding "link2" to the ifconfig line in /etc/sysconfig or where ever
ifconfig is run.

At the moment only the X.21 interface is tested. The others may need
tweaks to the clock selection code.
1996-07-05 18:51:59 +00:00
Jordan K. Hubbard 5f1a3c08d6 Remove now-unused SRC_ENCAPSULATION hack. 1996-07-05 06:12:12 +00:00
Wolfram Schneider 6541e32dc2 add manpage link speaker.4 -> spkr.4 1996-07-04 22:54:14 +00:00
Jordan K. Hubbard 930ee1b46f Make some items "hot" that should be, eliminate typos and macro expansion
bogons.
1996-07-04 01:44:33 +00:00
Mike Pritchard 41aa7251bb Link the pcvt.4 man page to vt.4 so that anyone examining
their kernel configuration file can do "man vt" and get
what they expect.
1996-07-04 00:42:09 +00:00
Wolfram Schneider e9387c7d7c little manual extension
Submitted by: jhs & wosch
1996-07-03 22:30:53 +00:00
Wolfram Schneider 87c75898fe use <htmlur> for ftp address 1996-07-03 22:24:52 +00:00
John Fieber a3341c6330 Three little tweaks make this work, so put it back in. 1996-07-03 21:22:16 +00:00
Mike Pritchard 2388ee9a46 Some grammer/typo fixes. I also added some additional sgml
formatting as phk suggested I might want to do.
1996-07-03 04:23:26 +00:00
Mike Pritchard dc987e4d24 Update the FILES section to reflect the actual range
of ptys that are available.

Submitted by:	Matthew N. Dodd
1996-07-03 03:07:03 +00:00
Jordan K. Hubbard 2ea241a943 Revert this document - it didn't build (I should have checked) and I don't
have time to mess with it right now.
1996-07-03 01:40:29 +00:00
Jordan K. Hubbard 70dd5dab69 Jon Bresler's new hardware guide.
Submitted by:	jmb
1996-07-03 00:42:40 +00:00
Wolfram Schneider f50830ff75 Add little ISDN section
Submitted by:	Hellmuth Michaelis <hm@kts.org>
1996-07-02 23:16:17 +00:00
Mike Pritchard 6afc6d802b Fix a typo. 1996-07-02 21:53:54 +00:00
Gary Clark II d7583666a0 Make a small change to make a passage sound better. 1996-07-02 08:42:03 +00:00
Jordan K. Hubbard 1b83dffc37 Update the commiter list.
Suggested-By: wosch
1996-07-01 22:04:18 +00:00
Ollivier Robert d5019c50bf Fix PR doc/1360 by replacing the '_' in <htmlurl>...</htmlurl> with the
proper &lowbar; entity.

Both the LaTeX and HTML output are good now.

Please someone close doc/1360.
1996-07-01 21:30:28 +00:00
Ollivier Robert cb4a54c743 Update the "CD-ROM not configured" question.
"It would be good to point out that a machine that only has SCSI devices
may also generate this message if an IDE CD-ROM is not configured as
the Master device. Words like these might work ..."

        This generally means that there is no CDROM in the CDROM drive,
        or the drive is not visible on the bus. Feed the drive
        something, and/or check it's master/slave status.

Submitted by:	Neil Smith <ngs@sesame.hensa.ac.uk> with a small addition
1996-07-01 21:07:49 +00:00
Søren Schmidt 7e5d90a0d7 Norwegian iso keyboard definition file added.
Submitted by:	"Åge Røbekk" <aagero@aage.priv.no>
1996-07-01 19:56:56 +00:00
Bruce Evans f441029838 Updated boot message. 1996-07-01 16:32:09 +00:00
Jordan K. Hubbard 68e00b9233 Fix the ordering dependency I broke. 1996-06-30 22:16:19 +00:00
Poul-Henning Kamp 6b830c00df Add an appendix with policies and insert the maintainer & contrib
policies there.
1996-06-30 18:01:25 +00:00
Wolfram Schneider c003550d72 Add section LIMITS 1996-06-30 16:09:51 +00:00
Andreas Klemm 3c4beb184c fixed two typos (s/iss/is/) 1996-06-30 08:03:35 +00:00
Alexander Langer cb380d461d Correct command line and port range syntax. Define the 'log' option.
Expand definition of 'established' and 'icmptypes.'  Correct examples
which still used the old syntax.  Add a pointer to the CERT packet
filtering checklist.
1996-06-30 02:46:44 +00:00
Poul-Henning Kamp 209396df73 Make cleandirs more safe
Suggested by:	bde
1996-06-29 03:12:49 +00:00
Peter Wemm dc1feb301c Add my pgp key.. 1996-06-29 01:52:00 +00:00
Jordan K. Hubbard 342e450559 Add Jim Lowe to FreeBSD contributors list - jeeze, was this ever overdue! 1996-06-27 20:52:06 +00:00
Mark Murray 36e992fce2 Add new South African mirror - ftp3. 1996-06-27 06:33:02 +00:00
Gary Palmer 502d775872 Add a missing space in a comment 1996-06-26 21:12:28 +00:00
Poul-Henning Kamp 89cabf65de Add the contrib collection to supfiles.
(SUP-mirrors take notice !)
1996-06-26 05:40:58 +00:00
John Fieber 9db4d54246 Add some formatting bug work-arounds. 1996-06-26 03:28:51 +00:00
James Raynard 9faf0c8638 New handbook entry on how to use ports, re-written almost completely
from scratch.
1996-06-26 01:18:53 +00:00
Alexander Langer 1746794135 Update to reflect new ipfw syntax. 1996-06-25 03:15:17 +00:00
Jordan K. Hubbard 4c4f0f7d51 Add default targets for cleandepend and objlink.
Submitted by:	Michael Hancock <michaelh@cet.co.jp>
1996-06-24 21:33:23 +00:00
Nate Williams 4012436276 Add the (commented out) OBJLINK hook. 1996-06-24 16:50:39 +00:00
Jordan K. Hubbard cd9a2f5c28 Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Wolfram Schneider df03c82c43 update Istanbul
Submitted by:	jhs
1996-06-24 01:28:56 +00:00
Wolfram Schneider f421d5d87c update E-Mail address of Julian Stacey 1996-06-24 01:21:58 +00:00
Joerg Wunsch bc22cd5f9b Update the BUGS section, now that we've got some experience in using
this driver.
1996-06-23 18:27:12 +00:00
Jordan K. Hubbard 2b7fa45276 Add some examples on burning CDRs - I figured it was about time to
document it! :-)
1996-06-23 16:34:44 +00:00
Gary Palmer bbf5261a72 Correct spelling errors (i before e except after c :-) )
Submitted by:	James Raynard <jraynard>
1996-06-22 21:20:56 +00:00
Poul-Henning Kamp e767093fa3 Add man-page section 'n' and LIBTCL macro. 1996-06-22 06:01:57 +00:00
Andrey A. Chernov c1ee7500f9 Update my pgp key 1996-06-22 05:47:46 +00:00
Jordan K. Hubbard 0e47b59f75 Add John Hay to list of developers and add him as an entity. I don't
know how this got overlooked so long! :-(  Sorry, John!
1996-06-21 13:16:37 +00:00
Jordan K. Hubbard 485f5a7718 Handle the `distribute' target. 1996-06-20 23:52:45 +00:00