Commit graph

4810 commits

Author SHA1 Message Date
Kiriyama Kazuhiko
9f0b408133 Move myself to developers from additional contributors. 2000-11-13 11:30:44 +00:00
Dmitry Sivachenko
ae07370024 Move myself from contributors section to developers.
Approved by:	sobomax
2000-11-13 10:37:10 +00:00
Nik Clayton
90a28f70a9 Explain the significance of -RC and -BETA.
PR:		 docs/22627
Submitted by:	 Dima Dorfman <dima@unixfreak.org>
2000-11-12 16:22:40 +00:00
Nik Clayton
4f7735ab94 Remove the "Contributed by" line. Many, many people have worked on this
since it was first added.  Until I get <docinfo> working properly, the CVS
logs will suffice.

Add entries for freebsd-atm, freebsd-commit, freebsd-config, freebsd-new-bus,
and freebsd-realtime mailing lists.

PR:		     docs/22702
Submitted by:	     Darren Henderson <darren@nighttide.net>
2000-11-12 16:15:48 +00:00
Nik Clayton
bf3e88d0d9 Add an entity for Issei Suzuki, to unbreak the build. 2000-11-12 14:18:35 +00:00
Issei Suzuki
48db7b36b0 Move myself to developers from additional contributors. 2000-11-12 08:30:19 +00:00
Kazuo Horikawa
a961a24c70 rc.conf.5 1.64.2.9 2000-11-12 02:30:55 +00:00
Ben Smithurst
2895602eec s/gateway/gateway_enable/ when talking about the rc.conf variable which
makes a FreeBSD host act as a router.

PR:		22767
Submitted by:	Jesse Monroy <opentrax@email.com>
2000-11-11 19:24:47 +00:00
Kazuo Horikawa
3f73b7ded9 Add tcsh.1 Astron 6.09.01
Submitted by: kuma@jp.FreeBSD.org
Translated by: t_ogawa <BYH06106@nifty.ne.jp> <yasu@via2000.net> <yuko@veltec.co.jp> <mori@tri.asanuma.co.jp> NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp> <nakano@apm.seikei.ac.jp> <yt-kage@cb3.so-net.ne.jp> <kaz@kobe1995.net> <ohsawa@catv1.ccn-net.ne.jp> <kumagai@home.com>
2000-11-11 12:03:59 +00:00
Kazuo Horikawa
9cc5caa930 Fix typo
Submitted by: Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
2000-11-11 03:39:25 +00:00
Hiroki Sato
e4da8f2c16 Merge the following from the English version:
1.125 -> 1.127	authors.ent
	1.33  -> 1.34 	introduction/chapter.sgml
	1.96  -> 1.97 	mirrors/chapter.sgml
2000-11-10 14:26:15 +00:00
Alexey Zelkin
c517358a0d Synchronize Russian FAQ with English rev. 1.122
Obtained from:	The FreeBSD Russian Documentation Project
2000-11-10 12:59:57 +00:00
Jun Kuriyama
6968a43724 Replace $Id$ with $FreeBSD$.
Not objected by:	Doc Team
2000-11-10 12:31:00 +00:00
Kazuo Horikawa
b4a9650b97 crontab.1 1.7.2.1 2000-11-09 23:04:44 +00:00
John Polstra
322a89edaf Add cvsup4.ru.freebsd.org. 2000-11-09 17:58:59 +00:00
Alexey Zelkin
46b13ec26d Mention PowerPC as one of upcomming ports. 2000-11-09 16:46:13 +00:00
Alexey Zelkin
69a715ef64 Remove 3.0-RELEASE times note about ALPHA port's BETA quality status. 2000-11-09 16:43:18 +00:00
Alexey Zelkin
6cc1446d81 Note that FreeBSD is based on 4.4BSD Lite, with some Lite2 enhancements.
Requested by: obrien (some time ago)
2000-11-09 16:40:09 +00:00
Bill Fumerola
9b592c7691 Once again fix this file so the committers read in alphabetical order
by family name. While I'm here, also fix the whitespace indentation
of this list to match what might be called a "style" in the rest of
the document.
2000-11-08 00:56:19 +00:00
Nik Clayton
a42c0acc76 Preamble for the .tex files that will be converted to PDF to get them to
look for .pdf images in preference to .png images.
2000-11-07 10:23:41 +00:00
Joseph Koshy
48531a3b88 GDB now needs an explicit `-k' option to switch to kernel debugging mode. The
tactic of invoking GDB under the name of `kgdb' has not worked for a while.
Correct the `Kernel Debugging' chapter of the Handbook to reflect this change.

Reviewed by:	ben
2000-11-07 09:08:11 +00:00
Patrick S. Gardella
35d4754b89 Initial creation of the Developer's Alumni list, similar to the Core
Alumni List.

I will be trying to contact these people to update their email addresses,
or remove the address if I can't find them.

Reviewed by:  developers, nik
2000-11-07 02:12:39 +00:00
Murray Stokely
a86ed65644 Added chapter on secure programming in basics section and added a
bibliography.
2000-11-06 13:52:26 +00:00
Murray Stokely
87fddebcea First significant batch of content for the Developer's Handbook.
* Added introductory content for device driver chapter.
   * Included some example pseudo device drivers with (not-enough) commentary.
   * Added new chapters to the framework
   * Included pointers to more information in some of the unwritten chapters.
2000-11-06 10:22:11 +00:00
Kevin Lo
3c78aa06a4 Remove me in contributors list. 2000-11-06 01:38:06 +00:00
Jing-Tang Keith Jang
89c74e36c3 Traditional first commit of a new developer:
Remove my name from the contributor's list
Add myself in the developer's section
2000-11-05 20:02:17 +00:00
Kazuo Horikawa
67bbebe2b7 Catch up with 4.2-20001104-BETA 2000-11-05 07:27:14 +00:00
Bruce A. Mah
b92d604c5a Add entries for pcn(4) and mly(4). 2000-11-03 23:17:11 +00:00
Jim Mock
c30b4a99dc Whitespace changes only. 2000-11-03 19:33:54 +00:00
Jim Mock
8c7efd7038 -O2 -> -O
Submitted by:	obrien
2000-11-03 19:12:29 +00:00
Maxim Sobolev
b0f39ddd51 Add a note that leaving `cvs ci' in message editing mode for long period of time
is no-no.

