diff --git a/en/Makefile b/en/Makefile index 9639004292..05fd80fb68 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,118 +1,119 @@ -# $FreeBSD: www/en/Makefile,v 1.104 2003/12/05 20:00:19 blackend Exp $ +# $FreeBSD: www/en/Makefile,v 1.105 2003/12/06 07:39:32 hrs Exp $ .if exists(Makefile.conf) .include "Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= relnotes.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml # These will be directly installed. DATA= favicon.ico DATA+= robots.txt DATA+= freebsd.css DATA+= vendors.html # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= docproj SUBDIR+= news SUBDIR+= advocacy SUBDIR+= events SUBDIR+= FAQ SUBDIR+= handbook SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search SUBDIR+= gallery SUBDIR+= projects SUBDIR+= prstats SUBDIR+= platforms SUBDIR+= releases SUBDIR+= releng SUBDIR+= smp SUBDIR+= kse SUBDIR+= gnome SUBDIR+= donations .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) SUBDIR+= relnotes .endif # These *must* be listed after the "doc" subdir, as they create symlinks # in to it. .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= tutorials .endif # Non-SGML SUBDIR+= gifs SUBDIR+= cgi WEB_LANG?= da de es fr it ja pt_BR ru tr zh COOKIE= FAQ handbook # Non-English .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .for DIR in ${WEB_LANG} SUBDIR+= ../${DIR} .endfor .endif WEBDIR?= data # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html CLEANFILES+= index.html WEBCHECK?= ${PREFIX}/bin/webcheck WEBCHECKOPTS?= -ab ${WEBCHECKFLAGS} WEBCHECKDIR?= /webcheck WEBCHECKINSTALLDIR?= ${DESTDIR}${WEBCHECKDIR} WEBCHECKURL?= http://www.FreeBSD.org/ webcheck: @[ -d ${WEBCHECKINSTALLDIR} ] || ${MKDIR} ${WEBCHECKINSTALLDIR} ${WEBCHECK} ${WEBCHECKOPTS} -o ${WEBCHECKINSTALLDIR} ${WEBCHECKURL} .include "${WEB_PREFIX}/share/mk/web.site.mk" index.html: index.xsl ${XML_INCLUDES}\ ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ - ${XML_MIRRORS} ${XML_ADVISORIES} + ${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif diff --git a/en/news/2001/Makefile b/en/news/2001/Makefile index a490a26340..a8820cff5d 100644 --- a/en/news/2001/Makefile +++ b/en/news/2001/Makefile @@ -1,20 +1,22 @@ -# $FreeBSD$ +# $FreeBSD: www/en/news/2001/Makefile,v 1.1 2002/02/12 08:41:38 sobomax Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html CLEANFILES+= index.html -index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl +index.html: ../oldnewsflash.xsl news.xml\ + ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/news/2001/news.xml b/en/news/2001/news.xml index dd712c0884..4a82cedca3 100644 --- a/en/news/2001/news.xml +++ b/en/news/2001/news.xml @@ -1,967 +1,967 @@ - $FreeBSD: www/en/news/2001/news.xml,v 1.62 2002/02/12 08:41:38 sobomax Exp $ + $FreeBSD: www/en/news/2001/news.xml,v 1.63 2002/02/28 14:53:14 chris Exp $ 2001 - December + 12 31 <a href="http://www.usenix.org/events/bsdcon02/">BSDCon 2002</a> - February 11-14, San Francisco

BSDCon will be hosted by the Usenix Association this year. The conference will run from February 11-14 in San Francisco. The FreeBSD Project will have a broad presence at this conference, and anyone interested in learning more about specific technologies or the FreeBSD Project in general is encouraged to attend.

28

New committer: Doug Ambrisko (Aironet)

27

New committer: Sergey Skvortsov (Ports)

21 FreeBSD-stable tree frozen in preparation for 4.5

The FreeBSD-stable branch of the source tree has now been frozen in preparation for the release of FreeBSD 4.5. This means that any new commits to the -stable source tree must be approved by the release engineering team first. Our expected "ship" date for 4.5 is January 20th, 2002.

November 2001 Status Report

The November 2001 status report is now available; see the status reports Web page for more information.

"Backports" site, with patches for older FreeBSD releases

The FreeBSD Backports Collection is a new site created by D J Hawkey Jr. It contains patches that appeared in FreeBSD-stable that have not yet been merged in to older releases. Wider testing of these patches makes it more likely that they will be committed to earlier FreeBSD releases. So if your site relies on earlier releases of FreeBSD, and, for whatever reason, you do not wish to update to the most recent release, you are encouraged to visit this site frequently.

20

New committer: Martin Blapp (Ports)

7 New BSD-related journal : <a href="http://bsdfreak.org">BSDFreak</a>

BSDFreak is a new site that provides tutorials, articles, and journals covering BSD operating systems from a user's perspective.

- November + 11 30

New committer: Michael Lucas (Documentation Project)

28

New committer: Prafulla Deuskar (Intel gigabit device driver)

25

New committer: Yoichi NAKAYAMA (Ports)

23 Writing FreeBSD Problem Reports

Dag-Erling Smørgrav has written an article about writing FreeBSD problem reports.

20

New committer: Ernst de Haan (Ports)

Core Appoints Bugmeister

The FreeBSD Core Team has appointed Dag-Erling Smørgrav as Bugmeister.

14

New committer: Patrick Li (Ports)

13

New committer: Cy Schubert (Ports)

6

New committer: Anders Nordby (Ports)

3

New committer: Christian Weisgerber (Ports)

ATA 48-bit addressing code tested and found to be working and stable

Soren Schmidt, author of the ATA driver, tested a new 160 GB ATA harddisk provided kindly by Maxtor Corporation with the new ATA specification's 48-bit addressing mode support in FreeBSD 5.0-CURRENT. The results show that the code is stable and functions as it should and will be backported to STABLE.

2

New committer: MANTANI Nobutaka (Ports)

New committer: Andrew R. Reiter (SMPng, TrustedBSD)

- October + 10 30 FreeBSD Handbook, 2nd Edition now available!

"The FreeBSD Handbook, 2nd Edition" is now available in printed form! This is the primary source of documentation produced by the FreeBSD Documentation Project and is available now from, amongst other places, The FreeBSD Mall. For a complete list of changes in this edition, see the announce message from the editors. The ISBN for this book is 1571763031. 653 pages.

26

New committer: Makoto Matsushita (release building)

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 + 9 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 + 8 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 + 7 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 + 6 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 + 5 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 + 4 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 + 3 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&ouml;stl (POSIX.1e extensions)

New committer: Orion Hodson (Sound support)

- February + 2 20

New committer: Jesper Skriver

16

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

5

New committer: Mike Heffner (Audit project)

- January + 1 24

New committer: Jimmy Olgeni (Ports)

23

New committer: Dirk Meyer (Ports)

20

New committer: Ying-chieh Liao (Ports)

diff --git a/en/news/2002/Makefile b/en/news/2002/Makefile index a490a26340..efcd2fbf38 100644 --- a/en/news/2002/Makefile +++ b/en/news/2002/Makefile @@ -1,20 +1,22 @@ -# $FreeBSD$ +# $FreeBSD: www/en/news/2002/Makefile,v 1.1 2003/07/11 19:51:56 ceri Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html CLEANFILES+= index.html -index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl +index.html: ../oldnewsflash.xsl news.xml\ + ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/news/2002/news.xml b/en/news/2002/news.xml index 8615a3cfa5..7db1021470 100644 --- a/en/news/2002/news.xml +++ b/en/news/2002/news.xml @@ -1,822 +1,822 @@ - $FreeBSD$ + $FreeBSD: www/en/news/2002/news.xml,v 1.1 2003/07/11 19:51:56 ceri Exp $ 2002 - November + 11 25 September 2002 - October 2002 Status Report

The September-October status report is now available; see the status reports Web page for more information.

23 BSD Conference Japan 2002

BSD Conference Japan 2002 was held in Tokyo on November 23rd, 2002. During the conference FreeBSD/NetBSD/OpenBSD folks in Japan got together to discuss various topics of mutual interest. In addition, Apple Computer, Inc. gave us excellent lectures about Mac OS X and Rendezvous. Matsui Securities Co.,Ltd, Yahoo Japan Corporation, and SRS SAKURA Internet Inc. gave case studies of how FreeBSD is used in their production environments. Brains Corporation gave a talk on mmEye, which is equipped with 32bit RISC CPU SH-3 and runs NetBSD.

The event report published by Mainichi Communications inc., can be found at MYCOM PCWEB (but sorry, Japanese only). There were 172 attendees at the conference. We are pleased with this turnout, considering that this was the first attempt to hold such an event in Japan.

18 FreeBSD 5.0 Developer Preview #2 Now Available

The second developer preview snapshot of 5.0-CURRENT is now available. Please see the release notes, errata, and the new Early Adopter's Guide for more information.

7

nVidia releases Geforce drivers for FreeBSD! Check out the README for more information.

1

New committer: Stéphane Legrand (Documentation Project)

- October + 10 31

Opera is natively ported to FreeBSD! Read the official press release for more information.

22

New committer: Edwin Groothuis (Ports)

18

New committer: Tilman Linneweh (Ports)

18

New committer: Daichi GOTO (Ports)

New committer: Maho Nakata (Ports)

16

New committer: Adam Weinberger (Ports)

11

New committer: Olivier Houchard

10 FreeBSD 4.7-RELEASE is now available

FreeBSD 4.7-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 4.7.

9

New committer: Eric Moore

4

New committer: Martin Heinen (Documentation Project)

3 July 2002 - August 2002 Status Report

The July-August status report is now available; see the status reports Web page for more information.

- September + 9 10

New committer: Peter Grehan (PowerPC)

2

Notes from the USENIX ATC 2002 FreeBSD Developer Summit are now available.

1 FreeBSD-STABLE tree frozen in preparation for 4.7

The FreeBSD-STABLE branch of the source tree has now been frozen in preparation for the release of FreeBSD 4.7. This means that any new commits to the -stable source tree must be approved by the release engineering team first. Our expected "ship" date for 4.7 is October 1, 2002.

New committer: David Xu (KSE)

- August + 8 21

New committer: Oliver Braun (Ports)

20

New committer: Thomas Quinot

15 May 2002 - June 2002 Status Report

The May-June 2002 status report is now available; see the status reports Web page for more information.

FreeBSD 4.6.2-RELEASE is now available

FreeBSD 4.6.2-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 4.6.2.

New committer: Sean Chittenden (Ports)

14

New committer: Yen-Ming Lee (Ports)

8

New committer: Jennifer Jihui Yang

7

New committer: Nate Lawson

1 The Open Group makes a generous donation to FreeBSD

The Open Group has generously donated several copies of the Authorized Guide to The Single UNIX Specification, Version 3, books and CD-ROMs to the FreeBSD C99 & POSIX Conformance Project. We are greatly appreciative of their gift.

- July + 7 19

New committer: Alexander Kabaev

1

New committer: Johan Karlsson

- June + 6 25

New committer: Hye-Shik Chang (Ports)

18

New committer: Ville Skyttä (projects/cvsweb)

16

New committer: Marc Fonvieille (Documentation Project)

15 FreeBSD 4.6-RELEASE is now available

FreeBSD 4.6-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 4.6.

12

New committer: Alan Eldridge (Ports)

- May + 5 23 FreeBSD PR Handling Guidelines

The FreeBSD PR Handling Guidelines provide recommended practices for working with FreeBSD problem reports.

18 February 2002 - April 2002 Status Report

The February-April status report is now available; see the status reports Web page for more information.

16

New committer: Gordon Tetlow

7

New committer: Tony Finch

1 FreeBSD-STABLE tree frozen in preparation for 4.6

The FreeBSD-STABLE branch of the source tree has now been frozen in preparation for the release of FreeBSD 4.6. This means that any new commits to the -stable source tree must be approved by the release engineering team first. Our expected "ship" date for 4.6 is June 1, 2002.

- April + 4 29

New committer: Katsushi Kobayashi

21

New committer: Eric Anholt

15

New committer: Jonathan Mini

12

New committer: Tim Robbins

11

New committer: Greg Lewis (Ports)

8 FreeBSD 5.0 Developer Preview #1 now available

A developer preview snapshot of 5.0-CURRENT is now available. Please see the release notes for more information. Also be sure to check the release errata for a list of known problems.

New committer: Gerald Pfeifer (Ports)

5

New committer: Joe Marcus Clarke (Ports)

1

New committer: Norikatsu Shigemura (Ports)

- March + 3 30

Notes from the BSDCon 2002 FreeBSD Developer Summit are now available.

28

New committer: Tom Rhodes (Documentation Project)

29

New committer: SUZUKI Shinsuke (IPv6)

19

New committer: Alexander Leidinger (Ports)

17

New committer: Ceri Davies (Documentation)

12 Updated release schedule now available

A new area of the FreeBSD web site has been created dedicated to release engineering. This new section contains information about future releases of FreeBSD, a specific schedule for the upcoming releases of FreeBSD 4.6 and 5.0, and more.

9 SMP sparc64 now works

FreeBSD now works with multiple processors on sparc64 systems, thanks to the efforts of Jake Burkholder, and Thomas Moestl.

3

New committer: Maxime Henrion (VFS, SMP, ...)

- February + 2 25 December 2001 - January 2002 Status Report

The December/January status report is now available; see the status reports Web page for more information.

New committer: J. Mallett

18

New committer: Bernd Walter (Alpha)

11 New GNOME section of the FreeBSD.org site

FreeBSD GNOME team is proud to announce new section of the FreeBSD.org site devoted to various aspects of the GNOME desktop and development environment on the FreeBSD. Check it out here.

7

New committer: Maxim Konovalov

- January + 1 31 BSDCon Europe 2002 - Call for Papers

The announcement and call for papers for BSDCon Europe 2002 has been released. This conference will take place in Amsterdam, The Netherlands some time in November 2002. Individuals interested in presenting a paper at the conference should submit an abstract by June 24, 2002.

29 FreeBSD 4.5 is now available

FreeBSD 4.5 has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking issues with 4.5 that may occur.

12 Testing Guide now available for upcoming 4.5 release.

The FreeBSD 4.5 Release Engineering Team has submitted a testing guide for the upcoming FreeBSD 4.5 release. Please help us ensure that 4.5 is our most stable and highest performance release yet.

10 New tutorial: "The Euro symbol on FreeBSD"

Aaron Kaplan has submitted a new article explaining how to adjust your system configuration to use the new Euro symbol on FreeBSD.

diff --git a/en/news/Makefile b/en/news/Makefile index 7d09687f92..e0c08270b0 100644 --- a/en/news/Makefile +++ b/en/news/Makefile @@ -1,58 +1,64 @@ -# $FreeBSD: www/en/news/Makefile,v 1.37 2003/07/11 19:51:56 ceri Exp $ +# $FreeBSD: www/en/news/Makefile,v 1.38 2003/07/11 19:57:06 ceri Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS+= news.sgml # press releases DOCS+= pressreleases.sgml DOCS+= press-rel-1.sgml DOCS+= press-rel-2.sgml DOCS+= press-rel-3.sgml DOCS+= press-rel-4.sgml DOCS+= press-rel-5.sgml DOCS+= press-rel-6.sgml DOCS+= press-rel-7.sgml # The yearly State of the Union address DOCS+= sou1999.sgml INDEXLINK= news.html SUBDIR= 1993 SUBDIR+= 1996 SUBDIR+= 1997 SUBDIR+= 1998 SUBDIR+= 1999 SUBDIR+= 2000 SUBDIR+= 2001 SUBDIR+= 2002 SUBDIR+= status DATA= newsflash.html news.rdf press.html CLEANFILES+= newsflash.html news.rdf press.html -newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl +newsflash.html: newsflash.xsl news.xml\ + includes.xsl ../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif -news.rdf: news-rdf.xsl news.xml includes.xsl ../includes.xsl +news.rdf: news-rdf.xsl news.xml\ + includes.xsl ../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml -press.html: press.xsl press.xml includes.xsl ../includes.xsl +press.html: press.xsl press.xml\ + includes.xsl ../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/press.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/news/news.xml b/en/news/news.xml index 4a71dca4c5..24332a0f03 100644 --- a/en/news/news.xml +++ b/en/news/news.xml @@ -1,627 +1,627 @@ - $FreeBSD: www/en/news/news.xml,v 1.185 2003/12/28 17:16:30 ale Exp $ + $FreeBSD: www/en/news/news.xml,v 1.186 2004/01/04 16:06:48 viny Exp $ 2004 - January + 1 04

New committer: Vincent Tougait (Documentation Project)

2003 - December + 12 28

New committer: Alex Dupre (Documentation Project)

21

New committer: Roman Kurakin (src)

17

New committer: Clement Laforet (ports)

16

Hifn announces official FreeBSD support for the 795x series of crypto accelerators.

- November + 11 21

New committer: Mathew Kanner (midi,sound)

12

New committer: Oliver Eikemeier (Ports)

New committer: Pav Lucistnik (ports)

New committer: Andre Oppermann (src)

- October + 10 28 FreeBSD 4.9-RELEASE is Now Available

FreeBSD 4.9-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 4.9.

22 FreeBSD 10 year anniversary party in San Francisco 11/24/03

Join us Monday November 24th to celebrate 10 years of FreeBSD at the DNA Lounge in San Francisco. The name 'FreeBSD' was coined in June 1993, and FreeBSD 1.0 was released on CDROM in December 1993. Click here for more information or to be put on the guest list.

21

New committer: Sergei Kolobov (Ports)

18 BSD Conference Japan 2003

BSD Conference Japan 2003 (in Japanese), the second conference concerning *BSD in Japan, was held in Tokyo on October 18th, 2003. There were about 170 attendees. It had two parallel sessions (general and technical), and four technical papers and twelve work-in-progress style talks were presented during the conference.

17 The FreeBSD Events page is now available

The FreeBSD Events page is now available with information about past and upcoming FreeBSD related events.

