Commit Graph

1473 Commits

Author SHA1 Message Date
ru
c51f388bcb Eliminate groff(1) warnings. 2000-11-24 16:58:17 +00:00
ru
53bd516123 The default format for troff documentation is set with PRINTERDEVICE. 2000-11-24 14:08:07 +00:00
ru
20c68abb31 Make this paper buildable in nroff mode, eliminate warnings,
do not force default printing device and compression mode.
2000-11-24 13:58:21 +00:00
ru
8086c43685 Reimplement the groff(1) warnings elimination fixes in a better way. 2000-11-24 10:05:30 +00:00
ru
c7382559ad Eliminate groff(1) warnings. 2000-11-23 15:21:30 +00:00
ru
5da40f29fd Eliminate groff(1) warnings. 2000-11-23 11:08:17 +00:00
ru
f6e03dc469 Starting from groff(1) version 1.12, -msafer is now the default,
but index building for 13.viref requires the use of .sy request.
Repair the index building by running groff(1) in unsafe -U mode.

Requested by:	bde
2000-11-23 08:51:33 +00:00
nik
a6c067e907 Remove a doubled "in the".
PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:13:10 +00:00
nik
7dc0a66e49 Update to include a link to the referenced papers when PRINTERDEVICE=html
PR:             docs/22140
Submitted by:   Cyrille Lefevre <clefevre@citeweb.net>
2000-10-26 23:12:12 +00:00
gshapiro
90b1557dac Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
adrian
9fab80905d Reviewed by: rwatson, bp
Approved by:	rwatson
Obtained from:	NetBSD source tree

Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.

Details:

* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
  than fsck/ . This might change later since quotacheck requires preen.c
  which should exist in fsck/ rather than fsck_ffs/

* src/Makefile has fsck_ffs added to it so it it built as part of the tree
  now

* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.

I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)

This now allows us to support multiple filesystem types during bootup.
2000-10-09 10:23:31 +00:00
sobomax
7ffb9a53a4 Fix typos.
Approved by:	phk
2000-08-21 14:08:43 +00:00
gshapiro
002ef51d6e The rest of the changes needed to support the new version of sendmail (8.11.0).
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
2000-08-12 22:39:25 +00:00
phk
ea02c3cf09 Add the bufbio paper to the build.
Various plans to move all these to the doc tree exist pending time and
somebody to docbook them.
2000-07-30 11:02:54 +00:00
phk
f76bbb95d0 Add the bio/buf paper 2000-07-30 08:57:03 +00:00
itojun
a05a4a02ae sync with recent IMPLEMENTATION note from kame. 2000-07-04 16:35:31 +00:00
rwatson
447d7154d8 o Minor spelling/grammar nits in intro header about conference
- s/netoworking/Networking/
    - s/are/is/
2000-06-06 00:08:26 +00:00
phk
d18ea90c6c Typo.
Spotted by:	sobomax
2000-05-30 15:23:30 +00:00
green
0e201f3645 Correct misspelling of INADDR_ANY as IN_ADDRANY. 2000-05-30 13:55:46 +00:00
phk
6c099e834c Put the jail paper in the makefile. 2000-05-29 18:18:48 +00:00
phk
b7d1206a49 The Jail paper, written jointly by rwatson & me. 2000-05-29 18:18:07 +00:00
shin
3b176d8573 Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,
to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6.

PR: docs/17120
Kindly Submitted by: phantom
2000-03-02 10:34:11 +00:00
shin
9b8b207497 Add IPv6 related docs.
Reviewed by: phantom
2000-02-26 19:44:12 +00:00
peter
434ff9c85c To avoid confusion, zap libcurses. ncurses provides both curses, termcap
and termlib (terminfo) support.
1999-11-26 09:28:33 +00:00
peter
76f0c923fe $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
grog
9a0d570ac0 Represent the value 2**32 correctly in nroff. Previously, the troff
operator up was being omitted, and the result was 232, a slightly
lower value.

