Commit Graph

401 Commits

Author SHA1 Message Date
peter
f8bde85e20 Nearly forgot; add Juha Inkari <inkari@cc.hut.fi> 1996-09-03 09:35:05 +00:00
alex
4467ad1508 Add Steve Price for his merge of 4.4-Lite2 sh source. 1996-09-01 14:35:41 +00:00
jkh
5cb012a59a Make some updates to the hardware guide, take some of Chuck Robey's comments
regarding the source syncing section (sss!).
1996-08-29 04:26:42 +00:00
asami
d69a4502cd Might as well update the date too, since so much has changed. 1996-08-28 06:40:49 +00:00
asami
6bfdf86b25 Bring this up to match reality. Also, fix dozens of small bogons I noticed
while translating this thing into Japanese.
1996-08-28 06:26:38 +00:00
asami
0099798487 Use "(the) X Window System" consistently, not X-Window or lowercase
variants.

Submitted by:	Hanai Hiroyuki <hanai@astec.co.jp>
1996-08-28 00:44:00 +00:00
wosch
eeb7a91797 add I686_CPU to the list of possible values of keyword 'cpu' 1996-08-27 12:00:18 +00:00
jkh
a1129cc106 Try to bring this a little more up-to-date. 1996-08-27 03:55:55 +00:00
wosch
33f9fb3527 add ref id's for countries, eg. mirrors-au, mirrors-za etc. 1996-08-25 21:25:15 +00:00
wosch
4ac4bd9f6c Add URL to FTP search, a free archie server. 1996-08-25 21:20:59 +00:00
jkh
0ab30f322b Add a section for CDR drives. 1996-08-24 10:18:50 +00:00
peter
6a3aaf6dc7 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
tg
165e9df2a3 Add tim Vanderhoek for his uulib and uudeview ports. 1996-08-23 07:00:33 +00:00
mpp
36ccea1fd0 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
asami
d4bc34505e 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
asami
c7aaf4631c There is no word "UNIX" in the title of the new (red) daemon book. 1996-08-21 07:18:30 +00:00
asami
0eb33ce393 (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
asami
8b32276a75 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
jkh
d1e0e29289 Typo police.
Submitted-By: yoshiaki@kt.rim.or.jp
1996-08-18 17:04:41 +00:00
wosch
25ef40abac 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
wosch
24ff198adf use label "mirrors-ctm" for CTM mirrors. 1996-08-17 23:51:45 +00:00
asami
6b84110021 Add Eric Blood (eblood@cs.unr.edu) for his xautolock port. 1996-08-16 07:56:45 +00:00
asami
9529829c33 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
mpp
376d1d9471 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
asami
ae50699cc1 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
asami
3b76e4e9ee Typo (nott -> not). 1996-08-15 09:45:30 +00:00
asami
88f67ee7d8 You would want to read freebsd-current, not freebsd-hackers, to stay
current with -current.
1996-08-15 01:21:57 +00:00
asami
bd7a3c9e7b Add Mikael Hybsch <micke@dynas.se> for his fetch proxy support patch. 1996-08-14 22:38:28 +00:00
jkh
da984f34fa Add reference to Ohio State University's guide to UNIX. 1996-08-14 17:22:16 +00:00
joerg
e5c73d18ab Update my PGP key. 1996-08-14 11:53:52 +00:00
jkh
f5af3a1242 Correct instructions for ftp'ing entire ports hierarchies.
Submitted-by: Elliot Schwartz <elliot@mit.edu>
1996-08-13 19:51:36 +00:00
jfieber
c1c3cbd0e1 &ero; -> &amp; 1996-08-12 16:07:50 +00:00
peter
592128dcde 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
alex
338d9f7664 Typo corrections. Closes PR 1477.
Submitted by:	Masafumi Nakane <max@sfc.wide.ad.jp>
1996-08-10 17:51:15 +00:00
alex
d336a35cc7 Change syslog examples from /386bsd to /kernel. Closes PR 1475. 1996-08-10 17:38:37 +00:00
peter
8a96af1ccf 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
jfieber
3dd6f0384e 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
2b8860307b Add Chris Timmons for his pine port fixes. 1996-08-09 12:53:07 +00:00
asami
e944f9a4e5 Add Kostya Lukin (lukin@okbmei.msk.su) for the freeze port. 1996-08-09 08:18:10 +00:00
asami
dc76d51321 Add Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> for the Japanese
tcl/tk ports.
1996-08-09 07:36:09 +00:00
jkh
dc9c4c1ea7 Update reference to 2.1.5 1996-08-09 05:11:43 +00:00
asami
cf224b8215 Add missing ")". 1996-08-07 07:46:15 +00:00
asami
62cecb7c37 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
jkh
6ff626b3a6 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
wosch
1d37bd8005 add CTM mirrors 1996-08-04 22:41:09 +00:00
wosch
45d8d4963a documented in comments that 'avail' should be in
sync with the handbook
1996-08-04 19:30:34 +00:00
chuckr
f898bbdd80 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
jkh
d95849c38b Remove clauses 3 and 4 from template copyright. 1996-08-03 13:46:00 +00:00
asami
8ff2c20061 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
chuckr
637f05bd19 Add New porter Andreas Kohout <shanee@rabbit.augusta.de>
Thanks for the new ports, Andreas!
1996-07-30 23:56:45 +00:00