14

New committer: Mark Linimon (Ports)

11

New committer: Scott Mitchell (if_xe)

9

New committer: Maksim Yevmenkin (Bluetooth)

- September + 9 15

New committer: Denis Peplin (Documentation Project)

- August + 8 25

The FreeBSD Foundation announces native support for JDK 1.3.1 on FreeBSD

18

FreeBSD 4.9 code freeze begins August 25

15

New committer: Ken Smith (Documentation Project)

New committer: Mathieu Arnold (Ports)

14

New committer: Alexander Nedotsukov (Ports)

11 FreeBSD Architecture Handbook now available

The nascent FreeBSD Architecture Handbook is now available online for users who would like to know more about FreeBSD kernel internals. Much of the material has been split out from the Developers' Handbook, which now focuses exclusively on userland programming in FreeBSD. Both volumes are works in progress.

9 PAE support merged for upcoming FreeBSD 4.9

Luoqi Chen has begun the process of merging PAE support from FreeBSD 5 to FreeBSD 4-STABLE. The PAE support allows FreeBSD machines to make use of more than 4 gigabytes of RAM. This functionality was originally written by Jake Burkholder under contract with DARPA and Network Associates Laboratories. Additional changes for individual device drivers will follow in the coming weeks.

New committer: Bruce M. Simpson

- July + 7 24

New committer: Michael Nottebrock (Ports)

21

New committer: Kirill Ponomarew (Ports)

20

New committer: Simon L. Nielsen

- June + 6 24

New committer: Sean Kelly

23

New committer: Diomidis D. Spinellis

19 Happy 10th Birthday, FreeBSD Project!

Ten years ago on this day the name "FreeBSD" was coined by David Greenman in this email message. Viva FreeBSD!

17

New committer: Lev Serebryakov (Ports)

13

Returning committer: John-Mark Gurney

9 FreeBSD 5.1-RELEASE is Now Available

FreeBSD 5.1-RELEASE is now available. Please see the Release Information page for more details. Also be sure to check the release errata for any late-breaking news and/or issues with 5.1.

6

New committer: Sergey A. Osokin (Ports)

4

New committer: Erwin Lansing (Ports)

- May + 5 6

New committer: Oliver Lehmann (Ports)

5

New committer: Michael L. Hostbaek

- April + 4 14

New committer: Hiten M. Pandya

9 New performance@ mailing list

The performance@ mailing list exists to provide a place for hackers, administrators, and/or concerned parties to discuss performance related topics pertaining to FreeBSD. Acceptable topics includes talking about FreeBSD installations that are either under high load, are experiencing performance problems, or are pushing the limits of FreeBSD. Concerned parties that are willing to work toward improving the performance of FreeBSD are highly encouraged to subscribe to this list. This is a highly technical list ideally suited for experienced FreeBSD users, hackers, or administrators interested in keeping FreeBSD fast, robust, and scalable. To subscribe, please visit the freebsd-performance@ web interface.

8 FreeBSD.org mailing lists use Mailman

Majordomo served its purpose well, but has been retired in favor of Mailman. It is now possible to browse through the authoritative list of mailing lists by heading over to http://lists.FreeBSD.org/mailman/listinfo or by browsing through the handbook's section on mailing lists. A big thanks to Peter Wemm is in order for spending the time to seamlessly convert the various lists over to Mailman, thank you.

3 FreeBSD 4.8-RELEASE is Now Available

FreeBSD 4.8-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 4.8.

- March + 3 15 January 2003 - February 2003 Status Report

The January-February status report is now available; see the status reports Web page for more information.

6

New committer: Arun Sharma

- February + 2 21

New committer: David Schultz

- January + 1 30

New committer: Hartmut Brandt (Sparc and ATM)

23 November 2002 - December 2002 Status Report

The November-December status report is now available; see the status reports Web page for more information.

New committer: Hideyuki KURASHINA (Documentation Project)

19 FreeBSD 5.0-RELEASE is now available

FreeBSD 5.0-RELEASE has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late-breaking news and/or issues with 5.0.

13

New committer: Christian Brüffer (Documentation Project)

06

New committer: Michael Telahun Makonnen

diff --git a/en/news/newsflash.xsl b/en/news/newsflash.xsl index 4b2521d281..6a0062e1e4 100644 --- a/en/news/newsflash.xsl +++ b/en/news/newsflash.xsl @@ -1,136 +1,148 @@ - + FreeBSD News

FreeBSD is a rapidly developing operating system. Keeping up on the latest developments can be a chore! To keep on top of things, be sure and check this page periodically. Also, you may wish to subscribe to the freebsd-announce mailing list.

The following projects have their own news pages, which should be checked for project specific updates.

For a detailed description of past, present, and future releases, see the Release Information page.

For FreeBSD Security Advisories, please refer to the Security Information page.

Older announcements: 2002, 2001, 2000, 1999, 1998, 1997, 1996

-

+

