[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/index.html, Revision 1.50

1.18      fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD</title>
1.19      fn          5: <base href=http://www.openbsd.org/>
1.18      fn          6: <link rev=made href=mailto:www@openbsd.org>
                      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the main OpenBSD page">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 1996 by OpenBSD, Inc.">
1.1       deraadt    12: </head>
1.18      fn         13:
                     14: <body>
                     15:
1.31      deraadt    16: <h1>OpenBSD</h1>
                     17: <br>
1.37      deraadt    18: <img src="head.gif">
1.30      deraadt    19: <br>
                     20: <small>The picture is Copyright (C) 1996 Shawn Mueller</small>
                     21: <br>
                     22: <h1>OpenBSD</h1>
1.1       deraadt    23:
1.18      fn         24: <p>
1.1       deraadt    25: The OpenBSD project involves continuing development of a multiplatform
                     26: 4.4BSD-based Unix-like operating system.
1.18      fn         27: </p>
1.1       deraadt    28:
                     29: <p>
1.22      deraadt    30: <ul>
                     31: <li><a href=#additions>Changes Relative to other *BSD's</a>
                     32: <li><a href=#curplat>Supported platforms</a>
                     33: <li><a href=#futplat>New platforms under development</a>
1.50    ! deraadt    34: <li><a href=#devel>How we help developers and users</a>
1.48      deraadt    35: <li><a href=#ftp>FTP mirrors</a>
1.22      deraadt    36: <li><a href=#snapshots>Binary snapshots</a>
1.50    ! deraadt    37: <li><a href=#maillist>Mailing Lists</a>
        !            38: <li><a href=#gnats>Bug tracking</a>
        !            39: <li><a href=#sup>Sup</a>
        !            40: <li><a href=#anoncvs>AnonCVS</a>
1.22      deraadt    41: <li><a href=goals.html>OpenBSD project goals</a>
                     42: </ul>
                     43: </p>
                     44:
                     45: <h3><hr><a name=additions>Changes Relative to other *BSD's.</a></h3>
                     46:
                     47: <p>
1.1       deraadt    48: OpenBSD looks a lot like NetBSD (which it is derived from, following
                     49: the 4.4BSD roots), but is now being developed seperately.  Good changes
                     50: from other free operating systems will be merged in (of course, depending
1.24      deraadt    51: on various factors like developer time for example.)  OpenBSD tracks
                     52: NetBSD changes very closely; say anywhere between 2 days to 10 days
                     53: behind the state of NetBSD-current all the time.  Hence you can truly
                     54: say that OpenBSD is NetBSD <b>PLUS MORE STUFF</b>.
1.18      fn         55: </p>
1.1       deraadt    56:
                     57: <p>
1.22      deraadt    58: Various additions have been made. This is only a small partial list of
1.25      deraadt    59: the major machine independent changes (ie. it is the most interesting
                     60: changes or what people ask about most often). Check the specific port
                     61: you are interested in for further details of that port -- many of them
                     62: have been extended too.
1.1       deraadt    63: <ul>
1.35      deraadt    64: <li>Many many NetBSD PR's fixed (which NetBSD has not yet fixed)
1.22      deraadt    65: <li>New curses library, including libform, libpanel and libmenu.
1.25      deraadt    66: <li>a termlib library which understands termcap.db, needed for new curses.
                     67: <li>The FreeBSD ports subsystem was integrated and is usable by you!
1.22      deraadt    68: <li>ipfilter for filtering dangerous packets
                     69: <li>better ELF support
1.25      deraadt    70: <li>nlist() that understands ELF, ECOFF, and a.out, allowing non-a.out ports
                     71:        to use kvm utilies
1.22      deraadt    72: <li>Verbatim integration of the GNU tools (using a wrapper Makefile)
                     73: <li>All the pieces needed for cross compilation are in the source tree.
                     74: <li>Some LKM support in the tree.
                     75: <li>ATAPI support (should work on all ISA busses)
1.25      deraadt    76: <li>new scsi, md5, pkg_* commands
1.22      deraadt    77: <li>Numerous security related fixes
1.25      deraadt    78: <li>Kerberos and other crypto in the source tree that is exportable
                     79: <li>Solid YP master, server, and client capabilities.
1.22      deraadt    80: <li>/dev/rnd -- source of random data
1.23      deraadt    81: <li>In-kernel update(8) with an adaptive algorithm
1.25      deraadt    82: <li>Some ddb improvements and extensions
                     83: <li>Numerous scsi fixes
1.28      deraadt    84: <li>new system calls: rfork(), minherit(), poll().
                     85: <li>select() that can handle any amount of file descriptors.
1.29      deraadt    86: <li>kernfs extensions
                     87: <li>ATM support (support for one company's sparc & i386 cards available)
1.33      deraadt    88: <li>Boot kernels with "-c" to edit/enable/disable device configuration tables
1.38      deraadt    89: <li>pax as tar, gnutar is toast
1.42      deraadt    90: <li>using AT&T awk, gawk is toast
1.38      deraadt    91: <li>Even more security fixes.
1.47      deraadt    92: <li>Accepts FreeBSD MD5 passwords in password maps, soon will be able to
                     93:        generate them too
1.40      deraadt    94: <li>Linux ext2fs and BSD4.4 LFS support being worked on.
1.47      deraadt    95: <li>Working ATAPI audio support.
1.1       deraadt    96: </ul>
1.18      fn         97: </p>
1.1       deraadt    98:
1.18      fn         99: <h3><hr><a name=curplat>Platforms currently supported.</a></h3>
1.1       deraadt   100:
1.18      fn        101: <p>
1.1       deraadt   102: Note: for some of these platforms, the platform-independent code may
                    103: be identical to that found in NetBSD because there isn't a specific
                    104: OpenBSD developer. For other ports the differences are significant.
                    105: If you find an empty page that means nothing of consequence that is
                    106: directly port-specific has changed from NetBSD. (Of course there are
                    107: differences, but they just aren't in the /sys/arch/XXXX directory).
1.18      fn        108: </p>
1.1       deraadt   109:
1.18      fn        110: <p>
1.1       deraadt   111: <dl>
1.41      deraadt   112: <dt><a href=alpha.html>Alpha</a>       <dd> DEC Alpha-based machines.
                    113: <dt><a href=amiga.html>Amiga</a>       <dd> Commodore Amiga.
                    114: <dt><a href=arc.html>ARC</a>           <dd> ARC R4000/R4400 machines (including PICA)
                    115: <dt><a href=arm32.html>Arm32</a>       <dd> Acorn ARM6+ computers.
                    116: <dt><a href=atari.html>Atari</a>       <dd> Atari TT and Falcon models.
                    117: <dt><a href=hp300.html>HP300</a>       <dd> Hewlett-Packard HP300/HP400 machines.
1.1       deraadt   118: <dt><a href=i386.html>i386</a>         <dd> Your standard run-of-the-mill PC.
                    119: <dt><a href=mac68k.html>mac68k</a>     <dd> Most MC680x0-based Apple Macintosh models.
1.41      deraadt   120: <dt><a href=mvme68k.html>MVME68K</a>   <dd> Motorola MVME147/16x/17x 68K VME cards.
                    121: <dt><a href=pc532.html>PC532</a>       <dd> A rare NS32532-based computer.
                    122: <dt><a href=pmax.html>Pmax</a>         <dd> DEC MIPS-based machines.
                    123: <dt><a href=sparc.html>Sparc</a>       <dd> Sun's Sun4 and sun4c models (sun4m soon!).
                    124: <dt><a href=sun3.html>Sun3</a>         <dd> Sun's sun3 models.
                    125: <dt><a href=vax.html>Vax</a>           <dd> DEC's VAX computers.
1.1       deraadt   126: </dl>
1.18      fn        127: </p>
                    128:
                    129: <h3><hr><a name=futplat>New platforms under development.</a></h3>
1.1       deraadt   130:
1.18      fn        131: <p>
1.1       deraadt   132: <dl>
1.10      deraadt   133: <dt><a href=mvme88k.html>mvme88k</a>   <dd> Motorola MVME18x/19x 88K VME cards
1.25      deraadt   134: <dt><a href=ppc.html>ppc</a>           <dd> IBM/Apple/Motorola PowerPC-based machines.
1.1       deraadt   135: </dl>
1.18      fn        136: </p>
1.1       deraadt   137:
                    138: <p>
                    139: <h3>Platforms not being developed, but which should be</h3>
1.36      deraadt   140: There is enough free code available to make porting to these
                    141: machines relatively easy.
1.18      fn        142: </p>
                    143:
                    144: <p>
1.1       deraadt   145: <dl>
                    146: <dt><a href=hppa.html>hppa</a>         <dd> Hewlett-Packard PA-RISC HP700/HP800 models.
                    147: <dt><a href=iris.html>iris</a>         <dd> SGI Iris machines.
                    148: </dl>
1.18      fn        149: </p>
1.1       deraadt   150:
1.26      deraadt   151:
1.49      deraadt   152: <hr><hr>
                    153: <h3><a name=devel>How we help developers and users.</a></h3>
                    154:
1.50    ! deraadt   155: <dl>
        !           156: <h4><a name=ftp>FTP:</a></h4>
1.48      deraadt   157: <dd>This is a list of currently known ftp servers:<p>
                    158: <ul>
1.18      fn        159:
1.48      deraadt   160: <li><a href=ftp://ftp.openbsd.org/pub/OpenBSD>
                    161: ftp://ftp.openbsd.org/pub/OpenBSD</a><br>
                    162: located at Rutgers University, eastern USA.
                    163: <!-- deraadt@openbsd.org -->
1.18      fn        164:
1.48      deraadt   165: <li><a href=ftp://ftp.ibp.fr/pub/OpenBSD>
                    166: ftp://ftp.ibp.fr/pub/OpenBSD</a><br>
1.1       deraadt   167: located in France.
                    168: <!-- ftpmaint@ftp.ibp.fr -->
1.48      deraadt   169:
                    170: <li><a href=ftp://ftp.univ-evry.fr/pub/system/OpenBSD>
                    171: ftp://ftp.univ-evry.fr/pub/system/OpenBSD</a><br>
                    172: located in France.
                    173: <!-- mirror@ftp.univ-evry.fr -->
                    174:
                    175: <li><a href=ftp://hal.cs.umr.edu/pub/OpenBSD>
                    176: ftp://hal.cs.umr.edu/pub/OpenBSD</a><br>
1.1       deraadt   177: located in University of Missouri-Rolla, mid-western USA.
                    178: <!-- johns@cs.umr.edu -->
1.48      deraadt   179:
                    180: <li><a href=ftp://ftp.tut.ac.jp/OpenBSD>
                    181: ftp://ftp.tut.ac.jp/OpenBSD</a><br>
                    182: located at Toyohashi University of Technology, Aichi, JAPAN
                    183: <!-- Keijiro Umehara ume@ftp.tut.ac.jp -->
                    184:
1.1       deraadt   185: </ul>
1.48      deraadt   186:
                    187: <p>
                    188: The file structure of each FTP server is as follows:
1.18      fn        189: </p>
                    190:
                    191: <p>
1.48      deraadt   192: <strong>
                    193: <dl>
                    194: <dt>OpenBSD/snapshots/
                    195: <dt>OpenBSD/X11/
                    196: <dt>OpenBSD/src/
                    197: </dl>
                    198: </strong>
1.18      fn        199: </p>
1.1       deraadt   200:
                    201: <p>
1.48      deraadt   202: If you add a new FTP mirror site, please contact
                    203: <a href=mailto:deraadt@theos.com> the FTP maintainer</a>.
                    204: </p>
1.50    ! deraadt   205: </dl>
1.48      deraadt   206:
1.50    ! deraadt   207: <dl>
        !           208: <dt><h4><a name=snapshots>BINARY SNAPSHOTS:</a></h4>
1.48      deraadt   209:
                    210: <p>
1.50    ! deraadt   211: <dd>Snapshots will be made available from time to time in the following
1.48      deraadt   212: directories.  Please do not fetch binaries directly from
                    213: <string>cvs.openbsd.org</string>, but instead use one of these
                    214: mirrors.
                    215: </p>
                    216: <p>
                    217: The snapshots are available on each of the FTP servers listed above,
                    218: typically in the directory <strong>OpenBSD/snapshots</strong>.
                    219: You should also read the <a href=snapshots.html>general description
                    220: about OpenBSD snapshots</a>.
1.18      fn        221: </p>
1.1       deraadt   222:
1.50    ! deraadt   223: </dl>
1.1       deraadt   224: <dl>
1.50    ! deraadt   225: <dt><h4><a name=maillist>MAILING LISTS:</a></h4>
1.1       deraadt   226: <dd>Some mailing lists are used for the development and use of OpenBSD.
                    227: In each case, send mail to
                    228: <a href=mailto:majordomo@OpenBSD.org>majordomo@OpenBSD.org</a>
                    229: with a message body of "<strong>subscribe mailing-list-name</strong>".
1.18      fn        230:
1.27      deraadt   231: There is a only minimal set of mailing lists intentionally; among
                    232: other benefits such as more communication it reduces cross-posting.
1.26      deraadt   233: There are no private mailing lists.
                    234: <p>
1.1       deraadt   235: These are the mailing lists:
                    236: <dl>
                    237: <dt><strong>announce</strong>
                    238: <dd>important announcements. Since this is a low volume list
                    239: it is excellent for people who just want to follow important events.
                    240: <dt><strong>tech</strong>
                    241: <dd>technical discussions
                    242: <dt><strong>misc</strong>
                    243: <dd>user questions and answers
                    244: <dt><strong>source-changes</strong>
                    245: <dd>automated mailout of CVS source tree changes
1.18      fn        246: </dl>
                    247:
1.1       deraadt   248: <p>
                    249: For further assistance, send a message body of "<strong>help</strong>",
                    250: and you will receive a reply outlining all your options.
1.18      fn        251: </p>
1.1       deraadt   252:
1.26      deraadt   253: </dl>
1.50    ! deraadt   254: <dl><h4><a name=gnats>BUG TRACKING:</a></h4>
        !           255: <dd>We run GNATS for tracking bugs:
        !           256: <a href=/cgi-bin/wwwgnats.pl>Click here to enter the bug tracking system.</a>
1.26      deraadt   257:
1.39      deraadt   258: </dl>
1.50    ! deraadt   259: <dl>
        !           260: <dt><h4><a name=sup>SUP:</a></h4>
1.21      deraadt   261: <dd>Sorry, unlike other *BSD projects, the SUP service is not
                    262: available.  We do not believe the SUP service to be a good tool for
                    263: source code access. But read below for the description of the
                    264: <a href="#anoncvs"><strong>anoncvs</strong> service!</a>
1.1       deraadt   265:
1.50    ! deraadt   266: <dt><h4><a name=anoncvs>CVS Access:</a></h4>
1.7       david     267: <dd>CVS is used to manage the OpenBSD source tree. This allows
                    268: developers to work on a local source tree and commit their changes when
                    269: ready.  Also <strong>anyone</strong> can edit source files on their
                    270: local machines, and automatically track and merge in any changes made
                    271: in the OpenBSD CVS repository. Additionally they can easily see the
                    272: logs of, check out, or "diff" the source files in the OpenBSD source
                    273: tree.
1.18      fn        274:
1.1       deraadt   275: <p>
1.17      deraadt   276: The latest version of CVS is available at
                    277: <a href=ftp://ftp.cyclic.com/pub/cvs/>Cyclic</a>.
                    278: Versions earlier than 1.6 are not recommended, and may not work.
1.18      fn        279: </p>
                    280:
1.17      deraadt   281: <p>
1.18      fn        282: There are two levels of source tree access:
                    283: </p>
1.1       deraadt   284:
                    285: <dl>
                    286: <dt><strong>Read-write access for developers</strong>
                    287: <dd>Developers who need to commit changes to the source tree must have
                    288: an account on the OpenBSD machines.  Getting this access will be a
                    289: natural result of working on the sources with other OpenBSD developers.
1.18      fn        290: </dl>
                    291: </p>
1.1       deraadt   292: The OpenBSD cvs server is in Calgary, Alberta, Canada.
                    293: <p>
1.18      fn        294:
                    295: <dl>
1.21      deraadt   296: <a name="anoncvs">
1.1       deraadt   297: <dt><strong>Read-only access for everyone</strong>
1.5       deraadt   298: <dd>Anyone can access the read-only CVS repositories. These copies
                    299: of the read-write CVS repository are mirrored often. To use one,
                    300: set your <strong>CVSROOT</strong> environment variable to one of
                    301: the following values:
1.1       deraadt   302: <ul>
1.21      deraadt   303: <p>
1.12      deraadt   304: <li><strong>CVSROOT=anoncvs@anoncvs.usa.openbsd.org:/cvs</strong><br>
                    305: Host also known as <strong>anoncvs.openbsd.org</strong> and
                    306: <strong>eap.ccrc.wustl.edu</strong>.<br>
1.4       deraadt   307: located at Washington University, St. Louis, mid-west USA.<br>
1.21      deraadt   308: maintained by <a href=mailto:chuck@maria.wustl.edu>Chuck Cranor</a>.<br>
1.5       deraadt   309: protocols: rsh, ssh, ssh port 2022.<br>
1.21      deraadt   310: updated every 4 hours.<br>
                    311: <p>
1.12      deraadt   312: <li><strong>CVSROOT=anoncvs@anoncvs2.usa.openbsd.org:/cvs</strong><br>
                    313: Host also known as <strong>hal.cs.umr.edu</strong>.<br>
1.4       deraadt   314: located at University of Missouri-Rolla, Rolla, MO, mid-west USA.<br>
1.21      deraadt   315: maintained by <a href=mailto:johns@cs.umr.edu>John Stone</a>.<br>
1.12      deraadt   316: protocols: ssh, ssh port 2022 (<strong>NO rsh</strong>).<br>
1.21      deraadt   317: updated every 12 hours.<br>
                    318: <p>
                    319: <li><strong>CVSROOT=anoncvs@anoncvs.uk.openbsd.org:/cvs</strong><br>
                    320: Host also known as <strong>dumpty.wonderland.org</strong>.<br>
                    321: located in London, UK.<br>
                    322: maintained by <a href=mailto:peter@wonderland.org>Peter Galbavy</a>.<br>
                    323: protocols: rsh, ssh, ssh port 2022.<br>
                    324: updated every 12 hours.<br>
1.43      deraadt   325: <p>
                    326: <li><strong>CVSROOT=anoncvs@anoncvs.tw.openbsd.org:/cvs</strong><br>
                    327: Host also known as <strong>hercules.secc.fju.edu.tw</strong>.<br>
                    328: located in Taipei, Taiwan.<br>
                    329: maintained by <a href=mailto:shawn@openbsd.org>Shawn Hsiao</a>.<br>
                    330: protocols: rsh, ssh, ssh port 2022.<br>
                    331: updated every 12 hours.<br>
1.1       deraadt   332: </ul>
1.21      deraadt   333: <p>
                    334: You may want to use `traceroute' to find out which server is nearest you.
1.1       deraadt   335: </dl>
1.18      fn        336: </p>
                    337:
1.1       deraadt   338: <p>
                    339: <strong>IMPORTANT NOTE:</strong>
                    340: There are a few issues relating to cryptographic software that everyone
                    341: should be aware of:
                    342: <ul>
1.20      deraadt   343: <li>The OpenBSD sources are from Canada.
                    344: <a href=http://insight.mcmaster.ca/org/efc/pages/doc/crypto-export.html>It
                    345: is legal to export crypto software from Canada to the world.</a>
1.21      deraadt   346: <p>
1.1       deraadt   347: <li>However, if you are outside the USA or Canada, you should not
1.5       deraadt   348: fetch the cryptographic sections of the OpenBSD sources from an
                    349: anoncvs server located in the USA. The files in question are...
1.1       deraadt   350: <ul>
                    351: <li>src/kerberosIV/*
                    352: <li>src/lib/libc/crypt/crypt.c
                    353: <li>src/lib/libc/crypt/morecrypt.c
                    354: </ul>
                    355: Because of the USA ITAR munitions list,
                    356: crypto software may only be exported to Canada from the USA.
1.21      deraadt   357: <p>
                    358: <li><strong>At the moment most of the anoncvs servers are in the USA.
                    359: OpenBSD is looking for people willing to run an anoncvs servers in
                    360: Europe and other places in the world!</strong>
1.1       deraadt   361: </ul>
1.18      fn        362: </p>
                    363:
1.1       deraadt   364: <p>
1.5       deraadt   365: A sample use of an anoncvs CVS server would be:
1.1       deraadt   366: <pre>
1.12      deraadt   367: % setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
1.1       deraadt   368: % cd /tmp
                    369: % cvs get sparc
                    370: [copies the files from the repository to your machine]
                    371: % cvs log sparc/sparc/locore.s
                    372: [shows the commit log for the chosen file ]
                    373: % cvs diff -bc -r1.1 -r1.5 sparc/sparc/locore.s
                    374: [shows the changes between revisions 1.1 and rev 1.5]
                    375: </pre>
1.18      fn        376: </p>
                    377:
                    378: <p>
1.44      deraadt   379: Here is how someone using anoncvs regularily would update his
                    380: source tree:
                    381: <pre>
                    382: # setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
                    383: # cd /usr
                    384: # cvs -q get -PA src
                    385: </pre>
                    386: or similarily later on he might try
                    387: <pre>
                    388: # cd /usr/src
                    389: # cvs -q up -PAd
                    390: </pre>
                    391: Everytime you ran this it would syncronize your /usr/src tree; it would
1.46      deraadt   392: also not destroy any of your local changes. If you use obj directories
                    393: (not obj symbolic links) you may wish to append "-I obj" to the cvs
                    394: command line, this will keep cvs from spitting out a warning about all
                    395: the obj directories it is going to encounter which are not in the
                    396: repository.
1.44      deraadt   397: </p>
                    398:
                    399: <p>
1.1       deraadt   400: The CVS man page (included with the CVS sources) has much more
1.18      fn        401: information about how CVS can be used.
                    402: </p>
                    403:
1.1       deraadt   404: <p>
                    405: The anoncvs service gives fledgling developers a chance to learn CVS
                    406: operation and get thoroughly involved in the development process
                    407: before getting "commit" access -- as a result of showing useful
                    408: skills and high quality results they will naturally later be given
1.18      fn        409: developer access.  As well, people providing patches can create
                    410: their "diff"s relative to the CVS tree, which will ease integration.
                    411: </p>
                    412:
                    413: <p>
                    414: The CVS client uses rsh to talk to the CVS server.  If some local
                    415: security measure like a firewall (or imperfect protocol emulators
                    416: like slirp) prevents you from using rsh, you may be able to use
                    417: <a href=http://www.cs.hut.fi/ssh>ssh</a>
                    418: instead (if you are running Solaris, there is a kernel bug which
                    419: causes problems -- contact
                    420: <a href=mailto:johns@cs.umr.edu>johns@cs.umr.edu</a>
                    421: for further details).  In this case, one sets the environment
                    422: variable <strong>CVS_RSH</strong> to point to ssh (typically
                    423: <strong>/usr/local/bin/ssh</strong>). To reduce the performance
                    424: hit the anoncvs server would take it is recommended (and requested)
                    425: that you disable encryption.  If your local site prevents you from
                    426: connecting out to port 22 (which ssh defaults to using) use port 2022.
                    427: </p>
1.5       deraadt   428:
                    429: <p>
1.1       deraadt   430: Do not be tempted to turn on compression since CVS already compresses.
                    431: Use something like the following in your <strong>$HOME/.ssh/config</strong>
                    432: file.
1.18      fn        433: </p>
1.1       deraadt   434: <pre>
1.12      deraadt   435:        Host anoncvs.usa.openbsd.org
1.1       deraadt   436:            Cipher none
                    437:            Port 2022
                    438: </pre>
1.18      fn        439:
                    440: <p>
                    441: If you wish to be a new anoncvs mirror site, please contact the anoncvs
                    442: <a href=mailto:deraadt@theos.com>maintainer</a>.
1.16      deraadt   443: Anoncvs mirrors require about 300MB of disk, and use up to 4MB of swap
1.1       deraadt   444: per anoncvs user (assuming the user does a large operation; while smaller
                    445: operations use fewer resources, anoncvs still makes much more of an
1.18      fn        446: impact than ftp or sup).  Such anoncvs machines should have excellent
                    447: network connectivity for the area they are expected to serve.  A
                    448: <a href=anoncvs.shar>document</a>
                    449: which describes the setup of anoncvs servers is available.
                    450: </p>
1.1       deraadt   451:
                    452: </dl>
                    453:
                    454: <hr>
                    455: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.50    ! deraadt   456: <br><small>$OpenBSD: index.html,v 1.49 1996/07/24 01:17:48 deraadt Exp $</small>
1.18      fn        457:
                    458: </body>
                    459: </html>