Observed-by: Bill Vermillion <bill@bilver.magicnet.net>
1999-04-05 01:53:39 +00:00
cwt
0b5e49e084 Find sendmail source under contrib now. 1998-08-05 01:36:06 +00:00
bde
06571cef5a Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mk
has to cd to ${SRCDIR} to support inclusion messes elsewhere).
Fortunately the previous commit forgot to remove it.
1998-08-02 14:21:35 +00:00
bde
8a2bb30022 Cleaned up. tmac.srefs was in both SRCS and EXTRAS. The
SRCDIR=${.OBDDIR} hack is now unnecessary.  It was never necessary
to use so many explicit paths to ${.OBJDIR} and ${.CURDIR}.
1998-08-02 14:07:27 +00:00
bde
2f98cd2d0f Don't use `::' to break dependencies. Cleaned some nearby things. 1998-08-02 14:00:39 +00:00
bde
731782c1da Finished previous commit. Just revert to rev.1.9.
Bruce
1998-04-13 15:05:43 +00:00
jkh
272a96cddb Fix comment.
Scolded by:	bde
1998-04-12 14:02:33 +00:00
sos
3da360fe42 omehow Jordan got 07.lpd in -current enabled again... 1998-04-12 12:33:59 +00:00
jkh
07739d329d MF22: build lpd docs 1998-04-11 15:10:35 +00:00
jraynard
9af8f68c3d Revert previous commit. Despite the names, these files contain
troff input, not C source.
1998-03-07 22:34:23 +00:00
jkh
31ba7c266a Fix fprintf() here too. 1998-03-06 13:29:37 +00:00
jkh
32df54dafd \e should have been \n (don't know when this was broken). 1998-03-06 13:28:17 +00:00
wosch
a83b5c4a1e Delete unused BINDIR variable. 1998-01-03 12:22:56 +00:00
bde
fbf2dc264b <bsd.doc.mk> now includes ../Makefile.inc, so don't include it here. 1997-12-17 19:26:07 +00:00
wollman
d40bd7124d Now that it's built at the same time as its source, disable building 07.lpr
here.  Hopefully this will set a trend.  (What was I thinking when I set
this up the first time?)
1997-12-02 21:46:58 +00:00
jraynard
73454caef1 Make fix for PR 4883 consistent with other similar cases. 1997-11-09 00:48:01 +00:00
jraynard
b75b0b1064 Back-out previous change. A better fix is to follow.
Requested-by: bde
1997-11-08 20:29:33 +00:00
wosch
923e0b9d9c The documentation contained here is horribly out of date. 1997-10-31 07:56:09 +00:00
jraynard
da5484899b Fix a couple of typos in documentation.
PR:		4883
Submitted by:	invis@visi.com
1997-10-30 00:10:52 +00:00
wosch
8c817c1608 PR: docs/4347
Makefile doesn't support cleandepend
Submitted by: wlr@furball.wellsfargo.com
1997-09-13 17:49:21 +00:00
steve
a0fc28419c Add a cleandepend target and tidy up a bit.
PR:		docs/3257
1997-08-16 23:40:26 +00:00
bde
a89fad6005 $FreeBSD$ -> $Id$.
Removed Berkeley Id.  We never did this like Berkeley (because cvs doesn't
handle symlinks) and no interesting Berkeley words are left.
1997-07-01 16:20:56 +00:00
peter
2f3b1873a1 Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
1997-05-23 12:55:14 +00:00
obrien
4637ebc72a Updated some wording for 3.x.
Added MASTER_STIE_LOCAL and updated it's location.
Added -N to diff options to ensure the diff includes new files.
Mentioned that USENET news ports should use ${PREFIX}/news.
Refromatted some of the comments w/in the sample Makefile so they wouldn't
	wrap in the latin1 format.
General updating and minor word changes.
1997-05-23 08:19:19 +00:00
max
ec3bb92fe3 Merge the EN version changes, 1.18 -> 1.19. 1997-05-23 07:26:04 +00:00
jdp
364ba0153f Add the new doc-all collection. 1997-05-23 04:17:44 +00:00
max
e4cd4c6f62 Merge the EN version chages, 1.247 -> 1.249. 1997-05-21 08:28:12 +00:00
asami
152539177a Add Brian Handy <handy@lambic.space.lockheed.com> for his bclock
port submission.
1997-05-21 04:19:23 +00:00
asami
f967c7a3d7 Add Vanill Ice <vanilla@Minje.Com.TW> for the filerunner port update. 1997-05-21 03:27:15 +00:00
max
633236ec0a Merge the EN version changes, 1.246 -> 1.247. 1997-05-20 14:25:19 +00:00
charnier
3327ea0950 Remove me from add. contributors, I am now in committers. 1997-05-20 11:13:54 +00:00
max
25b909ade1 Merge the EN version changes, 1.245 -> 1.246. 1997-05-20 02:04:34 +00:00
max
f5b598fa9e Merge the en version changes, 1.67 -> 1.69. 1997-05-20 02:03:00 +00:00
max
02b32e094e Merge the EN version changes, 1.17 -> 1.18. 1997-05-20 01:53:11 +00:00
jfieber
ed56560cd9 Fixed botched author entity definition. 1997-05-20 00:32:52 +00:00
jdp
5f8ad0838b Add the new src-contrib-crypto collection. 1997-05-19 17:39:20 +00:00
joerg
41df10b059 Fix my usual omission: add Philippe Charnier to the list of contributors.
Reminded by:	max
1997-05-19 15:54:37 +00:00
max
9d3c1b4d78 Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
Merge the EN version changes, 1.15 -> 1.17.
1997-05-19 14:12:49 +00:00
asami
f6c31ee20d Typo fix. Also, __FreeBSD_version of -current doesn't change after
each release anymore. :)
1997-05-19 12:32:34 +00:00
max
7893528820 Merge the EN version changes, 1.69 -> 1.70. 1997-05-18 12:16:02 +00:00
max
0e908fc055 Bump the original revision by one.
(The previous commit took care of merging the en version changes.)
1997-05-18 12:01:35 +00:00
asami
90cf3f06bb Document __FreeBSD_version values up to 2.2.2R. Should be in 2.2.2. 1997-05-18 03:35:01 +00:00
asami
64c18448f4 Change name of current release to 2.2.2. This should be in 2.2.2, it
will be pretty darn embarrassing to ship a release with a handbook
that claims it's one version older. :)
1997-05-18 03:30:20 +00:00
hanai
176ecf9be5 Change the release name 1997-05-18 02:30:50 +00:00
max
82d987fad0 Merge the en version changes, 1.244 -> 1.245. 1997-05-18 01:30:18 +00:00
tegge
7070e01f29 Removed my name from the list of contributors.
Corrected my name in the 386BSD Patch kit section.
1997-05-17 22:08:16 +00:00
max
5d5eedc2d1 Merge the EN version changes, 1.243 -> 1.244. 1997-05-17 16:40:11 +00:00
max
9c170b196b Added Chris Dabrowski < chris@vader.org> to the additional contributors list
for the traceroute port.
1997-05-17 16:38:25 +00:00
hanai
fdd0e89e28 New translation of russian.sgml.
Add Motoyuki Konno <motoyuki@st.rim.or.jp> into the
contributors' list for Japanese translation.
Reviewed by: hanai@astec.co.jp
Submitted by: motoyuki@st.rim.or.jp
1997-05-17 16:15:10 +00:00
brian
31f4111969 Add -links option to sgmlfmt (via SGMLOPTS).
This allows people to xref specific parts of the
handbook from elsewhere.
1997-05-17 04:00:26 +00:00
max
754d4192ed Merge the en version change, 1.242 -> 1.243. 1997-05-17 03:50:40 +00:00
max
de9faf793d Added Carey Jones <mcj@acquiesce.org> to additional contributors list for
the slrn port.
1997-05-17 03:48:32 +00:00
hanai
ea4abe276a Catch up with the original.
Submitted by: HINO Koji <hino@nwk.cl.nec.co.jp>
1997-05-15 04:36:07 +00:00
max
2a3a8f4b77 Merge the EN version changes, 1.241 -> 1.242. 1997-05-15 03:56:34 +00:00
max
1f0bf7fbf9 Change Noritaka Ishizumi's e-mail address in the additional contributor list.
PR:		3598
Requested-by:	Noritaka Ishizumi
1997-05-15 03:37:03 +00:00
max
ff44d15674 Merge the EN version changes, 1.240 -> 1.241. 1997-05-13 23:01:10 +00:00
max
d9e5a87252 Merge the EN version changes, 1.65 -> 1.67. 1997-05-13 22:57:43 +00:00
pds
6ead028692 Add a comment to the >16M and >64M entries for lying COMPAQ BIOSes. 1997-05-13 22:01:50 +00:00
dg
f891f0dc4b Added Gene Stark as a developer/CVS committer. 1997-05-13 08:39:03 +00:00
brian
6b1312e497 Fix a few typos in last commit. 1997-05-13 07:14:26 +00:00
brian
901bd8b71b Make things more descriptive.
PR:		1847
Submitted by:   Peter Childs <pjchilds@imforei.apana.org.au>
                Dirk-Willem van Gulik <Dirk.vanGulik@jrc.it>
1997-05-12 16:29:48 +00:00
jfieber
2b2298e5d6 Specify EUC-JP character encoding. 1997-05-11 23:26:13 +00:00
max
66ef383d7a Remove this file to sync with the English version. 1997-05-10 03:55:55 +00:00
max
3cbae09471 Change translation for some phrase. 1997-05-10 03:48:03 +00:00
max
ee50925da4 Merge the en version changes, 1.13 -> 1.15.
Submitted by:	Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-05-10 03:45:18 +00:00
max
4feaab6cb9 Added russian.sgml and removed troubleshooting.sgml. 1997-05-09 23:09:56 +00:00
max
a28d63b9c0 Merge the EN version changes, 1.10 -> 1.12. 1997-05-09 23:03:36 +00:00
max
e99c6acd2b Merge the EN version changes, 1.19 -> 1.21. 1997-05-09 23:02:22 +00:00
max
45e93155f0 Merge the EN version changes, 1.28 -> 1.29. 1997-05-09 23:01:01 +00:00
max
98dcd303d6 Merge the EN version changes, 1.15 -> 1.17. 1997-05-09 22:58:07 +00:00
max
2bcbf09fce Merge the EN version changes, 1.16 -> 1.17. 1997-05-09 22:57:02 +00:00
max
36040cde54 Merge the en version changes, 1.9 -> 1.10. 1997-05-09 22:55:48 +00:00
max
9e293b9c33 Merge the EN version changes, 1.69 -> 1.75. 1997-05-09 22:52:15 +00:00
max
0ab35e8503 An empty file. (So that we can go ahead 'n' update handbook.sgml and
Makefile.)
The translation is in progress.
1997-05-09 22:44:44 +00:00
max
9d15f1b7c6 Merge the EN version changes, 1.22 -> 1.24. 1997-05-09 22:34:36 +00:00
max
cc4ea7e758 <heading> should be closed by </heading> (not </>). :-) 1997-05-09 06:19:03 +00:00
max
bb77566053 Merge the en version changes, 1.11 -> 1.12. 1997-05-09 05:56:24 +00:00
max
f2b328422f Merge the en version changes, 1.52 -> 1.53. 1997-05-09 03:52:17 +00:00
max
cc163489a8 Merge the en version changes, 1.24 -> 1.25. 1997-05-09 03:41:46 +00:00
max
ceb376b4e6 Merge the en version changes made in 1.237 -> 1.240.
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.
1997-05-09 03:10:34 +00:00
max
f2de075567 Merge the en version changes made in 1.63 -> 1.65. 1997-05-09 03:07:23 +00:00
max
88c0c3add0 In one part, the list of addtional contributor wasn't kept in alphabetical
order.
1997-05-09 02:54:53 +00:00
max
a9a0b72e5c Merge the en version changes made in 1.3 -> 1.4. 1997-05-08 18:31:38 +00:00
joerg
46c1ffea6f Add Kenjiro to the list of committers. 1997-05-08 15:30:29 +00:00
brian
782586de1b Quote ppp.conf correctly (<tt></tt>) 1997-05-08 02:53:17 +00:00
brian
a416f519b8 Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
wosch
85bac4bd20 3.3-current -> 3.0-current 1997-05-07 16:32:31 +00:00
jkh
a29053c495 Clean up the slightly tortured english I produced yesterday. :) 1997-05-07 10:44:08 +00:00
hanai
23a64f2597 Catch up with the original.
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
pds
64e4b90bfc PR: none
Submitted by:	pds
1997-05-06 16:21:18 +00:00
wosch
9f823f5a7f Fix FTP link to the statically linked FreeBSD executables
freefall -> hub
1997-05-06 11:18:44 +00:00
jkh
70c1986f74 Describe SNAPs and RELENGes as requested on USENET. 1997-05-06 06:38:46 +00:00
eivind
99dfa1c382 Remove the last reference to sup as a current method. We now want
cvsup-mirrors now, not sup-mirrors.
1997-05-04 18:04:38 +00:00
jkh
86f710eee9 Yikes! I thought I updated these references to sup ages ago.. Hmmmm! 1997-05-04 11:57:51 +00:00
jkh
0f5d18fb9c Update our history a little (whoops - I thought I'd committed
this days ago!).
1997-05-04 08:11:24 +00:00
jdp
3687a0fcc5 Update the URL for the CTM mirror at the University of Trier.
Submitted by:	Sascha Blank <blank@fox.uni-trier.de>
1997-05-04 05:55:56 +00:00
jkh
d3ebb6d1bd bettter -> cleaner. 1997-05-03 04:46:42 +00:00
jfieber
eea3fb0fad Use <sect1> for sectioning instead of <p><bf>..</bf></p>. 1997-05-02 18:27:06 +00:00
jfieber
1243cef26e Markup debogification.
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)
1997-05-02 18:07:43 +00:00
jfieber
ea88d9034d Promote "The Ports Collection" to the chapter level.
Someone want to add a section to this chapter on PACKAGES?
1997-05-02 14:39:19 +00:00
jfieber
dfd761fe48 Users, Groups, and Security -> Security
The chapter has evolved differently than I imagined when I made
up the title.
1997-05-02 14:26:33 +00:00
jfieber
06c337917a Merge "staying current", "staying stable" and "synching" into a
single chapter.