+ + + + + +

  • - , + + + + + + + , :

  • diff --git a/en/news/oldnewsflash.xsl b/en/news/oldnewsflash.xsl index 9f001ce5d5..c8ee53afc5 100644 --- a/en/news/oldnewsflash.xsl +++ b/en/news/oldnewsflash.xsl @@ -1,108 +1,120 @@ - + FreeBSD News -

    +

    + + + + + +

  • - , + + + + + + + , :

  • diff --git a/en/news/press.xml b/en/news/press.xml index f0d9c766cc..8ab9dff0ba 100644 --- a/en/news/press.xml +++ b/en/news/press.xml @@ -1,3418 +1,3418 @@ - $FreeBSD: www/en/news/press.xml,v 1.118 2004/01/07 18:57:36 brueffer Exp $ + $FreeBSD: www/en/news/press.xml,v 1.119 2004/01/09 03:06:06 brueffer Exp $ 2004 - January + 1 Bacula: Cross-Platform Client-Server Backups http://www.onlamp.com/pub/a/onlamp/2004/01/09/bacula.html OnLamp.com http://www.onlamp.com/ 08 January 2004 Dan Langille

    A guide on setting up and running the backup program Bacula on FreeBSD

    Simple FreeBSD installation yields functional desktop system http://www.newsforge.com/os/04/01/05/211225.shtml?tid=8&tid=82&tid=94 Newsforge http://www.newsforge.com/ 07 January 2004 Terrell Prude, Jr.

    A review of FreeBSD 5.1 as a desktop system.

    Desktop FreeBSD Part 2: Initial Setup http://www.ofb.biz/modules.php?name=News&file=article&sid=282 Open For Business http://www.ofb.biz/ 03 January 2004 Ed Hurst

    This is the second part of a series of introductory articles. The author explains how to set up X and the postfix mail system.

    2003 - December + 12 Apple unveils Panther OS http://computerworld.com.my/pcwmy.nsf/unidlookup/3E918524EABCF22A48256E04001F413F?OpenDocument ComputerWorld, Malaysia http://computerworld.com.my/ 31 December 2003 Blake Hoo

    Apple Computer recently announced the availability of its highly anticipated Mac OS X 10.3 Panther, based on FreeBSD 5.

    Year in Review: Turbulence, troubles and triumph in OS market http://www.computerworld.co.nz/news.nsf/PrintDoc/C20DECA717B0D5D5CC256DF1006B7A8E?OpenDocument&pub=Computerworld Computerworld http://www.computerworld.co.nz/ 30 December 2003 Matthew Cooney

    The year 2003 in retrospect of various operating systems, including FreeBSD.

    eRacks announces Linux/FreeBSD Centrino(TM) Laptop http://www.e-consultancy.com/newsfeatures/153803/eracks-announces-linux-centrino-tm-laptop.html e-consultancy http://www.e-consultancy.com/ 30 December 2003 eRacks Press Release

    eRacks Open Source Systems announces a Centrino(TM) based laptop that features FreeBSD as a supported OS.

    The FreeBSD Operating System 10 Year Anniversary Celebration: Silicon Valley is Alive and Kicking! http://www.emediawire.com/releases/2003/12/emw93099.htm eMediaWire http://www.emediawire.com/ 08 December 2003 Matt Olander

    The offmyserver.com press release about the FreeBSD 10 year anniversary party.

    Desktop FreeBSD Part 1: Installation http://www.ofb.biz/modules.php?name=News&file=article&sid=272 Open For Business http://www.ofb.biz/ 02 December 2003 Ed Hurst

    In this first part of a series of introductory articles, the author shows how to use the FreeBSD installer.

    Using SNMP and RRDTool on FreeBSD http://silverwraith.com/papers/freebsd-snmp.php Silverwraith.com http://silverwraith.com/ December 2003 Avleen Vig

    A guide to generating server statistics for FreeBSD 4 and 5.

    - November + 11 Ten Years of FreeBSD: Anniversary Party a Success http://www.osnews.com/story.php?news_id=5224 OSNews http://www.osnews.com 25 November 2003 Eugenia Loli-Queru

    A quick report about the evening including some pictures.

    Interview: AUUG's Greg Lehey http://www.linuxworld.com.au/pp.php?id=337297289&fp=2&fpid=1 linuxworld.com.au http://linuxworld.com.au/ 24 November 2003 Howard Dahdah

    An interview with FreeBSD developer Greg Lehey.

    From Linux to FreeBSD: A FreeBSD Review http://www.osnews.com/story.php?news_id=5106 OSNews http://www.osnews.com 11 November 2003 Gabe Yoder

    The author quickly reviews FreeBSD 4.8 and compares it with GNU/Linux.

    Printing for the Impatient http://www.onlamp.com/lpt/a/4303 OnLamp.com http://www.onlamp.com 06 November 2003 Michael Lucas

    The author gives detailed instructions on how to use Apsfilter for printing.

    One User's Thoughts on FreeBSD 4.9 http://www.osnews.com/story.php?news_id=5046 OSNews http://www.osnews.com/ 05 November 2003 Corey Holcomb-Hockin

    The author reviews FreeBSD 4.9, describes how to upgrade to the security and bug fixes branch, and how to build a custom kernel.

    Improving User Passwords with apg http://www.onlamp.com/lpt/a/4298 OnLamp.com http://www.onlamp.com/ 01 November 2003 Dru Lavigne

    The author explains how to improve your password policy with auto-generated passwords.

    - October + 10 Interview with FreeBSD jail programmer http://tech.jvds.com/modules.php?name=News&file=print&sid=6 JVDS http://tech.jvds.com/ 30 October 2003 Tech JVDS

    Pawel Jakub Dawidek, one of the people behind FreeBSD jails, tells about jails from his point of view.

    FreeBSD Fills In The Blanks With v4.9 http://siliconvalley.internet.com/news/print.php/3101631 siliconvalley.internet.com http://siliconvalley.internet.com/ 30 October 2003 Michael Singer

    The author gives a short summary on FreeBSD 4.9-RELEASE.

    FreeBSD 5.1 http://www.thejemreport.com/software/freebsd51.php The Jem Report http://www.thejemreport.com/ 17 October 2003 Jem Matzan

    The author reviews FreeBSD 5.1-RELEASE, and compares it with GNU/Linux.

    Babe in the Woods: A Linux User Migrates to FreeBSD http://www.ofb.biz/modules.php?name=News&file=print&sid=267 Open For Business http://www.ofb.biz/ 09 October 2003 Ed Hurst

    The author describes his experience migrating from Linux to FreeBSD.

    An Automated Binary Security Update System for FreeBSD http://www.daemonology.net/freebsd-update/ Daemonology.net http://www.daemonology.net/ 09 October 2003 Colin Percival

    In his paper, the author describes an automated system for building and distributing binary security updates for FreeBSD.

    Netcraft: BT Most Reliable Hosting Site in September http://thewhir.com/marketwatch/net100703.cfm theWHIR http://thewhir.com/ 07 October 2003 theWHIR Web Team

    Netcraft's latest survey reveals that seven out of the top thirteen most reliable web hosting company sites in september ran FreeBSD.

    Working With ACLs in FreeBSD 5.X http://ezine.daemonnews.org/200310/acl.html DaemonNews http://www.daemonnews.org/ 06 October 2003 Grzegorz Czaplinski

    The author explains how to create and configure unique access permissions on files and directories using Access Control Lists (ACLs).

    Build your own FreeBSD Segway clone http://www.theinquirer.net/default.aspx?article=11891 The Inquirer http://www.theinquirer.net 02 October 2003 Adamson Rust

    Trevor Blackwell has built his own FreeBSD powered Segway clone. Read on for a closer description.

    - September + 9 Cleaning and Customizing Your Ports http://www.onlamp.com/lpt/a/4165 OnLamp.com http://www.onlamp.com/ 18 September 2003 Dru Lavigne

    The author describes how to clean the FreeBSD ports tree and how to customize the ports build options with portupgrade tools.

    FreeBSD vs. Linux on TechTV! The OffMyServer OS Shootout http://www.offmyserver.com/cgi-bin/store/news/techtv_090303.html eMediaWire http://www.emediawire.com/ 05 September 2003 Matt Olander

    This article describes how FreeBSD stacked up against Linux on TechTV's latest The Screen Savers show.

    FreeBSD Jails http://www.onlamp.com/lpt/a/4139 OnLamp.com http://www.onlamp.com/ 04 September 2003 Mike DeGraw-Bertsch

    In this article the author explains how to set up and configure Jails on FreeBSD.

    - August + 8 Portupgrade http://www.onlamp.com/lpt/a/4111 OnLamp.com http://www.onlamp.com/ 28 August 2003 Dru Lavigne

    The author describes how to install and use portupgrade to upgrade installed applications on a FreeBSD system.

    FreeBSD Serves Up Java JDK http://siliconvalley.internet.com/news/article.php/3068481 siliconvalley.internet.com http://siliconvalley.internet.com 26 August 2003 Michael Singer

    The author talks about the benefits, native Java support has for FreeBSD.

    FreeBSD Access Control Lists http://www.onlamp.com/lpt/a/4053 OnLamp.com http://www.onlamp.com/ 14 August 2003 Daniel Harris

    The author describes how to use Access Control Lists, one of FreeBSD 5.X new functionalities.

    Ports Tricks http://www.onlamp.com/lpt/a/4057 OnLamp.com http://www.onlamp.com/ 07 August 2003 Dru Lavigne

    In this edition of the FreeBSD Basics column, Dru Lavigne demonstrates her favourite ports tricks.

    - July + 7 Comparing Server OSes http://www.thejemreport.com/articles/sco.htm The Jem Report http://www.thejemreport.com/ 25 July 2003 Jem Matzan

    A comparative survey of a number of free and proprietary server OSes. The article strongly recommends the BSD family of OSes on account of their quality.

    Why Users Choose BSD Over Linux Or Commercial Software http://www.internetweek.com/story/showArticle.jhtml?articleID=12800936 Internet Week http://www.internetweek.com/ 18 July 2003 Ean Kingston

    The author recommends FreeBSD, highlighting its license, simplicity, stability, and the myriad of supported applications.

    Nearly 2 Million Active Sites running FreeBSD http://news.netcraft.com/archives/2003/07/12/nearly_2_million_active_sites_running_freebsd.html Netcraft http://www.netcraft.com/ 12 July 2003 Mike Prettejohn

    The number of sites running FreeBSD is steadily growing. Netcraft provides statistics and reasons.

    Top providers running FreeBSD: Netcraft http://www.theage.com.au/articles/2003/07/10/1057783256883.html The Age http://www.theage.com.au/ 10 July 2003 their online staff

    A report from Netcraft states that five of the top 10 hosting providers in the world are running the FreeBSD operating system.

    FreeBSD 5.1 Shows Handy New Features http://www.eweek.com/article2/0,3959,1185897,00.asp EWeek http://www.eweek.com/ 07 July 2003 Jason Brooks

    Summary of new features in the FreeBSD 5.X branch, including new jail management facilities.

    - June + 6 Advanced FreeBSD Installation Issues http://www.informit.com/content/index.asp?product_id=%7B7309E848-0A1E-475A-A1CD-17B5462B1564%7D&062903 InformIT.com http://www.informit.com 27 June 2003 Brian Tiemann, Michael Urban

    An in-depth tutorial on installing FreeBSD.

    Is it time for BSD? http://www.eweek.com/article2/0,3959,1135078,00.asp EWeek http://www.eweek.com/ 23 June 2003 Jim Rapoza

    The author recommends the BSD family of operating systems for open-source IT projects.

    Basic Security Measures for FreeBSD http://www.net-security.org/article.php?id=511 Net Security http://www.net-security.org/ 19 June 2003 Szekely Ervin

    Describes the basic security measures that should be applied to a FreeBSD 4.X workstation.

    New distribution point for FreeBSD http://www.theage.com.au/articles/2003/06/19/1055828413910.html The Age http://www.theage.com.au/ 18 June 2003 their online staff

    Three companies pool together to operate a new mirror of the FreeBSD website and CVSup services.

    FreeBSD Foundation Unleashes 5.1 http://www.internetnews.com/dev-news/article.php/2218991 Internetnews http://www.internetnews.com/ 09 June 2003 Thor Olavsrud

    An article briefly covering the FreeBSD 5.1 release.

    - May + 5 FreeBSD support for AMD64 on the way http://www.theinquirer.net/?article=9383 The Inquirer http://www.theinquirer.net 08 May 2003 Arron Rouse

    A short article about upcoming support for the AMD64 platform in FreeBSD 5.x.

    Beyond Linux http://www.infoworld.com/article/03/05/23/21OPconnection_1.html InfoWorld http://www.infoworld.com 03 May 2003 Chad Dickerson

    The author recommends FreeBSD, praising its TCP/IP stack and its liberal license.

    - April + 4 Focus on FreeBSD: Interview with the Core Team http://www.osnews.com/story.php?news_id=3415 OS News http://www.osnews.com/ 28 April 2003 Eugenia Loli-Queru

    OS News features an in-depth interview with Wes Peters, Greg Lehey, Warner M. Losh of the FreeBSD core team and developer Scott Long. Topics include Java support, the Linux competition, and the FreeBSD 5.x branch.

    - March + 3 FreeBSD featured on TechTV http://www.offmyserver.com/cgi-bin/oms/news/techtv_031403.html offmyserver.com http://www.techtv.com/ 14 March 2003 Offmyserver Press Release

    FreeBSD core-team member Murray Stokely appeared on TechTV with Matt Olander from Offmyserver to talk about FreeBSD and perform an installation on live television. The press release includes a link to a RealVideo stream of the episode.

    - February + 2 FreeBSD 5.0 looks to the enterprise http://linuxworld.com.au/news.php3?nid=2187&tid=1 linuxworld.com.au http://linuxworld.com.au/ 04 February 2003 Howard Dahdah

    Linuxworld looks at the capabilities of FreeBSD 5.0 as an enterprise operating system and interviews FreeBSD developer Scott Long.

    - January + 1 Odds and Ends http://www.onlamp.com/pub/a/bsd/2003/01/23/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 23 January 2003 Dru Lavigne

    Dru Lavigne on easy ways for a new user to get familiar with FreeBSD.

    FreeBSD 5.0 Unleashed http://www.internetnews.com/dev-news/article.php/1571431 InternetNews http://www.internetnews.com/ 17 January 2003 Michael Singer

    Internetnews.com reviews FreeBSD 5.0 and interviews FreeBSD's release engineering team member, Murray Stokely.

    2002 - October + 10 Opera Software Releases Version for FreeBSD http://www.opera.com/pressreleases/en/2002/10/31/b/ Opera Software http://www.opera.com/ 31 October 2002 Opera Software Press Release

    Opera Software proudly announces the first golden release of a new port of its software to FreeBSD.

    DVD Playback on FreeBSD http://www.onlamp.com/pub/a/bsd/2002/10/03/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 03 October 2002 Dru Lavigne

    Dru Lavigne delves into the world of DVD playback on FreeBSD.

    - September + 9 The BSDs: Sophisticated, Powerful and (Mostly) Free http://www.extremetech.com/article2/0,3973,555451,00.asp Extreme Tech http://www.extremetech.com/ 26 September 2002 Brett Glass

    An article on the history and culture of the BSD projects.

    Using Sound on FreeBSD http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 19 September 2002 Dru Lavigne

    Dru Lavigne describes the process of configuring sound on a FreeBSD multimedia workstation.

    BSD, An Enterprise OS? Well, Yes http://www.itworld.com/nl/unix_insider/09172002/ ITworld.com http://www.itworld.com/ 17 September 2002 UNIX in the Enterprise

    A short interview with committer Michael Lucas, on using BSD in enterprise environments.

    Turn FreeBSD into a Multimedia Workstation http://www.onlamp.com/pub/a/bsd/2002/09/05/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 05 September 2002 Dru Lavigne

    Dru Lavigne explains how to create a multimedia workstation with FreeBSD.

    - August + 8 Chasing Linux http://www.infoworld.com/articles/fe/xml/02/08/12/020812fefreebsd.xml InfoWorld http://www.infoworld.com/ 09 August 2002 Maggie Biggs

    Maggie Biggs takes a look at the upcoming FreeBSD 5.0, and discovers that this open-source OS shows significant gains in available applications and tools along with beefed-up security.

    - June + 6 Interview with Jordan Hubbard http://kerneltrap.org/node.php?id=278 Kerneltrap http://kerneltrap.org/ 20 June 2002 Jeremy Andrews

    Kerneltrap speaks with Jordan Hubbard, one of the creators of FreeBSD, and currently manager of Apple's Darwin project.

    - May + 5 Dual-Booting FreeBSD and FreeBSD http://www.onlamp.com/pub/a/bsd/2002/05/09/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 16 May 2002 Michael Lucas

    Michael Lucas explains how a machine can be made to dual-boot FreeBSD -CURRENT and -STABLE.

    - April + 4 Jordan Hubbard resigns from FreeBSD core http://daily.daemonnews.org/view_story.php3?story_id=2837 Daemon News http://www.daemonnews.org/ 29 April 2002 Gregory Sutter

    FreeBSD co-founder Jordan Hubbard leaves the core team.

    Technology a la Carte http://www.byte.com/documents/s=7145/byt1019082849618/ Byte http://www.byte.com/ 22 April 2002 Bill Nicholls

    A review of FreeBSD 4.5 with mention of the FreeBSD 5.0 "Developer Preview" release.

    Testing FreeBSD-Current http://www.onlamp.com/pub/a/bsd/2002/04/18/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 18 April 2002 Michael Lucas

    Committer Michael Lucas takes a look at the FreeBSD 5.0 Developers' Preview 1.

    Connecting to IPv6 with FreeBSD http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=524 Linux Orbit http://www.linuxorbit.com/ 18 April 2002 David LeCount

    This tells how to use freenet6 from the ports collection to tunnel IPv6 over IPv4.

    System Panics, Part 2: Recovering and Debugging http://www.onlamp.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 04 April 2002 Michael Lucas

    Michael Lucas talks about what to do when a system panic does happen. This is the second part of a two part article; part 1 dealt with preparing a FreeBSD system to deal with panics.

    Configuring a FreeBSD Access Point for your Wireless Network http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm Sys Admin Magazine http://www.samag.com/ April 2002 Michael S. DeGraw-Bertsch

    This has instructions for securely configuring a PC running FreeBSD as a gateway between an 802.11b network and a traditional wired network.

    Anti-Unix campaign falters http://www.infoworld.com/articles/hn/xml/02/04/01/020401hnunixcamp.xml InfoWorld http://www.infoworld.com/ 01 April 2002 Matt Berger

    InfoWorld reports on the use of FreeBSD to power a website built for a prominent advertising campaign.

    - March + 3 A Multimedia Tutorial For FreeBSD http://www.examnotes.net/forums/default.php?ind=122 ExamNotes.net http://www.examnotes.net/ 30 March 2002 Tracey J. Rosenblath

    This tells how to set up and use the audio support in FreeBSD.

    System Panics, Part 1: Preparing for the Worst http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 21 March 2002 Michael Lucas

    Preparing a FreeBSD system to handle a panic.

    Understanding CVSup, Mounting, Ports and Init on FreeBSD http://www.osnews.com/story.php?news_id=818 OS News http://www.osnews.com/ 19 March 2002 Nathan Mace

    An article on configuring and maintaining a FreeBSD install.

    Want a Windows alternative? Try BSD http://zdnet.com.com/2100-1107-863169.html ZDNet http://www.zdnet.com/ 19 March 2002 Stephan Somogyi

    This is a non-technical introduction to the BSD family (except BSD/OS).

    Find: Part Two http://www.onlamp.com/pub/a/bsd/2002/03/14/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 14 March 2002 Dru Lavigne

    Looking for your files with find.

    Building a CD Bootable Firewall http://www.bsdtoday.com/2002/March/Features646.html BSD Today http://www.bsdtoday.com/ 08 March 2002 Etienne de Bruin

    This article has instructions for making a FreeBSD system which boots from CD-ROM. Its use as a firewall is mentioned.

    - February + 2 IPv6, Meet FreeBSD http://www.onlamp.com/pub/a/bsd/2002/02/22/ipv6.html OnLamp.com http://www.onlamp.com/ 22 February 2002 Mike DeGraw-Bertsch

    A walk-through on configuring IPv6 on FreeBSD.

    Finding Things in Unix http://www.onlamp.com/pub/a/bsd/2002/02/21/FreeBSD_Basics.html OnLamp.com http://www.onlamp.com/ 21 February 2002 Dru Lavigne

    Getting acquainted with find.

    Understanding NFS http://www.onlamp.com/pub/a/bsd/2002/02/14/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 14 February 2002 Michael Lucas

    Using NFS in FreeBSD.

    - January + 1 How to Become a FreeBSD Committer http://www.onlamp.com/pub/a/bsd/2002/01/31/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 31 January 2002 Michael Lucas

    Michael documents the process of becoming a FreeBSD committer.

    FreeBSD Week: Migrating from Linux to FreeBSD http://www.osnews.com/story.php?news_id=580 OS News http://www.osnews.com/ 31 January 2002 Nathan Mace

    A guide for users migrating from Linux to FreeBSD.

    FreeBSD Week: Interview with Robert Watson http://www.osnews.com/story.php?news_id=572 OS News http://www.osnews.com/ 29 January 2002 Eugenia Loli-Queru

    An interview with Robert Watson, member of FreeBSD's core and security on the upcoming FreeBSD 4.5 and FreeBSD 5.0 releases.

    American Megatrends Inc. Releases Latest Version of StorTrends NAS Software http://biz.yahoo.com/bw/020123/232287_1.html Yahoo! Finance http://biz.yahoo.com/ 23 January 2002 AMI Press Release

    American Megatrends Inc. announced the release of StoreTrends(tm) NAS software version 1.1, which is based on FreeBSD.

    Contributing to BSD http://www.onlamp.com/pub/a/bsd/2002/01/17/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 17 January 2002 Michael Lucas

    Michael Lucas shows what it takes for non-coders to contribute to BSD.

    A basic guide to securing FreeBSD 4.x-STABLE http://draenor.org/securebsd/secure.txt draenor.org http://draenor.org/ 17 January 2002 Marc Silver

    This article is for system administrators. It explains how to configure and maintain a FreeBSD system for high security.

    FreeBSD to change hands http://dailynews.yahoo.com/h/cn/20020114/tc/freebsd_to_change_hands_1.html Yahoo News http://dailynews.yahoo.com/ 14 January 2002 Stephen Shankland CNET

    Wind River Systems announces the transfer of its FreeBSD assets to the FreeBSD Mall.

    Kerneltrap Interview with Matt Dillon http://kerneltrap.com/article.php?sid=459 Kerneltrap http://kerneltrap.com/ 02 January 2002 Jeremy Andrews

    Kerneltrap interviews Matt Dillon, one of FreeBSD's key developers.

    2001 - December + 12 Microsoft Hotmail still runs on U**x http://www.theregister.co.uk/content/28/23348.html The Register http://www.theregister.co.uk/ 12 December 2001 Andrew Orlowski

    Nearly four years after it was acquired by Microsoft, and in spite of a well-publicized effort to migrate it to Windows and IIS, Hotmail is still partly based on FreeBSD and Apache.

    Keeping Your Options Open: FreeBSD as a Workstation for UNIX Newbies http://www.osnews.com/printer.php?news_id=392 OS News http://www.osnews.com/ 12 December 2001 Eugenia Loli-Queru

    An article discussing FreeBSD as an workstation OS for new Unix users.

    - November + 11 Cleaning Up Ports http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html OnLamp http://www.onlamp.com/ 29 November 2001 Michael Lucas

    A brief introduction to portupgrade.

    Stable SMB http://www.onlamp.com/pub/a/bsd/2001/11/15/Big_Scary_Daemons.html OnLamp http://www.onlamp.com/ 15 November 2001 Michael Lucas

    A short article on accessing a Windows(R) share from a FreeBSD workstation.

    FreeBSD Versus Linux Revisited http://www.byte.com/documents/s=1794/byt20011107s0001/1112_moshe.html Byte http://www.byte.com/ 12 November 2001 Moshe Bar

    Byte's Moshe Bar does a comparison, through informal benchmarks, of FreeBSD 4.3 to Linux 2.4.10 running sendmail, procmail, MySQL, and Apache. The emphasis of the article is examination of the newly rewritten VM system in Linux, so the tests are conducted with only 512 MB of RAM.

    - October + 10 The Big *BSD Interview http://www.osnews.com/printer.php?news_id=153 OS News http://www.osnews.com/ 08 October 2001 Eugenia Loli-Queru

    An interview with Matt Dillon, a key developer in FreeBSD on the upcoming features in FreeBSD 5.0.

    - September + 9 Running Windows applications on FreeBSD http://www.onlamp.com/pub/a/bsd/2001/09/21/FreeBSD_Basics.html OnLamp http://www.onlamp.com/ 21 September 2001 Dru Lavigne

    A short article on running Windows(R) applications under WINE in FreeBSD.

    Dealing with Full Disks http://www.onlamp.com/pub/a/bsd/2001/09/27/Big_Scary_Daemons.html OnLamp http://www.onlamp.com/ 27 September 2001 Michael Lucas

    A short article on dealing with the all too common full disk.

    Ripping MP3s http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html OnLamp http://www.onlamp.com/ 13 September 2001 Michael Lucas

    A short article on ripping CDs on FreeBSD.

    - August + 8 FreeBSD Anti-Virus Protection - A Commercial Alternative http://bsdatwork.com/reviews.php?op=showcontent&id=1 BSDatwork.com http://www.bsdatwork.com/ 21 August 2001 Jeremiah Gowdy

    This is a review of Kaspersky Anti-Virus for FreeBSD, a product which can protect a network of Microsoft Windows hosts by scanning e-mail and SMB file shares.

    CVS Mirror http://www.onlamp.com/pub/a/bsd/2001/08/30/Big_Scary_Daemons.html Onlamp http://www.onlamp.com/ 30 August 2001 Michael Lucas

    How to mirror the FreeBSD CVS repository.

    CVSup Infrastructure http://www.onlamp.com/pub/a/bsd/2001/08/16/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 16 August 2001 Michael Lucas

    An article on FreeBSD's CVSup infrastructure used to distribute its source code worldwide.

    An Interview with Jordan Hubbard http://www.workingmac.com/article/32.wm Working Mac http://www.workingmac.com/ 16 August 2001 pairNetworks

    An short interview with Jordan Hubbard, one of the founders of the FreeBSD project.

    - July + 7 Controlling Bandwidth http://www.onlamp.com/pub/a/bsd/2001/07/26/Big_Scary_Daemons.html OnLamp http://www.onlamp.com/ 26 July 2001 Michael Lucas

    Using DUMMYNET to control bandwidth allocation

    Which OS is Fastest for High-Performance Network Applications? http://www.samag.com/documents/s=1148/sam0107a/0107a.htm Sys Admin http://www.samag.com July 2001 Jeffrey B. Rothman and John Buckman

    Linux, Solaris, FreeBSD and Windows 2000 are benchmarked for network applications. This article has a sequel where the tests were redone after tuning FreeBSD.

    NAI Labs Announces DARPA-Funded FreeBSD Security Initiative http://opensource.nailabs.com/news/20010709-cboss.html NAI Labs http://www.nailabs.com/ NAI Labs Press Release

    NAI Labs, a division of Network Associates, Inc., announced a $1.2 million contract awarded by the U.S. Navy's Space and Warfare Systems Command to develop security extensions to the Open Source FreeBSD operating system.

    - June + 6 Controlling User Logins http://www.onlamp.com/pub/a/bsd/2001/06/28/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 28 June 2001 Michael Lucas

    An article describing the ways to control user access to your FreeBSD system.

    Rotating Log Files http://www.onlamp.com/pub/a/bsd/2001/06/14/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 14 June 2001 Michael Lucas

    Using the functionality of newsyslog in FreeBSD.

    Microsoft's FreeBSD Move Aimed At Next Generation Of Developers http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=27727 CRN http://www.crn.com/ 27 June 2001 Paula Rooney

    A report on Microsoft's venture to port its C# programming language to FreeBSD.

    BSD guru to guide Apple on Unix http://www.macworld.co.uk/news/main_news.cfm?NewsID=3092 Mac World http://www.macworld.co.uk/ 26 June 2001 Macworld (UK) staff

    Apple (http://www.apple.com/) has recruited FreeBSD founder Jordan Hubbard to its team, in a bid to steer its Mac OS X BSD (Berkeley Software Distribution) efforts.

    Microsoft Uses Open-Source Code Despite Denying Use of Such Software Wall Street Journal http://www.wsj.com/ 18 June 2001 Lee Gomes

    An article which states that open-source software connected with the FreeBSD operating system is used in several places deep inside several versions of Microsoft's Windows software, and on numerous server computers that manage major functions at Microsoft's free e-mail service, Hotmail.

    In your face! MS open source attacks backfire http://zdnet.com.com/2100-11-530056.html ZDNet http://www.zdnet.com/ 14 June 2001 Lee Gomes

    A report on the backfiring of the Microsoft effort to vilify open source software.

    - May + 5 System Logging http://www.onlamp.com/pub/a/bsd/2001/05/17/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 17 May 2001 Michael Lucas

    System logging in FreeBSD using syslogd.

    BSD Tricks: CVS http://www.onlamp.com/pub/a/bsd/2001/05/03/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 03 May 2001 Michael Lucas

    Using CVS in client-mode.

    - April + 4 Setting up Wireless Cards on FreeBSD http://www.onlamp.com/pub/a/bsd/2001/04/19/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 19 April 2001 Michael Lucas

    Configuring FreeBSD for wireless operation.

    - March + 3 FreeBSD Gaming http://www.onlamp.com/pub/a/bsd/2001/03/22/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 22 March 2001 Michael Lucas

    A survey of the games available in the FreeBSD ports collection.

    Submitting Changes http://www.onlamp.com/pub/a/bsd/2001/03/08/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 08 March 2001 Michael Lucas

    Submitting change requests to the FreeBSD project using send-pr.

    - February + 2 Changing FreeBSD Documentation http://www.onlamp.com/pub/a/bsd/2001/02/22/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 22 February 2001 Michael Lucas

    A mini tutorial on DocBook and its use by the FreeBSD Documentation Project.

    The FreeBSD Documentation Project http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 08 February 2001 Michael Lucas

    An introduction to the FreeBSD project.

    For Servers: Linux 2.4 vs. FreeBSD 4.1.1 http://www.byte.com/documents/s=558/BYT20010130S0010/ Byte http://www.byte.com/ 05 February 2001 Moshe Bar

    BYTE's Linux guru finds himself wondering why he isn't running FreeBSD --- a comparision (with informal benchmarks) of FreeBSD 4.1.1 and a Linux based distribution running the v2.4.0 Linux kernel.

    - January + 1 Modifying a Port http://www.onlamp.com/pub/a/bsd/2001/01/25/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 25 January 2001 Michael Lucas

    Howto modify a FreeBSD port.

    Fine Control of Ports http://www.onlamp.com/pub/a/bsd/2001/01/04/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 04 January 2001 Michael Lucas

    A system administrator's view of the Ports system.

    Is FreeBSD a Superior Server Platform to Linux? http://www.webtechniques.com/archives/2001/01/infrrevu/ Web Techniques http://www.webtechniques.com/ January 2001 Nathan Boeger

    A reviewer finds FreeBSD 4.1 to be better suited for web serving than a Red Hat Linux distribution.

    A Roundtable on BSD, Security, and Quality http://www.ddj.com/documents/s=865/ddj0165a/ Dr Dobbs Journal http://www.ddj.com/ January 2001 Jack J. Woehr

    A report from a roundtable at the recent USENIX Security Symposium 2000, involving several prominent developers in the BSD world.

    2000 - December + 12 BSD Ports Collection Basics http://www.onlamp.com/pub/a/bsd/2000/12/21/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 21 December 2000 Michael Lucas

    How the FreeBSD Ports collection works.

    BSD Tricks: Unprepared Disaster Recovery http://www.onlamp.com/pub/a/bsd/2000/12/07/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 07 December 2000 Michael Lucas

    How to recover files off of FreeBSD system.

    - November + 11 Open-sourcing the Apple http://www.salon.com/tech/review/2000/11/17/hubbard_osx/index.html Salon Magazine http://www.salon.com/ 17 November 2000 Jordan Hubbard

    A geek's appraisal of the Apple OS X from Jordan Hubbard, one of the lead developers on the FreeBSD project.

    BSD Tricks: Linux Compatibility, the Hard Way http://www.onlamp.com/pub/a/bsd/2000/11/16/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 16 November 2000 Michael Lucas

    Using a Linux install under FreeBSD's Linux compatibility mode.

    Laptops, PC Cards and FreeBSD http://www.onlamp.com/pub/a/bsd/2000/11/02/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 02 November 2000 Michael Lucas

    Using FreeBSD on a laptop.

    - October + 10 BSD Tricks: Introductory Revision Control http://www.onlamp.com/pub/a/bsd/2000/10/19/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 19 October 2000 Michael Lucas

    Using RCS for file revision control.

    BSD OSs Offer Unix Alternatives to Linux http://www.byte.com/documents/BYT20000927S0001/ BYTE http://www.byte.com/ 02 October 2000 Bill Nicholls

    This column gives an overview of the different versions of BSD, with links for more information.

    - September + 9 INTERNET'S BUSIEST OPENSOURCE SOFTWARE ARCHIVE SETS NEW DOWNLOAD RECORD http://www.terasolutions.com/pr092900.html TeraSolutions http://www.terasolutions.com/ 29 September 2000 TeraSolutions Press Release

    TeraSolutions, Inc. and Lightning Internet Services announce that the OpenSource archive at ftp.freesoftware.com has surpassed the download milestone of two trillion bytes per day from a single server machine.

    BSD Tricks: MFS http://www.onlamp.com/pub/a/bsd/2000/09/07/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 07 September 2000 Michael Lucas

    A short article on using the FreeBSD Memory Filesystem.

    TRUSTING BSD - Ultra-High Security for FreeBSD http://www.ispworld.com/bw/sep/Unix_Flavor.htm ISPworld http://www.ispworld.com/ September 2000 Jeffrey Carl

    An interview with Robert Watson, one of the lead developers in the TrustedBSD project.

    - August + 8 More FreeBSD Comics http://ars.userfriendly.org/cartoons/?id=20000807&mode=classic User Friendly the Comic Strip http://www.userfriendly.org/ 07 August 2000 Illiad

    See also the comics for the 8th, 9th, 10th, 11th, and 12th.

    - July + 7 Experiments in SMB http://www.onlamp.com/pub/a/bsd/2000/07/13/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 13 July 2000 Michael Lucas

    An early review of FreeBSD's SMB support.

    - June + 6 Installing OCSweb on FreeBSD http://www.onlamp.com/pub/a/bsd/2000/06/15/Big_Scary_Daemons.html OnLamp.com http://www.onlamp.com/ 15 June 2000 Michael Lucas

    An article on a developers experience porting software from Linux to FreeBSD.

    The State of the Daemon http://www.unixreview.com/documents/s=1247/urm0006c/ Unix Review http://www.unixreview.com/ 07 June 2000 Michael Lucas

    An informative article on BSD, and where it is going.

    Server Goliaths Turn to Appliance Servers http://sw.expert.com/news/SE.N1.JUN.00.pdf Server/Workstation Expert http://sw.expert.com/ June 2000 Adam Darby

    An article evaluating various commercial OSes that contains a blurb about BSDI and FreeBSD.

    FreeBSD: Serving the World http://www.osopinion.com/Opinions/JamesHoward/JamesHoward1.html osOpinion http://www.osopinion.com/ June 2000 James Howard

    With the recent hype surrounding open source software, an important project has gone unnoticed in the media. This project, FreeBSD, aims to create a rock-solid UNIX clone based on the 4BSD work from the University of California at Berkeley.

    - May + 5 Riding the Web Wave http://www.sfgate.com/cgi-bin/article.cgi?file=/chronicle/archive/2000/05/29/BU20648.DTL SFGate http://www.sfgate.com/ 29 May 2000 Henry Norr

    FreeBSD, a relatively unknown operating system is playing a big role on the Internet.

    BSD Unix: Power to the people, from the code http://www.salon.com/tech/fsp/2000/05/16/chapter_2_part_one/index.html Salon http://www.salon.com/ 16 May 2000 Andrew Leonard

    How Berkeley hackers built the Net's most fabled free operating system on the ashes of the '60s---and then lost the lead to Linux.

    Install FreeBSD 4.0 in seven easy steps http://www.techrepublic.com/article.jhtml?id=r00220000516eje01.htm TechRepublic http://www.techrepublic.com/ 16 May 2000 Dru Lavigne

    A short guide to installing FreeBSD 4.0.

    Partial Reunification May Give BSD New Visibility http://www.computerworld.com/home/print.nsf/all/000508DC8A ComputerWorld http://www.computerworld.com/ 08 May 2000 Dominique Deckmyn

    Compares the merged Walnut Creek/BSDI OS offering to Linux.

    Developers using open-source software behind bosses' backs http://www.cnn.com/2000/TECH/computing/05/05/open.source.smugglers.idg/index.html CNN http://www.cnn.com/ 05 May 2000 Peter Wayner

    Open-source software sometimes provides a better solution than expensive commerical, closed software.

    FreeBSD 4.0 Now Includes PolyServe's High Availability Clustering & Load Balancing Software http://biz.yahoo.com/bw/000501/ca_polyser_1.html PolyServe http://www.polyserve.com/ 01 May 2000 PolyServe Press Release

    PolyServe, a provider of software-based, distributed server clustering technology, announced co-marketing agreement with FreeBSD, Inc. to ship PolyServe's Understudy (TM) software program with all new versions of FreeBSD 4.0 operating system software.

    BSDI Getting the Word Out http://webserver.expert.com/news/5.5/n5.shtml WebServer Online http://webserver.expert.com/ May 2000 Alexandra Barrett

    Talks of the lack of awareness in the market of the strengths of the BSD operating system and of the plans afoot to change this.

    - April + 4 The New BSDI to Offer Technical Support for the FreeBSD Operating System http://www.bsdi.com/press/20000418.mhtml BSDi http://www.bsdi.com/ 18 April 2000 BSDi Press Release

    BSDi will be offering technical support contracts for FreeBSD beginning in May 2000.

    Commentary: BSD sleight of hand http://www.zdnet.com/zdnn/stories/news/0,4586,2507538,00.html ZD Net News http://www.zdnet.com/ 04 April 2000 Stephan Somogyi

    Commentary on the BSDI/FreeBSD merger.

    FreeBSD 3.4 Review, Part 2: Adopting the Daemon http://www.32bitsonline.com/article.php3?file=issues/200004/freebsd2e&page=1 32BitsOnline.com http://www.32bitsonline.com/ April 2000 Clifford Smith

    The second part of a review of FreeBSD v3.4.

    - March + 3 The legend of BSD http://www.sfbg.com/SFLife/34/26/tech.html sf life http://www.sfbg.com/ 29 March 2000 Annalee Newitz

    An interview with three BSD veterans on the past and future of BSD.

    Bostic on the BSD tradition http://www.oreillynet.com/pub/a/bsd/2000/03/24/bostic.html O'Reilly Network http://www.oreillynet.com/ 24 March 2000 Dale Dougherty

    An interview with BSD veteran Keith Bostic on the BSDI/FreeBSD merger. ``BSD has always had the best technology'', says Keith.

    Customizing the FreeBSD Kernel http://www.linuxworld.com/linuxworld/lw-2000-03/lw-03-freebsd_p.html LinuxWorld http://www.linuxworld.com/ March 2000 Michael Lucas

    Michael Lucas presents a guide to customizing the FreeBSD kernel, written for the Linux oriented.

    FreeBSD for the SVR4/Linux Administrator http://www.samag.com/archive/0903/feature.shtml SysAdmin http://www.samag.com/ March 2000 Michael Lucas

    This article attempts to give a System V or Linux administrator a basic grounding in FreeBSD configuration and usage.

    FreeBSD Ports and Packages System Explained http://www.32bitsonline.com/article.php3?file=issues/200003/bsdports&page=1 32BitsOnline http://www.32bitsonline.com/ March 2000 Bill Swingle

    A good description of the FreeBSD Ports collection.

    - February + 2 Business Lessons From Online Porn http://www.upside.com/texis/mvm/print-it?id=38adbbff0&t=/texis/mvm/news/news Upside http://www.upside.com/ 21 February 2000 Richard A. Glidewell

    Praise for FreeBSD from this article: ``FreeBSD is the system of choice because it is fast, stable, and can handle large volumes of traffic.''

    Crazed Ferrets in a Berkeley Shower http://www.linux.com/articles.phtml?aid=7125 Linux.com http://www.linux.com/ 10 February 2000 Michael Lucas

    An article on the BSD License.

    Three Unixlike systems may be better than Linux http://www.computerworld.com/cwi/story/0,1199,NAV47_STO41147,00.html ComputerWorld http://www.computerworld.com/ 07 February 2000 Simson L. Garfinkel

    Promotes the BSD OSes as better alternatives to Linux in the areas of performance, reliability and security.

    Buddying up to BSD: Part Five - FreeBSD Continued http://www.linux.com/featured_articles/20000208/275/ Linux.com http://www.linux.com/ 08 February 2000 Matt Michie

    A Linux user writes about his experiences with the FreeBSD ports system.

    Review of FreeBSD 3.4 http://www.32bitsonline.com/article.php3?file=issues/200002/fbsd34&page=1 32BitsOnline.com http://www.32bitsonline.com/ February 2000 Clifford Smith

    A review of FreeBSD 3.4.

    FreeBSD 4.0 And Beyond http://www.boardwatch.com/mag/2000/feb/bwm79.html Boardwatch http://www.boardwatch.com/ February 2000 Jeffrey Carl

    A Jordan Hubbard Interview on Improvements, New Platforms and What's to Come.

    - January + 1 Buddying up to BSD: Part Four - FreeBSD http://www.linux.com/featured_articles/20000126/270/ Linux.com http://www.linux.com/ 26 January 2000 Matt Michie

    A Linux user writes about his experiences with FreeBSD.

    Debunking Open-Source Myths: Origins and Players http://www.gartnerweb.com/public/static/hotc/hc00085832.html Gartner Group http://www.gartnerweb.com/ 18 January 2000 N. Drakos and M. Driver

    A report that looks at and debunks some of the myths associated with Open Source development.

    Linux Scales Enterprise Wall http://www.techweb.com/wire/story/TWB20000114S0013 TechWeb http://www.techweb.com/ 14 January 2000 Mitch Wagner

    About 17 percent of enterprises plan to deploy FreeBSD or Linux as a primary platform for e-commerce within two years.

    Jobs announces new MacOS, becomes 'iCEO' http://cnn.com/2000/TECH/computing/01/05/macworld.keynote/index.html CNN http://cnn.com/ 05 January 2000 CNN news article

    Steve Jobs' Macworld Expo keynote speech mentions FreeBSD as one of the components in the new Darwin OS from Apple.

    Mac OS X http://www.apple.com/macosx/inside.html Apple Inc. http://www.apple.com/ January 2000 Apple communication

    In an article on the next generation Darwin OS, Apple Inc., refers to FreeBSD as one of the ``most acclaimed OS projects of the modern era.''

    Linux under FreeBSD http://www.samag.com/documents/s=1169/sam0001b/ SysAdmin http://www.samag.com/ January 2000 Michael Lucas

    FreeBSD has several options for using software from other platforms such as Linux. This article examines Linux emulation under FreeBSD.

    1999 - December + 12 Freei.Net Doubles Service Speed With Intel(R) Server Platforms http://biz.yahoo.com/prnews/991215/wa_freei_d_1.html Freei.Net http://www.freei.net 15 December 1999 Freei.Net Press Release

    Freei.Net is purchasing hundreds of Intel's LB440GX 2U Rack Server Platforms as the Internet service provider continues to experience explosive growth in its subscriber base. ``The LB440GX flawlessly supports our FreeBSD operating system,'' said Steve Bourg, Freei.Net's Chief Technical Officer.

    FreeBSD 3.3. Robust OS well suited for Internet/Intranet Deployment http://www.data.com/features/1206a.html Data Communications Online http://www.data.com/ December 1999 Juha Saarinen

    Linux administrator turns to FreeBSD and finds it impressive.

    - November + 11 FreeBSD at COMDEX http://slashdot.org/article.pl?sid=99/11/21/1430208&mode=nocomment Slashdot http://slashdot.org/ 21 November 1999 Brett Glass

    Brett Glass sent this message to the FreeBSD -chat mailing list, about his experiences and perceptions at COMDEX. Of particular interest are the problems he had trying to get vendors to support the BSDs and Linux.

    Who controls free software? http://www.salon.com/tech/feature/1999/11/18/red_hat/index.html Salon Magazine http://www.salon.com/ 18 November 1999 Andrew Leonard

    Discusses RedHat's acquisition of Cygnus, quotes Jordan Hubbard at length, and mentions FreeBSD.

    The Darwinist: Darwin for x86? http://macweek.zdnet.com/1999/11/14/darwinist.html MacWeek http://macweek.zdnet.com/ 15 November 1999 Stephan Somogyi

    A report on Wilfredo Sanchez's session on FreeBSD and the Apple Darwin project at the first FreeBSDCon.

    Bob Frankenberg's breaking Windows http://cbs.marketwatch.com/archive/19991108/news/current/soapbox.htx?source=blq/yhoo&dist=yhoo CBS MarketWatch http://cbs.marketwatch.com/ 08 November 1999 Michael Tarsala

    In an interview with CBS MarketWatch, Bob Frankenberg, ex-CEO of Novell, praises FreeBSD for doing ``an exceptionally good job''. FreeBSD is used in his current company, Encanto.

    Applix and Walnut Creek Partner to Provide Applixware Office for the FreeBSD Operating System http://www.applix.com/releases/99-11-03_applixware_office_for_freebsd_os.cfm Applix Inc. http://www.applix.com/ 03 November 1999 Applix Inc. press release

    Walnut Creek will distribute Applixware Office v4.4.2 in their FreeBSD 3.3 Power Desktop product. In addition, Walnut Creek will bundle Applix'SHELF, a visual open-source application development toolset and runtime environment with FreeBSD.

    LinuxWorld report on FreeBSDCon 99 http://www.linuxworld.com/linuxworld/lw-1999-10/lw-10-bsd_p.html LinuxWorld http://www.linuxworld.com/ 01 November 1999 Vicki Brown

    October 17, 1999 marked a milestone in the history of FreeBSD -- the first FreeBSD conference was held in the city where it all began.

    FreeBSDCon'99: Fans of Linux's lesser-known sibling gather for the first time http://cnn.com/TECH/computing/9911/01/freebsd.con99.idg/index.html CNN http://cnn.com/ 01 November 1999 Vicki Brown

    Repost of IDG article about FreeBSDCon '99.

    - October + 10 ServerWatch's Review of FreeBSD http://serverwatch.internet.com/reviews/platform-freebsd.html ServerWatch http://serverwatch.internet.com/ 25 October 1999 Kevin Reichard

    FreeBSD v3.2 is as close to the perfect Internet server operating system as it comes.

    Grass Roots Daemocracy http://www.upside.com/texis/mvm/story?id=380d3cf90&src=yahoo Upside http://www.upside.com/ 20 October 1999 Sam Williams

    A report from the first annual FreeBSDCon held in Berkeley, California.

    ENTERA DELIVERS FreeBSD STREAMING SERVER SUPPORTING QUICKTIME http://www.entera.com/news/pressreleases/1004elsabsd.html Entera http://www.entera.com/ 04 October 1999 Entera Press Release

    Entera announces a free, standards-based RTSP/RTP server to stream QuickTime from a FreeBSD platform.

    Open Source Software Development as a Special Type of Academic Research http://www.firstmonday.dk/issues/issue4_10/bezroukov/index.html First Monday http://www.firstmonday.dk/ October 1999 Nikolai Bezroukov

    This paper tries to explore links between open source software development and academic research as a better paradigm for OSS development.

    - September + 9 The Boston Globe http://www.boston.com/ 16 September 1999

    Claims that the operating systems based on BSD are more reliable and secure. (requires registration with The Boston Globe prior to viewing)

    Beyond Linux, Free Systems Help Build The Web http://dowjones.wsj.com/n/SB936961814325017645-d-main-c1.html Wall Street Journal http://dowjones.wsj.com/ 10 September 1999 Lee Gomes

    An introduction to the BSD family of free operating systems.

    Maintaining Patch Levels with Open Source BSDs http://www.samag.com/archive/0809/feature.shtml SysAdmin http://www.samag.com/ September 1999 Michael Lucas

    Focusses on the BSD development model and the ease of keeping upto-date with tools like sup and CVSup.

    - August + 8 Out of Linux limelight, devil gets its due http://web.boston.com/technology/packages/opensource/linux_limelight.shtml Boston Globe http://web.boston.com/ 12 August 1999 Hiawatha Bray

    A short (but not very accurate) introduction to FreeBSD for people who have heard about Linux.

    Reporter's notebook: Hackers on holiday http://www.cnn.com/TECH/computing/9908/11/hacker.hols.idg/index.html CNN http://www.cnn.com/ 11 August 1999 Ann Harrison

    CNN reports that the winner during the "Linux Death Match" at the Chaos Computer Camp in Germany used FreeBSD tools to win out over Linux attackers. More details are available at http://www.42.org/~sec/Berichte/199908Camp/index.en.html#match.

    More FreeBSD Comics http://www.userfriendly.org/cartoons/archives/99aug/19990803.html User Friendly the Comic Strip http://www.userfriendly.org/ 03 August 1999 Illiad

    See also the comics for the 4th and the 5th.

    World's Biggest Internet Search Engine Goes Online http://www.fast.no/company/press/twbs02081999.html Fast Search & Transfer http://web.fast.no/ 02 August 1999 FAST Press Release

    Said to be the largest search engine on the Internet, FAST Web Search uses the FreeBSD operating system.

    Duke Computer Scientists Exceed "Gigabit" Data Processing Speeds With Internet Software http://www.sciencedaily.com/releases/1999/08/990802072727.htm Science Daily Magazine http://www.sciencedaily.com/ 02 August 1999 Duke University press release

    Using FreeBSD, Duke University computer science researchers have developed a system for communication at speeds higher than one billion bits per second in a local area network of personal computers. More details can be found at the Trapeze project web site.

    - July + 7 WORLDS LARGEST INDEPENDENT IPP HITS NEW MILESTONE http://www.pair.com/pair/press/19990727.html Pair Networks http://www.pair.com/ 27 July 1999 pair Networks press release

    pair Networks, Inc., the World's largest independently owned and operated paid hosting service, today announced that it has surpassed the 60,000 Web site milestone. Their web servers in their state-of-the-art data center house more than 2 Terabytes of storage, and deliver up to 100 million hits per day to site visitors. pair uses FreeBSD in order to ensure maximum uptime and reliability.

    Free OS? It' s as easy as BSD http://www.techwebuk.com/story/TUK19990726S0029 TechWeb UK http://www.techwebuk.com/ 26 July 1999 Peter McGarvey

    Network manager Peter McGarvey writes about his experience with a number of varieties of Unix. He sums up: FreeBSD is the greatest.

    BSD a better OS than Linux? http://www.zdnet.com/zdnn/stories/news/0,4586,2299366,00.html ZD Net News http://www.zdnet.com/ 22 July 1999 Bob Sullivan

    BSD is the software behind the world's most popular Web site and the world's most popular FTP site.

    The Net's stealth operating system http://www.msnbc.com/news/292376.asp MSNBC http://www.msnbc.com/ 21 July 1999 Bob Sullivan

    BSD powers some of the biggest sites, and its users are among the most jealous of Linux.

    Embed Together: The Case For BSD In Network Appliances http://www.performancecomputing.com/features/9906of2.shtml Performance Computing http://www.performancecomputing.com/ 02 July 1999 Kevin Rose and Charles Davidson

    Underlines the advantages of BSD for the embedded device market. Mentions picoBSD.

    - June + 6 Radio interview: Linux and FreeBSD http://ebs.tamu.edu/kamu-fm/gig-24jun99.ram GigABytes Radio Talk Show http://cis.tamu.edu/news/gigabytes/index.html June 1999 Chris DiBona and Jordan Hubbard

    Chris DiBona of VA Research and Jordan Hubbard of the FreeBSD Project give their views on Linux and FreeBSD.

    Thin Servers http://www.ntsystems.com/db_area/archive/1999/9906/306r1.shtml Windows NT Systems http://www.ntsystems.com/ June 1999 Ted Drude

    A survey of thin servers, featuring products using FreeBSD as their internal operating system.

    Information Technology and the Internet in Co-operation Ireland http://www.pcc.ie/net/ci.html Public Communications Centre, Ireland http://www.pcc.ie/ June 1999 Interview with Michael Doyle

    Michael Doyle, system administrator for Co-operation Ireland roots for FreeBSD in this interview. Michael is using FreeBSD and PostgreSQL as a cost-effective and ultra-reliable solution for his organization's I.T. needs.

    GPL and BSD: explication and comparison http://www.32bitsonline.com/article.php3?file=issues/199906/gplbsd&page=1 32BitsOnline http://www.32bitsonline.com/ June 1999 Rob Bos

    An article comparing BSD and GPL style licenses.

    CmdrTaco on Slashdot Sale http://www.wired.com/news/news/business/story/20483.html Wired Business News http://www.wired.com/ 29 June 1999 Leander Kahney

    In an interview with Wired News, Rob Malda, founder of Slashdot, says that he would now like to spend some more time reporting on FreeBSD.

    Server Platforms - FreeBSD Review http://serverwatch.internet.com/reviews/platform-freebsd.html ServerWatch http://serverwatch.internet.com/ 17 June 1999 Kevin Reichard

    FreeBSD: Is it the perfect Internet server operating system? As close as it comes.

    Yes! There is intelligent life beyond Linux http://www.networkweek.com/openwindow/story/NWW19990611S0005 Network Week Online http://www.networkweek.com/ 16 June 1999 David Cartwright

    It looks like Unix, it tastes like Unix but it isn't Unix. It's FreeBSD!

    - May + 5 Silicon Carny: Why I run FreeBSD http://www.sunworld.com/sunworldonline/swol-05-1999/swol-05-silicon.html SunWorld http://www.sunworld.com/ May 1999 Rich Morin

    Rich Morin explains why FreeBSD is the superior OS for him.

    INTERNET'S BUSIEST SOFTWARE ARCHIVE REACHES NEW DOWNLOAD MILESTONE http://www.wccdrom.com/press/wcarchive_milestone.phtml Walnut Creek CDROM http://www.wccdrom.com/ 26 May 1999 David Greenman

    Walnut Creek CDROM, Inc. announces that their popular software archive at ftp://ftp.cdrom.com has surpassed the one trillion bytes (one terabyte) milestone of files downloaded per day from a single server machine.

    Bye-Bye, Windows http://home.cnet.com/category/0-3709-7-284910.html CNet http://home.cnet.com 24 May 1999 Christopher Lindquist

    Reviews alternative PC operating systems. Includes a review of FreeBSD 3.2.

    Gnome is no Windows dwarf http://news.bbc.co.uk/hi/english/sci/tech/newsid_321000/321433.stm BBC http://bbc.co.uk/ 20 May 1999 Chris Nuttall

    Article on Gnome and the Open Source movement. Mentions FreeBSD.

    OS Also-Rans http://www.pioneerplanet.com/reprints/051799tech.htm Pioneer Planet http://www.pioneerplanet.com 17 May 1999 JULIO OJEDA-ZAPATA

    A short article introducing a few alternative OSes, including FreeBSD and OpenBSD. Aimed at the general public.

    Micron Electronics NetFRAME chosen for Internet's busiest site http://www.wccdrom.com/press/micron.phtml Walnut Creek CDROM http://www.wccdrom.com/ 04 May 1999 David Greenman

    During its first full day of operation, the new NetFRAME 9201 server set a new all-time one day download record of 969GB of files, surpassing the previous record set last year of 873GB/day.

    The other open-source OS: FreeBSD http://www.zdnet.com/pcweek/stories/news/0,4153,400844,00.html ZD Net http://www.zdnet.com/ 03 May 1999 Anne Chen

    Examples of FreeBSD deployment in the real world and why some technology officers find it attractive.

    - April + 4 Open-Source Software: Power to the People http://www.data.com/issue/990407/open.html Data Communications http://www.data.com April 1999 Lee Bruno

    Linux and BSD Unix are starting to show up on more and more corporate servers, running alongside or even replacing Netware and Windows NT.

    XML: Complete XML Development System Integrated with FreeBSD http://advocacy.FreeBSD.org/stories/pr_xml.html FreeBSD Advocacy http://advocacy.FreeBSD.org/ 29 April 1999 Jordan Hubbard

    Included with FreeBSD 3.1 is a complete, integrated SGML/XML development system that installs with a simple, easy to use command sequence.

    Inktomi Announces Traffic Server 3.0 http://www.inktomi.com/new/press/ts3.html Inktomi http://www.inktomi.com 26 April 1999 Inktomi press release

    FreeBSD is a supported operating system for a new version of Inktomi's carrier-class network cache platform.

    The Matrix: FreeBSD Used to Generate Special Effects http://advocacy.FreeBSD.org/stories/pr_matrix.html FreeBSD Advocacy http://advocacy.FreeBSD.org/ 22 April 1999 Jordan Hubbard

    Dual-Processor FreeBSD systems were used to generate a large number of special effects in the cutting edge Warner Brothers film, The Matrix.

    Let's Get More Educated About FreeBSD http://www.osopinion.com/Opinions/PrestonWiley/PrestonWiley1.html osOpinion http://www.osopinion.com/ 20 April 1999 Preston S. Wiley

    A system administrator shares his views on FreeBSD.

    The Oldest Free OS http://www.zdnet.com/sr/stories/column/0,4712,398025,00.html ZD Net http://www.zdnet.com 15 April 1999 Steven J. Vaughan-Nichols

    What are the oldest free operating systems around? The answer is the Berkeley Software Distribution (BSD) Unix variants.

    FreeBSD wants a place in the sun http://www.upside.com/texis/mvm/down_the_toilet?id=3714d4820 Upside http://www.upside.com 13 April 1999 Sam Williams

    Introduces FreeBSD to Linux users.

    FreeBSD Offers a Sound Open Source Alternative http://www.internetworld.com/print/current/webdev/19990412-freebsd.html Internet World http://www.internetworld.com 12 April 1999 James C. Luh

    Outside technical circles, many remain unaware of viable choices for internet servers---like the FreeBSD operating system that drives Web servers for such high-profile names as Yahoo and Best Internet Communications (now part of Verio).

    Serious FTP: Behind the scenes of Walnut Creek CDROM http://cnn.com/TECH/computing/9904/08/cdrom.idg/index.html CNN http://cnn.com 08 April 1999 Rich Morin

    A description of the Walnut Creek CDROM setup. The article is also available from SunWorld.

    Thin Servers: Off-the-Shelf Internet Help http://www.techweb.com/se/directlink.cgi?DAT19990407S0024 TechWeb http://www.techweb.com/ 07 April 1999 Christine Zimmerman

    Discusses thin-servers, including six built using an embedded FreeBSD kernel.

    - March + 3 A FreeBSD Comic Strip http://www.userfriendly.org/cartoons/archives/99mar/19990320.html User Friendly the Comic Strip http://www.userfriendly.org/ 20 March 1999 Illiad

    See also the serial from the 22nd, 23rd, 24th, 25th, 26th, and 27th of March, 1999.

    Rising support for BSD http://www.it.fairfax.com.au/990316/openline1.html Fairfax IT News http://www.it.fairfax.com.au 16 March 1999 Nathan Cochrane

    Columnist Nathan Cochrane talks about the BSD family of open source operating systems.

    Whence the Source: Untangling the Open Source/Free Software Debate http://opensource.oreilly.com/news/scoville_0399.html O'Reilly Open Source http://opensource.oreilly.com 05 March 1999 Thomas Scoville

    An article on the open-source / free-software debate. Mentions Berkeley Unix as one of the early successes of shared source code collaboration.

    - February + 2 LWN interviews Alan Cox http://lwn.net/1999/features/ACInterview/ Linux Weekly News http://lwn.net/ February 1999

    There is a small but interesting FreeBSD mention in LWN in an interview with Linux's Alan Cox.

    The Economist http://www.economist.com 20 February 1999

    Software that has been developed by thousands of volunteers and is given away is often better than the stuff for sale. Note: The article is no longer available online without registration.

    - January + 1 Twenty Years of Berkeley Unix http://www.oreilly.com/catalog/opensources/book/kirkmck.html O'Reilly and Associates http://www.oreilly.com January 1999 Marshall Kirk McKusick

    A short history of Berkeley Unix.

    WWWsmith: Installation and Configuration of FreeBSD http://www.linuxjournal.com/issue57/2515.html LINUX JOURNAL http://www.linuxjournal.com/ January 1999 Sean Eric Fagan

    Here is how to set up a web server using another freely available operating system, FreeBSD, a high performance, mature, Unix-like system.

    The return of BSD - What are the BSD flavors and why might you use them? http://www.sunworld.com/swol-01-1999/swol-01-bsd.html SunWorld http://www.sunworld.com/ January 1999 Greg Lehey

    Introduces the modern BSD OSes to the general public.

    GartnerGroup http://www.gartner.com/ 18 January 1999

    While finished thin servers should be optimized in both hardware and software for the task at hand, who says the software and hardware must come from the same developer? This Perspective examines the emerging trend in the OEM market of divorcing the software layer from the hardware layer. Many operating systems are vying to be the OS of choice for thin servers. This document examines this issue in detail, particularly the differences between Linux and FreeBSD, the current de facto leaders in the market. Note: The article is no longer available online without registration.

    Nature Web Matters: Internet tomography http://helix.nature.com/webmatters/tomog/tomog.html Nature http://www.nature.com/ 07 January 1999 K.C. Claffy, Tracie Monk & Daniel McRobb, UCSD/CAIDA, USA.

    The article describes a network management tool built on FreeBSD that has even used network connections to www.FreeBSD.org for performing network research.

    1998 - December + 12 The story on FreeBSD http://www.linuxworld.com/linuxworld/lw-1998-12/lw-12-freebsd.html LinuxWorld http://www.linuxworld.com/ December 1998 Cameron Laird and Kathryn Soraiz

    This issue has a good article on FreeBSD and why it's worth a look by Linux folks.

    - November + 11 The Open-Source Revolution http://www.edventure.com/release1/1198.html RELEASE 1.0 http://www.edventure.com/release1/ November 1998 Tim O'Reilly, with an introduction by Esther Dyson

    A brief, business oriented introduction to the open source community.

    Report from Comdex--Walnut Creek CDROM, FreeBSD and Slackware http://www.linuxtoday.com/stories/1005.html Linux Today http://www.linuxtoday.com/ 20 November 1998 Dwight Johnson

    There is a good report on the Walnut Creek booth and FreeBSD at the Linux Today website. The first half of the report is on Slackware Linux, the second half is on FreeBSD.

    Ellison plans hardware, bashes Bill http://www.news.com/News/Item/0,4,28816,00.html CNET News.com http://www.news.com/ 16 November 1998 Tim Clark

    Larry Ellison talking about their new dedicated Oracle servers, mentions FreeBSD as one of a list of candidate OSes for the platform.

    - October + 10 Linux/etc, The other free Unixes, part 2 of 2 http://www.computerbits.com/archive/19981000/lnx9810.htm Computer Bits http://www.computerbits.com/ October 1998 Terry Griffin

    Continuation of an earlier column reviewing freely available Unix like operating systems.

    What Is FreeBSD? http://www.performance-computing.com/features/9810of1.shtml Performance Computing http://www.performance-computing.com/ October 1998 Jordan K. Hubbard

    An introduction to FreeBSD, and where it stands with respect to the other free OSes.

    Unix back in the fight with NT http://www.mercurycenter.com/business/center/unix102798.htm Mercury Center http://www.mercurycenter.com/ 26 October 1998 Miguel Helft

    An article touting the stability and power of the Unix platform over NT.

    A No-Cost NOS http://www.zdnet.com/pcmag/pclabs/nettools/1718/bench1.html ZDNet http://www.zdnet.com/ 20 October 1998 Ryan Snedegar

    Ryan Snedegar reviews FreeBSD 2.2.7 and finds its web-serving performance to be better than Windows NT.

    Open Code Frees Up The Net http://www.zdnet.com/intweek/stories/prtarchivestory/0,4356,361668,00.HTML Inter@ctive Week http://www.zdnet.com/intweek/ 19 October 1998 Charles Babcock

    About why customers prefer open source software like Linux, FreeBSD, Perl and TCL to proprietary alternatives.

    It's only free Unix - but I like it http://www.ireland.com/newspaper/computimes/1998/1012/cmp2.htm The Irish Times http://www.irish-times.com/ 12 October 1998 David Malone
    - September + 9 Linux/etc, The other free Unixes, part 1 of 2 http://www.computerbits.com/archive/19980900/lnx9809.htm Computer Bits http://www.computerbits.com/ September 1998 Terry Griffin

    Briefly reviews the BSD Unix heritage.

    Communications & Networking: Asynchronous Communications Using select and poll http://www.ddj.com/articles/1998/9809/9809e/9809e.htm Dr. Dobb's Journal http://www.ddj.com/ September 1998 Sean Eric Fagan

    On how to use FreeBSD's select(2) and poll(2) system calls.

    Quality Unix for FREE http://www.zdnet.com/sr/stories/issue/0,4537,349576,00.html Sm@rt Reseller Online http://www.zdnet.com/sr/ 07 September 1998 Brett Glass

    A short introduction to FreeBSD 2.2.7.

    - August + 8 Hack raises flags about small ISPs http://www.news.com/News/Item/0,4,25526,00.html News.com: Tech News First http://www.news.com/ 21 August 1998 Jim Hu, Staff Writer, CNET NEWS.COM

    Desire for better security has led some ISPs to deploy FreeBSD on their servers.

    - July + 7 Walnut Creek CDROM, One of the Largest Public FTP Archives in the World, Sets Traffic Record Using FreeBSD and Colocating on CRL's High-Speed Internet Network http://www.crl.com/wccdromrcd.html CRL Network Services http://www.crl.com/ 30 July 1998 CRL Press Release Pulling on one end of the rope ( freshmeat ) http://www.freshmeat.net/ 13 July 1998 Jordan K. Hubbard

    Jordan compares the past of Unix with the future of Linux, outlining possible similarities and describing faults that could be prevented.

    - June + 6 Nader urges Windows probe http://www.news.com/News/Item/0,4,23145,00.html CNET News.com http://www.news.com/ 14 June 1998 Jeff Pelline

    Consumer-rights advocate Ralph Nader mentions FreeBSD by name.

    Stone's Throw, Issue Fourteen: Home of the Brave, Land of the FreeBSD http://RhapsodyOS.com/editorial/stone/ST00014.html RhapsodyOS http://RhapsodyOS.com/ 10 June 1998 Andrew Stone
    - May + 5 Load Balancing Your Web Site http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml Web Techniques Magazine http://www.WebTechniques.com/ May 1998 Ralf S.Engelschall

    Practical approaches to distributing HTTP traffic at your site. Includes a section on performance tuning Apache under FreeBSD.

    Is NT paranoid or is Unix out to get it? http://www.ncworldmag.com/ncworld/ncw-05-1998/ncw-05-nextten.html NC World http://www.ncworldmag.com/ May 1998 Nicholas Petreley Security Tools in FreeBSD http://www.samag.com/archive/0705/feature.shtml SysAdmin http://www.samag.com/ May 1998 Guy Helmer Free Unix: Do You Get What You Pay For? http://advisor.gartner.com/inbox/articles/ihl2_6398.html GartnerGroup http://www.gartner.com/ 04 May 1998 G. Weiss
    - April + 4 The new Unix alters NT's orbit http://www.ncworldmag.com/ncworld/ncw-04-1998/ncw-04-nextten.html NC World http://www.ncworldmag.com/ April 1998 Nicholas Petreley Who's Serving Who? http://www.dv.com/magazine/1998/0498/johnson0498.html DV Live Magazine http://www.dv.com/ April 98 Nels Johnson

    For smaller companies and web sites, a FreeBSD and Apache on an Intel (PC) architecture machine is more than sufficient.

    - March + 3 Searching for the next Windows NT http://www.ncworldmag.com/ncworld/ncw-03-1998/ncw-03-nextten.html NC World http://www.ncworldmag.com/ March 1998 Nicholas Petreley Benchmarking and Software Testing: Tracing BSD System Calls http://www.ddj.com/ddj/1998/1998_03/index.htm Dr. Dobb's Journal http://www.ddj.com/ March 1998 Sean Eric Fagan

    Note: the article is not available online.

    Five alternative operating systems reviewed http://www.cnet.com/Content/Reviews/Compare/AltOS/ CNET http://www.cnet.com/ 25 March 1998 Cormac Foster
    - February + 2 Source code for the masses http://www.news.com/SpecialFeatures/0,5,18652,00.html News.com http://www.news.com 02 February 1998 Alex Lash
    1997 - August + 8 The Network Community http://www.computerbits.com/archive/9708/lan9708.htm Computer Bits Online http://www.computerbits.com/ August 1997 Ted Mittelstaedt - May + 5 The Politics of NC Computing According to Oracle http://www.ncworldmag.com/ncworld/ncw-05-1997/ncw-05-analysis.html NC World http://www.ncworldmag.com/ May 1997 Rawn Shaw 1996 - November + 11 Assorted Security Tips for UNIX http://www.samag.com/documents/s=1211/sam9611d/ SysAdmin http://www.samag.com/ November 1996 Arthur Donkers

    A collection of tips and tricks to secure your internal network.

    diff --git a/en/news/press.xsl b/en/news/press.xsl index 39ddc1698f..5773bbaee0 100644 --- a/en/news/press.xsl +++ b/en/news/press.xsl @@ -1,79 +1,85 @@ - +

    If you know of any news stories featuring FreeBSD that we have not listed here, please send details to www@FreeBSD.org so that we can include them.

    You also can visit FreeBSD/Java Press page for information about FreeBSD Java Project's Press News.

    -

    +

    + + + + + +


  • ,

  • diff --git a/ja/Makefile b/ja/Makefile index fc22fb1e1d..1f367bed19 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -1,103 +1,106 @@ -# $FreeBSD: www/ja/Makefile,v 1.61 2003/11/18 22:11:26 rushani Exp $ +# $FreeBSD: www/ja/Makefile,v 1.62 2003/11/24 18:26:33 hrs Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.83 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= relnotes.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml # Japanese-only file DOCS+= jabout.sgml # These will be directly installed. #DATA= favicon.ico #DATA+= robots.txt DATA+= freebsd.css # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= docproj SUBDIR+= news #SUBDIR+= advocacy SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search SUBDIR+= gallery SUBDIR+= projects SUBDIR+= prstats SUBDIR+= platforms SUBDIR+= releases #SUBDIR+= releng SUBDIR+= smp SUBDIR+= conspectus #SUBDIR+= gnome #SUBDIR+= donations .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports SUBDIR+= doc # .endif # .if defined(BUILD_RELNOTES) # SUBDIR+= relnotes .endif # These *must* be listed after the "doc" subdir, as they create symlinks # in to it. .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= tutorials #DOCSUBDIR= FAQ handbook .endif # Non-SGML #SUBDIR+= gifs #SUBDIR+= cgi SGMLFLAGS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP WEBDIR= data/ja # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html CLEANFILES+= index.html ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" index.html: index.xsl ${XML_INCLUDES}\ - ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS}\ + ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ ${XML_MIRRORS} ${XML_ADVISORIES} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ + --param news.press.xml "'${XML_NEWS_PRESS}'" \ + --param news.project.xml "'${XML_NEWS_NEWS}'" \ + --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif diff --git a/ja/includes.xsl b/ja/includes.xsl index 3991addd84..258902daa0 100644 --- a/ja/includes.xsl +++ b/ja/includes.xsl @@ -1,94 +1,147 @@ - + ¥á¥Ë¥å¡Œ


    ¥È¥Ã¥×¥Ú¡Œ¥ž ¥¢¥×¥ê¥±¡Œ¥·¥ç¥ó ¥µ¥Ý¡Œ¥È ¥É¥­¥å¥á¥ó¥È ¥Ù¥ó¥À ž¡º÷ º÷°ú ¥È¥Ã¥×¥Ú¡Œ¥ž ¥È¥Ã¥×¥Ú¡Œ¥ž



    (ÆüËÜžìÌõ€ËŽØ€¹€ë€ªÌ䀀¹ç€ï€»€Ï doc-jp@jp.FreeBSD.org €Þ€Ç€ªŽê€€€·€Þ€¹)
    /releases/R/hardware.html + + + + + + + + ǯ + + + + + + + + + Æü + + + + + + + + + ǯ + + + + + + + + + Æü + + + + + + + + + ǯ + + + + + + + + +
    diff --git a/ja/index.xsl b/ja/index.xsl index 362299a9cd..f512aad3ac 100644 --- a/ja/index.xsl +++ b/ja/index.xsl @@ -1,480 +1,477 @@ - + - + <xsl:value-of select="$title"/>
    FreeBSD: €³€Î¥Ñ¥ï¡Œ€ò€¢€Ê€¿€Î€¿€á€Ë

    €ª¶á€¯€Î¥µ¡Œ¥Ð€ò€ªÁª€Ó€¯€À€µ€€:

    žÀžì: [de]   [en]   [es]   [fr]   [it]   [ja]   [ru]


    -

    ¥Ë¥å¡Œ¥¹ - -
    - ¡Š¥¢¥Ê¥Š¥ó¥¹
    - ¡ŠÊóÆ»
    - ¡Š€µ€é€Ë ... -

    - -

    ¥œ¥Õ¥È¥Š¥§¥¢ -
    - ¡ŠFreeBSD €òŒê€ËÆþ€ì€ë
    - ¡Š¥ê¥ê¡Œ¥¹ŸðÊó
    - ¡ŠPorts Collection
    -

    - -

    ¥É¥­¥å¥á¥ó¥È -
    - ¡Šœé¿ŽŒÔ€Î€¿€á€Ë
    - ¡Š¥Ï¥ó¥É¥Ö¥Ã¥¯
    +

    + + Âбþ¥×¥é¥Ã¥È¥Õ¥©¡Œ¥à: +
    + ¡Š i386
    + ¡Š Alpha
    + ¡Š IA64
    + ¡Š AMD64
    + ¡Š Sparc
    + ¡Š €œ€ÎŸ
    +

    + +

    + + ¥É¥­¥å¥á¥ó¥È +
    ¡ŠFAQ
    + ¡Š¥Ï¥ó¥É¥Ö¥Ã¥¯
    ¡Š¥Þ¥Ë¥å¥¢¥ë¥Ú¡Œ¥ž
    + ¡Šœé¿ŽŒÔ€Î€¿€á€Ë
    ¡ŠDoc. Project
    - ¡Š€µ€é€Ë...

    -

    ¥µ¥Ý¡Œ¥È -
    +

    + + ¥µ¥Ý¡Œ¥È +
    ¡Š¥á¡Œ¥ê¥ó¥°¥ê¥¹¥È
    ¡Š¥Ë¥å¡Œ¥¹¥°¥ë¡Œ¥×
    ¡Š¥æ¡Œ¥¶¥°¥ë¡Œ¥×
    ¡ŠWeb Ÿå€Î»ñÎÁ
    ¡Š¥»¥­¥å¥ê¥Æ¥£
    - ¡Š¥€¥Ù¥ó¥È
    - ¡Š€µ€é€Ë...

    -

    Ÿã³²Êó¹ð -
    - ¡ŠŸã³²Êó¹ð€ÎÁ÷ÉÕ
    - ¡ŠÌ€²ò·è€ÎÊó¹ð€Î±ÜÍ÷
    - ¡ŠŸã³² ID €Çž¡º÷€¹€ë
    - ¡Š€µ€é€Ë...
    +

    + + ¥Ð¥°Êó¹ð +
    + ¡Š ž¡º÷
    + ¡Š žÄỀΥХ°Êó¹ð€ÎÉœŒš
    + ¡Š ÁŽ¥Ð¥°Êó¹ð€ÎÉœŒš
    + ¡Š ¥Ð¥°Êó¹ð€ÎÁ÷ÉÕ
    + ¡Š ¥Ð¥° ID €Çž¡º÷
    ++ ¡Š ¥Ð¥°Êó¹ð€Îœñ€­Êý

    -

    ³«È¯ -
    - ¡Š¥×¥í¥ž¥§¥¯¥È
    - ¡ŠRelease Engineering
    - ¡ŠCVS ¥ê¥Ý¥ž¥È¥ê
    +

    + + ³«È¯ +
    + ¡Š Developer's Handbook
    + ¡Š Porter's Handbook
    + ¡Š CVS ¥ê¥Ý¥ž¥È¥ê
    + ¡Š ¥ê¥ê¡Œ¥¹¥š¥ó¥ž¥Ë¥¢¥ê¥ó¥°
    + ¡Š FreeBSD €Ø€Î¹×ž¥

    ¥Ù¥ó¥À
    ¡Š¥œ¥Õ¥È¥Š¥§¥¢
    ¡Š¥Ï¡Œ¥É¥Š¥§¥¢
    ¡Š¥³¥ó¥µ¥ë¥Æ¥£¥ó¥°
    ¡Š€œ€ÎŸ

    ŽóÉÕ¡ŠŽó£
    ¡ŠŽóÉÕ¡ŠŽó£ÉʀΌõÉÕ
    ¡Šžœºß€ÎŽó£ÉÊ
    ¡ŠŽóÉÕÊ眞¥ê¥¹¥È

    -

    €³€Î¥µ¥€¥È€Ë€Ä€€€Æ -
    - ¡Š¥µ¥€¥È¥Þ¥Ã¥×
    - ¡Šž¡º÷
    - ¡Š€µ€é€Ë...
    +

    + + €³€Î¥µ¥€¥È€Ë€Ä€€€Æ +
    + ¡Š ¥Š¥§¥Ö¥µ¥€¥È€Îž¡º÷
    + ¡Š ¥á¡Œ¥ê¥ó¥°¥ê¥¹¥È€Îž¡º÷
    + ¡Š €¹€Ù€Æ€Îž¡º÷

    +

    + + FreeBSD €ÎÌ䀀¹ç€ï€» + +

    + +

    + + BSD €ÎÃøºîž¢ + +

    +
    ž¡º÷:

    FreeBSD €È€Ï?

    FreeBSD €Ï x86 žßŽ¹µ¡¡¢DEC Alpha¡¢IA-64¡¢PC-98¡¢UltraSPARC® ¥¢¡Œ¥­¥Æ¥¯¥Á¥ãÍÑ€ÎÀè¿ÊŪ€Ê¥ª¥Ú¥ì¡Œ¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à€Ç€¹¡£ ¥«¥ê¥Õ¥©¥ë¥Ë¥¢Âç³Ø¥Ð¡Œ¥¯¥ì¥€¹»€Ç³«È¯€µ€ì€¿ €Ç€¢€ë BSD UNIX €ËͳÍ耷¡¢ ¿€¯€Î¿Í€¿€Á €Ë€è€Ã€ÆÊ݌顊³«È¯€µ€ì€Æ€€€Þ€¹¡£ €œ€ÎŸ€Î¥×¥é¥Ã¥È¥Õ¥©¡Œ¥à €Ïžœºß³«È¯Ãæ€Ç€¹¡£

    ºÇÀèÃŒ€Îµ¡Çœ

    FreeBSD €Ï (»ÔÈ΀κÇÎɀ΀â€Î€âŽÞ€á€Æ) Ÿ€Î¥ª¥Ú¥ì¡Œ¥Æ¥£¥ó¥° ¥·¥¹¥Æ¥à€ËÌ€€À€Ë·ç€±€Æ€€€ëºÇÀèÃŒ€Î¥Í¥Ã¥È¥ï¡Œ¥¯¡¢¥Ñ¥Õ¥©¡Œ¥Þ¥ó¥¹¡¢ ¥»¥­¥å¥ê¥Æ¥£¡¢žßŽ¹À­€È€€€Ã€¿ µ¡Çœ €òº£¡¢Ä󶡀·€Æ€€€Þ€¹¡£

    ¶¯Îπʥ€¥ó¥¿¡Œ¥Í¥Ã¥È¥µ¥Ý¡Œ¥È

    FreeBSD €ÏÍýÁÛŪ€Ê ¥€¥ó¥¿¡Œ¥Í¥Ã¥È€ä¥€¥ó¥È¥é¥Í¥Ã¥È ¥µ¡Œ¥Ð€Ë€Ê€ê€Þ€¹¡£Éé²Ù€¬ ¶Ë€á€Æ¹â€¯€Ê€Ã€¿ŸõÂրǀµ€š¶¯žÇ€Ê¥Í¥Ã¥È¥ï¡Œ¥¯¥µ¡Œ¥Ó¥¹€òÄ󶡀·¡¢ ¥æ¡Œ¥¶¥×¥í¥»¥¹€¬Æ±»þ€Ë²¿Àé€Ë€Ê€Ã€Æ€âÎɹ¥€ÊÈ¿±þ»þŽÖ€ò °Ý»ý€¹€ë€è€Š€Ë¥á¥â¥ê€òžúΚŪ€ËÍøÍÑ€·€Þ€¹¡£ FreeBSD €òÍøÍÑ€·€¿¥¢¥×¥ê¥±¡Œ¥·¥ç¥ó€ä¥µ¡Œ¥Ó¥¹€ÎÎã€ò ºÜ€»€Æ€€€Þ€¹€Î€Ç¡¢€Œ€Ò€ï€¿€·€¿€Á€Î ¥®¥ã¥é¥ê¡Œ €ò€ŽÍ÷€Ë€Ê€Ã€Æ€ß€Æ€¯€À€µ€€¡£

    ¿ô¿€¯€ÎÂбþ¥¢¥×¥ê¥±¡Œ¥·¥ç¥ó

    ¹â€€ÉÊŒÁ€ò»ý€Ä FreeBSD €È¡¢º£Æü€ÎÄã²Á³Ê€Ç¹â®€Ê PC ¥Ï¡Œ¥É¥Š¥§¥¢€ÎÁȀ߹ç€ï€»€Ï¡¢ »ÔÈ΀Π¥ï¡Œ¥¯¥¹¥Æ¡Œ¥·¥ç¥ó€ËɀŚ€¹€ë¡¢ ÈóŸï€Ë·ÐºÑŪ€ÊÁªÂò»è€Ë€Ê€ë€Ç€·€ç€Š¡£ ¥Ç¥¹¥¯¥È¥Ã¥×ÍÑ¡¢¥µ¡Œ¥ÐÍÑ€ÎΟÊý€Ë€Ä€€€Æ¡¢ËÄÂç€Ê¿ô€Î ¥¢¥×¥ê¥±¡Œ¥·¥ç¥ó €âÍÑ°Õ€µ€ì€Æ€€€Þ€¹¡£

    ŽÊñ¥€¥ó¥¹¥È¡Œ¥ë

    FreeBSD €Ï CD-ROM €ä DVD-ROM¡¢¥Õ¥í¥Ã¥Ô¡Œ¥Ç¥£¥¹¥¯¡¢Œ§µ€¥Æ¡Œ¥×¡¢MS-DOS® ¥Ñ¡Œ¥Æ¥£¥·¥ç¥ó€Ê€É€Î€µ€Þ€¶€Þ€Ê¥á¥Ç¥£¥¢€«€é¥€¥ó¥¹¥È¡Œ¥ë€¹€ë€³€È€¬ €Ç€­€Þ€¹¡£¥Í¥Ã¥È¥ï¡Œ¥¯€ËÀܳ€·€Æ€€€ë€Ê€é¡¢anonymous FTP €ä NFS €òÍÑ€€€Æ ÄŸÀÜ ¥€¥ó¥¹¥È¡Œ¥ë€¹€ë€³€È€â€Ç€­€Þ€¹¡£ ɬÍ×€Ê€Î€Ï 1.44MB €Îµ¯Æ°¥Õ¥í¥Ã¥Ô¡Œ 2 Ëç€È¡¢ €³€ì€é€ÎÊýË¡ €À€±€Ç€¹¡£

    ̵ÎÁ€Ç»È€š€ë FreeBSD

    €³€Î€è€Š€ÊÆÿ§€ò»ý€Ã€¿¥ª¥Ú¥ì¡Œ¥Æ¥£¥ó¥°¥·¥¹¥Æ¥à€Ï¹â€€ÃÍÃÊ€Ç ÈÎÇ䀵€ì€Æ€€€ë€È»×€ï€ì€ë€«€â€·€ì€Þ€»€ó€¬¡¢FreeBSD €Ï ̵ÎÁ €ÇÆþŒê€Ç€­¡¢ €¹€Ù€Æ€Î¥œ¡Œ¥¹¥³¡Œ¥É€¬ÉÕ°€·€Æ€€€Þ€¹¡£ »î€·€Æ€ß€è€Š€«€Ê¡¢€È€€€ŠÊý€Ï €è€êŸÜ€·€€ŸðÊó €ò €ŽÍ÷€¯€À€µ€€¡£

    FreeBSD €Ø€Î¹×ž¥

    FreeBSD €Ë¹×ž¥€¹€ë€Î€ÏŽÊñ€Ç€¹¡£ €¢€Ê€¿€¬ FreeBSD €ÎÃæ€Ç²þÁ±€Ç€­€œ€Š€ÊÉôʬ€òõ€·¡¢ €œ€ÎÉôʬ€ËÊѹ¹€ò (Ãí°Õ¿Œ€¯¡¢€ï€«€ê€ä€¹€¯) ²Ã€š€Æ FreeBSD ¥×¥í¥ž¥§¥¯¥È€ËÆÏ€±€ë€À€±€Ç€¹¡£ €œ€ÎºÝ€Ë€Ï send-pr €ò»È€Š€«¡¢ €â€·Ã΀Àƀ€€ë€Ê€é¡¢¥³¥ß¥Ã¥¿¡Œ€ËÄŸÀÜÏ¢Í퀷€Æ€â OK €Ç€¹¡£ Êѹ¹€Ï¡¢FreeBSD €ÎÊžœñ€ËÂЀ¹€ë€â€Î€Ç€â¡¢FreeBSD ¥œ¡Œ¥¹¥³¡Œ¥É€ËÂЀ¹€ë€â€Î€Ç€â¹œ€€€Þ€»€ó¡£ ŸÜ€·€¯€Ï¡¢FreeBSD ¥Ï¥ó¥É¥Ö¥Ã¥¯€Î FreeBSD €Ø€Î¹×ž¥ (ž¶Êž) €È€€€Š¥»¥¯¥·¥ç¥ó€ò€ŽÍ÷€¯€À€µ€€¡£

    €â€·€¢€Ê€¿€¬¥×¥í¥°¥é¥Þ€Ç€Ê€€€È€·€Æ€â¡¢€€€¯€Ä€â€Î FreeBSD €Ë¹×ž¥€¹€ëÊýË¡€¬€¢€ê€Þ€¹¡£FreeBSD Foundation €ÏÈó±ÄÍøÃÄÂÎ €Ç€¢€ê¡¢ÄŸÀ܀ΎóÉÕ€ÏÀǶâ€Î¹µœüÂП݀Ȁʀê€Þ€¹¡£ ŸÜºÙ€ËŽØ€·€Æ€Ï bod@FreeBSDFoundation.org €Ë¥á¡Œ¥ë€òÁ÷€ë€«¡¢ The FreeBSD Foundation¡¢ 7321 Brockway Dr. Boulder, CO 80303. USA €Þ€ÇŒê»æ€òœñ€€€Æ€¯€À€µ€€¡£

    Silicon Breeze ŒÒ€Ï BSD ¥Ç¡Œ¥â¥ó€ÎÆŒÁü€òÀœºî€·¡¢ €³€ì€é€ÎÇä€êŸå€²€Î 15% €ò FreeBSD Foundation €ËŽÔžµ€·€Æ€€€Þ€¹¡£ €³€Î BSD ¥Ç¡Œ¥â¥ó€ÎŸÜºÙ€ÈÃíÊžÊýË¡€Ë€Ä€€€Æ€Ï €³€Î¥Ú¡Œ¥ž €òž«€Æ€¯€À€µ€€¡£

    -

    ¥Æ¥¯¥Î¥í¥ž¥ê¥ê¡Œ¥¹: -
    - +

    + + ¥Æ¥¯¥Î¥í¥ž¥ê¥ê¡Œ¥¹: +
    ¡Š¥¢¥Ê¥Š¥ó¥¹
    ¡Š¥€¥ó¥¹¥È¡Œ¥ë¥¬¥€¥É
    ¡Š¥ê¥ê¡Œ¥¹¥Î¡Œ¥È
    ¡Š¥Ï¡Œ¥É¥Š¥§¥¢¥Î¡Œ¥È
    ¡ŠErrata
    ¡ŠœéŽüÍøÍьԀ΀¿€á€ÎŒê°ú€­

    -

    ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡Œ¥¹: -
    +

    + + ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡Œ¥¹: +
    ¡Š¥¢¥Ê¥Š¥ó¥¹
    ¡Š¥€¥ó¥¹¥È¡Œ¥ë¥¬¥€¥É
    ¡Š¥ê¥ê¡Œ¥¹¥Î¡Œ¥È
    ¡Š¥Ï¡Œ¥É¥Š¥§¥¢¥ê¥¹¥È (±Ñžì)
    ¡ŠErrata

    Project News
    - ºÇœª¹¹¿·: - - / - - / - : + ºÇœª¹¹¿·: + + + +
    - - - ¡Š - - news/newsflash.html# - - - -
    -
    - -
    -
    -
    -
    -
    - More... + + + + + + €µ€é€Ë...

    FreeBSD Press
    - ºÇœª¹¹¿·: - - / - : + ºÇœª¹¹¿·: + + + +
    - - - ¡Š - - news/press.html# - - -
    -
    - More... + + + + + + €µ€é€Ë...
    -

    +

    -

    ¥»¥­¥å¥ê¥Æ¥£Ž«¹ð
    +

    ¥»¥­¥å¥ê¥Æ¥£Ž«¹ð
    - ºÇœª¹¹¿·: - - - - , - + ºÇœª¹¹¿·: + + + +
    - - - ¡Š - ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/.asc - -
    -
    - More... -
    + + + + + + €µ€é€Ë... +

     

    FreeBSD €Ë€Ä€€€Æ€â€Ã€È€è€¯Ã΀ꀿ€¯€Ê€Ã€¿€é¡¢ FreeBSD €ËŽØÏ¢€¹€ë œÐÈÇʪ €ä FreeBSD ŽØ·ž€ÎÊóÆ» €Î ¥®¥ã¥é¥ê¡Œ€òˬ€Í€¿€ê¡¢€³€Î¥Š¥§¥Ö¥µ¥€¥È€ò ž«€Æ€ß€Æ€¯€À€µ€€!

    [FreeBSD Mall] [Sponsor of Unix Guru Universe] [Daemon News] [Powered by FreeBSD]
    €ªÌ䀀¹ç€ï€»Àè : ÆüËܞ천€Ë€Ä€€€Æ
    ÃÎŪºâ»ºž¢€Ë€Ä€€€Æ
    © 1995-2003 The FreeBSD Project.
    All rights reserved.
    diff --git a/share/mk/web.site.mk b/share/mk/web.site.mk index c084140f91..d39d742576 100644 --- a/share/mk/web.site.mk +++ b/share/mk/web.site.mk @@ -1,319 +1,340 @@ # bsd.web.mk -# $FreeBSD: www/share/mk/web.site.mk,v 1.48 2003/11/24 18:26:34 hrs Exp $ +# $FreeBSD: www/share/mk/web.site.mk,v 1.49 2003/11/25 15:12:42 hrs Exp $ # # Build and install a web site. # # Basic targets: # # all (default) -- performs batch mode processing necessary # install -- Installs everything # clean -- remove anything generated by processing # .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif WEBDIR?= ${.CURDIR:T} CGIDIR?= ${.CURDIR:T} DESTDIR?= ${HOME}/public_html WEBOWN?= ${USER} WEBGRP?= www WEBMODE?= 664 CGIOWN?= ${USER} CGIGRP?= www CGIMODE?= 775 CP?= /bin/cp CVS?= /usr/bin/cvs ECHO_CMD?= echo SETENV?= /usr/bin/env LN?= /bin/ln MKDIR?= /bin/mkdir MV?= /bin/mv PERL?= /usr/bin/perl5 RM?= /bin/rm SED?= /usr/bin/sed SH?= /bin/sh SORT?= /usr/bin/sort TOUCH?= /usr/bin/touch HTML2TXT?= ${PREFIX}/bin/w3m HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS} ISPELL?= ispell ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS} XSLTPROC?= ${PREFIX}/bin/xsltproc XSLTPROCOPTS?= ${XSLTPROCFLAGS} TIDY?= ${PREFIX}/bin/tidy TIDYOPTS?= -i -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS} # # Install dirs derived from the above. # DOCINSTALLDIR= ${DESTDIR}${WEBBASE}/${WEBDIR} CGIINSTALLDIR= ${DESTDIR}${WEBBASE}/${CGIDIR} # # The orphan list contains sources specified in DOCS that there # is no transform rule for. We start out with all of them, and # each rule below removes the ones it knows about. If any are # left over at the end, the user is warned about them. # ORPHANS:= ${DOCS} COPY= -C # # Where the ports live, if CVS isn't used (ie. NOPORTSCVS is defined) # PORTSBASE?= /usr # # Instruction for bsd.subdir.mk to not to process SUBDIR directive. # It is not neccessary since web.site.mk do it too. # NO_SUBDIR= YES # # for dependency # +.if !defined(WITHOUT_DOC) +# +# When WITHOUT_DOC is not defined, we use doc.common.mk. +# DOC_PREFIX?= ${WEB_PREFIX}/../doc +.if exists(${DOC_PREFIX}/share/mk/doc.common.mk) .include "${DOC_PREFIX}/share/mk/doc.common.mk" +.else +.error ${DOC_PREFIX}/share/mk/doc.common.mk not found.\ + Define $$WITHOUT_DOC for building without the doc/ module. +.endif +.else # !defined(WITHOUT_DOC) +# +# When WITHOUT_DOC is defined, we should not use files in doc/ module at all. +# +.if !defined(WWW_LANGCODE) || empty(WWW_LANGCODE) +_WEB_PREFIX!= realpath ${WEB_PREFIX} +WWW_LANGCODE:= ${.CURDIR:S,^${_WEB_PREFIX}/,,:C,^([^/]+)/.*,\1,} +.undef _WEB_PREFIX +.endif +.endif # !defined(WITHOUT_DOC) + +XML_ADVISORIES?= ${WEB_PREFIX}/share/sgml/advisories.xml XML_NEWS_NEWS_MASTER= ${WEB_PREFIX}/en/news/news.xml XML_NEWS_NEWS= ${WEB_PREFIX}/${WWW_LANGCODE}/news/news.xml XML_NEWS_PRESS_MASTER= ${WEB_PREFIX}/en/news/press.xml XML_NEWS_PRESS= ${WEB_PREFIX}/${WWW_LANGCODE}/news/press.xml XML_NEWS_INCLUDES_MASTER= ${WEB_PREFIX}/en/news/includes.xsl XML_NEWS_INCLUDES= ${WEB_PREFIX}/${WWW_LANGCODE}/news/includes.xsl XML_INCLUDES= ${WEB_PREFIX}/${WWW_LANGCODE}/includes.xsl XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.header.xsl XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.misc.xsl XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.release.xsl +XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/transtable-common.xsl XML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.xsl SGML_INCLUDES= ${WEB_PREFIX}/${WWW_LANGCODE}/includes.sgml SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.header.sgml SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.misc.sgml SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.release.sgml SGML_INCLUDES+= ${WEB_PREFIX}/share/sgml/includes.sgml - ################################################################## # Transformation rules ### # file.sgml --> file.html # # Runs file.sgml through spam to validate and expand some entity # references are expanded. file.html is added to the list of # things to install. .SUFFIXES: .sgml .html .if defined(REVCHECK) PREHTML?= ${WEB_PREFIX}/ja/prehtml CANONPREFIX0!= cd ${WEB_PREFIX}; ${ECHO_CMD} $${PWD}; CANONPREFIX= ${PWD:S/^${CANONPREFIX0}//:S/^\///} LOCALTOP!= ${ECHO_CMD} ${CANONPREFIX} | \ ${PERL} -pe 's@[^/]+@..@g; $$_.="/." if($$_ eq".."); s@^\.\./@@;' DIR_IN_LOCAL!= ${ECHO_CMD} ${CANONPREFIX} | ${PERL} -pe 's@^[^/]+/?@@;' PREHTMLOPTS?= -revcheck "${LOCALTOP}" "${DIR_IN_LOCAL}" ${PREHTMLFLAGS} .else DATESUBST?= 's///' PREHTML?= ${SED} -e ${DATESUBST} .endif .if !defined(OPENJADE) SGMLNORM?= ${PREFIX}/bin/sgmlnorm .else SGMLNORM?= ${PREFIX}/bin/osgmlnorm .endif LOCALBASE?= /usr/local PREFIX?= ${LOCALBASE} CATALOG?= ${PREFIX}/share/sgml/html/catalog SGMLNORMOPTS?= -d ${SGMLNORMFLAGS} -c ${CATALOG} -D ${.CURDIR} GENDOCS+= ${DOCS:M*.sgml:S/.sgml$/.html/g} ORPHANS:= ${ORPHANS:N*.sgml} spellcheck: .for _entry in ${GENDOCS} @echo "Spellcheck ${_entry}" @${HTML2TXT} ${HTML2TXTOPTS} ${.CURDIR}/${_entry} | ${ISPELL} ${ISPELLOPTS} .endfor .sgml.html: ${SGML_INCLUDES} ${PREHTML} ${PREHTMLOPTS} ${.IMPSRC} | \ ${SETENV} SGML_CATALOG_FILES= \ ${SGMLNORM} ${SGMLNORMOPTS} > ${.TARGET} || \ (${RM} -f ${.TARGET} && false) .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif ### # file.docb --> file.html # # Generate HTML from docbook SGMLFMT?= ${PREFIX}/bin/sgmlfmt SGMLFMTOPTS?= -d docbook -f html ${SGMLFMTFLAGS} ${SGMLFLAGS} .SUFFIXES: .docb GENDOCS+= ${DOCS:M*.docb:S/.docb$/.html/g} ORPHANS:= ${ORPHANS:N*.docb} .docb.html: ${SGMLFMT} ${SGMLFMTOPTS} ${.IMPSRC} .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif ################################################################## # Targets # # If no target is specified, .MAIN is made # .MAIN: all # # Build most everything # all: ${COOKIE} orphans ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR # # Warn about anything in DOCS that has no translation # .if !empty(ORPHANS) orphans: @${ECHO} Warning! I don\'t know what to do with: ${ORPHANS} .else orphans: .endif # # Clean things up # .if !target(clean) clean: _PROGSUBDIR .if defined(DIRS_TO_CLEAN) && !empty(DIRS_TO_CLEAN) .for dir in ${DIRS_TO_CLEAN} cd ${.CURDIR}/${dir}; ${MAKE} clean .endfor .endif ${RM} -f Errs errs mklog ${GENDOCS} ${LOCAL} ${CLEANFILES} .endif # # Really clean things up # .if !target(cleandir) cleandir: clean _PROGSUBDIR ${RM} -f ${.CURDIR}/tags .depend cd ${.CURDIR}; ${RM} -rf obj .endif # # Install targets: before, real, and after. # .if !target(install) .if !target(beforeinstall) beforeinstall: .endif .if !target(afterinstall) afterinstall: .endif INSTALL_WEB?= \ ${INSTALL} ${COPY} ${INSTALLFLAGS} -o ${WEBOWN} -g ${WEBGRP} -m ${WEBMODE} INSTALL_CGI?= \ ${INSTALL} ${COPY} ${INSTALLFLAGS} -o ${CGIOWN} -g ${CGIGRP} -m ${CGIMODE} _ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL} realinstall: ${COOKIE} ${_ALLINSTALL} ${CGI} _PROGSUBDIR .if !empty(_ALLINSTALL) @${MKDIR} -p ${DOCINSTALLDIR} .for entry in ${_ALLINSTALL} .if exists(${.CURDIR}/${entry}) ${INSTALL_WEB} ${.CURDIR}/${entry} ${DOCINSTALLDIR} .else ${INSTALL_WEB} ${entry} ${DOCINSTALLDIR} .endif .endfor .if defined(INDEXLINK) && !empty(INDEXLINK) cd ${DOCINSTALLDIR}; ${LN} -fs ${INDEXLINK} index.html .endif .endif .if defined(CGI) && !empty(CGI) @${MKDIR} -p ${CGIINSTALLDIR} .for entry in ${CGI} ${INSTALL_CGI} ${.CURDIR}/${entry} ${CGIINSTALLDIR} .endfor .endif .if defined(DOCSUBDIR) && !empty(DOCSUBDIR) .for entry in ${DOCSUBDIR} @${MKDIR} -p ${DOCINSTALLDIR}/${entry} .endfor .endif # Set up install dependencies so they happen in the correct order. install: afterinstall afterinstall: realinstall2 realinstall: beforeinstall realinstall2: realinstall .endif # # This recursively calls make in subdirectories. # #SUBDIR+=${DOCSUBDIR} _PROGSUBDIR: .USE .if defined(SUBDIR) && !empty(SUBDIR) .for entry in ${SUBDIR} @${ECHODIR} "===> ${DIRPRFX}${entry}" @cd ${.CURDIR}/${entry}; \ ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ DIRPRFX=${DIRPRFX}${entry}/ .endfor .endif .if defined(DOCSUBDIR) && !empty(DOCSUBDIR) .for entry in ${DOCSUBDIR} @${ECHODIR} "===> ${DIRPRFX}${entry}" @if [ \( "${WEBDIR}" = "data" -a "${entry}" = "handbook" \) -o "${entry}" = "docproj-primer" ]; then \ cd ${.CURDIR}/${entry}; \ ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS} \ FORMATS="txt html html-split"; \ elif [ "${WEBDIR}" = "data/ja" -a "${entry}" = "handbook" ]; then \ cd ${.CURDIR}/${entry}; \ ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS} \ FORMATS="html html-split"; \ else \ cd ${.CURDIR}/${entry}; \ ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS}; \ fi .endfor .endif # # cruft for generating linuxdoc stuff # .if defined (DOCSUBDIR) && !empty(DOCSUBDIR) FORMATS?= "html ps latin1 ascii" PARAMS= DESTDIR=${DESTDIR} DOCDIR=${WEBBASE}/${WEBDIR} PARAMS+= DOCOWN=${WEBOWN} DOCGRP=${WEBGRP} PARAMS+= FORMATS=${FORMATS} COPY="${COPY}" PARAMS+= SGMLOPTS="${SGMLOPTS}" .endif .include # THE END diff --git a/share/sgml/advisories.xml b/share/sgml/advisories.xml index 58c9fb978a..c82cd393b4 100644 --- a/share/sgml/advisories.xml +++ b/share/sgml/advisories.xml @@ -1,2193 +1,2193 @@ - $FreeBSD: www/share/sgml/advisories.xml,v 1.144 2003/11/30 21:28:41 hrs Exp $ + $FreeBSD: www/share/sgml/advisories.xml,v 1.145 2004/01/06 20:26:27 nectar Exp $ 2003 - November + 11 28 FreeBSD-SA-03:19.bind - October + 10 27 FreeBSD 4.9-RELEASE 5 FreeBSD-SA-03:15.openssh 3 FreeBSD-SA-03:18.openssl FreeBSD-SA-03:17.procfs 2 FreeBSD-SA-03:16.filedesc - September + 9 23 FreeBSD-SA-03:14.arp 17 FreeBSD-SA-03:13.sendmail 16 FreeBSD-SA-03:12.openssh - August + 8 26 FreeBSD-SA-03:11.sendmail http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1170 10 FreeBSD-SA-03:10.ibcs2 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1164 FreeBSD-SA-03:09.signal http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1163 3 FreeBSD-SA-03:08.realpath http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1158 - June + 6 9 FreeBSD 5.1-RELEASE - April + 4 8 FreeBSD-SN-03:02 7 FreeBSD-SN-03:01 3 FreeBSD 4.8-RELEASE - March + 3 30 FreeBSD-SA-03:07.sendmail http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1122 21 FreeBSD-SA-03:06.openssl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1118 20 FreeBSD-SA-03:05.xdr http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1117 3 FreeBSD-SA-03:04.sendmail http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1112 - February + 2 24 FreeBSD-SA-03:03.syncookies http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1106 FreeBSD-SA-03:02.openssl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1105 04 FreeBSD-SA-03:01.cvs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1100 - January + 1 19 FreeBSD 5.0-RELEASE 07 FreeBSD-SA-02:44.filedesc http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1090 2002 - November + 11 15 FreeBSD-SA-02:43.bind http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1084 FreeBSD-SA-02:41.smrsh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1082 12 FreeBSD-SA-02:42.resolv http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1083 FreeBSD-SA-02:40.kadmind http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1081 - October + 10 10 FreeBSD 4.7-RELEASE FreeBSD-SN-02:06 - September + 9 16 FreeBSD-SA-02:39.libkvm http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1051 - August + 8 28 FreeBSD-SN-02:05 19 FreeBSD-SA-02:38.signed-error http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1041 15 FreeBSD 4.6.2-RELEASE 05 FreeBSD-SA-02:37.kqueue http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1033 FreeBSD-SA-02:36.nfs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1032 FreeBSD-SA-02:35.ffs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1031 FreeBSD-SA-02:33.openssl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1023 01 FreeBSD-SA-02:34.rpc http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1024 - July + 7 31 FreeBSD-SA-02:32.pppd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1022 15 FreeBSD-SA-02:31.openssh 12 FreeBSD-SA-02:30.ktrace FreeBSD-SA-02:29.tcpdump - June + 6 26 FreeBSD-SA-02:28.resolv 19 FreeBSD-SN-02:04 15 FreeBSD 4.6-RELEASE - May + 5 29 FreeBSD-SA-02:27.rc FreeBSD-SA-02:26.accept 28 FreeBSD-SN-02:03 20 FreeBSD-SA-02:25.bzip2 FreeBSD-SA-02:24.k5su 13 FreeBSD-SN-02:02 - April + 4 22 FreeBSD-SA-02:23.stdio http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/1021 18 FreeBSD-SA-02:22.mmap 17 FreeBSD-SA-02:21.tcpip http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/980 16 FreeBSD-SA-02:20.syncache http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/979 - March + 3 30 FreeBSD-SN-02:01 26 FreeBSD-SA-02:19.squid http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/960 18 FreeBSD-SA-02:18.zlib.v1.2 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/978 12 FreeBSD-SA-02:17.mod_frontpage http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/954 FreeBSD-SA-02:16.netscape http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/953 FreeBSD-SA-02:15.cyrus-sasl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/952 FreeBSD-SA-02:14.pam-pgsql http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/951 07 FreeBSD-SA-02:13.openssh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/945 - February + 2 21 FreeBSD-SA-02:12.squid http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/938 12 FreeBSD-SA-02:11.snmp http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/936 06 FreeBSD-SA-02:10.rsync http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/928 FreeBSD-SA-02:09.fstatfs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/927 - January + 1 29 FreeBSD 4.5-RELEASE 24 FreeBSD-SA-02:08.exec http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/923 18 FreeBSD-SA-02:07.k5su http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/912 16 FreeBSD-SA-02:06.sudo http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/909 04 FreeBSD-SA-02:05.pine http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/894 FreeBSD-SA-02:04.mutt http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/893 FreeBSD-SA-02:03.mod_auth_pgsql http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/892 FreeBSD-SA-02:02.pw http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/891 FreeBSD-SA-02:01.pkg_add http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/898 2001 - December + 12 04 FreeBSD-SA-01:64.wu-ftpd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/870 02 FreeBSD-SA-01:63.openssh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/871 - October + 10 08 FreeBSD-SA-01:62.uucp FreeBSD-SA-01:61.squid - September + 9 24 FreeBSD-SA-01:60.procmail 20 FreeBSD 4.4-RELEASE 04 FreeBSD-SA-01:59.rmuser.v1.1 - August + 8 30 FreeBSD-SA-01:58.lpd 27 FreeBSD-SA-01:57.sendmail.v1.2 23 FreeBSD-SA-01:56.tcp_wrappers 21 FreeBSD-SA-01:55.procfs 20 FreeBSD-SA-01:54.ports-telnetd 17 FreeBSD-SA-01:53.ipfw 06 FreeBSD-SA-01:52.fragment - July + 7 30 FreeBSD-SA-01:51.openssl.v1.1 27 FreeBSD-SA-01:50.windowmaker 23 FreeBSD-SA-01:49.telnetd.v1.1 17 FreeBSD-SA-01:48.tcpdump 10 FreeBSD-SA-01:47.xinetd FreeBSD-SA-01:46.w3m FreeBSD-SA-01:45.samba FreeBSD-SA-01:44.gnupg FreeBSD-SA-01:43.fetchmail FreeBSD-SA-01:42.signal.v1.1 09 FreeBSD-SA-01:41.hanterm - June + 6 04 FreeBSD-SA-01:40.fts.v1.1 - May + 5 02 FreeBSD-SA-01:39.tcp-isn - April + 4 23 FreeBSD-SA-01:38.sudo FreeBSD-SA-01:37.slrn FreeBSD-SA-01:36.samba FreeBSD-SA-01:35.licq FreeBSD-SA-01:34.hylafax 20 FreeBSD 4.3-RELEASE 17 FreeBSD-SA-01:33.ftpd-glob.v1.1 16 FreeBSD-SA-01:32.ipfilter.v1.1 06 FreeBSD-SA-01:31.ntpd - March + 3 22 FreeBSD-SA-01:30.ufs-ext2fs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/738 12 FreeBSD-SA-01:29.rwhod http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/732 FreeBSD-SA-01:28.timed http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/731 FreeBSD-SA-01:27.cfengine http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/730 FreeBSD-SA-01:26.interbase http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/729 FreeBSD-SA-01:23.icecast http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/728 - February + 2 14 FreeBSD-SA-01:25.kerberosIV http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/716 12 FreeBSD-SA-01:24.ssh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/715 07 FreeBSD-SA-01:22.dc20ctrl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/714 FreeBSD-SA-01:21.ja-elvis http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/713 FreeBSD-SA-01:20.mars_nwe http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/712 FreeBSD-SA-01:19.ja-klock http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/707 - January + 1 31 FreeBSD-SA-01:18.bind http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/706 29 FreeBSD-SA-01:17.exmh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/705 FreeBSD-SA-01:16.mysql http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/704 FreeBSD-SA-01:15.tinyproxy http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/703 FreeBSD-SA-01:14.micq http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/702 FreeBSD-SA-01:13.sort http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/701 FreeBSD-SA-01:12.periodic.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/700 FreeBSD-SA-01:11.inetd.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/699 23 FreeBSD-SA-01:10.bind http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/698 FreeBSD-SA-01:09.crontab.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/697 FreeBSD-SA-01:08.ipfw http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/696 FreeBSD-SA-01:07.xfree86 15 FreeBSD-SA-01:06.zope http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/669 FreeBSD-SA-01:05.stunnel http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/668 FreeBSD-SA-01:04.joe http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/667 FreeBSD-SA-01:03.bash1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/666 FreeBSD-SA-01:02.syslog-ng http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/665 FreeBSD-SA-01:01.openssh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/664 2000 - December + 12 20 FreeBSD-SA-00:81.ethereal http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/651 FreeBSD-SA-00:80.halflifeserver http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/650 FreeBSD-SA-00:79.oops http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/649 FreeBSD-SA-00:78.bitchx.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/648 18 FreeBSD-SA-00:77.procfs.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/647 - November + 11 20 FreeBSD-SA-00:76.tcsh-csh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/628 FreeBSD-SA-00:75.php http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/627 FreeBSD-SA-00:74.gaim FreeBSD-SA-00:73.thttpd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/626 FreeBSD-SA-00:72.curl http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/625 FreeBSD-SA-00:71.mgetty http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/624 14 FreeBSD-SA-00:70.ppp-nat http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/623 FreeBSD-SA-00:69.telnetd.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/622 13 FreeBSD-SA-00:68.ncurses.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/621 10 FreeBSD-SA-00:67.gnupg http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/620 06 FreeBSD-SA-00:66.netscape http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/619 FreeBSD-SA-00:65.xfce http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/618 FreeBSD-SA-00:64.global http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/617 01 FreeBSD-SA-00:63.getnameinfo http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/589 FreeBSD-SA-00:62.top.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/616 - October + 10 31 FreeBSD-SA-00:61.tcpdump.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/615 30 FreeBSD-SA-00:60.boa http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/586 FreeBSD-SA-00:59.pine http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/585 FreeBSD-SA-00:58.chpass http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/584 13 FreeBSD-SA-00:57.muh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/570 FreeBSD-SA-00:56.lprng http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/569 FreeBSD-SA-00:55.xpdf http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/568 FreeBSD-SA-00:54.fingerd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/567 06 FreeBSD-SA-00:52.tcp-iss http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/561 - September + 9 27 FreeBSD-SA-00:53.catopen http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/562 13 FreeBSD-SA-00:51.mailman http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/550 FreeBSD-SA-00:50.listmanager http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/549 FreeBSD-SA-00:49.eject http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/548 FreeBSD-SA-00:48.xchat http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/547 FreeBSD-SA-00:47.pine http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/546 FreeBSD-SA-00:46.screen http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/545 - August + 8 31 FreeBSD-SA-00:45.esound http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/526 28 FreeBSD-SA-00:44.xlock http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/523 FreeBSD-SA-00:43.brouted http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/520 FreeBSD-SA-00:42.linux http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/530 FreeBSD-SA-00:41.elf http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/527 FreeBSD-SA-00:40.mopd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/521 FreeBSD-SA-00:39.netscape http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/528 14 FreeBSD-SA-00:38.zope http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/525 FreeBSD-SA-00:37.cvsweb http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/524 FreeBSD-SA-00:36.ntop http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/531 FreeBSD-SA-00:35.proftpd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/522 FreeBSD-SA-00:34.dhclient http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/529 - July + 7 12 FreeBSD-SA-00:33.kerberosIV http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/488 05 FreeBSD-SA-00:32.bitchx http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/487 FreeBSD-SA-00:31.canna.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/486 FreeBSD-SA-00:30.openssh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/485 FreeBSD-SA-00:29.wu-ftpd.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/489 FreeBSD-SA-00:28.majordomo http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/484 FreeBSD-SA-00:27.XFree86-4 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/483 FreeBSD-SA-00:26.popper.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/482 FreeBSD-SA-00:24.libedit http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/481 - June + 6 19 FreeBSD-SA-00:23.ip-options.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/480 12 FreeBSD-SA-00:25.alpha-random http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/473 07 FreeBSD-SA-00:22.apsfilter http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/461 FreeBSD-SA-00:21.ssh.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/459 - May + 5 26 FreeBSD-SA-00:20.krb5 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/452 23 FreeBSD-SA-00:19.semconfig http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/451 09 FreeBSD-SA-00:18.gnapster.knapster.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/429 FreeBSD-SA-00:17.libmytinfo http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/442 FreeBSD-SA-00:16.golddig http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/439 - April + 4 24 FreeBSD-SA-00:15.imap-uw http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/438 FreeBSD-SA-00:14.imap-uw http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/441 19 FreeBSD-SA-00:13.generic-nqs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/437 10 FreeBSD-SA-00:12.healthd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/436 FreeBSD-SA-00:11.ircii http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/440 - March + 3 15 FreeBSD-SA-00:10.orville-write http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/408 FreeBSD-SA-00:09.mtr http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/408 FreeBSD-SA-00:08.lynx.asc.v1.1 http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/407 FreeBSD-SA-00:07.mh http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/411 01 FreeBSD-SA-00:06.htdig http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/403 - February + 2 28 FreeBSD-SA-00:05.mysql http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/402 19 FreeBSD-SA-00:04.delegate http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/392 FreeBSD-SA-00:03.asmon http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/391 - January + 1 24 FreeBSD-SA-00:02.procfs http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/380 19 FreeBSD-SA-00:01.make 1999 - September + 9 16 FreeBSD-SA-99:06.amd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/318 15 FreeBSD-SA-99:05.fts http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/313 FreeBSD-SA-99:04.core http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/312 05 FreeBSD-SA-99:03.ftpd http://home.jp.freebsd.org/cgi-bin/showmail/announce-jp/311 04 FreeBSD-SA-99:02.profil FreeBSD-SA-99:01.chflags 1998 - November + 11 04 FreeBSD-SA-98:08.fragment - October + 10 13 FreeBSD-SA-98:07.rst - June + 6 10 FreeBSD-SA-98:06.icmp 04 FreeBSD-SA-98:05.nfs 02 FreeBSD-SA-98:04.mmap - May + 5 14 FreeBSD-SA-98:03.ttcp - March + 3 12 FreeBSD-SA-98:02.mmap 1997 - December + 12 09 FreeBSD-SA-97:06.f00f 01 FreeBSD-SA-98:01.land - October + 10 29 FreeBSD-SA-97:05.open - August + 8 19 FreeBSD-SA-97:04.procfs - April + 4 07 FreeBSD-SA-97:03.sysinstall - March + 3 26 FreeBSD-SA-97:02.lpd - February + 2 05 FreeBSD-SA-97:01.setlocale - January + 1 18 FreeBSD-SA-96:21.talkd 1996 - December + 12 16 FreeBSD-SA-96:20.stack-overflow 10 FreeBSD-SA-96:19.modstat - November + 11 25 FreeBSD-SA-96:18.lpr - July + 7 16 FreeBSD-SA-96:17.rzsz 12 FreeBSD-SA-96:16.rdist 04 FreeBSD-SA-96:15.ppp - June + 6 28 FreeBSD-SA-96:12.perl 24 FreeBSD-SA-96:14.ipfw 05 FreeBSD-SA-96:13.comsat - May + 5 21 FreeBSD-SA-96:11.man 17 FreeBSD-SA-96:10.mount_union FreeBSD-SA-96:09.vfsload - April + 4 22 FreeBSD-SA-96:02.apache 21 FreeBSD-SA-96:08.syslog FreeBSD-SA-96:01.sliplogin 20 FreeBSD-SA-96:03.sendmail-suggestion diff --git a/share/sgml/includes.misc.xsl b/share/sgml/includes.misc.xsl index d8d3d71df1..0b51c9378d 100644 --- a/share/sgml/includes.misc.xsl +++ b/share/sgml/includes.misc.xsl @@ -1,146 +1,173 @@ - + ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/.asc
    - + + + + + + , news/newsflash.html#

    - + + + + + + - + , news/press.html#
    - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
    diff --git a/share/sgml/includes.xsl b/share/sgml/includes.xsl index 8898928f69..706ec1f336 100644 --- a/share/sgml/includes.xsl +++ b/share/sgml/includes.xsl @@ -1,14 +1,15 @@ - + + diff --git a/share/sgml/transtable-common.xsl b/share/sgml/transtable-common.xsl new file mode 100644 index 0000000000..2b9ebaedfe --- /dev/null +++ b/share/sgml/transtable-common.xsl @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +