Commit Graph

1844 Commits

Author SHA1 Message Date
jkh
dbe0ce8cdf Correct more information about the -stable branch. 1996-10-06 12:13:38 +00:00
jkh
c2f82ec88e Revise dates, add some years where it was ambiguous. 1996-10-06 12:10:39 +00:00
sos
181e2d421e Apparently the last few lines has been eaten somehow.
Submitted by:	Daniel C. Sobral
1996-10-06 07:58:02 +00:00
ache
ad212184b9 Add missing cons30*, cons43* entries 1996-10-06 07:50:08 +00:00
max
abca754cfd A necessary space was missing.
(Sorry for the needless commits.)
1996-10-06 01:36:51 +00:00
max
e48a2fca6e Back out my previous change.
Pointed Out By:	rgrimes
1996-10-06 01:26:53 +00:00
max
a22fb27a13 Changed prefix=/usr to prefix=/usr/ports in the collection ports-all,
just as other collections.
1996-10-06 00:02:05 +00:00
ache
e5ff1bbc6e Use full path for cvsup 1996-10-05 19:41:31 +00:00
ache
6489788a4c Add CVSup block (commented out) 1996-10-05 18:51:45 +00:00
wosch
65b9eae0ee delete doubled words, e.g.: "the the" -> "the" 1996-10-05 18:37:31 +00:00
alex
a35caa54e5 Added 210 (San Antonio, TX) and 630 (IL) area codes. 1996-10-05 13:42:44 +00:00
wosch
7f1fa64208 a bunch of spelling errors 1996-10-04 22:54:17 +00:00
joerg
8fd1ca9d49 Add a man page describing the interrupt priority `levels'.
Comments by: bde

Lousy MCI network link :(, my commit message for the Makefile has been
botched.
1996-10-04 21:22:49 +00:00
joerg
7b89e31db1 Reviewed by:
Submitted by:
Obtained from:
1996-10-04 21:20:07 +00:00
wosch
d4381b80bd typos 1996-10-04 14:01:55 +00:00
jkh
76b116d2fd Relax the argument checking - it caused it to fail in the perfectly
legitimate cd-to-worm copy case.
1996-10-04 12:30:16 +00:00
peter
18630e6339 Add LIBSTDCPLUSPLUS
(can't use the '+' char in variable names, same as LIBGPLUSPLUS)
1996-10-04 08:55:05 +00:00
peter
eb900c1b4e libresolv.a doesn't exist anymore... Hmm, what's the right thing to do
here?  Can we just undefine it?  What about 3rd party bmakefiles?
1996-10-04 08:52:43 +00:00
ache
d0df3aa118 Add vt*-em entries set for emulators without semigraphics 1996-10-03 18:16:05 +00:00
jfieber
df2ef18d47 1) If as link file was created by sgmlfmt, use it during installation.
2) The assignment of CLEANFILES in a .for loop was badly botched.  Now fixed.
1996-10-01 23:44:03 +00:00
jfieber
7960c9984d A period (.) in label ID is a problem at the moment. Changed to an
underscore.
1996-10-01 16:47:11 +00:00
jkh
bcc49c2519 Some comments from Darryl Okahata <darrylo@hpnmhjw.sr.hp.com> incorporated,
along with some much needed updates to other sections.
1996-10-01 05:28:20 +00:00
pst
5198e1d72f Add a warning about SCB paging.
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
ache
78c973fbe3 Change RussiaAsia rules too to match recent zone rule change 1996-09-30 14:43:53 +00:00
phk
2f23ae9a75 a couple of typos.
Submitted by:	 wosch
1996-09-29 18:36:13 +00:00
bde
d48ca4441c Don't warn about non-canonical object directories if they have been
forced in any of the standard ways (MAKEOBJDIR was lost in the
previous commit).  Simplified the conditionals for this.

Restored comment about MAKEOBJDIR from rev.1.4.

Improved English in comments.
1996-09-29 18:28:55 +00:00
jfieber
6fc7269791 Add links file to CLEANFILES. 1996-09-29 18:21:16 +00:00
joerg
b67c1c3e27 Add iyengar@grunthos.pscwa.psca.com (Manu Iyengar) for his fine and
ready-to-commit contribution to the FAQ about manually adding a second
disk.
1996-09-29 17:17:42 +00:00
joerg
d2f2130e81 Contribution to the FAQ about how to add a second disk manually.
Submitted by:	iyengar@grunthos.pscwa.psca.com (Manu Iyengar)
1996-09-29 17:11:59 +00:00
jfieber
f00e4d65e1 New isdn docs.
Submitted by:	Bill Lloyd <wlloyd@mpd.ca>
1996-09-29 16:52:40 +00:00
ache
2f6efcd5d9 Moscow DST rule changed, blame goverment for it 1996-09-29 15:32:41 +00:00
markm
2766d201c3 fix up the secure-* files for cvsup.internat.freebsd.org, and add one for
the crypto CVS tree.

(Does this mean...? Yes! Yes! The International Crypto Site is serving
CVSUP! Yay! Give the man a Nobel Prize!)
1996-09-29 11:26:32 +00:00
jfieber
ed2473fb10 Rename the FAQ as I threatened to do some time ago. 1996-09-28 22:20:24 +00:00
nate
29184d94d7 The warning was triggering off the unused variable MAKEOBJDIR, instead
of the variable OBJLINK which is used in /etc/make.conf to build 'obj'
links in the current directory.  This caused lots of useless warnings
since if OBJLINK is defined ./obj will be created and used.
1996-09-28 19:39:18 +00:00
bde
6f8724483d Fixed dependencies on libraries which I broke in rev.1.39 of
bsd.prog.mk and didn't actually fix in rev.1.43 of bsd.lib.mk.
The library names must be defined before they are used in
dependencies.
1996-09-28 06:01:01 +00:00
asami
1ba7894bc0 Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is not
meant to rename the name of script in ${SCRIPTDIR}.
1996-09-24 06:48:22 +00:00
ache
924be4001f Back out my brackets change, it is definitely make bug, (recently
introduced) because old make version I check do the right job.
1996-09-24 04:17:14 +00:00
ache
a71958e40a Add brackets to change bogus make expression priority, i.e.
!defined(X) && $(A) != $(B)
parsed as
(!defined(X) && $(A)) != $(B)
and not as
!defined(X) && ($(A) != $(B))
Probably it should be fixed in make
1996-09-24 03:48:10 +00:00
wosch
89dea7c61d add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
asami
7bdb586f14 Look on the CDROM for patch files too.
Submitted by:	max

While I'm here, add "${DIST_SUBDIR}/" at end of CDROM pathnames.  Also
add an empty declaration of PATCH_SITES next to MASTER_SITES to avoid
"variable recursive" error.
1996-09-23 09:27:59 +00:00
wosch
a6fa8425e2 add a.core entity for FreeBSD core team
use E-Mail entities if possible, except for 386BSD Patch kit section
1996-09-22 15:40:46 +00:00
jkh
68bee81cc1 Properly boldify all list items and correct a syntax error. 1996-09-22 09:29:09 +00:00
wosch
2776d240a5 Improve comments, sync sh/csh scripts if possible. 1996-09-21 21:35:47 +00:00
jkh
25c24d56c4 Note that EtherPower 2 is supported.
Submitted-By: Doug White <dwhite@gdi.uoregon.edu>
1996-09-21 17:51:46 +00:00
wosch
d3f8d45ce4 fix .Xr macro 1996-09-21 15:08:10 +00:00
peter
bc8f99d2a6 Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
since the cc1/cc1plus backends were linked static some time ago.
1996-09-21 14:30:23 +00:00
bde
4f06fd8811 Added a `checkdpadd' target to help check that ${DPADD} is consistent with
${LDADD}.  It doesn't handle internal libraries very well yet.
1996-09-20 16:17:07 +00:00
bde
038b1c702c Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.
Echoing ${.OBJDIR} would work. but -V is more general.
1996-09-20 16:08:21 +00:00
peter
d9c1d3d542 Correct Warner Losh's entity name from a.john to a.imp :-)
Move Steve Price and Steve Passe from the contrib section to the author
section.

Add Jason Thorpe for his recent 64-bit fixes while I'm here.
1996-09-20 05:08:36 +00:00
jkh
459d16ccf8 Add Warner Losh to developers list. 1996-09-20 04:41:01 +00:00