Move "source tree guidelines and policies" out of the dark dungeon
of the Appendix.
1997-05-02 14:15:35 +00:00
ache
a40e87d143 More formatting + more info 1997-05-02 08:37:48 +00:00
ache
2a552b7768 Improve SGML formatting.
Add more info.
1997-05-02 08:07:35 +00:00
ache
6adcdc79fd Add more info about l10n 1997-05-02 04:55:14 +00:00
ache
b95380cdf1 Add Localization section and Russian Language l10n description
(somebody with better English, please check!)

BTW: Next: entry have wrong name "Network Communications"
in Locale Setup although points to right direction.
Looks like sgmlfmt bug...
1997-05-02 02:20:25 +00:00
jkh
985468699f COFF sections not restricted to 16 bits.
Submitted by:	cubfm :)
1997-05-01 22:07:51 +00:00
jkh
e701cc1351 Add an entry about a.out vs ELF since I'm tired of reading about it.
Based-On-The-Postings-Of:	joerg
1997-05-01 20:55:20 +00:00
jfieber
e8aaa4f168 Put the Troubleshooting chapter out of its misery. 1997-05-01 03:06:32 +00:00
max
493ade0510 Added two missing committers to the list of developer and
several missing port maintainers to the list of additional contributor.
1997-04-30 09:08:49 +00:00
max
139af3a919 Added new entities, a.jgreco and a.tedm.
(They have been mssing from the committers list although they are in
the group ncvs on freefall.)
1997-04-30 09:05:32 +00:00
hanai
1bb30e02fe Catch up with the original.
Submitted by: iwasaki@jp.FreeBSD.org
1997-04-30 06:43:05 +00:00
hanai
723fddf651 Catch up with the original. 1997-04-30 06:41:51 +00:00
asami
63d8e0363a Add description of ports-converters and ports-textproc. 1997-04-27 00:32:37 +00:00
ache
cc5855dba8 Cosmetique changes in my entry, add yet one ID 1997-04-25 22:58:22 +00:00
ache
6e137ab1b1 Update ID in my pgp key 1997-04-25 22:54:33 +00:00
max
4982a4556b Integrated 1.54 -> 1.55 changes. 1997-04-25 20:09:23 +00:00
max
efe7204660 Mailto: was missing for one contact person's address.
Submitted by:	 Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
(Closing PR #3051.)
1997-04-25 20:03:48 +00:00
hanai
e2637abc5c Catch up with the original. 1997-04-25 07:24:02 +00:00
jkh
e981db0f57 Add Christoph Kukulies to donor's gallery. 1997-04-23 18:36:37 +00:00
jkh
f2c9e5e66b Remove sef's email address. 1997-04-23 02:54:28 +00:00
nate
3cb2cde67d - Added Samuel Lam <skl@ScalableNetwork.com> for his 3c589D patch. 1997-04-21 13:44:07 +00:00
jfieber
ca8a9db270 Fix markup bogons. 1997-04-21 00:42:54 +00:00
pds
880df56ebb Updating FAQ entry for X Inside.
Added FAQ entries for tape changers and login names.
Fixed <code> tags.

PR:		docs/3324
PR:		docs/3326
1997-04-20 11:53:53 +00:00
gpalmer
8cff7b68ad Point people at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/CTM for the deltas
instead of ftp://freefall.cdrom.com/pub/CTM (which it hasn't been
for ages)
1997-04-19 10:40:45 +00:00
wosch
f0cead7718 Downgrade Slaven Rezic's name from latin2 to latin1 1997-04-17 16:26:54 +00:00
jkh
3c55e236a9 Add Sean Eric Fagan and Chuck Robey for their kind monetary donations
to the project.
1997-04-16 17:55:22 +00:00
jkh
d043629403 Add Stefan Bethke to all the usual places.
Fix typo-spam from yesterday (sorry John!)
1997-04-14 13:20:21 +00:00
jkh
a7e3be2ea2 Add Jack O'Neill for his donation of an NCR 53C575 controller card. 1997-04-13 14:36:18 +00:00
jkh
6ba61d9bc2 Fold hardware contributors section into the donor's gallery - no sense
in having two places for this.
1997-04-12 16:51:20 +00:00
jkh
973ef0724f Ulf has now also donated the case for "the new freefall" - amend his
entry accordingly.
1997-04-11 10:04:46 +00:00
jkh
5096856e20 Add Joe McGuckin for the Kingston ethernet card he donated. 1997-04-11 04:32:44 +00:00
asami
6f2ace7703 Add a short blurb about the ports page in the "applications" question.
List all three packages directories in the ensuing packages description.