Reviewed by:	jhb
2000-11-03 19:01:27 +00:00
Hiroki Sato
a3657a4744 Catch up with English version:
1.122 -> 1.125	authors.ent
	1.306 -> 1.328	contrib/chapter.sgml
	1.45  -> 1.51 	eresources/chapter.sgml
	1.93  -> 1.96 	mirrors/chapter.sgml
	1.46  -> 1.51 	pgpkeys/chapter.sgml
	1.162 -> 1.165	staff/chapter.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
Reviewed by:	hrs
References:	[doc-jp 7788]
2000-11-03 06:07:42 +00:00
Brian Feldman
76524e4746 Add David W. Chapman Jr. for a slew of port-updating PRs. 2000-11-03 06:06:33 +00:00
Sheldon Hearn
9e6e37ef9e Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
2000-11-02 14:15:30 +00:00
Sheldon Hearn
49882e8444 The linux(8) page has been retired. The recently add linux(4) takes
its place, although neither appears to be used in the doc tree.
2000-11-02 14:04:47 +00:00
Benno Rice
7d1b109777 Traditional first commit.
Remove myself from contributors, add myself to staff.
2000-11-02 05:57:28 +00:00
Jim Mock
295304bf16 Mention that in order to use IPsec, you need to add two options to the
kernel config.

Submitted by:	R.P. Aditya <aditya@grot.org> on -doc
2000-11-01 23:45:22 +00:00
Jim Mock
54691fd18d Remove the paragraph about the Kinder, Gentler HTML Validator FAQ since it
(the FAQ) no longer exists, and validator.w3.org isn't really relevant in
this situation.  Also removed the %not.published; bits around it.

PR:		22419
Submitted by:	Paul Fardy <pdf+fdp@mun.ca>
2000-11-01 22:38:35 +00:00
Jim Mock
85d368c3ed Remove blurb about nonexistent /usr/src/releases/floppies/Makefile.
PR:		22478
Submitted by:	Tass Chapman <tass@kenderhome.com>
2000-11-01 18:50:56 +00:00
James E. Housley
693a8b5490 New additional contributor "David Sugar"
ports/comms/vbp2 "voicetronix unified telephony API"
2000-11-01 13:09:04 +00:00
Jun Kuriyama
559d53298c Unbroken by escaping "<" and ">" with "&lt;" and "&gt;". 2000-11-01 06:31:27 +00:00
Josef Karthauser
346e3b30c6 Update my PGP keys after the BSDCon key signing orgython. 2000-11-01 02:25:03 +00:00
Jim Mock
99c2adcd2f Add id tags to the remaining 197 questions in the FAQ.
PR:		22459
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2000-11-01 02:08:00 +00:00
Nik Clayton
5e0002d7f0 <command> -> <userinput> in an example, to be consistent with how we tell
people it should be done.  Noticed this when browsing the KDE DocBook
documentation, which makes exactly the same mistake.
2000-10-31 19:36:16 +00:00
Jim Mock
9e78b47299 Add Nick Esborn for his p5-Mon and p5-Time-Period ports. 2000-10-31 18:55:40 +00:00
Jim Mock
f9cd77a7b0 Add id tags to questions in the FAQ so it makes life easier for those
who'd like to link to them.

PR:		22440
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2000-10-31 17:46:36 +00:00
Jun Kuriyama
a2bdbe7902 Remove ${.TARGET} if jade failed. 2000-10-31 14:39:13 +00:00
Gregory Sutter
f917226a9c Remove my old, revoked PGP key 0x40AE3052.
Add my new key 0x845DFEDD, signed by many at BSDCon.
2000-10-31 01:15:14 +00:00
Bruce A. Mah
dcd92881ca Update my PGP keys with a few signatures from BSDCon. 2000-10-30 23:11:36 +00:00
Jeroen Ruigrok van der Werven
82370415e3 Document the use of nm -n over nm. This allows easier finding
of symbols and their addresses due to the numeric sort.

PR:		21999
Submitted by:	Johan Karlsson <k@numeri.campus.luth.se>
2000-10-30 14:05:21 +00:00