diff --git a/en/docs.sgml b/en/docs.sgml index 3a90f7cedf..eba2423a95 100644 --- a/en/docs.sgml +++ b/en/docs.sgml @@ -1,439 +1,444 @@ + %includes; ]> &header;

A wide variety of documentation is available for FreeBSD, on this web site, on other web sites, and available over the counter.

On this site

All the documentation on this site can be downloaded in a variety of different formats (HTML, Postscript, PDF, and more) and compression schemes (GZip, BZip2, Zip) from the FreeBSD FTP site.

This documentation is provided and maintained by the FreeBSD Documentation Project, and we are always looking for people to contribute new documentation and maintain existing documentation.

Books

The FreeBSD FAQ
Frequently Asked Questions, and answers, covering all aspects of FreeBSD.

The FreeBSD Handbook
A constantly evolving, comprehensive resource for FreeBSD users.

The FreeBSD Developer's Handbook
For people who want to develop software for FreeBSD (and not just people who are developing FreeBSD itself).

Chapter 2 of "The Design and Implementation of the 4.4BSD Operating System"
Donated by Addison-Wesley, provides a design overview of 4.4BSD, from which FreeBSD was originally derived.

Chapter 8 of "The FreeBSD Corporate Networker's Guide"
Donated by Addison-Wesley, provides an in-depth look at using FreeBSD to provide printing services to Windows, NT, and Novell hosts.

The Pedantic PPP Primer
Everything you need to know about configuring PPP on FreeBSD.

The Porter's Handbook
Essential reading if you plan on providing a port of a third party piece of software.

The FreeBSD Documentation Project Primer for New Contributors
Everything you need to know in order to start contributing to the FreeBSD Documentation Project.

Articles

The Committer's Guide
Introductory information for FreeBSD committers.

Console Server Tutorial
How to setup a FreeBSD based console server with a cheap multi-port serial card.

Contributing to FreeBSD
How to contribute to the FreeBSD Project.

The List of FreeBSD Contributors
A list of organizations and individuals who have helped enhance FreeBSD.

CVSup Advanced Points
An article with some tips about the subtleties of CVSup.

Dialup firewalling with FreeBSD
How to set up a firewall using PPP and ipfw over a dialup link with dynamically assigned IP addresses.

Creating a diskless X server
How to create a diskless X server.

Filtering Bridges
Configuring firewalls and filtering on FreeBSD hosts acting as bridges rather than routers.

Fonts and FreeBSD
A description of the various font technologies in FreeBSD, and how to use them with different programs.

Formatting media on FreeBSD
How to slice, partition, and format fixed and removable media on FreeBSD.

How to get the best results from the FreeBSD-questions mailing list
Tips and tricks to help you maximize the chances of getting useful information from the -questions mailing list.

FreeBSD on Laptops
Information about running FreeBSD on a laptop.

An MH Primer
An introduction to using the MH mail reader on FreeBSD.

Using FreeBSD with other operating systems
How to install FreeBSD alongside one or more different operating systems on the same computer.

FreeBSD First Steps
For people coming to FreeBSD and Unix for the first time.

Programming Tools on FreeBSD
This document has moved into The Developer's Handbook.

PXE booting FreeBSD
How to create an Intel PXE server using FreeBSD, and how to configure a FreeBSD client to boot from a PXE server.

Serial and UART devices
Detailed information about the use of serial ports on FreeBSD, including several multi-port serial cards.

FreeBSD and Solid State Devices
The use of solid state disk devices in FreeBSD.

Storage Devices
Detailed information about using storage devices with FreeBSD, including ESDI disks, and SCSI disks, tape drives, and CDROM drives.

+

Bootstrapping + Vinum: A Foundation for Reliable Servers
+ A gentle introduction to failure-resilient servers and + step-by-step instructions for building one with Vinum.

+

Design elements of the FreeBSD VM system
An easy to follow description of the design of the FreeBSD virtual memory system.

Zip-drives and FreeBSD
How to format, mount, and use an Iomega Zip (SCSI, IDE, or parallel) Drive on FreeBSD.

Manual pages

