Commit Graph

949 Commits

Author SHA1 Message Date
ache
c20f5032f1 Add -fno-strength-reduce to -O2 optimization, all stuff commented out 1995-09-15 01:05:41 +00:00
ache
a57343662a Add commented out entries for SUP update, 3 standard supfiles handled:
standard/ports/secure
1995-09-15 01:03:55 +00:00
ache
c39a861c51 Add international secure-supfile from Mark
Obtained from: announce@freebsd.org
1995-09-15 01:00:38 +00:00
ache
f36555bf20 Add startslip example 1995-09-14 23:49:31 +00:00
jfieber
69ce2ef8ba Update the target release month for 2.1. 1995-09-14 21:57:08 +00:00
asami
7c2a7296e5 Ignore patchfiles that end with ".orig" or "~".
Suggested by:	paul, joerg among others
1995-09-13 10:14:31 +00:00
jfieber
b99720e454 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
92a92946e8 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
839a5602f8 Fix a bug with the clean target. 1995-09-10 17:18:24 +00:00
jfieber
4d3a081e07 Add a makefile. 1995-09-08 19:40:04 +00:00
jfieber
1ad87ec573 Add a makefile. 1995-09-08 19:34:26 +00:00
jfieber
2da20250e5 Add bsd.sgml.mk 1995-09-08 19:27:48 +00:00
jfieber
e11b0d6e31 A makefile for sgml source files.
Reviewed by:	Rod Grimes rgrimes@gndrsh.aac.dev.com
1995-09-08 19:23:19 +00:00
asami
45b94737d7 Remove machine name from Dave Chapeskie's e-mail address. 1995-09-08 10:14:52 +00:00
julian
96b93bb087 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
bb8495f243 Move and properly add in man page for Matrox Meteor driver.
Submitted by: james
1995-09-06 03:34:52 +00:00
jfieber
ba5478dbf9 Changes submitted by the author.
Submitted by:	Wilko Bulte, <wilko@yedi.iaf.nl>
1995-09-05 21:07:15 +00:00
jfieber
08d6bbfcbf 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
2349a2982c Correct a typo. 1995-09-02 11:09:03 +00:00
wpaul
740c4bd7d9 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
0909c9de2b Update this man page to reflect reality. 1995-09-02 04:20:01 +00:00
jfieber
7d0e76cc3c 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
58c9a9fb87 Tweak. 1995-08-31 15:17:02 +00:00
jkh
0917bda536 Whoops, move - not delete! 1995-08-31 15:15:17 +00:00
jkh
8375084765 Update contributors. 1995-08-31 15:12:20 +00:00
jkh
bb36440920 Update this file. 1995-08-31 15:08:39 +00:00
dg
913f821715 Corrected Marc Frajola's email address. 1995-08-30 09:51:38 +00:00
dg
7e747181b4 Corrected Marc Frajola's email address. 1995-08-30 09:44:45 +00:00
asami
67c7f8e5fd 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
e497c83b36 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
4851bfe837 Add myself to the contributor list. 1995-08-29 07:28:48 +00:00
jfieber
cbdc42cce3 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
4281a47aaa Clean up assorted formatting glitches. Mostly associated with missing
<header> tags.
1995-08-29 01:42:52 +00:00
mpp
11e9e726bf Add myself to the contributor list. 1995-08-28 21:53:12 +00:00
jfieber
915f2e889b Fix assorted formatting glitches. 1995-08-28 20:34:59 +00:00
jkh
cd789f7374 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
8558d9fbef 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
dbceda2b70 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
c5f5c8663e Cleanup. Remove a gratuitous observation. 1995-08-26 12:07:06 +00:00
asami
e12da6945e 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
6f3e3e1ebe Document "noauto" as an fstab option. 1995-08-26 05:52:24 +00:00
jfieber
c22cfbd7e9 Another minor correction about Adaptec controllers.
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-26 03:09:12 +00:00
jfieber
3fba6873f6 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
dd221a8e2f 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
df5844270d Added Kirk McKusick. 1995-08-25 10:43:59 +00:00
dg
81de649705 Added Kirk McKusick. 1995-08-24 23:22:39 +00:00
asami
da8c5e695d 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
665de0de14 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
fff40d787d Add entry for ATAPI cd-rom for current.
slight cosmetic changes.
1995-08-20 15:21:31 +00:00
jfieber
a334e11259 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