diff --git a/en/ports/portindex b/en/ports/portindex index 035a9dff85..ec1a1d3038 100755 --- a/en/ports/portindex +++ b/en/ports/portindex @@ -1,201 +1,201 @@ #!/usr/bin/perl # convert a ports INDEX file to HTML # # by John Fieber # Mon May 13 10:31:58 EST 1996 ############################################################ # This is the base of where we ftp stuff from $base = "ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; -$baseHTTP = "http://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; +$baseHTTP = "ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; $urlcgi = 'http://www.freebsd.org/cgi/url.cgi'; $packagesURL = 'ftp://ftp.freebsd.org/pub/FreeBSD/packages-stable/All/'; # better layout and link to the sources if ($urlcgi) { $baseHTTP = $urlcgi . '?' . $baseHTTP; } $today = &getdate; &packages_exist('packages.exists', *packages); &main; sub getdate { @months = ("January", "February", "March", "April", "May","June", "July", "August", "September", "October", "November", "December"); ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); $year += 1900; return "Updated $months[$mon] $mday, $year"; } sub header { local ($fh, $htext) = @_; print $fh ""; print $fh "$today\">\n"; print $fh ""; print $fh "\n"; print $fh "\n"; print $fh ""; print $fh "%includes;\n"; print $fh "]>\n"; print $fh "&header;\n"; } sub footer { local ($fh, $ftext) = @_; print $fh "\n$ftext\n"; print $fh "&footer;\n"; print $fh "\n\n"; } sub packages_exist { local($file, *p) = @_; open(P, $file) || do { warn "open $file: $!\n"; warn "Cannot create packages links\n"; return 1; }; while(

) { chop; $p{$_} = 1; } close P; return 0; } sub main { $sep = ":"; while (<>) { chop; s/&/&/g; s//>/g; # Read a record ($name, $loc, $prefix, $desc, $ldesc, $owner, $cats, $keys, $bdep, $rdep) = split('\|'); # Check for double hyphens in the name (--). $name =~ s/--/-/g; # Split the categories into an array @cat = split("[ \t]+", $cats); $catkey{$name} = $cat[0]; foreach $i (@cat) { $stats{$i}++; # figure out the FTP url $loc =~ s/\/usr/$base/; $ldesc =~ s/\/usr/$baseHTTP/; # The name description and maintainer $data{$i} .= "

$name "; $data{$i} .= "
$desc
Long description"; if ($packages{"$name.tgz"}) { $data{$i} .= qq{ | Package}; } $ownerurl = $owner; $ownerurl =~ s/<//g; $data{$i} .= "
Maintained by: $owner"; # If there are any dependencies, list them if ($bdep ne "" || $rdep ne "") { $data{$i} .= "
Requires: "; @dep = split(/ /, "$bdep $rdep"); foreach $j (@dep) { $data{$i} .= " $j,"; } # remove the trailing comma chop $data{$i}; } # If the port is listed in more than one category, throw # in some cross references if ($#cat > 0) { $data{$i} .= "
Also listed in: "; foreach $j (@cat) { if ($j ne $i) { if ($j eq $cat[0]) { $data{$i} .= " \u$j,"; } else { $data{$i} .= " \u$j,"; } } } # remove the trailing comma chop($data{$i}); } $data{$i} .= "

\n" } # Add an entry to the master index $master[$portnumber] = "$name " . " -- $desc
\n"; $portnumber++; } open(MOUTF, ">index.sgml"); &header(MOUTF, "FreeBSD Ports"); # print MOUTF "\n"; print MOUTF "&blurb;"; print MOUTF "

There are currently $portnumber ports in the FreeBSD Ports Collection.
Download a gzip'd tar file of all $portnumber ports (about 4 megabytes) or browse the following categories:\n"; print MOUTF "

\n"; print MOUTF "\n"; &footer(MOUTF, ""); close(MOUTF); # Create the master index file open(MINDEX, ">master-index.sgml"); &header(MINDEX, "FreeBSD Ports Collection Index"); print MINDEX "

\n"; print MINDEX sort @master; print MINDEX "

"; &footer(MINDEX, "
Port Categories
"); close(MINDEX); } diff --git a/en/publish.sgml b/en/publish.sgml index adf390ae95..595b59309c 100644 --- a/en/publish.sgml +++ b/en/publish.sgml @@ -1,219 +1,219 @@ + %includes; ]> - + &header;
FreeBSD Daemon
Here you'll find the covers of many FreeBSD related publications. If you know of any additional FreeBSD publications/CDROMs let us know, at www@freebsd.org, so that they may be added to this site.

Click on any of the graphics to see a larger version.

Books

This is a recent (May 1997) publication from Tatsumi Hosokawa and others. Among computer books, it is a top-seller in Japan and exceeded the sales of Bill Gates' "The Road Ahead" when published (it was #2, this book was #1).
(Japanese FreeBSD book with 2.0.5, english title unknown)
(Japanese FreeBSD book with 2.0.5, english title unknown)
This is Walnut Creek CDROM's "FreeBSD Complete" with installation guide, manual pages and 2 installation CDs inside.
This is Walnut Creek CDROM's "Installing & Running FreeBSD", a product which contained installation instructions and was shipped with each 2 CD set. It has since been replaced by the larger "FreeBSD Complete" book.
This book was recently published (early 1997) in Taiwan. Its title is "FreeBSD: introduction and applications" and the author is Jian-Da Li.
This is the "Getting Started with FreeBSD" from Fuki-Shuppan. Other than the standard installation guide and Japanese environment, it emphasizes system administration and low-level information (such as the boot process, etc.) FreeBSD-2.2.2R and XFree86-3.2 on CDROM. 264 pages, 3,400 yen.
The "Personal Unix Starter Kit - FreeBSD" from ASCII. Includes history of Unix, a guide to build a Japanese documentation processing system and how to create ports. 2.1.7.1R and XFree86-3.2 in CDROM. 384 pages, 3,000 yen.

CDROMs

For more about recent releases go to FreeBSD release information page.

This is InfoMagic's BSDisc, containing FreeBSD 2.0 and NetBSD 1.0 on a single CD. This is the only example I have which had cover art.
This is the original 4.4 BSD Lite2 release from UC Berkeley, the core technology behind much of FreeBSD.
The first of Laser5's "BSD" series. Contains FreeBSD-2.0.5R, NetBSD-1.0, XFree86-3.1.1 and FreeBSD(98) kernel.
The second of Laser5's "BSD" series. From this version, the CDs come in a standard jewel box. Contains FreeBSD-2.1R, NetBSD-1.1, XFree86-3.1.2 and 3.1.2A, and FreeBSD(98) kernel (2.0.5).
This is the Laser5 Japanese edition of the FreeBSD CDROM. It is a 4 CD set.
This is the only FreeBSD CD Pacific Hitech produced before merging their product line with that of Walnut Creek CDROM. PHT now also produces the FreeBSD/J (Japanese) CD product.
This is the cover disc from the Korean magazine. Note the creative cover art! The CD contains the FreeBSD 2.2.1 release with some local additions.
This is it - the very first FreeBSD CD published! Both the FreeBSD Project and Walnut Creek CDROM were fairly young back then, and you'll probably have little difficulty in spotting the differences in production quality between then and now.
This was the second FreeBSD CD published by Walnut Creek CDROM and also the very last on the 1.x branch (ref USL/Novell lawsuit and settlement). The next release, FreeBSD 1.1.5, was only available on the net.
This unusual CD is something of a collector's item now given that almost all existing examples were systematically tracked down and destroyed. An artwork mishap has this CD dated for the wrong year, and on the spine "January" is also misspelled as "Jaunary", just to increase the embarrassment factor. Ah, the perils of turning in one's artwork just hours before leaving for a trade show.
This is the fixed-up version of the FreeBSD 2.0 CD. Note that the color scheme has even been changed in the corrected version, something unusual for a fixup and perhaps done to distance it from the earlier mistake.
The FreeBSD 2.0.5 release CD. This was the first CD to feature Tatsumi Hosokawa's daemon artwork.
The FreeBSD 2.1 release CD. This was the first CD release on the 2.1 branch (the last being 2.1.7).
The FreeBSD 2.1.5 release CD.
The FreeBSD 2.1.6 release CD.
The Japanese version of 2.1.6. This was the first and last Japanese localized version published by WC, responsibility for that product then transitioning to a team led by Tatsumi Hosokawa and sponsored by Pacific Hitech and Laser5.
The FreeBSD 2.1.7 release CD. Also the last CD released on the 2.1.x branch. Done primarily as a security fixup for 2.1.6
An early release SNAPshot of 2.2 (done before 2.2.1 was released).
The FreeBSD 2.2.1 release CD. This was the first CD on the 2.2 branch.
The FreeBSD 2.2.2 release CD.
The FreeBSD 3.0 snapshot CD.
The FreeBSD mailing list and newsgroup archives, turned into HTML and semi-indexed by thread. This product ran for 2 releases and then stopped with a thud once it became obvious that there was simply too much data to deal with on one CD. Perhaps when DVD becomes more popular...

Magazines

Cover of Korean UNIX magazine, May 1997 issue. Also included FreeBSD 2.2.1 with cover CDs.
UNIX User Magazine November 1996 issue. Also included FreeBSD 2.1.5 on cover CD.
This is the "FreeBSD Full Course" special in April 1997's Software Design (published by Gijutsu Hyoron Sha). There are 80 pages of FreeBSD articles covering everything from installation to tracking -current.

Newsletters

This is -issue #1 +issue #1 of the FreeBSD Newsletter, published and distributed free of charge by Walnut Creek CDROM. You can register to receive it. Submit articles/make comments by sending email to newsletter@FreeBSD.ORG.
This is -issue #2 +issue #2 of the FreeBSD Newsletter, published and distributed free of charge by Walnut Creek CDROM. You can register to receive it. Submit articles/make comments by sending email to newsletter@FreeBSD.ORG.
questions@FreeBSD.ORG
Copyright © 1995-1997 FreeBSD Inc. - All rights reserved.
$Date: 1998-08-03 17:38:13 $
+ All rights reserved.
$Date: 1998-08-06 14:37:12 $ diff --git a/en/search/web.atoz b/en/search/web.atoz index 12e3d4bf75..105ea56090 100644 --- a/en/search/web.atoz +++ b/en/search/web.atoz @@ -1,401 +1,401 @@ # # `A-Z Index' for http://www.FreeBSD.org # # With the format `|'. # Empty lines or comments are ignored. # -# $Id: web.atoz,v 1.37 1998-08-03 15:37:48 wosch Exp $ +# $Id: web.atoz,v 1.38 1998-08-06 14:37:12 wosch Exp $ # about.sgml Usage statistics for this server|../internal/about.html Statistics for this server|../internal/about.html WWW statistics for this server|../internal/about.html Fieber, John|../internal/about.html Apache http server|../internal/about.html http server|../internal/about.html WWW server www.FreeBSD.ORG|../internal/about.html hub.cdrom.com|../internal/about.html Walnut Creek CDROM, network connection|../internal/about.html Network connection, Walnut Creek CDROM|../internal/about.html CGI scripts|../internal/about.html Mailing list archive|../internal/about.html freewais-sf|../internal/about.html # applications.sgml Hittinger, Mark|../applications.html WinNet Communications|../applications.html Netscape Navigator|../applications.html Java, Netscape Navigator|../applications.html Internet services|../applications.html X Windows workstation|../applications.html Networking|../applications.html Software development|../applications.html Net surfing|../applications.html Education and research|../applications.html # auditors.sgml Security, Auditors|../auditors.html Auditors|../auditors.html # availability.sgml Availability of FreeBSD|../availability.html Hardware requirements|../availability.html Where to get it|../availability.html About the FreeBSD Project|../availability.html Walnut Creek CD-ROM, address|../availability.html Kelly, Sean|../availability.html # branch.sgml Branch|../branch.html 2.2-RELEASE, branch|../branch.html 2.2-STABLE, branch|../branch.html 2.2.x-RELEASE, branch|../branch.html 2.1-STABLE, branch|../branch.html 3.0-CURRENT, branch|../branch.html 2.1.7-RELEASE, branch|../branch.html Walnut Creek CDROM, subscription customer|../branch.html subscription customer, Walnut Creek CDROM|../branch.html # cgallery.sgml Gallery, Commercial|../gallery/cgallery.html # commercial.sgml Commercial Vendors|../commercial/commercial.html Vendors, commercial|../commercial/commercial.html Commercial Vendors, Consulting|../commercial/consulting.html Consulting, Commercial Vendors|../commercial/consulting.html Commercial Vendors, Hardware|../commercial/hardware.html Hardware, Commercial Vendors|../commercial/hardware.html Commercial Vendors, Software|../commercial/software.html Software, Commercial Vendors|../commercial/software.html Commercial Vendors, Miscellaneous|../commercial/misc.html Miscellaneous, Commercial Vendors|../commercial/misc.html # daemon.sgml BSD Daemon|../copyright/daemon.html Daemon, BSD|../copyright/daemon.html Nemeth, Evi|../copyright/daemon.html Lassiter, John|../copyright/daemon.html Hosokawa, Tatsumi|../copyright/daemon.html McKusick, Marshall Kirk|../copyright/daemon.html # docproj.sgml Documentation Project|../docproj/docproj.html Project, Documentation|../docproj/docproj.html Goals, documentation|../docproj/docproj.html FAQ, Documentation Project|../docproj/docproj.html Handbook, Documentation Project|../docproj/docproj.html Contributing, Documentation Project|../docproj/docproj.html Submitting corrections, Documentation Project|../docproj/docproj.html Submitting new material, Documentation Project|../docproj/docproj.html SGML, Documentation Project|../docproj/docproj.html Linuxdoc, Documentation Project|../docproj/docproj.html Docbook, Documentation Project|../docproj/docproj.html Guidelines, Documentation Project|../docproj/docproj.html # docs.sgml Documentation|../docs.html Handbook|../docs.html Japanese Handbook|../docs.html#handbook Handbook, Japanese|../docs.html#handbook Frequently Asked Questions (FAQ)|../docs.html#faq FAQ|../docs.html#faq Tutorials|../docs.html#tutorial Books|../docs.html#books Manual Pages|../docs.html#man 4.4BSD Documents|../docs.html#44doc BSD Documents|../docs.html#44doc Documents, 4.4BSD|../docs.html#44doc Schneider, Wolfram|../docs.html#man Info Documents|../docs.html#info GNU Info Documents|../docs.html#info Source Code|../docs.html#source Toomey, Warren|../docs.html#source Eilts, Hinrich|../docs.html#man y2k|../docs.html#y2kbug Year 2000 bug|../docs.html#y2kbug Millennium bug|../docs.html#y2kbug 2000, year bug|../docs.html#y2kbug # features.sgml Features|../features.html 4.4BSD, A complete operating system|../features.html Berkeley, University of California|../features.html UCB|../features.html Computer Systems Research Group|../features.html CSRG|../features.html Bounce buffering|../features.html Merged virtual memory and filesystem buffer cache|../features.html virtual memory|../features.html buffer cache|../features.html Compatibility, SCO|../features.html Compatibility, Linux|../features.html Compatibility, NetBSD|../features.html Compatibility, OpenBSD|../features.html Compatibility, BSDI|../features.html SCO, Compatibility|../features.html Linux, Compatibility|../features.html NetBSD, Compatibility|../features.html OpenBSD, Compatibility|../features.html BSDI, Compatibility|../features.html FrontPage Server|../features.html WordPerfect|../features.html Dynamically loadable kernel modules|../features.html LKM|../features.html loadable kernel modules|../features.html Shared libraries|../features.html Libraries, shared|../features.html Infoworld|../features.html Glass, Brett|../features.html # gallery.sgml Gallery, FreeBSD|../gallery/gallery.html Powered by FreeBSD logo|../gallery/gallery.html logo, Powered by FreeBSD|../gallery/gallery.html Tao, Brian|../gallery/gallery.html McKusick, Marshall Kirk|../gallery/gallery.html commercial organizations, gallery|../gallery/gallery.html#commercial gallery, commercial organizations|../gallery/gallery.html#commercial non-profit organizations, gallery|../gallery/gallery.html#non-profit gallery, non-profit organizations|../gallery/gallery.html#non-profit gallery, personal sites|../gallery/gallery.html#personal personal sites, gallery|../gallery/gallery.html#personal # internet.sgml Internet|../internet.html TCP/IP protocols|../internet.html NFS|../internet.html NIS|../internet.html SNMP|../internet.html FTP|../internet.html DNS/BIND|../internet.html PPP|../internet.html SLIP|../internet.html MBONE|../internet.html SAMBA|../internet.html PCNFS|../internet.html Appletalk|../internet.html Novell|../internet.html TCP extensions|../internet.html RFC-1323|../internet.html RFC-1644|../internet.html networking|../internet.html FTP Server ftp.FreeBSD.ORG, configuration|../internet.html Yahoo|../internet.html High performance and security|../internet.html Encryption software|../internet.html secure shells|../internet.html Kerberos|../internet.html end-to-end encryption|../internet.html secure RPC facilities|../internet.html O'Brien, Michael|../internet.html SunExpert|../internet.html # license.sgml Copyright|../copyright/license.html License|../copyright/license.html # mailto.sgml Contact us|../mailto.html Questions about this WWW server|../mailto.html Questions about the contents of this WWW server|../mailto.html Questions about FreeBSD|../mailto.html # mirror.sgml Mirroring the FreeBSD Web Pages|../internal/mirror.html rsync|../internal/mirror.html # mozilla.sgml Mozilla Group, FreeBSD|../projects/mozilla.html Netscape source code|../projects/mozilla.html # newsflash.sgml News flash|../news/newsflash.html Press releases, News|../news/newsflash.html # npgallery.sgml Non-profit organizations, Gallery|../gallery/npgallery.html # npgallery.sgml Personal sites, Gallery|../gallery/pgallery.html # ports/index.sgml Ports Collection|../ports/index.html # press.sgml Press, in the|../news/press.html # publish.sgml Related Publications|../publish.html Publications, Related|../publish.html Covers, Publications|../publish.html Daemon, Covers|../publish.html CDROM, Covers|../publish.html#cdroms Books, Covers|../publish.html#books Magazins, Covers|../publish.html#magazines Newsletter|../publish.html#newsletter # releases/index.sgml Recent announcements about FreeBSD Releases|../releases/index.html Current Releases|../releases/index.html#current Future Releases|../releases/index.html#future Past Releases|../releases/index.html#past Releases, current|../releases/index.html#current Releases, future|../releases/index.html#future Releases, past|../releases/index.html#past 1.0 FreeBSD|../releases/index.html#past 1.1 FreeBSD|../releases/index.html#past 1.1.5 FreeBSD|../releases/index.html#past 1.1.5.1 FreeBSD|../releases/index.html#past 2.0 FreeBSD|../releases/index.html#past 2.0.5 FreeBSD|../releases/index.html#past 2.1 FreeBSD|../releases/index.html#past 2.1.5 FreeBSD|../releases/index.html#past 2.1.6 FreeBSD|../releases/index.html#past 2.1.7 FreeBSD|../releases/index.html#past 2.2 FreeBSD|../releases/index.html#past 2.2.1 FreeBSD|../releases/index.html#past 2.2.2 FreeBSD|../releases/index.html#past 2.2.5 FreeBSD|../releases/index.html#past 2.2.6 FreeBSD|../releases/index.html#current # resignation.sgml Jordan's Resignation Letter|../internal/resignation.html Resignation Letter, Jordan|../internal/resignation.html President of the FreeBSD Project|../internal/resignation.html # search.sgml Search Services|search.html Web pages, search|search.html#web Search, Web pages|search.html#web Mailing list archives, search|search.html#mailinglists Search, Mailing list archives|search.html#mailinglists Ports Changes, Search|search.html Search, Ports Changes|search.html Message-ID, Search|search.html Search, Message-ID|search.html Usenet News, Search|search.html Newsgroups, Search|search.html Search, Usenet News|search.html # searchhints.sgml Searching Hints|searchhints.html # security/security.sgml Security Guide|../security/security.html # send-pr.sgml Submit a FreeBSD problem report|../send-pr.html Bug report, submit|../send-pr.html # support.sgml Support|../support.html Mailing lists|../support.html#mailing-list non-English mailing lists|../support.html#mailing-list Mailing lists, German|../support.html#mailing-list Mailing lists, Czech|../support.html#mailing-list Mailing lists, Polish|../support.html#mailing-list Mailing lists, Portuguese|../support.html#mailing-list Mailing lists, Japanese|../support.html#mailing-list Mailing lists, Japanese|../support.html#mailing-list Mailing lists, Hungarian|../support.html#mailing-list German mailing lists|../support.html#mailing-list Czech mailing lists|../support.html#mailing-list Polish mailing lists|../support.html#mailing-list Portuguese mailing lists|../support.html#mailing-list Japanese mailing lists|../support.html#mailing-list Hungarian mailing lists|../support.html#mailing-list German web pages|../support.html#mailing-list Czech web pages|../support.html#mailing-list Portuguese web pages|../support.html#mailing-list Japanese web pages|../support.html#mailing-list Hungarian web pages|../support.html#mailing-list Slovakian web pages|../support.html#mailing-list Newsgroups|../support.html#newsgroups Web Resources, mirrors|../support.html#web GNATS Problem Report Database|../support.html#pr Bug reports, view|../support.html#pr CVS Repository|../support.html#cvs CTM|../support.html#cvs CVSup|../support.html#cvs anoncvs|../support.html#anoncvs User Groups|../support.html#user General UNIX Information|../support.html#general X Window System|../support.html#xwin Hardware, support|../support.html#hardware # /projects/ Multimedia|../projects/projects.html#multimedia Home Automation|../projects/projects.html#homeauto Automation, Home|../projects/projects.html#homeauto Symmetric MultiProcessing (SMP)|../projects/projects.html#SMP SMP|../projects/projects.html#SMP Sparc|../projects/projects.html#sparc FreeBSD-Sparc|../projects/projects.html#sparc Alpha, FreeBSD|../projects/projects.html#alpha DEC Alpha|../projects/projects.html#alpha DIGITAL Alpha|../projects/projects.html#alpha FreeBSD/Alpha|../projects/projects.html#alpha Java|../projects/projects.html#java PicoBSD|../projects/projects.html#picobsd single floppy FreeBSD|../projects/projects.html#picobsd Related Operating System Projects|../projects/projects.html#related Operating System, related projects|../projects/projects.html#related DEVFS|../projects/projects.html#devfs soft update code|../projects/projects.html#softupdate Newbies Project|../projects/projects.html#newbies Hardening Project|../projects/projects.html#hardening secure environment|../projects/projects.html#hardening KAME Project|../projects/projects.html#kame IPv6/IPsec stack for BSD|../projects/projects.html#kame Token-Ring Project|../projects/projects.html#tokenring i4b|../projects/projects.html#isdn ISDN|../projects/projects.html#isdn ISDN4BSD|../projects/projects.html#isdn USB|../projects/projects.html#usb Drawbridge|../projects/projects.html#drawbridge secure MobileIP via IPSec|../projects/projects.html#smn MobileIP via IPSec|../projects/projects.html#smn IPSec|../projects/projects.html#smn SMN|../projects/projects.html#smn High-precision timekeeping|../projects/projects.html#timekeeping timekeeping, High-precision|../projects/projects.html#timekeeping ALTQ|../projects/projects.html#altq bandwidth management|../projects/projects.html#altq Alternate Queueing|../projects/projects.html#altq vinum|../projects/projects.html#vinum logical volume manager|../projects/projects.html#vinum volume manager, logical|../projects/projects.html#vinum ATM, BSD|../projects/projects.html#atm BSD ATM|../projects/projects.html#atm PAO|../projects/projects.html#pao Mobile Computing|../projects/projects.html#pao laptop|../projects/projects.html#pao Point to Point Protocol (PPP)|../projects/projects.html#ppp GLOBAL common source code tag system|../projects/projects.html#global Metacomputing|../projects/projects.html#metacomputing Voice Answering Machine|../projects/projects.html#vam Answering Machine, Voice|../projects/projects.html#vam Retail Outlets for FreeBSD|../projects/projects.html#retail -Security Advisories|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -Advisories, security|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -SA|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +Security Advisories|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +Advisories, security|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +SA|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html # where.sgml Getting FreeBSD|../where.html Installing FreeBSD|../where.html#install Distribution Sites|../where.html#distribution Release Information|../where.html#releases Applications and Utility Software|../where.html#apps Commercial software|../where.html # news/ Real-Quick (TM) Newsletter|../news/qnewsletter.html RQN|../news/qnewsletter.html Quick (TM) Newsletter|../news/qnewsletter.html Newsletter, Real-Quick (TM)|../news/qnewsletter.html diff --git a/ja/news/newsflash.sgml b/ja/news/newsflash.sgml index 80280a4b5a..40f60e5dcf 100644 --- a/ja/news/newsflash.sgml +++ b/ja/news/newsflash.sgml @@ -1,487 +1,487 @@ - + %includes; ]> - + &header;

FreeBSD は急速に発展を続けるオペレーティングシステムなので, 最新の進歩について行くのが面倒になる時がありますよね. 情報通になるために, このページを定期的にチェックするようにしましょう. freebsd-announce メーリングリストを購読したいという方もいるかもしれませんね.

FreeBSD Real-Quick (TM) Newsletter (RQN) は, FreeBSD 界における最新の発展の載った月刊 (時々週刊) のニュースレターです. freebsd-announce メーリングリストを購読すれば, e-mail 経由でこのニュースレターを受け取ることができます.

過去, 現在, そして未来のリリースの詳細については, リリース情報 のページをご覧下さい.

1998 7月

1998 6月

  • 98/06/24 FreeBSD Project は, FreeBSD デスクトップ テーマ コンテストを後援しています. 我と思わん人は, 自分なりの X11 の設定をデザインしてみましょう. 勝者の作品は将来の FreeBSD のリリースと共に配布されます.

1998 5月

  • 98/05/30 WEBTechniques.com の, ラウンドロビン DNS を使った Web ファームの実装に関する 非常に有益な記事の中で, FreeBSD と Apache が使われています.

  • 98/05/23 FreeBSD Newsletter の第 2 号を, Adobe PDF 形式で手にいれることができます ( FTP もご利用下さい). PDFビューアを選択, 使用するときの助けとなる ヘルプファイルがあります. 記事に関するご意見, 広告, 編集者へのお手紙は newsletter@freebsd.org までどうぞ.

  • 98/05/01 FreeBSD プロジェクトは FreeBSD CVS tree 用の Anonymous CVS をセットアップしました. 中でも, FreeBSD のユーザは, 何らかの特権を取得しなくても, FreeBSD プロジェクトのオフィシャル anoncvs サーバに対して, 読み込み専用の CVS 操作を行うことができます.

1998 4月

  • 98/04/16 FreeBSD 2.2.6 の新しい四枚組の CD が入荷されました. 明日から講読あるいはバックオーダーのお客様への発送が行われる予定です. CD の内容に関する詳しい情報が, http://www.cdrom.com から利用できます.

  • 98/04/11 新しい FreeBSD 関連のプロジェクト FreeBSD Mozilla Group が設立されました. FreeBSD Mozilla Group は, Mozilla という名前でも知られている, フリーの Netscape web ブラウザのサポートと改良を行います.

1998 3月

  • 98/03/25 FreeBSD 2.2.6 がリリースされました. 詳細については リリース情報のページをご覧下さい. インストール後に release errata をチェックして, 2.2.6 のリリース後に, 知っておいた方が良い問題が発生していないかどうか確認してください.

1998 2月

1998 1月

  • 98/01/08 Plug-n-Play カードに対するより良いサポートコードが 3.0-current と 2.2-stable ブランチの両方に統合されました. ソースは CVSup ユーティリティを通じて, バイナリは current.FreeBSD.org からリリースの snapshot の形で手に入ります.

1997 12月

  • 97/12/26 CVSup ユーティリティを簡単に設定, インストールするためのフロントエンドツールが利用できるようになりました. root でログインするか su して, pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz を実行するだけで使用できます.

  • 97/12/02 "FOOF" バグが 3.0-current, 2.2-stable ブランチの両方で 修正されました. 下の LAND アタックと同じように CVSup を使うか, これらのパッチ を当てれば, この修正を反映することができます.

  • 97/12/01 TCP/IP の "LAND アタック" バグは, 関連するすべてのブランチで 修正されました. 最新の 2.2 または 3.0 ソースツリーに追いかける ためのユーティリティ CVSup を 使えば, この修正を反映することができます.

  • 97/12/01 Team FreeBSD は, CPU のアイドルタイムを RSA の 64 bit 暗号化コードのクラックのために提供してくれている FreeBSD のユーザとサポータの集まりです. 更なる情報については, Team FreeBSD の WWW サイトをご覧下さい.

1997 11月

  • 97/11/21 Pentium Bug -- 我々は Pentium の "F00F" halt bug に ついて認識しており, 問題回避のために Intel と共に作業にあたって います. 回避策が一般に公開できるレベルに達したおりには, この Web ページと announce@freebsd.org メーリングリスト, comp.unix.bsd.freebsd.a nnounce にアナウンスを出すつもりです. もう少しだけ我慢してください.

  • 97/11/09 FreeBSD 2.2.5-RELEASE の CDROM が出荷され世界中の購読者に 送られ始めました. 詳しくは http://www.cdrom.com/titles/os/fbsd25.htm を ご覧ください.

1997 10月

  • 97/10/22 FreeBSD 2.2.5 がリリースされました. 詳しくはリリース情報の ページを見て下さい. インストール後には ERRATA.TXT (不具合などの情報) も見て, 知っておくべき 2.2.5 についてのこれから出てくる問題点を 忘れずにチェックするようにしましょう. ERRATA の日本語訳 もあります。

1997 9月

  • 97/09/01 FreeBSD が, Internet Week の WWW サーバのプラットフォームに関する レビューの中で高い評価を受けました.

1997 8月

  • 97/08/11 Duke University の Trapeze Project の研究者たちが, FreeBSD 用の高スピードの Myrinet ドライバを開発しました. ドライバ, Trapeze Project, およびその 親プロジェクトである Collaborative Cluster Computing Iniative に関するさらなる情報は, Myrinet ドライバのソースコードと いっしょに, CCCI の WWW ページから得ることができます.

  • 97/08/03 Netscape Communications が, Netscape Communicator v4.0 for FreeBSD のベータ版をリリースしました. FTP 経由で, ftp.netscape.com およびそのミラーサイトから手に 入れることができます.

1997 7月

1997 6月

  • 97/06/17 FreeBSD 2.2.2-RELEASE の CD-ROM を入荷しました. 予約購読している 方のお手元にはまもなく届くでしょう.

1997 5月

1997 4月

  • 97/04/28 3.0-current のソースツリーに, シンメトリックマルチプロセッサ (SMP) 対応のカーネルを ビルドするためのコードが入りました. 詳細は SMP のページへ.

  • 97/04/22 「今日の RELENG_2.2」サーバが ftp://releng22.freebsd.org/pub/FreeBSD にできました. README.TXT にさらなる情報があります.

  • 97/04/15 FreeBSD 2.2.1-RELEASE の CD が出荷されています. http://www.cdrom.com/titles/os/fbsd22.htmをご覧下さい.

1997 3月

1997 2月

  • 1997/02/20 FreeBSD 2.1.7-RELEASE が利用できるようになりました. もっと情報がほしい方は, README.TXT か, リリースノート をお読み下さい.

  • 1997/02/10 FreeBSD 3.0-970209-SNAP がリリースされました. README.TXT に, このリリースに関する詳しい情報があります.

  • 1997/02/06 FreeBSD 2.1.6 およびそれ以前のシステムに, セキュリティー上の重大な問題があることが分かりました. この問題は -stable, -current, RELENG_2_2 のソースツリー 上では既に修正されています. 加えて警戒を要する問題である ため, FTP サイトでは既に FreeBSD 2.1.6 の配布を取り止めています. この問題と解決法については, FreeBSD-SA-97:01.setlocale に関するセキュリティーアナウンス の中で詳しくのべられています.

  • 1997/02/06 FreeBSD 2.2-GAMMA の最後のプレリリースバージョンが利用できるように なりました. README.TXT に詳しい情報があります.

  • 1997/02/05 これまで President であった Jordan K. Hubbard の 辞任とともに, FreeBSD Project の管理役であった President という役職が なくなりました.

  • 1997/02/02 FreeBSD 2.2 リリースの最新の snapshot を入手できる, 「今日のsnap」サーバが立ち上がりました. 詳しく知りたい方は, README.TXT をご覧下さい.

1997 1月

1996 12月

  • 1996/12/24 FreeBSD 2.2-BETA がリリースされました. リリースノートに詳しい情報があります.

  • 1996/12/13 FreeBSD 2.2-RELEASE は 5MB 以上の RAM, あるいは 1.2MB 以上の容量を 読み込むことのできるフロッピードライブを持たないマシンに対する インストールをサポートしない見込みです.詳しい情報を得たい方は, オリジナルの アナウンス をお読み下さい.

1996 11月

&footer; diff --git a/ja/ports/portindex b/ja/ports/portindex index 9a91757afb..5ff5c9336d 100755 --- a/ja/ports/portindex +++ b/ja/ports/portindex @@ -1,211 +1,211 @@ #!/usr/bin/perl # convert a ports INDEX file to HTML # # by John Fieber # Mon May 13 10:31:58 EST 1996 -# $Id: portindex,v 1.5 1998-04-25 16:41:06 kuriyama Exp $ +# $Id: portindex,v 1.6 1998-08-06 14:37:13 wosch Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.12 ############################################################ # This is the base of where we ftp stuff from $base = "ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; -$baseHTTP = "http://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; +$baseHTTP = "ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current"; $urlcgi = 'http://www.freebsd.org/cgi/url.cgi'; # better layout and link to the sources if ($urlcgi) { $baseHTTP = $urlcgi . '?' . $baseHTTP; } $today = &getdate; &main; sub getdate { # @months = ("January", "February", "March", "April", "May","June", # "July", "August", "September", "October", "November", "December"); ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); $year += 1900; # return "Updated $months[$mon] $mday, $year"; $mon++; return "$year 年 $mon 月 $mday 日に更新されました."; } sub header { local ($fh, $htext) = @_; print $fh ""; print $fh "$today\">\n"; print $fh ""; print $fh "\n"; print $fh "\n"; print $fh "%includes;\n"; print $fh "]>\n"; print $fh "&header;\n"; } sub footer { local ($fh, $ftext) = @_; print $fh "\n$ftext\n"; print $fh "&footer;\n"; print $fh "\n\n"; } sub main { $sep = ":"; # 'category' translation database if (open(CATF, "categories.ja_JP.EUC")) { while () { ($a, $b) = split('\|'); next if !defined($b); chop($b); $catsLANG{$a} = $b; } } # 'COMMENT' translation database if (open(COMF, "comments.ja")) { while () { ($a, $b) = split('\|'); next if !defined($b); chop($b); $b =~ s/&/&/g; $b =~ s//>/g; $descLANG{$a} = $b; } } while (<>) { chop; s/&/&/g; s//>/g; # Read a record ($name, $loc, $prefix, $desc, $ldesc, $owner, $cats, $keys, $bdep, $rdep) = split('\|'); # Check for double hyphens in the name (--). $name =~ s/--/-/g; # Split the categories into an array @cat = split("[ \t]+", $cats); $catkey{$name} = $cat[0]; # desc translation ($lloc = $loc) =~ s@^/usr/ports/@@; $desc = $descLANG{$lloc} if ($descLANG{$lloc} ne ''); foreach $i (@cat) { $stats{$i}++; # figure out the FTP url $loc =~ s/\/usr/$base/; $ldesc =~ s/\/usr/$baseHTTP/; # The name description and maintainer $data{$i} .= "
$name "; $data{$i} .= "
$desc
詳しい説明"; $ownerurl = $owner; $ownerurl =~ s/<//g; $data{$i} .= "
保守担当者: $owner"; # If there are any dependencies, list them if ($bdep ne "" || $rdep ne "") { $data{$i} .= "
必要なもの: "; @dep = split(/ /, "$bdep $rdep"); foreach $j (@dep) { $data{$i} .= " $j,"; } # remove the trailing comma chop $data{$i}; } # If the port is listed in more than one category, throw # in some cross references if ($#cat > 0) { $data{$i} .= "
ここにも含まれています: "; foreach $j (@cat) { if ($j ne $i) { if ($j eq $cat[0]) { $data{$i} .= " \u$j,"; } else { $data{$i} .= " \u$j,"; } } } # remove the trailing comma chop($data{$i}); } $data{$i} .= "

\n" } # Add an entry to the master index $master[$portnumber] = "$name " . " -- $desc
\n"; $portnumber++; } open(MOUTF, ">index.sgml"); &header(MOUTF, "FreeBSD Ports"); # print MOUTF "\n"; print MOUTF "&blurb;"; print MOUTF "

FreeBSD Ports コレクションには, 現時点で $portnumber 個の ports が提供されています.
全ての $portnumber 個の ports を tar でまとめて gzip したもの (およそ 4 メガバイト) をダウンロードするか, 以下の分類からたどってください:\n"; print MOUTF "

    \n"; @foos = sort(keys %stats); foreach $key (@foos) { # For translation $subkey = ""; $subkey = " ($catsLANG{$key})" if ($catsLANG{$key} ne ''); # For the master file... print MOUTF "
  • \u$key$subkey ($stats{$key})
  • "; # Create the category file open(OUTF, ">$key.sgml"); $subkey = ""; $subkey = " / $catsLANG{$key}" if ($catsLANG{$key} ne ''); &header(OUTF, "FreeBSD Ports: \u$key$subkey"); print OUTF "
    \n"; $d = join("\n", sort(split(/\n/, $data{$key}))); $d =~ s/##([^#]*)##/$catkey{$1}/g; print OUTF $d; print OUTF "
    \n"; &footer(OUTF, "
    Port の分類" . " -- 一覧
    "); close(OUTF); } print MOUTF "
\n"; print MOUTF "\n"; &footer(MOUTF, ""); close(MOUTF); # Create the master index file open(MINDEX, ">master-index.sgml"); &header(MINDEX, "FreeBSD Ports コレクション 一覧"); print MINDEX "

\n"; print MINDEX sort @master; print MINDEX "

"; &footer(MINDEX, "
Port の分類
"); close(MINDEX); } diff --git a/ja/publish.sgml b/ja/publish.sgml index 4189315357..61a70238ec 100644 --- a/ja/publish.sgml +++ b/ja/publish.sgml @@ -1,216 +1,216 @@ + %includes; ]> - + &header;
FreeBSD デーモン
ここではたくさんの FreeBSD 関連の出版物の表紙を見ることができます. この他に FreeBSD 関連の書籍や CDROM を御存知でしたら, ここに追加できるようwww@freebsd.orgまで メールにてお知らせください.

画像をクリックすると大きく表示されます.

書籍

これが細川 達己氏らによる最新の (1997 年 5 月) 書籍です. 発売時には「ビル・ゲイツ 未来を語る」(原題 "The Road Ahead") を上回る 売れ行きを記録し, 日本のコンピュータ関係の書籍のベストセラーとなりました (彼の本が 2 位, この本が 1 位です).
(FreeBSD に関する日本語の書籍で, 2.0.5 が附属しています. 英語のタイトルは不明です)
(FreeBSD に関する日本語の書籍で, 2.0.5 が附属しています. 英語のタイトルは不明です)
これが Walnut Creek CDROM の "FreeBSD Complete" です. インストールガイド, マニュアルおよびインストール CD 2 枚から構成されています.
これが Walnut Creek CDROM の "Installing & Running FreeBSD" です. インストールの手順について書かれており, 別に 2 枚組の CD が販売されていました. そのため, より広い範囲をカバーする "FreeBSD Complete" により置きかえられました.
この本は近ごろ (1997 年はじめ) 台湾で出版されたものです. タイトルは "FreeBSD: 入門と応用" で, 著者は李 建達氏です.
これは蕗出版の "はじめての FreeBSD" です. 一般的なインストールガイドや日本語環境のほか, システム管理や (ブートプロセス 等のような) 下位レベルの情報に重点を置いています. FreeBSD-2.2.2R と XFree86-3.2 が CDROM に収録されています. 264 ページ, 3,400 円です.
ASCII の "パーソナル Unix スターターキット - FreeBSD" です. Unix の歴史, 日本語文書処理システムの構築ガイドや ports の作り方についても 書かれています. 2.1.7.1R と XFree86-3.2 が CDROM に収録されています. 384 ページ, 3,000 円です.

CDROM

最近のリリースについては FreeBSD リリース情報のページ を参照してください.

これは InfoMagic の BSDisc で, FreeBSD 2.0 と NetBSD 1.0 を 1 枚の CD に収録したものです. 私が持っている中では, 表紙に絵が描かれているのは これ 1 枚だけです.
これがカリフォルニア大学バークレイ校による オリジナルの 4.4 BSD Lite2 リリースで, FreeBSD のかなりの部分を支える 中心技術です.
LASER 5 の "BSD" シリーズの最初のものです. FreeBSD-2.0.5R, NetBSD-1.0, XFree86-3.1.1 および FreeBSD(98) カーネルが収録されています.
LASER 5 の "BSD" シリーズの 2 枚目のものです. このバージョンから通常の CD ケースにパッケージングされるようになりました. FreeBSD-2.1R, NetBSD-1.1, XFree86-3.1.2 と 3.1.2A および FreeBSD(98) カーネル (2.0.5) が収録されています.
LASER 5 の日本語版 FreeBSD CDROM です. CD 4 枚組です.
パシフィックハイテック (PHT) の製品ラインが Walnut Creek CDROM に統合される前に PHT が発行した唯一の FreeBSD の CD です. PHT は現在 FreeBSD/J (日本語版) CD も発行しています.
韓国の雑誌の 付録 CD の表紙です. 独創的な絵の描かれた表紙に御注目 ! この CD には FreeBSD 2.2.1 release とローカルな拡張がいくつか収録されています.
これこそが ! 実に初めて発行された FreeBSD の CD なのです ! FreeBSD プロジェクトと Walnut Creek CDROM 両者の若かりし頃の作品なので, 現在の製品との品質の違いを見つけるのは, おそらく あまり難しくないことでしょう.
これは Walnut Creek CDROM から発行された 2 枚目の FreeBSD の CD で, 1.x ブランチの最後の CD でもあります (USL/ノベル との訴訟と和解を参照). ついでリリースされた FreeBSD 1.1.5 はネットワーク上でしか入手することが できませんでした.
この珍しい CD は, 現存する見本の ほぼすべてが組織的に追跡され廃棄されたため, 現在では ちょっとしたコレクターズアイテムになっています. この CD の図版の不幸な点は, 作成年が間違っていることと, さらに バツの悪いことに, 背中の "January" まで "Jaunary" と間違って つづられていることです. ああ, 見本市に向けて出発する ほんの数時間前に図版を変更するという冒険を試みるんじゃなかった.
これが修正版の FreeBSD 2.0 の CD です. 修正版では(多少風変わりではありますが), 色彩までもが変更されていることに 御注目. おそらく この変更は, 以前の失敗作と区別するために おこなわれたものでしょう.
FreeBSD 2.0.5 release の CD です. これは細川 達己氏のデーモン君を初めて表紙に使用した CD です.
FreeBSD 2.1 release の CD です. これは (2.1.7 が最後となる) 2.1 ブランチの最初の CD リリースです.
FreeBSD 2.1.5 release の CD です.
FreeBSD 2.1.6 release の CD です.
WC から発行された, 最初で最後の 2.1.6 の日本語ローカライズ版です. 今後この種の製品に関しては, パシフィックハイテックおよび LASER 5 の後援を 受けた, 細川 達己氏のひきいるチームに責任が移転されます.
これは FreeBSD 2.1.7 release の CDで, 2.1.x ブランチの 最後の CD リリースでもあります. 2.1.6 のセキュリティ対策を主な目的として リリースされたものです.
2.2 スナップショットの早期リリース (2.2.1 のリリース以前におこなわれたもの) です.
FreeBSD 2.2.1 release の CD です. これは 2.2 ブランチの最初の CD です.
FreeBSD 2.2.2 release の CD です.
FreeBSD 3.0 スナップショットの CD です.
FreeBSD メーリングリストとニュースのアーカイブです. スレッド毎に少し整理され, HTML に変換されています. この製品の発行は 2 回おこなわれたあとで壁にぶち当ってしまいました. というのは データが多すぎて 1 枚の CD には入りきらないことが明らかになったからです. おそらく DVD がもっと一般的になった時には...

雑誌

韓国の UNIX 雑誌 1997 年 5 月号の表紙です. 付録 CD にFreeBSD 2.2.1が収録されています.
UNIX User 誌 1996 年 11 月号です. 付録 CD に FreeBSD 2.1.5 が収録されています.
Software Design 誌 1997 年 4 月号の "FreeBSD フルコース" 特集 (技術評論社発行) です. インストールから -current の追いかけ方までの すべてをカバーした FreeBSD の記事が 80 ページにわたって掲載されています.

ニュースレター

これは Walnut Creek CDROMが発行し, 無料で 配布している FreeBSD ニュースレターの -第 1 号です. +第 1 号です. 登録すれば 手に入れることができます. 記事の投稿や御意見は電子メールで newsletter@FreeBSD.ORGまでお願いします.
これは Walnut Creek CDROMが発行し, 無料で 配布している FreeBSD ニュースレターの -第 2 号 +第 2 号 です. 登録すれば 手に入れることができます. 記事の投稿や御意見は電子メールで newsletter@FreeBSD.ORGまでお願いします.
questions@FreeBSD.ORG
Copyright © 1995-1997 FreeBSD Inc. - All rights reserved.
$Date: 1998-08-05 17:03:40 $
+ All rights reserved.
$Date: 1998-08-06 14:37:13 $ diff --git a/ja/search/web.atoz b/ja/search/web.atoz index 25d237b835..1613115476 100644 --- a/ja/search/web.atoz +++ b/ja/search/web.atoz @@ -1,402 +1,402 @@ # # `A-Z Index' for http://www.FreeBSD.org # # With the format `|'. # Empty lines or comments are ignored. # -# $Id: web.atoz,v 1.7 1998-08-04 13:57:28 wosch Exp $ +# $Id: web.atoz,v 1.8 1998-08-06 14:37:13 wosch Exp $ # # The FreeBSD Japanese Documentation Project # Original revision: 1.34 # about.sgml Usage statistics for this server|../internal/about.html Statistics for this server|../internal/about.html WWW statistics for this server|../internal/about.html Fieber, John|../internal/about.html Apache http server|../internal/about.html http server|../internal/about.html WWW server www.FreeBSD.ORG|../internal/about.html hub.cdrom.com|../internal/about.html Walnut Creek CDROM, network connection|../internal/about.html Network connection, Walnut Creek CDROM|../internal/about.html CGI scripts|../internal/about.html Mailing list archive|../internal/about.html freewais-sf|../internal/about.html # applications.sgml Hittinger, Mark|../applications.html WinNet Communications|../applications.html Netscape Navigator|../applications.html Java, Netscape Navigator|../applications.html Internet services|../applications.html X Windows workstation|../applications.html Networking|../applications.html Software development|../applications.html Net surfing|../applications.html Education and research|../applications.html # auditors.sgml Security, Auditors|../auditors.html Auditors|../auditors.html # availability.sgml Availability of FreeBSD|../availability.html Hardware requirements|../availability.html Where to get it|../availability.html About the FreeBSD Project|../availability.html Walnut Creek CD-ROM, address|../availability.html Kelly, Sean|../availability.html # branch.sgml Branch|../branch.html 2.2-RELEASE, branch|../branch.html 2.2-STABLE, branch|../branch.html 2.2.x-RELEASE, branch|../branch.html 2.1-STABLE, branch|../branch.html 3.0-CURRENT, branch|../branch.html 2.1.7-RELEASE, branch|../branch.html Walnut Creek CDROM, subscription customer|../branch.html subscription customer, Walnut Creek CDROM|../branch.html # cgallery.sgml Gallery, Commercial|../../gallery/cgallery.html # commercial.sgml Commercial Vendors|../commercial/commercial.html Vendors, commercial|../commercial/commercial.html Commercial Vendors, Consulting|../../commercial/consulting.html Consulting, Commercial Vendors|../../commercial/consulting.html Commercial Vendors, Hardware|../../commercial/hardware.html Hardware, Commercial Vendors|../../commercial/hardware.html Commercial Vendors, Software|../../commercial/software.html Software, Commercial Vendors|../../commercial/software.html Commercial Vendors, Miscellaneous|../../commercial/misc.html Miscellaneous, Commercial Vendors|../../commercial/misc.html # daemon.sgml BSD Daemon|../copyright/daemon.html Daemon, BSD|../copyright/daemon.html Nemeth, Evi|../copyright/daemon.html Lassiter, John|../copyright/daemon.html Hosokawa, Tatsumi|../copyright/daemon.html McKusick, Marshall Kirk|../copyright/daemon.html # docproj.sgml Documentation Project|../docproj/docproj.html Project, Documentation|../docproj/docproj.html Goals, documentation|../docproj/docproj.html FAQ, Documentation Project|../docproj/docproj.html Handbook, Documentation Project|../docproj/docproj.html Contributing, Documentation Project|../docproj/docproj.html Submitting corrections, Documentation Project|../docproj/docproj.html Submitting new material, Documentation Project|../docproj/docproj.html SGML, Documentation Project|../docproj/docproj.html Linuxdoc, Documentation Project|../docproj/docproj.html Docbook, Documentation Project|../docproj/docproj.html Guidelines, Documentation Project|../docproj/docproj.html # docs.sgml Documentation|../docs.html Handbook|../docs.html Japanese Handbook|../docs.html#handbook Handbook, Japanese|../docs.html#handbook Frequently Asked Questions (FAQ)|../docs.html#faq FAQ|../docs.html#faq Tutorials|../docs.html#tutorial Books|../docs.html#books Manual Pages|../docs.html#man 4.4BSD Documents|../docs.html#44doc BSD Documents|../docs.html#44doc Documents, 4.4BSD|../docs.html#44doc Schneider, Wolfram|../docs.html#man Info Documents|../docs.html#info GNU Info Documents|../docs.html#info Source Code|../docs.html#source Toomey, Warren|../docs.html#source Eilts, Hinrich|../docs.html#man y2k|../docs.html#y2kbug Year 2000 bug|../docs.html#y2kbug Millennium bug|../docs.html#y2kbug 2000, year bug|../docs.html#y2kbug # features.sgml Features|../features.html 4.4BSD, A complete operating system|../features.html Berkeley, University of California|../features.html UCB|../features.html Computer Systems Research Group|../features.html CSRG|../features.html Bounce buffering|../features.html Merged virtual memory and filesystem buffer cache|../features.html virtual memory|../features.html buffer cache|../features.html Compatibility, SCO|../features.html Compatibility, Linux|../features.html Compatibility, NetBSD|../features.html Compatibility, OpenBSD|../features.html Compatibility, BSDI|../features.html SCO, Compatibility|../features.html Linux, Compatibility|../features.html NetBSD, Compatibility|../features.html OpenBSD, Compatibility|../features.html BSDI, Compatibility|../features.html FrontPage Server|../features.html WordPerfect|../features.html Dynamically loadable kernel modules|../features.html LKM|../features.html loadable kernel modules|../features.html Shared libraries|../features.html Libraries, shared|../features.html Infoworld|../features.html Glass, Brett|../features.html # gallery.sgml Gallery, FreeBSD|../gallery/gallery.html Powered by FreeBSD logo|../gallery/gallery.html logo, Powered by FreeBSD|../gallery/gallery.html Tao, Brian|../gallery/gallery.html McKusick, Marshall Kirk|../gallery/gallery.html commercial organizations, gallery|../gallery/gallery.html#commercial gallery, commercial organizations|../gallery/gallery.html#commercial non-profit organizations, gallery|../gallery/gallery.html#non-profit gallery, non-profit organizations|../gallery/gallery.html#non-profit gallery, personal sites|../gallery/gallery.html#personal personal sites, gallery|../gallery/gallery.html#personal # internet.sgml Internet|../internet.html TCP/IP protocols|../internet.html NFS|../internet.html NIS|../internet.html SNMP|../internet.html FTP|../internet.html DNS/BIND|../internet.html PPP|../internet.html SLIP|../internet.html MBONE|../internet.html SAMBA|../internet.html PCNFS|../internet.html Appletalk|../internet.html Novell|../internet.html TCP extensions|../internet.html RFC-1323|../internet.html RFC-1644|../internet.html networking|../internet.html FTP Server ftp.FreeBSD.ORG, configuration|../internet.html Yahoo|../internet.html High performance and security|../internet.html Encryption software|../internet.html secure shells|../internet.html Kerberos|../internet.html end-to-end encryption|../internet.html secure RPC facilities|../internet.html O'Brien, Michael|../internet.html SunExpert|../internet.html # license.sgml Copyright|../copyright/license.html License|../copyright/license.html # mailto.sgml Contact us|../mailto.html Questions about this WWW server|../mailto.html Questions about the contents of this WWW server|../mailto.html Questions about FreeBSD|../mailto.html # mirror.sgml Mirroring the FreeBSD Web Pages|../internal/mirror.html rsync|../internal/mirror.html # mozilla.sgml Mozilla Group, FreeBSD|../projects/mozilla.html Netscape source code|../projects/mozilla.html # newsflash.sgml News flash|../news/newsflash.html Press releases, News|../news/newsflash.html # npgallery.sgml Non-profit organizations, Gallery|../../gallery/npgallery.html # npgallery.sgml Personal sites, Gallery|../../gallery/pgallery.html # ports/index.sgml Ports Collection|../ports/index.html # press.sgml Press, in the|../news/press.html # publish.sgml Related Publications|../publish.html Publications, Related|../publish.html Covers, Publications|../publish.html Daemon, Covers|../publish.html CDROM, Covers|../publish.html#cdroms Books, Covers|../publish.html#books Magazins, Covers|../publish.html#magazines Newsletter|../publish.html#newsletter # releases/index.sgml Recent announcements about FreeBSD Releases|../releases/index.html Current Releases|../releases/index.html#current Future Releases|../releases/index.html#future Past Releases|../releases/index.html#past Releases, current|../releases/index.html#current Releases, future|../releases/index.html#future Releases, past|../releases/index.html#past 1.0 FreeBSD|../releases/index.html#past 1.1 FreeBSD|../releases/index.html#past 1.1.5 FreeBSD|../releases/index.html#past 1.1.5.1 FreeBSD|../releases/index.html#past 2.0 FreeBSD|../releases/index.html#past 2.0.5 FreeBSD|../releases/index.html#past 2.1 FreeBSD|../releases/index.html#past 2.1.5 FreeBSD|../releases/index.html#past 2.1.6 FreeBSD|../releases/index.html#past 2.1.7 FreeBSD|../releases/index.html#past 2.2 FreeBSD|../releases/index.html#past 2.2.1 FreeBSD|../releases/index.html#past 2.2.2 FreeBSD|../releases/index.html#past 2.2.5 FreeBSD|../releases/index.html#past 2.2.6 FreeBSD|../releases/index.html#current # resignation.sgml Jordan's Resignation Letter|../internal/resignation.html Resignation Letter, Jordan|../internal/resignation.html President of the FreeBSD Project|../internal/resignation.html # search.sgml Search Services|search.html Web pages, search|search.html#web Search, Web pages|search.html#web Mailing list archives, search|search.html#mailinglists Search, Mailing list archives|search.html#mailinglists Ports Changes, Search|search.html Search, Ports Changes|search.html Message-ID, Search|search.html Search, Message-ID|search.html Usenet News, Search|search.html Newsgroups, Search|search.html Search, Usenet News|search.html # searchhints.sgml Searching Hints|searchhints.html # security/security.sgml Security Guide|../security/security.html # send-pr.sgml Submit a FreeBSD problem report|../send-pr.html Bug report, submit|../send-pr.html # support.sgml Support|../support.html Mailing lists|../support.html#mailing-list non-English mailing lists|../support.html#mailing-list Mailing lists, German|../support.html#mailing-list Mailing lists, Czech|../support.html#mailing-list Mailing lists, Polish|../support.html#mailing-list Mailing lists, Portuguese|../support.html#mailing-list Mailing lists, Japanese|../support.html#mailing-list Mailing lists, Japanese|../support.html#mailing-list Mailing lists, Hungarian|../support.html#mailing-list German mailing lists|../support.html#mailing-list Czech mailing lists|../support.html#mailing-list Polish mailing lists|../support.html#mailing-list Portuguese mailing lists|../support.html#mailing-list Japanese mailing lists|../support.html#mailing-list Hungarian mailing lists|../support.html#mailing-list German web pages|../support.html#mailing-list Czech web pages|../support.html#mailing-list Portuguese web pages|../support.html#mailing-list Japanese web pages|../support.html#mailing-list Hungarian web pages|../support.html#mailing-list Slovakian web pages|../support.html#mailing-list Newsgroups|../support.html#newsgroups Web Resources, mirrors|../support.html#web GNATS Problem Report Database|../support.html#pr Bug reports, view|../support.html#pr CVS Repository|../support.html#cvs CTM|../support.html#cvs CVSup|../support.html#cvs anoncvs|../support.html#anoncvs User Groups|../support.html#user General UNIX Information|../support.html#general X Window System|../support.html#xwin Hardware, support|../support.html#hardware # /projects/ Multimedia|../projects/projects.html#multimedia Home Automation|../projects/projects.html#homeauto Automation, Home|../projects/projects.html#homeauto Symmetric MultiProcessing (SMP)|../projects/projects.html#SMP SMP|../projects/projects.html#SMP Sparc|../projects/projects.html#sparc FreeBSD-Sparc|../projects/projects.html#sparc Alpha, FreeBSD|../projects/projects.html#alpha DEC Alpha|../projects/projects.html#alpha DIGITAL Alpha|../projects/projects.html#alpha FreeBSD/Alpha|../projects/projects.html#alpha Java|../projects/projects.html#java PicoBSD|../projects/projects.html#picobsd single floppy FreeBSD|../projects/projects.html#picobsd Related Operating System Projects|../projects/projects.html#related Operating System, related projects|../projects/projects.html#related DEVFS|../projects/projects.html#devfs soft update code|../projects/projects.html#softupdate Newbies Project|../projects/projects.html#newbies Hardening Project|../projects/projects.html#hardening secure environment|../projects/projects.html#hardening KAME Project|../projects/projects.html#kame IPv6/IPsec stack for BSD|../projects/projects.html#kame Token-Ring Project|../projects/projects.html#tokenring i4b|../projects/projects.html#isdn ISDN|../projects/projects.html#isdn ISDN4BSD|../projects/projects.html#isdn USB|../projects/projects.html#usb Drawbridge|../projects/projects.html#drawbridge secure MobileIP via IPSec|../projects/projects.html#smn MobileIP via IPSec|../projects/projects.html#smn IPSec|../projects/projects.html#smn SMN|../projects/projects.html#smn High-precision timekeeping|../projects/projects.html#timekeeping timekeeping, High-precision|../projects/projects.html#timekeeping ALTQ|../projects/projects.html#altq bandwidth management|../projects/projects.html#altq Alternate Queueing|../projects/projects.html#altq vinum|../projects/projects.html#vinum logical volume manager|../projects/projects.html#vinum volume manager, logical|../projects/projects.html#vinum ATM, BSD|../projects/projects.html#atm BSD ATM|../projects/projects.html#atm PAO|../projects/projects.html#pao Mobile Computing|../projects/projects.html#pao laptop|../projects/projects.html#pao Point to Point Protocol (PPP)|../projects/projects.html#ppp GLOBAL common source code tag system|../projects/projects.html#global Metacomputing|../projects/projects.html#metacomputing Voice Answering Machine|../projects/projects.html#vam Answering Machine, Voice|../projects/projects.html#vam Retail Outlets for FreeBSD|../projects/projects.html#retail -Security Advisories|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -Advisories, security|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html -SA|http://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +Security Advisories|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +Advisories, security|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html +SA|ftp://ftp.freebsd.org/pub/FreeBSD/CERT/index.html # where.sgml Getting FreeBSD|../where.html Installing FreeBSD|../where.html#install Distribution Sites|../where.html#distribution Release Information|../where.html#releases Applications and Utility Software|../where.html#apps Commercial software|../where.html # news/ Real-Quick (TM) Newsletter|../news/qnewsletter.html RQN|../news/qnewsletter.html Quick (TM) Newsletter|../news/qnewsletter.html Newsletter, Real-Quick (TM)|../news/qnewsletter.html