Subject: Announcing NetBSD 1.5.3
To: None <netbsd-announce@netbsd.org>
From: None <he@netbsd.org>
List: netbsd-announce
Date: 07/22/2002 20:57:37
Announcing NetBSD 1.5.3
=======================
The NetBSD Project is pleased to announce that release 1.5.3 of the
NetBSD operating system is now available.
NetBSD 1.5.3 is a maintenance release for users of NetBSD 1.5.2,
1.5.1, 1.5 and earlier releases, which provides the following
updates relative to 1.5.2:
* A number of security problems have been fixed
* Some performance fixes have been incorporated
* Improved device support in some existing drivers
* Some new device drivers have been added
Please note that a new major release of NetBSD, version 1.6, is
currently in beta test and should be released within a few weeks.
NetBSD 1.6 will be a substantial functional improvement over
NetBSD 1.5.3.
A complete list of changes are available in the CHANGES-1.5.3 file
in top directory of the NetBSD 1.5.3 release tree. Also, included
later in this announcement, is a list of the major changes added
between NetBSD 1.5.2 and 1.5.3.
Complete source and binaries for NetBSD 1.5.3 are available for
download at many sites around the world. A list of download sites via
FTP, AnonCVS, SUP, and other methods is provided at the end of this
announcement; the latest list of available download sites may also be
found at: http://www.netbsd.org/mirrors/
About NetBSD
------------
The NetBSD operating system is a full-featured, open source, UNIX-like
operating system descended from the Berkeley Networking Release 2
(Net/2), 4.4BSD-Lite, and 4.4BSD-Lite2. NetBSD runs on 52 different
system architectures featuring 17 distinct families of CPUs, and is
being ported to more. The NetBSD 1.5.3 release contains complete
binary releases for 20 different machine types.
NetBSD is a highly integrated system. In addition to its highly
portable, high performance kernel, NetBSD features a complete set of
user utilities, compilers for several languages, the X Window System,
firewall software and numerous other tools, all accompanied by full
source code. We also support third party software (including the KDE
and GNOME desktops) through our package system.
More information on the goals of the NetBSD Project can be procured
from the NetBSD web site at:
http://www.netbsd.org/Goals/
NetBSD is free. All of the code is under non-restrictive licenses, and
may be used without paying royalties to anyone. Free support services
are available via our mailing lists and web site. Commercial support
is available from a variety of sources; some are listed at:
http://www.netbsd.org/gallery/consultants.html
More extensive information on NetBSD is available from our web site
at:
http://www.netbsd.org/
NetBSD is the work of a diverse group of people spread around the
world. The `Net' in our name is a tribute to the Internet, which
enables us to communicate and share code, and without which the
project would not exist.
System families supported by NetBSD 1.5.3
-----------------------------------------
The NetBSD 1.5.3 release provides supported binary distributions for
the following systems:
NetBSD/alpha Digital/Compaq Alpha (64-bit)
NetBSD/amiga Commodore Amiga, MacroSystem DraCo
NetBSD/arc Machines following the Advanced RISC Computing spec
NetBSD/arm32 Acorn RiscPC/A7000, CATS, DEC Shark, EBSA-285, RC7500
NetBSD/atari Atari TT030, Falcon, Hades
NetBSD/cobalt Cobalt Networks' MIPS-based Microservers
NetBSD/hp300 Hewlett-Packard 9000/300 and 400 series
NetBSD/hpcmips MIPS-based Windows CE PDA machines
NetBSD/i386 80x86-based IBM PCs and clones
NetBSD/mac68k Apple Macintosh with 68k CPU
NetBSD/macppc Apple Power Macintosh and clones
NetBSD/mvme68k Motorola MVME 68k SBCs
NetBSD/news68k Sony's 68k-based "NET WORK STATION" series
NetBSD/next68k NeXT 68k 'black' hardware
NetBSD/pc532 The NS32532-based PC532 computer
NetBSD/pmax Digital MIPS-based DECstations and DECsystems
NetBSD/sparc Sun SPARC (32-bit) and UltraSPARC (in 32-bit mode)
NetBSD/sun3 Sun 3 and 3x
NetBSD/vax Digital VAX
NetBSD/x68k Sharp X680x0 series
Ports available in source form only for this release include the
following:
NetBSD/amigappc PowerPC-based Amiga boards
NetBSD/arm26 Acorn Archimedes, A-series and R-series systems
NetBSD/bebox Be Inc's BeBox
NetBSD/evbsh3 Evaluation boards with Hitachi SH3 and SH4 CPUs
NetBSD/luna68k The LUNA product line of OMRON Tateishi Electric
NetBSD/mmeye Brains' mmEye Multi Media Server
NetBSD/newsmips Sony's MIPS-based "NET WORK STATION" series
NetBSD/prep PReP (PowerPC Reference Platform) and CHRP machines
NetBSD/sgimips Silicon Graphics' MIPS-based workstations
NetBSD/sparc64 Sun UltraSPARC (in native 64-bit mode)
Major Changes Between 1.5.2 and 1.5.3
-------------------------------------
The complete list of changes between NetBSD 1.5.2 and 1.5.3 can be
found in the file CHANGES-1.5.3 in the top directory of the source
tree. The following are highlights only:
* lpd(8) has been fixed to deal with a security issue (SA2001-018).
* Drivers for Mylex DAC960, Compaq EISA array controllers, and I2O
block/SCSI devices added. This has caused ca(4) to be replaced by
ld(4). Drivers for the Mylex DAC960 management interface and
DPT/Adaptec I2O RAID management interface has also been
added. See dpti(4) and mlxctl(8).
* A driver for the 3ware Escalade 5000 and 6000 series RAID
controllers has been added, see twe(4).
* Various different fixes have been applied to the network device
drivers ep(4), ex(4), rtk(4), sip(4), ti(4), tl(4), and wi(4).
* Support for some more variants of rtk(4) on CardBus has been
added.
* The ne(4) driver has been extended to support some more pcmcia
cards.
* Support for more pciide(4) controllers added: HPT-370A, Acard
ATP-850/860, and AMD-768. Ultra-DMA 100 support added for CMD
0649.
* A problem with the NFS server code, exposed on NetBSD/alpha,
where use of ``..'' would return info for ``.'' has been fixed.
* Support for ``other-endian'' file systems has been improved.
* The layout algorithm for FFS file systems has been substantially
improved, resulting in better performance, both due to improved
locality between files and their corresponding directory, and
lessened pressure on the buffer cache.
* The performance of soft dependencies in FFS has been
significantly improved in some circumstances.
* Handling of init/fini section support and DWARF2 exception
handling has been added to the C runtime startup code.
* OpenSSH has been upgraded to version 3.0.2. Additionally,
two security problems in OpenSSH have been fixed (SA2002-004,
SA2002-005) via ``point patches''.
* A security issue arising from a race between set-uid execution
and use of ptrace has been fixed (SA2002-001).
* The package tools have been extended to provide for optional
digital signatures on binary packages. Additionally, binary
package version number handling has been rewritten.
* A driver for Creative Labs SBLive! EMU10000 has been added; see
emuxki(4).
* A driver for ESS Allegro-1 / Maestro-3 has been added; see
esa(4).
* Support for the 53c1010-33 and 53c1510D has been added to the
siop(4) driver.
* IPFilter upgraded to 3.4.23.
* The boot code on NetBSD/macppc has been improved.
* sendmail(8) has been upgraded to version 8.11.6.
* A long file name buffer overrun in gzip has been fixed
(SA2002-002).
* IPSEC policy check has been fixed for forwarded IPv4 packets
(SA2002-003).
* A buffer overrun in the resolver part of the C library has been
fixed (SA2002-006). To fix this problem in the BIND user
utilities, BIND has been upgraded to version 8.3.3.
* Various other kernel stability and robustness fixes have been
applied.
The NetBSD Packages Collection (pkgsrc), which is used to maintain,
build, track dependencies, and maintain NetBSD-specific fixes to
third-party programs, has been updated for NetBSD 1.5.3.
Please note that at the moment, sysinst will not assist you in
installing pre-built third-party binary packages or the pkgsrc system
itself, so you will have to manually install packages using pkg_add or
fetch and extract the pkgsrc.tgz tar file to get started.
Lastly, it should be noted that the X11 binaries shipped in NetBSD
1.5.3 are still based on XFree86 version 3.3.6. Several newer graphics
cards are inadequately supported by that code base, but on the other
hand support for several older graphics cards is not available in
newer XFree86 code.
NetBSD is in the process of moving to XFree86 version 4, and is
currently maintaining both the XFree86 3.3.6 and the XFree86 version 4
code in the xsrc source set, and you may at compile time pick which
sources to build and install. To ease installation, testing and use of
the XFree86 version 4 code, a binary snapshot based on XFree86 version
4.2.0 has been made available for NetBSD/i386 1.5.3 at:
ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/
Acknowledgments
---------------
The NetBSD Foundation would like to thank all those who have
contributed code, hardware, documentation, funds, colocation for our
servers, web pages and other documentation, release engineering, and
other resources over the years. More information on contributors is
available at:
http://www.netbsd.org/contrib/
We would like to especially thank the University of California at
Berkeley and the GNU Project for particularly large subsets of code
that we use, and the Internet Software Consortium, Redback Networks
and the Helsinki University of Technology for current colocation
services.
About the NetBSD Foundation
---------------------------
The NetBSD Foundation was chartered in 1995, with the task of
overseeing core NetBSD project services, promoting the project within
industry and the open source community, and holding intellectual
property rights on much of the NetBSD code base. Day-to-day operations
of the project are handled by volunteers.
NetBSD download sites
---------------------
The following sites mirror NetBSD as of July 8, 2002.
If you wish to become a distribution site for NetBSD, contact
mirrors@netbsd.org.
FTP mirrors
-----------
Australia
* ftp.au.netbsd.org
RMIT University, Melbourne
ftp://ftp.au.netbsd.org/pub/NetBSD/
* ftp2.au.netbsd.org
AARNet Mirror Project, UQ, Brisbane
ftp://ftp2.au.netbsd.org/pub/NetBSD/
Limited to Australian connections
Austria
* ftp.at.netbsd.org
University of Technology, Vienna
ftp://ftp.at.netbsd.org/pub/NetBSD/
* ftp.enemy.org
Vienna Backbone Service
ftp://ftp.enemy.org/pub/NetBSD/
Canada
* river.styx.org
Wiznet Inc., Toronto
ftp://river.styx.org/pub/NetBSD/
Czech republic
* ftp.bsd.cz
GTS telehouse
ftp://net.bsd.cz/pub/NetBSD/
Denmark
* ftp.dk.netbsd.org
ftp://ftp.dk.netbsd.org/pub/NetBSD/
Finland
* ftp.fi.netbsd.org
The Finnish University and Research Network, Espoo
ftp://ftp.fi.netbsd.org/pub/NetBSD/
France
* ftp2.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
ftp://ftp2.fr.netbsd.org/pub/NetBSD/
* ftp.bsdfr.org
ftp://ftp.bsdfr.org/pub/NetBSD/
* ftp.proxad.net
Free SA, Paris
ftp://ftp.free.fr/pub/NetBSD/
Germany
* ftp.de.netbsd.org
Dept. of Computer Science, TU Muenchen
ftp://ftp.de.netbsd.org/pub/NetBSD/
* ftp2.de.netbsd.org
University of Erlangen-Nuremberg
ftp://ftp2.de.netbsd.org/pub/NetBSD/
* ftp.join.uni-muenster.de
Center for Information Processing, University of Muenster
ftp://ftp.join.uni-muenster.de/pub/NetBSD/
* ftp.netbsd.uni-mainz.de
Johannes Gutenberg University, Mainz
ftp://ftp.netbsd.uni-mainz.de/pub/NetBSD/
* pandemonium.tiscali.de
Tiscali Business GmbH, Frankfurt am Main
ftp://pandemonium.tiscali.de/pub/NetBSD/
Hungary
* ftp.hu.netbsd.org
ftp://ftp.hu.netbsd.org/pub/NetBSD/
* netbsd.expertlan.hu
ExpertLAN Computer Corp.
ftp://netbsd.expertlan.hu/pub/NetBSD
Japan
* ftp.jp.netbsd.org
Internet Research Institute Inc., Tokyo
ftp://ftp.jp.netbsd.org/pub/NetBSD/
* core.ring.gr.jp
Electrotechnical Laboratory
ftp://core.ring.gr.jp/pub/NetBSD/
* ftp.dti.ad.jp
Dream Train Internet Inc., Tokyo
ftp://ftp.dti.ad.jp/pub/NetBSD/
* ftp.iij.ad.jp
Internet Initiative Japan Inc., Otemachi Tokyo.
ftp://ftp.iij.ad.jp/pub/NetBSD/
* mirror.nucba.ac.jp
Nagoya University of Commerce and Business
ftp://mirror.nucba.ac.jp/pub/NetBSD/
* netbsd.tohoku.ac.jp
Tohoku University, Sendai
ftp://netbsd.tohoku.ac.jp/pub/NetBSD/
* ring.asahi-net.or.jp
ASAHI Net
ftp://ring.asahi-net.or.jp/pub/NetBSD/
Korea
* ftp.kr.netbsd.org
Unitel Co., Ltd., Seoul
ftp://ftp.kr.netbsd.org/pub/NetBSD/
* ftp2.kr.netbsd.org
Youn Systems, Co., Ltd.
ftp://ftp2.kr.netbsd.org/pub/NetBSD/
Lithuania
* netbsd.vejas.lt
Kaisiadorys A.Brazauskas Secondary School
ftp://netbsd.vejas.lt/pub/NetBSD/
Netherlands
* ftp.nl.netbsd.org
University of Amsterdam
ftp://ftp.nl.netbsd.org/pub/NetBSD/
* ftp2.nl.netbsd.org
Dutch Unix Users' Society, Utrecht
ftp://ftp2.nl.netbsd.org/pub/NetBSD/
Norway
* ftp.no.netbsd.org
Bergen IT Consult AS
ftp://ftp.no.netbsd.org/pub/NetBSD/
* ftp2.no.netbsd.org
Tromso
ftp://ftp2.no.netbsd.org/pub/NetBSD/
* ftp.uninett.no
University of Oslo
ftp://ftp.uninett.no/pub/NetBSD/
Poland
* ftp.pl.netbsd.org
Lodz
ftp://ftp.pl.netbsd.org/pub/NetBSD/
Romania
* ftp.physics.uvt.ro
West Univ. Of Timisoara
ftp://ftp.physics.uvt.ro/pub/NetBSD/
Russia
* ftp.ru.netbsd.org
Landau Institute for Theoretical Physics, Chernogolovka
ftp://ftp.ru.netbsd.org/pub/NetBSD/
Slovakia
* ftp.netbsd.sk
Nextra Slovakia Ltd.
ftp://ftp.netbsd.sk/
South Africa
* ftp.za.netbsd.org
UUNET (SA), Cape Town
ftp://ftp.za.netbsd.org/pub/NetBSD/
Sweden
* ftp.se.netbsd.org
Lulea University of Technology
ftp://ftp.se.netbsd.org/pub/NetBSD/
* ftp.stacken.kth.se
Royal Institute of Technology, Stockholm
ftp://ftp.stacken.kth.se/pub/NetBSD/
* ftp.sunet.se
Swedish University NETwork, Uppsala
ftp://ftp.sunet.se/pub/NetBSD/
Taiwan
* ftp.tw.netbsd.org
National Sun Yat-Sen University
ftp://ftp.tw.netbsd.org/pub/NetBSD/
* ftp.tku.edu.tw
TamKang University
ftp://ftp.tku.edu.tw/pub/NetBSD/
Turkey
* ftp.enderunix.org
ftp://ftp.enderunix.org/pub/NetBSD/
UK
* ftp.uk.netbsd.org
ftp://ftp.uk.netbsd.org/pub/NetBSD/
* sunsite.org.uk
ftp://sunsite.org.uk/packages/netbsd/
USA
* ftp.netbsd.org
Silicon Valley, California
ftp://ftp.netbsd.org/pub/NetBSD/
* archive.progeny.com
Progeny Linux Systems, Indianapolis, Indiana
ftp://archive.progeny.com/NetBSD/
* ftp.cs.umn.edu
University of Minnesota
ftp://ftp.cs.umn.edu/pub/NetBSD/
* ftp.iastate.edu
Iowa State University
ftp://ftp.iastate.edu/pub/NetBSD/
* ftp.lug.udel.edu
University of Delaware in Newark, DE
ftp://ftp.lug.udel.edu/pub/NetBSD/
* ftp.op.net
ftp://ftp.op.net/pub/NetBSD/
* ftp.stealth.net
Stealth Communications, New York
ftp://ftp.stealth.net/pub/NetBSD/
* mirror.arc.nasa.gov
NASA Ames Research Center, San Francisco Bay Area, CA
ftp://mirror.arc.nasa.gov/pub/NetBSD/
* mirrors.cloud9.net
White Plains, NY
ftp://mirrors.cloud9.net/pub/NetBSD/
* netbsd.secsup.org
Virginia
ftp://netbsd.secsup.org/pub/NetBSD/
* netbsd.stevens-tech.edu
Hoboken, NJ
ftp://netbsd.stevens-tech.edu/pub/NetBSD/
ISO image mirrors
-----------------
Australia
* iso.au.netbsd.org
RMIT University, Melbourne
ftp://iso.au.netbsd.org/pub/NetBSD/iso/
Denmark
* iso.dk.netbsd.org
ftp://iso.dk.netbsd.org/pub/NetBSD/iso/
Finland
* iso.fi.netbsd.org
The Finnish University and Research Network, Espoo
ftp://iso.fi.netbsd.org/pub/NetBSD/iso/
France
* iso.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
ftp://iso.fr.netbsd.org/pub/NetBSD/
* ftp.proxad.net
Free SA, Paris
ftp://ftp.free.fr/pub/NetBSD/iso/
Germany
* iso.de.netbsd.org
Dept. of Computer Science, TU Muenchen
ftp://iso.de.netbsd.org/pub/NetBSD/iso/
Japan
* iso.jp.netbsd.org
Internet Research Institute Inc., Tokyo
ftp://iso.jp.netbsd.org/pub/NetBSD/iso/
* ftp.dti.ad.jp
Dream Train Internet Inc., Tokyo
ftp://ftp.dti.ad.jp/pub/NetBSD/iso/
* ftp.iij.ad.jp
Internet Initiative Japan Inc., Otemachi Tokyo.
ftp://ftp.iij.ad.jp/pub/NetBSD/iso/
* netbsd.tohoku.ac.jp
Tohoku University, Sendai
ftp://netbsd.tohoku.ac.jp/pub/NetBSD/iso/
* ring.asahi-net.or.jp
ASAHI Net
ftp://ring.asahi-net.or.jp/pub/NetBSD/iso/
Korea
* ftp.kr.netbsd.org
Unitel Co., Ltd., Seoul
ftp://ftp.kr.netbsd.org/pub/NetBSD/iso/
* ftp2.kr.netbsd.org
Youn Systems, Co., Ltd.
ftp://ftp2.kr.netbsd.org/pub/NetBSD/iso/
Netherlands
* iso.nl.netbsd.org
University of Amsterdam
ftp://iso.nl.netbsd.org/pub/NetBSD/iso/
Sweden
* ftp.sunet.se
Swedish University NETwork, Uppsala
ftp://ftp.sunet.se/pub/NetBSD/iso/
Taiwan
* iso.tw.netbsd.org
National Sun Yat-Sen University
ftp://iso.tw.netbsd.org/pub/NetBSD/iso/
UK
* iso.uk.netbsd.org
Interoute Telecommunications (UK) Ltd
ftp://iso.uk.netbsd.org/pub/NetBSD/iso/
* iso2.uk.netbsd.org
ftp://iso2.uk.netbsd.org/pub/NetBSD/iso/
* sunsite.org.uk
ftp://sunsite.org.uk/packages/netbsd/iso/
USA
* iso.netbsd.org
Silicon Valley, California
ftp://iso.netbsd.org/pub/NetBSD/iso/
* archive.progeny.com
Progeny Linux Systems, Indianapolis, Indiana
ftp://archive.progeny.com/NetBSD/iso/
* ftp.cs.umn.edu
University of Minnesota
ftp://ftp.cs.umn.edu/pub/NetBSD/NetBSD/iso/
* ftp.iastate.edu
Iowa State University
ftp://ftp.iastate.edu/pub/NetBSD/iso/
* mirrors.cloud9.net
White Plains, NY
ftp://mirrors.cloud9.net/pub/NetBSD/iso/
* netbsd.stevens-tech.edu
Hoboken, NJ
ftp://netbsd.stevens-tech.edu/pub/NetBSD/iso/
AnonCVS mirrors
---------------
Austria
* sunsite.univie.ac.at
Vienna University, Department of Statistics and Decision Support
Systems, Working Group for Computer Supported Didactics
Instructions: for ssh:
'CVSROOT=anoncvs@sunsite.univie.ac.at:/cvsroot; CVS_RSH=ssh'.
for pserver:
'CVSROOT=:pserver:anoncvs@sunsite.univie.ac.at:/cvsroot'
Czech republic
* net.bsd.cz
GTS telehouse
Instructions: for ssh:
'CVSROOT=anoncvs@net.bsd.cz:/cvsroot; CVS_RSH=ssh'.
France
* anoncvs.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
Instructions: for ssh:
'CVSROOT=anoncvs@anoncvs.fr.netbsd.org:/pub/NetBSD-CVS; CVS_RSH=ssh'.
for pserver:
'CVSROOT=:pserver:anoncvs@anoncvs.fr.netbsd.org:/pub/NetBSD-CVS'
Germany
* anoncvs.de.netbsd.org
Dept. of Computer Science, TU Muenchen
Instructions: for pserver:
'CVSROOT=:pserver:anoncvs@anoncvs.de.netbsd.org:/cvsroot;
export CVSROOT'; password is 'anoncvs'
Japan
* anoncvs.jp.netbsd.org
Internet Research Institute Inc., Tokyo
Instructions: for pserver:
'CVSROOT=:pserver:anoncvs@anoncvs.jp.netbsd.org:/cvs/cvsroot',
password: anoncvs.
http://www.jp.netbsd.org/ja/JP/Documentation/anoncvs.html (in Japanese)
Korea
* anoncvs.kr.netbsd.org
Youn Systems, Co., Ltd.
Instructions: for pserver:
'CVSROOT=:pserver:anoncvs@anoncvs.kr.netbsd.org:/cvsroot',
password: anoncvs.
Norway
* anoncvs.no.netbsd.org
Tromso
Instructions: http://www.pasta.cs.uit.no/Pasta/virtual.html
Poland
* anoncvs.pl.netbsd.org
Faculty of Chemistry, University of Warsaw
Instructions: for ssh:
'CVSROOT=anoncvs@anoncvs.pl.netbsd.org:/cvs; CVS_RSH=ssh'
USA
* anoncvs.netbsd.org
Silicon Valley, California
Instructions: for ssh:
'CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot; CVS_RSH=ssh'.
for pserver:
'CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot'
SUP mirrors
-----------
France
* sup2.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
Instructions: Similar to sup.netbsd.org
Japan
* sup.jp.netbsd.org
Internet Research Institute Inc., Tokyo
Instructions: ftp://sup.jp.netbsd.org/pub/NetBSD/sup/README.sup
USA
* sup.netbsd.org
Silicon Valley, California
Instructions: See ftp://ftp.netbsd.org/pub/NetBSD/sup/README.sup
CVSup mirrors
-------------
Germany
* cvsup.de.netbsd.org
Dreieich, near Frankfurt am Main
Instructions: Available collections: netbsd, netbsd-basesrc,
netbsd-doc, netbsd-gnusrc, netbsd-sharesrc, netbsd-syssrc,
netbsd-xsrc, netbsd-htdocs, netbsd-base
* cvsup2.de.netbsd.org
Dept. of Computer Science, TU Muenchen
Instructions: Available collections are same as
cvsup.uk.NetBSD.org. See http://cvsup.uk.NetBSD.org/ for a list.
Japan
* cvsup.jp.netbsd.org
Internet Research Institute Inc., Tokyo
Instructions: See
http://www.jp.netbsd.org/ja/JP/Documentation/cvsup.html (in Japanese)
for list of available collections.
Norway
* cvsup.pasta.cs.uit.no
Tromso
Instructions: See http://www.pasta.cs.uit.no/Pasta/cvsup.html
UK
* cvsup.uk.netbsd.org
Instructions: See http://cvsup.uk.NetBSD.org/
rsync mirrors
-------------
France
* rsync.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
rsync://rsync.fr.netbsd.org/
Japan
* rsync.jp.netbsd.org
Internet Research Institute Inc., Tokyo
rsync://rsync.jp.netbsd.org/
Taiwan
* rsync.tw.netbsd.org
National Sun Yat-Sen University
rsync://rsync.tw.netbsd.org/NetBSD/
USA
* rsync.netbsd.org
Silicon Valley, California
rsync://rsync.netbsd.org/
* archive.progeny.com
Progeny Linux Systems, Indianapolis, Indiana
rsync://archive.progeny.com/NetBSD/
AFS mirrors
-----------
Sweden
* ftp.stacken.kth.se
Royal Institute of Technology, Stockholm
AFS path: /afs/stacken.kth.se/ftp/pub/NetBSD
USA
* ftp.iastate.edu
Iowa State University
AFS path: /afs/iastate.edu/public/ftp/pub/netbsd
NFS mirrors
-----------
UK
* sunsite.org.uk
Instructions: mount -o ro sunsite.org.uk:/public/packages/netbsd /mnt
WWW mirrors
-----------
Australia
* www.au.netbsd.org
RMIT University, Melbourne
http://www.au.netbsd.org/
* www2.au.netbsd.org
Adelaide
http://www2.au.netbsd.org/
Austria
* www.at.netbsd.org
University of Technology, Vienna
http://www.at.netbsd.org/
Belgium
* www.be.netbsd.org
Bruxelles
http://www.be.netbsd.org/
Brazil
* www2.netbsd.com.br
Prover Itaúna Internet, Itaúna MG
http://www2.netbsd.com.br/
China
* netbsd.shellhung.org
Hong Kong
http://netbsd.shellhung.org/
Denmark
* www.dk.netbsd.org
TDC Net, Aarhus
http://www.dk.netbsd.org/
Finland
* www.fi.netbsd.org
Global Wire Oy, Lappeenranta
http://www.fi.netbsd.org/
France
* www2.fr.netbsd.org
Universite Pierre et Marie Curie, Paris 06
http://www2.fr.netbsd.org/
Germany
* www.de.netbsd.org
http://www.de.netbsd.org/
Hungary
* netbsd.expertlan.hu
ExpertLAN Computer Corp.
http://netbsd.expertlan.hu/
* netbsd.nonstopnet.hu
New Folder Ltd.
http://netbsd.nonstopnet.hu/
Japan
* www.jp.netbsd.org
Internet Research Institute Inc., Tokyo
http://www.jp.netbsd.org/
Korea
* www.kr.netbsd.org
Youn Systems, Co., Ltd.
http://www.kr.netbsd.org/
Luxembourg
* netbsd.wagener-consulting.lu
Wagener Consulting s.à r.l.
http://netbsd.wagener-consulting.lu/
Mexico
* www.mx.netbsd.org
Monterrey, Nuevo León
http://www.mx.netbsd.org/
Netherlands
* www.nl.netbsd.org
http://www.nl.netbsd.org/
Norway
* www.no.netbsd.org
Bergen IT Consult AS
http://www.no.netbsd.org/
* www2.no.netbsd.org
Tromso
http://www2.no.netbsd.org/
Poland
* www.pl.netbsd.org
Technical School in Lubin
http://www.pl.netbsd.org/
* www2.pl.netbsd.org
Gdynia
http://www2.pl.netbsd.org/
Portugal
* www.pt.netbsd.org
Madeira
http://www.pt.netbsd.org/
Romania
* www.netbsd.ro
RomTeleNet Bucharest
http://www.netbsd.ro/
Russia
* skeleton.phys.spbu.ru
Institute of Physics, St.Petersburg State University
http://skeleton.phys.spbu.ru/netbsd/htdocs/
Slovakia
* www.netbsd.sk
Nextra Slovakia, Ltd.
http://www.netbsd.sk/
Sweden
* www.se.netbsd.org
Uppsala
http://www.se.netbsd.org/
Turkey
* www.tr.netbsd.org
http://www.tr.netbsd.org/
UK
* www.uk.netbsd.org
Interoute Telecommunications (UK) Ltd
http://www.uk.netbsd.org/
Ukraine
* netbsd.terabyte.com.ua
Odessa, SPKI (TM backbone)
http://netbsd.terabyte.com.ua/
USA
* www.netbsd.org
Western Washington University
http://www.netbsd.org/
* netbsd.bhni.net
Data Center, Black Hat Networks
http://netbsd.bhni.net/
CVSweb interfaces
-----------------
Germany
* cvsup.de.netbsd.org
Dreieich, near Frankfurt am Main
http://cvsup.de.netbsd.org/cgi/cvsweb.cgi?cvsroot=netbsd
Japan
* cvsweb.netbsd.org
Internet Research Institute Inc., Tokyo
http://cvsweb.netbsd.org/
Norway
* cvsweb.no.netbsd.org
Tromso
http://cvsweb.no.netbsd.org/
Poland
* cvsweb.pl.netbsd.org
Faculty of Chemistry, University of Warsaw
http://cvsweb.pl.netbsd.org/cgi-bin/cvsweb.cgi/
--