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

Annotation of www/projects.html, Revision 1.6

1.6     ! fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
1.1       david       2: <html>
1.6     ! fn          3: <head>
        !             4: <title>OpenBSD Ongoing Projects</title>
        !             5: <base href=http://www.openbsd.org/>
        !             6: <link rev=made href=mailto:www@openbsd.org>
        !             7: <meta name="resource-type" content="document">
        !             8: <meta name="description" content="the current OpenBSD projects page">
        !             9: <meta name="keywords" content="openbsd,projects">
        !            10: <meta name="distribution" content="global">
        !            11: <meta name="copyright" content="This document copyright 1996 by OpenBSD, Inc.">
        !            12: </head>
        !            13:
1.1       david      14: <body>
                     15:
1.4       david      16: <h3>Ongoing Projects</h3>
1.1       david      17:
1.6     ! fn         18: <p>
1.4       david      19: There are many people working on specific projects for OpenBSD, some of which
                     20: we cannot mention here yet. Here are some that we can...
1.1       david      21: <ul>
1.6     ! fn         22: <li><strong>Cross compilation</strong><br>
        !            23:        Building a complete system on a different architecture.
        !            24: <li><strong>PCMCIA support</strong><br>
        !            25:        Initially for the i386 port (in the tree already).
        !            26: <li><strong>More ports</strong><br>
        !            27:        Many more ports... :)
1.1       david      28: </ul>
1.6     ! fn         29: </p>
        !            30:
1.1       david      31: <h3>Projects looking for a home (Help wanted)</h3>
                     32:
1.6     ! fn         33: <p>
1.1       david      34: There are various ways in which people who have time to spare can help
                     35: the OpenBSD project. Some require technical knowledge, while others do not:
                     36:
                     37: <ul>
1.6     ! fn         38: <li><strong>Tracking NetBSD commits</strong><br>
        !            39:        OpenBSD was originally derived from NetBSD, and still tracks the
        !            40:        changes &amp; improvements made to NetBSD. If you have the time to
        !            41:        assist in such work please get in touch with Niklas Hallqvist
        !            42:        <a href=mailto:niklas@openbsd.org>&lt;niklas@openbsd.org&gt;</a>
        !            43: <li><strong>Sparc esp driver</strong><br>
        !            44:        The sparc esp scsi driver has two known problems - on some systems
        !            45:        with a floppy drive the scsi probe will hang unless there is a disk
        !            46:        in the drive, and more seriously multiple scsi targets do not
        !            47:        currently work. The current driver was written by Theo de Raadt
        !            48:        <a href=mailto:deraadt@theos.com>&lt;deraadt@theos.com&gt;</a>,
        !            49:        (now back from vacation :).
        !            50: <li><strong>Documentation</strong><br>
        !            51:        Enough said - everyone is always looking for people to help on
        !            52:        documentation!
1.1       david      53: </ul>
1.6     ! fn         54: </p>
        !            55:
        !            56:
        !            57: <hr>
        !            58: <a href=/><img src=icons/back.gif border=0 alt=OpenBSD></a>
1.1       david      59: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.6     ! fn         60: <br>
        !            61: <small>$OpenBSD$</small>
        !            62:
1.3       david      63: </body>
                     64: </html>