Add a short (in fact, very short) section about libc.so.3.0 and wrong
package versions.
1997-04-10 12:06:53 +00:00
brian
f97e8a58ad Add a section on sysmouse configuration.
Suggested by: jkh
1997-04-10 10:20:46 +00:00
hanai
8c800d6441 Catch up with the original. 1997-04-10 06:06:22 +00:00
jkh
52fc86fe5c Nate Johnson is now the Gallery/Commercial editor since Charles Wimmer
seems to have disappeared.
1997-04-10 05:23:25 +00:00
jkh
24dd89d015 Add Jack O'Neill to donor's list. 1997-04-10 05:20:19 +00:00
hanai
a117d1d1f0 Catch up with the original. 1997-04-10 04:41:55 +00:00
jkh
f99c6eedff Expand donors list. Note: Anyone I missed, *please* contact me!
I'm only now starting to get this a little more well organized.
1997-04-10 02:15:59 +00:00
mpp
04cc0074bb Add Kent Vander Velden for his various contributions via problem reports.
Also updated Keith Bostic's mail address while I was in the area.
1997-04-09 19:44:58 +00:00
jkh
fc13633668 Reorganize the donor's gallery to include people who've donated
parts to replace freefall.freebsd.org (so that we can use what's currently
there to replace spatter).
1997-04-09 10:34:31 +00:00
hanai
0e31a95d50 Catch up with the original.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-04-09 03:05:58 +00:00
hanai
a4ebddd7b0 Fix the typo about the DEC's NICs
Submitted by: morimitsu@jrdvms.enet.dec.com
1997-04-08 02:28:58 +00:00
hanai
fde6484035 Catch up with the original. 1997-04-08 02:23:27 +00:00
hanai
aa1ac2ed22 Catch up with the original. 1997-04-08 02:13:06 +00:00
hanai
6cd622a905 Catch up with the original.
Submitted by: mihoko@pa.yokogawa.co.j
1997-04-08 02:10:38 +00:00
hanai
14cadb3311 Catch up with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-04-08 02:07:24 +00:00
jfieber
f25019011e Latest release is 2.2.1, not 2.1.7. 1997-04-08 00:47:59 +00:00
jdp
edd23b4912 Mention the RELENG_2_2_1_RELEASE for getting FreeBSD-2.2.1. 1997-04-08 00:14:00 +00:00
hanai
3296644b21 New translation which corresponds to the 1.11 -> 1.12 change of
original.
Submitted by: mihoko@pa.yokogawa.co.jp
1997-04-07 04:56:51 +00:00
hanai
eadb11741d Catch up with the original. 1997-04-07 04:09:47 +00:00
dfr
62c0dbe488 Document how to debug LKMs with kgdb.
Reviewed by:	J Wunsch <j@uriah.heep.sax.de>
1997-04-06 23:03:27 +00:00
wosch
9a5b826b63 Add BSD family tree to UNIX history section. 1997-04-06 21:53:59 +00:00
jkh
b8a7416e69 Update run - try and use the correct release numbers for everything. 1997-04-05 08:38:48 +00:00
obrien
6726863a70 FREEBSD-upgrade is now the "accpeted" name for the FreeBSD readme on
contributed soruces.
1997-04-03 10:47:21 +00:00
max
bc4bb05c1e Typo.
Submitted by:	Mihoko TANAKA <mihoko@pa.yokogawa.co.jp>
1997-04-03 01:07:38 +00:00
jkh
74ec951deb Fix spelling error.
Submitted by:	Hiroyuki HANAI <hanai@astec.co.jp>
1997-04-02 06:03:52 +00:00
hanai
141d9e6e48 Catch up with the original. 1997-04-02 05:42:39 +00:00
jkh
2f198c0015 Sync from 2.2 1997-04-01 09:53:32 +00:00
hanai
03545f5dcd Fix the typo.
Submitted by: Nishika <nishika@cheerful.com>
1997-04-01 02:38:01 +00:00
hanai
86c18de140 Catch up with the original. 1997-04-01 02:32:28 +00:00
jb
3d7b78ed8c Added my name/address as requested by Wolfram Schneider. 1997-03-31 04:58:47 +00:00
hanai
0e8cd04444 Catch up with the original. 1997-03-31 02:40:10 +00:00
obrien
f02e5d18b0 Add an example README.FreeBSD. The tcl one you tend to refer to since tcl
is the example is quite spartan.

