Commit Graph

1805 Commits

Author SHA1 Message Date
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
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