FreeBSD
For release: 1.0, 1.1, 1.1.5.1, 2.0, 2.0.5, 2.1.0, 2.1.5, 2.1.6.1, 2.1.7.1, 2.2.1, 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5.1, 4.0, 4.1, 4.2, 4.3, 4.4, 4.4-stable, 5.0-current, Ports.
Other Systems
Unix Seventh Edition (V7), 2.8BSD, 2.9.1BSD, 2.10BSD, 2.11BSD, 4.3BSD Reno, NET/2, 386BSD 0.1, 4.4BSD Lite2, Linux, NetBSD, OpenBSD, Darwin, Plan 9, SunOS 4.x, SunOS 5.x, ULTRIX 4.2, and XFree86.

Other documentation

4.4BSD Documents: This is a hypertext version of the 4.4BSD documents from /usr/share/doc, where you will find the documents on a FreeBSD machine (if you install the doc distribution).

Info Documents: This is a hypertext version of the Info documents from /usr/share/info, where you will find the Info documents on a FreeBSD machine (if you install the info distribution).

On other web sites

Various independent efforts have also produced a great deal of useful information about FreeBSD.

Books

Articles

Links

In the real world...

FreeBSD in the Press

Articles in the press about FreeBSD.

Additional resources

Year 2000 Compatibility

The FreeBSD project's current statement about its Year 2000 compatibility.

BSD Real-Quick (TM) Newsletter

A monthly (sometimes bi-weekly) newsletter announcing recent developments in the FreeBSD arena. Subscribe to freebsd-announce to receive this newsletter via e-mail.

The Source Code

If you like digging your fingers into source code, here is a hypertext version of the FreeBSD kernel source. This is brought to you courtesy of Warren Toomey.

Daemon News

The industry leader in BSD news.

The FreeBSD 'zine

A monthly collection of easy to read (we hope) articles written by FreeBSD users and administrators just like you.

Like FreeBSD itself, this documentation is the product of a volunteer effort. The goals of the project are outlined here, as are the procedures for submitting corrections and new material.

The FreeBSD Diary

The FreeBSD Diary is a collection of how-to entries aimed at UNIX novices. The aim is to provide a set of step-by-step guides to installing and configuring various ports.

&footer; diff --git a/en/news/2001/news.xml b/en/news/2001/news.xml index df4b21a172..6041777e65 100644 --- a/en/news/2001/news.xml +++ b/en/news/2001/news.xml @@ -1,698 +1,707 @@ - $FreeBSD: www/en/news/news.xml,v 1.28 2001/10/23 13:05:58 asmodai Exp $ + $FreeBSD: www/en/news/news.xml,v 1.29 2001/10/23 13:07:59 asmodai Exp $ 2001 October 23 + + Bootstrapping Vinum: A Foundation for Reliable Servers +

Bob Van Valzah has submitted + an article introducing + failure-resilient servers and step-by-step instructions + for building one with Vinum.

+
+ FreeBSD/ia64 port boots unattended to multi-user mode

Doug Rabson and Peter Wemm have been working non-stop on the FreeBSD/ia64 port in the past few weeks and said today that it boots into multi-user mode without any operator attendence. This is indeed a major milestone in continued FreeBSD porting efforts. Right now most work is concentrating on fixing any problems in the sourcetree which become exposed by this platform's porting effort.

19 FreeBSD/sparc64 port boots to single user mode

Jake Burkholder and Thomas Moestl have been porting FreeBSD to the ultra sparc for the past few months and first booted a machine into single user mode on the 18th of October. The log from the serial console can be found at http://people.freebsd.org/~jake/tip.single_user.

17

New committer: Akio Morita (PC98)

7 FreeBSD/ppc port now boots and executes kernel

Benno Rice has committed a mega-patch which added support for OpenFirmware to the FreeBSD loader. The loader can now load a kernel over the network and execute it on an Apple iMac.

5 FreeBSD/ia64 port now boots on real hardware

After a few months of development Doug Rabson and Peter Wemm have committed patches which extends the FreeBSD/ia64 port's functionality and adds the possibility to boot on real hardware.

New committer: Giorgos Keramidas (Docs)

September 18 August 2001 Status Report

The August 2001 Status Report is now available; see the Status Reports Web Page.

10 Comprehensive Project List available for 5.0