As pointed out by Bruce there are *three* different filenames being used:

	cvs             FREEBSD.README
	groff           FREEBSD-upgrade
	libgmp          FREEBSD-upgrade
	libpcap         FREEBSD-upgrade
	tcpdump         FREEBSD-upgrade
	traceroute      FREEBSD-upgrade
	tcl             README.FreeBSD

The handbook states "README.FreeBSD".  Perhaps this should be changed?
1997-03-30 09:55:11 +00:00
hanai
defe43f62e Correct the typo, /heading>', to </heading>'.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-03-28 16:15:08 +00:00
peter
24b9a00306 Add Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> 1997-03-27 02:57:53 +00:00
hanai
2b1a05cbfa Catch up with the original. 1997-03-26 05:51:03 +00:00
obrien
a4d68a9941 Added Choi Jun Ho <junker@jazz.snu.ac.kr> for his kr-h2ps port. 1997-03-25 10:51:01 +00:00
hanai
28564b67fc Catch up with the original.
Submitted by: yoshiaki@kt.rim.or.jp and nao@tom-yam.or.jp
1997-03-25 06:31:27 +00:00
hanai
91b3ba195c Catch up with the original. 1997-03-25 05:03:47 +00:00
hanai
ab7c9e8a17 Sync with the original. 1997-03-24 02:56:52 +00:00
wosch
4326140a8e Change X Inside to Xi Graphics
See http://www.xig.com/ci/pr/970219.xigraphics.html
Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 18:40:08 +00:00
wosch
e27a2174e8 Change domain name xinside.com to xig.com
http://www.xig.com/ci/pr/970219.xigraphics.html

Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 17:02:44 +00:00
hanai
61cded15d6 Catch up with the original. 1997-03-21 09:46:34 +00:00
hanai
e27519260c Catch up with the original. 1997-03-21 09:22:24 +00:00
hanai
1275f95707 Change the release number and <date> to fit with the current release. 1997-03-21 06:57:50 +00:00
obrien
743ea89363 Very minor word change. 1997-03-21 01:36:18 +00:00
mpp
7f7a36f1a1 Fix a minor grammar problem. 1997-03-21 00:30:58 +00:00
jkh
7d35f5f18c Reinstating stuff that fell out after jeorg's update...
Submitted-By: pds
1997-03-20 13:15:41 +00:00
obrien
04fe1d2b5e Use the correct name for the HLT instruction.
Submitted by:	bde
1997-03-19 18:31:59 +00:00
obrien
64a2fc9f49 FreeBSD uses the HALT instruction in its idle loop to save power.
Noticed by:	Stephen Roome <steve@visint.co.uk>
1997-03-19 17:17:59 +00:00
obrien
73f859e84e Update the O'Reilly books that are now in the 2nd ed. 1997-03-19 07:59:19 +00:00
obrien
556aa691a6 The New Hacker's Dictionary (aka. the Jargon File) to the history section 1997-03-19 04:32:30 +00:00
obrien
42c163c5c7 Add "Lion's Commentary on UNIX, 6th Ed. w/source code".
Yep, you heard it, this book has survived since 1997 via the photocopier
underground.  Well SCO decided it is now safe for us to see the 6th ed.
Kernel source.  :-)
1997-03-19 04:23:12 +00:00
obrien
67bb93df58 Fix Peter Salus's name. 1997-03-19 04:08:34 +00:00
obrien
b760adc23c Added UNIX System Architecture by Prabhat Andleigh.
This is a really nice small (274 pages) book on UNIX architecture.
It "reads" like K&R, has good straightforward explantions and nice diagrams
of structures and things, w/o unnessiary bulk.  It covers both BSD and sysV.
I wish this had been the textbook for my undergrad OS class rather
than Tannenbam.
1997-03-19 03:54:15 +00:00
obrien
f49e3eafb9 Added "Porting UNIX Software" by our own Greg Lehey.
This book has helped me more than once with the ports collection.
1997-03-19 03:45:13 +00:00
obrien
9f553ec1d5 Added UNIX Internals -- The New Frontiers by Uresh Vahalia 1997-03-19 03:40:47 +00:00
obrien
40299c7b7c Update URL for Chinese "Using FreeBSD" 1997-03-19 03:32:12 +00:00
obrien
6df5609dd2 FreeBSD-{stable,STABLE} ==> 2.1-STABLE 1997-03-19 03:24:50 +00:00
obrien
5afe6220f9 Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable. 1997-03-19 03:22:29 +00:00
obrien
1bdf3a2692 Attempts to clarify the FreeBSD-{current,stable} mess used here.
It is not clear what version of FBSD things apply to anymore.
"-CURRENT"  --->  "2.2-RELEASE and later"
1997-03-19 03:15:43 +00:00
obrien
6116a44b3d Mention that "options XSERVER" is applicable only to the vt0 console driver.
(as it appears from the mailing list archive).
1997-03-19 02:43:43 +00:00
jdp
77fbf63166 Add cross-references from the "CTM Sites" and "CVSup Sites" sections
back to the CTM and CVSup documentation, respectively.
1997-03-19 00:06:57 +00:00
hanai
b817ab4c15 Catch up with the original. 1997-03-18 04:14:30 +00:00
jdp
176b32fc42 Add descriptions of the tags RELENG_2_1_7_RELEASE and RELENG_2_2_0_RELEASE. 1997-03-18 01:38:47 +00:00
joerg
32e5cf012f Now that i know how to use remote gdb, actually document it. Cool stuff,
btw.!
1997-03-18 00:42:36 +00:00
hanai
5969e82112 I've forgotten to change the `original revision:' field. 1997-03-17 02:12:43 +00:00
hanai
6d817fc560 Catch up with the original. 1997-03-17 02:11:16 +00:00
wosch
b8f2f11478 Add Oliver Laumann for his troff translator 1997-03-15 20:07:20 +00:00
hanai
89d72dfcbf Catch up with the original.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-03-15 06:57:56 +00:00
brian
8c36b79cb7 Update configuration examples & instructions.
This should go into 2.2 as the examples bearly work for
static IP numbers (and don't for dynamic ones).
1997-03-14 04:17:44 +00:00
joerg
7c8d794556 Describe the workaround for the CMD640 controller.
Mention the steps that are required for `disklabel auto'.
1997-03-13 01:00:32 +00:00
joerg
b24f0ba9ca Ooops, somehow the HP Netserver entry made it here twice. 1997-03-12 19:14:26 +00:00
joerg
d1f0b9694d Update the HP NetServer LC FAQ entry. 1997-03-12 19:04:07 +00:00
hanai
53e213048d Catch up with the original. 1997-03-12 04:25:20 +00:00
ache
779a27cc18 Fix ftp2.ru 1997-03-11 15:19:32 +00:00
jkh
380e25592f close PR#2942 - add src/contrib to list of src components.
Submitted by:	sjr1@flash.net
1997-03-11 06:42:03 +00:00
hanai
6a994ea73d Catch up with the original. 1997-03-11 03:04:03 +00:00
asami
ebb6ff3c7e Ask user to carefully examine changes when sending an upgrade. (Actually,
this is the main reason why we want them as diffs.)  Also, ask them to
explicitly state files that are added or deleted (lazy committers like me
often forget to "cvs add" or "cvs remove").
1997-03-10 11:55:17 +00:00
asami
303b625563 Remove part about sending in complete ports for an upgrade, we prefer
recursive diffs in any case.
1997-03-10 09:55:20 +00:00
hanai
262892c212 Catch up with the original. 1997-03-10 03:04:05 +00:00
hanai
477ae9e7a3 Catch up with the original. 1997-03-10 01:09:48 +00:00
guido
f1600b2590 Add my pgp key 1997-03-08 16:27:59 +00:00
jkh
c3c0632428 Correct a bogus URL to bash in an example. 1997-03-08 11:44:08 +00:00
jkh
a0a2505c0f Make enumerated list more cosmetically appealing. 1997-03-07 15:31:17 +00:00
jkh
656f1a9207 Update installation info for upcoming releases. 1997-03-07 12:35:57 +00:00
hanai
0ebd2b1dff Catch up with the original. 1997-03-07 04:56:58 +00:00
asami
ca3b19f0cd Add Jun-ichiro Itoh <itojun@csl.sony.co.jp> for his milliard of
multilingual nvi ports.
1997-03-06 08:48:05 +00:00
hanai
fa6965ede6 Fixed the incorrect "Original revision:" field. 1997-03-06 07:25:47 +00:00
hanai
f708f0cdbf Catch up with the original. 1997-03-06 07:10:37 +00:00
asami
6be65b7fa7 Add ports-korean [cv]sup target. 1997-03-06 05:55:09 +00:00
hanai
7b927458cd Sync with the original. 1997-03-06 03:25:53 +00:00
hanai
88e4da796d Oops! I've committed without confirming that make goes well.
Fix the SGML error, &S -> &amp;S.
1997-03-06 03:19:16 +00:00
hanai
590d4f4513 Sync with the original.
Submitted by: Yukihiro Nakai <nakai@PyroPolis.t.u-tokyo.ac.jp>
1997-03-06 03:06:51 +00:00