2398 Commits

Author SHA1 Message Date
jkh
2ce875e983 Break this section into two chapters. I suppose this also means that
this should be two files (staff.sgml and contrib.sgml), but I didn't want
to get that radical for a first step.
1997-01-17 10:08:11 +00:00
alex
a3118e8c68 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
jkh
b29acb422e Fix assorted references, update text. 1997-01-16 06:27:18 +00:00
jkh
b3f48f1d0e Adjust some broken links for news/mail information. 1997-01-16 03:51:28 +00:00
jkh
001351a39e Add Jonathan Bresler to the core team - welcome, Jon! 1997-01-16 02:27:47 +00:00
jkh
b6a1f1bf5b Add John Polstra to the core team. Welcome to the core team, John!
In later news, Mr. Dyson and Mr. Polstra will be debating the use of
the given name "John" in our mailing lists. :-)
1997-01-16 01:08:10 +00:00
phk
3f900d53fc add more arguments to these things.
2.2 candidate.
1997-01-15 19:39:45 +00:00
wollman
af06f5886c Document Monday's changes in the interface structure. 1997-01-15 19:28:39 +00:00
max
bc37605c46 Merge 1.57 -> 1.59 changes. (No actual change in the contents.) 1997-01-15 13:30:24 +00:00
max
cdcc77af60 Bump the revision number in the Original revision: line by one iafter
all $Id$ changed to $FreeBSD$.
1997-01-15 13:16:51 +00:00
max
7e0026e3f5 $Id$ was missing in this file. So added $FreeBSD$ (whatever that could
give you.)
1997-01-15 13:04:58 +00:00
sos
1125a9adab Latest fixes for the psm mouse device, also updates the docs
to reflect the new options etc..

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
torstenb
a9d824caea workaround: add alias to dtterm entry
Pointed-out by: bde
1997-01-15 09:43:01 +00:00
jkh
ff123f1d69 I recently tried to install over passive FTP, and found it difficult to
understand how to do it from the handbook.  I suggest the following
re-wording and extension to make it clearer.

Submitted-By: Eivind Eklund <eivind@dimaga.com>
1997-01-15 07:09:38 +00:00
mpp
754b382431 Fix a few typos.
Obtained from:  OpenBSD
1997-01-15 05:33:11 +00:00
mpp
9f3968dbcb Add a missing quote.
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
mpp
46c533795f Some fixes to make some of the examples in
the mail section come out right, along with some
typo corrections.

Submitted by:	Phillippe Charnier <charnier@xp11.frmug.org>
1997-01-15 04:56:11 +00:00
jkh
ed2799b548 Rearrange the documentation project roster a little more. 1997-01-15 01:30:12 +00:00
asami
abc626392c Back out rev. 1.58. 1997-01-14 23:40:51 +00:00
jkh
01a72f1c3d Sigh, OK, now the release map looks right. 1997-01-14 14:43:17 +00:00
jkh
7eb0f22de4 Unsmash my $Id$. 1997-01-14 14:40:42 +00:00
jkh
28d463b77b Do a better job with my ASCII artwork. 1997-01-14 14:39:37 +00:00
jkh
0a64681114 Update the FAQ using some of Peter's text and some of my own.
Submitted-By: pds & jkh
1997-01-14 14:36:13 +00:00
wosch
b05b74ee7b Move gzip(1) option -c from commandline into variable GZIPCMD. Not
all compress programs (e.g. cat(1)) support the option -c.
1997-01-14 11:59:33 +00:00
asami
a70849af75 Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). 1997-01-14 07:55:46 +00:00
asami
5e191327ee $Id$ -> $FreeBSD$ in samples. 1997-01-14 07:52:03 +00:00
jkh
808a36ef65 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
jkh
058c86d9e8 Make sure dir file exists before we call install-info, which requires it.
Sorry, I know it's a gross fix to call share/info's install target as
a side-effect, but that's less gross than propagating the work-around
changes to files which have nothing to do with the info system.
1997-01-13 23:44:20 +00:00
max
52ec48faa0 Merge the en version changes made in 1.58 -> 1.61.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:59:47 +00:00
max
43c27799ac Typo police.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:55:33 +00:00
max
aa85aac7b2 Merge the en version changes made in 1.4 -> 1.5.
Some Translation improvement.

Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:51:37 +00:00
max
9cba128d68 Merge the en version changes made in 1.52 -> 1.56. 1997-01-13 19:48:19 +00:00
torstenb
bea2e16025 add dtterm
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
max
746f820e96 Merge the en version change made in 1.189 -> 1.190. 1997-01-13 12:02:43 +00:00
tg
73a7b2d44b Add Luigi Rizzo, who was inadvertently left out. 1997-01-13 11:16:09 +00:00
max
350ccc841d Merge the en version changes made in 1.188 -> 1.189. 1997-01-13 10:15:51 +00:00
tg
9e40c0db2b Add Simon Marlow for his cgoban port. 1997-01-13 08:51:04 +00:00
asami
e053af60e9 Skip non-existent subdirectories. The diff is rather large because
the original logic went into a section of code assuming some
incarnation is there, but it's basically a "test -d" fix.  Closes PR
ports/2082.

Reviewed by:	max ("although I didn't test it, it looks fine")
1997-01-13 02:13:19 +00:00
wosch
71f5160702 Sort cross references. 1997-01-13 00:25:51 +00:00
jfieber
08d77a617a Handle linuxdoc docs with a declaration like:
<!doctype linuxdoc system>

which is the standard practice used for the linux HOWTO documents.
1997-01-12 20:59:49 +00:00
wosch
ae3d37ac7b Add comments about variables and targets. Incomplete, see '???'. 1997-01-12 16:20:13 +00:00
wosch
58e0fd7502 Add a general comment about this include file. 1997-01-12 16:12:40 +00:00
max
218c2d3812 Merge the en version changes made in 1.174 -> 1.188. 1997-01-12 13:32:48 +00:00
max
d2d24f0aee Merge the en version changes made in 1.45 -> 1.47. 1997-01-12 13:31:38 +00:00
max
8765bbdc72 Move some lines to make the list in alphabetical order by the entity name. 1997-01-12 13:29:43 +00:00
asami
b3363d762b Add OpenBSD support. Change some comments to reflect the fact. Also:
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by:	imp@openbsd.org
1997-01-12 12:37:48 +00:00
max
88a3bda41a Typo fix, and translation improvement.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-12 12:17:43 +00:00
asami
e0ae5826ad (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure
and scripts/{pre,post}-* as environment vars.  Also, if BATCH is
    set, "BATCH=yes" is automatically added to SCRIPTS_ENV.
    (Requested by: max)

(2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as
    BSD_INSTALL_*.  (Requested by: obrien)

(3) New variable MOTIF_ONLY, which will only build ports with
    REQUIRES_MOTIF defined.  This doesn't do dependencies right (what
    if the depended port doesn't need Motif) yet.

(4) Try not to clean the same port twice in clean-depends when (for
    instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS.
    Note that it won't check chained dependencies so you may still see
    the same port cleaned multiple times, but checking that far will
    surely make this run slower than the un-"optimized" case so I left
    it as is.  (Requested by: jkh)

(5) Ignore *.rej files in patches/ directory in addition to *~ and
    *.orig.
1997-01-12 11:48:26 +00:00
max
e5f330155f Merge the en version changes made in 1.4 -> 1.5.
(No actual change in the translation.)
1997-01-12 11:28:09 +00:00
obrien
25e0b77a17 Added two useful URL's. 1997-01-12 10:07:52 +00:00