Many people, upon hearing of 5.0's untimely delay for a full year, have asked what they can do to help 5.0 get back on track. This email gives a list of outstanding projects for 5.0 and as much information as possible about how to get involved.

August 30 FreeBSD 5.0 delayed until November 2002

FreeBSD 5.0 has been delayed until November 2002. The complete announcement from Jordan is available here.

28

New committer: Robert Drehmel

22

New committer: Pete Fritchman (Ports)

17 New-user focused FreeBSD book available

Annelise Anderson, a frequent contributor to the FreeBSD mailing lists, has written "FreeBSD: An Open-Source Operating System for Your PC", an introduction to FreeBSD aimed at the new user. Published by The Bit Tree Press, the ISBN is 0971204500, and it can be ordered from, amongst other places, the DaemonNews Mall.

16 Installation documentation substantially improved

The Installing FreeBSD section of the Handbook has been substantially improved and updated. The new documentation features "screenshots" of almost every stage of the installation process, and expanded text detailing what each stage of the install covers. The bulk of the work was carried out by Randy Pratt.

14

New committer: Max Khon

9

New committer: Randy Pratt (Docs)

July 2001 Status Report

The July 2001 status report is now available; see the Status Reports Web page.

8 FreeBSD RDF news headline file now available

An RDF file of the last 10 news headlines on the FreeBSD site is now available. The URL is http://www.FreeBSD.org/news/news.rdf. You can use this file to syndicate FreeBSD news headlines on to your own web site (as Daily DaemonNews and the FreeBSD Diary do), or on to your desktop, using applications such as KNewsTicker.

7 Pandaemonium User Group

Pandaemonium, the BSD Users Group of Western Australia, has been added to the Support page.

6

New committer: Valentino Vaschetto (Docs)

July 30 FreeBSD Handbook task list now available

A second edition of The FreeBSD Handbook will be in production shortly. A task list has been published for anyone who wants to help contribute to the state of available printed documentation about FreeBSD.

26

New committer: Mark Peek

16

New committer: Rob Braun

New committer: Dave Zarzycki

New committer: Mike Barcroft

13

New committer: Chern Lee (Docs)

June 21

New committer: Brooks Davis (Networking, Mobile Computing)

20 Using FreeBSD with Solid State Media

John Kozubik has submitted an article explaining How to use FreeBSD with solid state media.

17 FreeBSD boots on PowerPC

Benno Rice has completed enough work to allow FreeBSD to reach the mountroot prompt on the PowerPC processor. Please see the PowerPC platform page and mailing list for more information.

15

New committer: Mike Silbersack (Networking)

14

New committer: Johann Visagie (Ports)

13 FreeBSD Status Report Available

Robert Watson has compiled a status report for the FreeBSD Project. These reports are scheduled to continue on a monthly basis.

11

New committer: Anton Berezin (all things Perl)

6

New committer: David W. Chapman Jr.(Ports)

New committer: Mark Pulford (Ports)

1

New committer: Crist J. Clark (Networking, security)

May 24 ftp.FreeBSD.org back up

The famous ftp site, ftp.FreeBSD.org, is now back in full operation. Many thanks to Tele Danmark, who are supplying the machine as well as the network connection.

16

New committer: Jim Pirzyk

2 New FreeBSD 'zine issue out

The first May 2001 issue of the FreeBSD 'zine is now available. Starting this month, there will be two issues per month; one on the 1st, and one on the 15th.

April 27 SMP Alpha now works

FreeBSD now works with multiple processors on Alpha systems, thanks to the efforts of John Baldwin, Andrew Gallatin, and Doug Rabson.

25

New committer: Takuya SHIOZAKI (Internationalization)

New committer: Udo Erdelhoff (Docs)

18

The Developer's Handbook is now available on the web site. This is an evolving resource for people wanting to develop software for FreeBSD (and not just for the committers who are developing FreeBSD). Don't forget that a complete list of documentation available from this site is also available.

17

Addison Wesley have allowed us to republish Chapter 8 of the FreeBSD Corporate Networker's Guide. Chapter 8 provides an in-depth look at providing printing services to Windows, NT, and Novell clients using FreeBSD.

16

Yet another new committer: Jens Schweikhardt (Standards compliance)

12

The April issue of The FreeBSD 'zine is now available.

10

The Ports Collection now contains more than 5,000 individual entries!

5

New committer: George Reid (Sound support, ports)

4

Wind River to Acquire BSDi Software Assets. Please read the Wind River Press Release, the announcement from Jordan K. Hubbard, and the FreeBSD Core Team statement.

March 25

New committer: Yar Tikhiy (Networking)

24

New committer: Eric Melville (System tools)

13

The March issue of The FreeBSD 'zine is now available.

9

New committer: Dima Dorfman (Docs)

7

New committer: Michael C. Wu (Internationalization, porting efforts)

6

New committer: Thomas Möstl (POSIX.1e extensions)

New committer: Orion Hodson (Sound support)

February 20

New committer: Jesper Skriver

16

The February issue of The FreeBSD 'zine is now available.

5

New committer: Mike Heffner (Audit project)

January 24

New committer: Jimmy Olgeni (Ports)

23

New committer: Dirk Meyer (Ports)

20

New committer: Ying-chieh Liao (Ports)

diff --git a/en/news/news.xml b/en/news/news.xml index df4b21a172..6041777e65 100644 --- a/en/news/news.xml +++ b/en/news/news.xml @@ -1,698 +1,707 @@ - $FreeBSD: www/en/news/news.xml,v 1.28 2001/10/23 13:05:58 asmodai Exp $ + $FreeBSD: www/en/news/news.xml,v 1.29 2001/10/23 13:07:59 asmodai Exp $ 2001 October 23 + + Bootstrapping Vinum: A Foundation for Reliable Servers +

Bob Van Valzah has submitted + an article introducing + failure-resilient servers and step-by-step instructions + for building one with Vinum.

+
+ FreeBSD/ia64 port boots unattended to multi-user mode

Doug Rabson and Peter Wemm have been working non-stop on the FreeBSD/ia64 port in the past few weeks and said today that it boots into multi-user mode without any operator attendence. This is indeed a major milestone in continued FreeBSD porting efforts. Right now most work is concentrating on fixing any problems in the sourcetree which become exposed by this platform's porting effort.

19 FreeBSD/sparc64 port boots to single user mode

Jake Burkholder and Thomas Moestl have been porting FreeBSD to the ultra sparc for the past few months and first booted a machine into single user mode on the 18th of October. The log from the serial console can be found at http://people.freebsd.org/~jake/tip.single_user.

17

New committer: Akio Morita (PC98)

7 FreeBSD/ppc port now boots and executes kernel

Benno Rice has committed a mega-patch which added support for OpenFirmware to the FreeBSD loader. The loader can now load a kernel over the network and execute it on an Apple iMac.

5 FreeBSD/ia64 port now boots on real hardware

After a few months of development Doug Rabson and Peter Wemm have committed patches which extends the FreeBSD/ia64 port's functionality and adds the possibility to boot on real hardware.

New committer: Giorgos Keramidas (Docs)

September 18 August 2001 Status Report

The August 2001 Status Report is now available; see the Status Reports Web Page.

10 Comprehensive Project List available for 5.0

Many people, upon hearing of 5.0's untimely delay for a full year, have asked what they can do to help 5.0 get back on track. This email gives a list of outstanding projects for 5.0 and as much information as possible about how to get involved.

August 30 FreeBSD 5.0 delayed until November 2002

FreeBSD 5.0 has been delayed until November 2002. The complete announcement from Jordan is available here.

28

New committer: Robert Drehmel

22

New committer: Pete Fritchman (Ports)

17 New-user focused FreeBSD book available

Annelise Anderson, a frequent contributor to the FreeBSD mailing lists, has written "FreeBSD: An Open-Source Operating System for Your PC", an introduction to FreeBSD aimed at the new user. Published by The Bit Tree Press, the ISBN is 0971204500, and it can be ordered from, amongst other places, the DaemonNews Mall.

16 Installation documentation substantially improved

The Installing FreeBSD section of the Handbook has been substantially improved and updated. The new documentation features "screenshots" of almost every stage of the installation process, and expanded text detailing what each stage of the install covers. The bulk of the work was carried out by Randy Pratt.

14

New committer: Max Khon

9

New committer: Randy Pratt (Docs)

July 2001 Status Report

The July 2001 status report is now available; see the Status Reports Web page.

8 FreeBSD RDF news headline file now available

An RDF file of the last 10 news headlines on the FreeBSD site is now available. The URL is http://www.FreeBSD.org/news/news.rdf. You can use this file to syndicate FreeBSD news headlines on to your own web site (as Daily DaemonNews and the FreeBSD Diary do), or on to your desktop, using applications such as KNewsTicker.

7 Pandaemonium User Group

Pandaemonium, the BSD Users Group of Western Australia, has been added to the Support page.

6

New committer: Valentino Vaschetto (Docs)

July 30 FreeBSD Handbook task list now available

A second edition of The FreeBSD Handbook will be in production shortly. A task list has been published for anyone who wants to help contribute to the state of available printed documentation about FreeBSD.

26

New committer: Mark Peek

16

New committer: Rob Braun

New committer: Dave Zarzycki

New committer: Mike Barcroft

13

New committer: Chern Lee (Docs)

June 21

New committer: Brooks Davis (Networking, Mobile Computing)

20 Using FreeBSD with Solid State Media

John Kozubik has submitted an article explaining How to use FreeBSD with solid state media.

17 FreeBSD boots on PowerPC

Benno Rice has completed enough work to allow FreeBSD to reach the mountroot prompt on the PowerPC processor. Please see the PowerPC platform page and mailing list for more information.

15

New committer: Mike Silbersack (Networking)

14

New committer: Johann Visagie (Ports)

13 FreeBSD Status Report Available

Robert Watson has compiled a status report for the FreeBSD Project. These reports are scheduled to continue on a monthly basis.

11

New committer: Anton Berezin (all things Perl)

6

New committer: David W. Chapman Jr.(Ports)

New committer: Mark Pulford (Ports)

1

New committer: Crist J. Clark (Networking, security)

May 24 ftp.FreeBSD.org back up

The famous ftp site, ftp.FreeBSD.org, is now back in full operation. Many thanks to Tele Danmark, who are supplying the machine as well as the network connection.

16

New committer: Jim Pirzyk

2 New FreeBSD 'zine issue out

The first May 2001 issue of the FreeBSD 'zine is now available. Starting this month, there will be two issues per month; one on the 1st, and one on the 15th.

April 27 SMP Alpha now works

FreeBSD now works with multiple processors on Alpha systems, thanks to the efforts of John Baldwin, Andrew Gallatin, and Doug Rabson.

25

New committer: Takuya SHIOZAKI (Internationalization)

New committer: Udo Erdelhoff (Docs)

18

The Developer's Handbook is now available on the web site. This is an evolving resource for people wanting to develop software for FreeBSD (and not just for the committers who are developing FreeBSD). Don't forget that a complete list of documentation available from this site is also available.

17

Addison Wesley have allowed us to republish Chapter 8 of the FreeBSD Corporate Networker's Guide. Chapter 8 provides an in-depth look at providing printing services to Windows, NT, and Novell clients using FreeBSD.

16

Yet another new committer: Jens Schweikhardt (Standards compliance)

12

The April issue of The FreeBSD 'zine is now available.

10

The Ports Collection now contains more than 5,000 individual entries!

5

New committer: George Reid (Sound support, ports)

4

Wind River to Acquire BSDi Software Assets. Please read the Wind River Press Release, the announcement from Jordan K. Hubbard, and the FreeBSD Core Team statement.

March 25

New committer: Yar Tikhiy (Networking)

24

New committer: Eric Melville (System tools)

13

The March issue of The FreeBSD 'zine is now available.

9

New committer: Dima Dorfman (Docs)

7

New committer: Michael C. Wu (Internationalization, porting efforts)

6

New committer: Thomas Möstl (POSIX.1e extensions)

New committer: Orion Hodson (Sound support)

February 20

New committer: Jesper Skriver

16

The February issue of The FreeBSD 'zine is now available.

5

New committer: Mike Heffner (Audit project)

January 24

New committer: Jimmy Olgeni (Ports)

23

New committer: Dirk Meyer (Ports)

20

New committer: Ying-chieh Liao (Ports)