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

Annotation of www/innovations.html, Revision 1.5

1.1       schwarze    1: <!DOCTYPE html>
                      2: <html>
                      3: <head>
                      4: <meta charset="UTF-8"/>
                      5: <title>Software developed or maintained by the OpenBSD project</title>
                      6: <style>
                      7: h1     { color: #e00000; font-size: medium; }
                      8: h2     { color: #e00000; }
                      9: </style>
                     10: </head>
                     11:
                     12: <body>
                     13: <p><a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
                     14:   src="images/smalltitle.gif" border="0"></a></p>
                     15: <h1>Software developed or maintained by the OpenBSD project</h1>
                     16: <hr/>
                     17:
                     18: <h2>Subprojects</h2>
                     19:
                     20: <h3>Started from scratch as parts of OpenBSD</h3>
                     21:
                     22: <ul>
                     23: <li><a href="http://www.openbgpd.org/">OpenBGPD</a>
                     24:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/bgpd.8">bgpd(8)</a>
                     25:   and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/bgpctl.8">bgpctl(8)</a>:
                     26:   Written and maintained by Henning Brauer and Claudio Jeker.
                     27:   Imported December 17, 2003 and first released with OpenBSD 3.5.</li>
                     28: <li><a href="http://www.openntpd.org/">OpenNTPD</a>
                     29:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ntpd.8">ntpd(8)</a>
                     30:   and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ntpctl.8">ntpctl(8)</a>:
                     31:   Written and maintained by Henning Brauer.
                     32:   Imported May 31, 2004 and first released with OpenBSD 3.6.
1.2       schwarze   33:   Portable version maintained by Brent Cook.
1.1       schwarze   34: <li><a href="http://bsd.plumbing/">relayd and httpd</a>:<br/>
                     35:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                     36:   with <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/relayctl.8">relayctl(8)</a>:
                     37:   Started by Pierre-Yves Ritschard and Reyk Floeter.
                     38:   Imported December 16, 2006 and first released with OpenBSD 4.1.
                     39:   Now maintained by Reyk Floeter and Sebastian Benoit.<br/>
                     40:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/httpd.8">httpd(8)</a>:
                     41:   Started by Reyk Floeter.
                     42:   Imported July 12, 2014 and first released with OpenBSD 5.6.
                     43:   Maintained by Reyk Floeter and Florian Obser.</li>
                     44: <li><a href="http://www.opensmtpd.org/">OpenSMTPD</a>
                     45:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/smtpd.8">smtpd(8)</a>,
                     46:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/smtpctl.8">smtpctl(8)</a>,
                     47:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/makemap.8">makemap(8)</a>:
                     48:   Started by Gilles Chehade.
                     49:   Imported November 1, 2008 and first released with OpenBSD 4.6.
                     50:   Now maintained by Gilles Chehade and Eric Faurot.</li>
                     51: <li><a href="http://www.openiked.org/">OpenIKED</a>
                     52:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/iked.8">iked(8)</a>
                     53:   and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ikectl.8">ikectl(8)</a>:
                     54:   Started by Reyk Floeter.
                     55:   Imported June 3, 2010 and first released with OpenBSD 4.8.
                     56:   Now maintained by Reyk Floeter and Mike Belopuhov.</li>
                     57: </ul>
                     58:
                     59: <h3>Started as OpenBSD forks of non-OpenBSD code</h3>
                     60:
                     61: <ul>
                     62: <li><a href="http://www.openssh.org/">OpenSSH</a>
                     63:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh.1">ssh(1)</a>,
                     64:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/scp.1">scp(1)</a>,
                     65:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/sftp.1">sftp(1)</a>,
                     66:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh-add.1">ssh-add(1)</a>,
                     67:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh-agent.1">ssh-agent(1)</a>,
                     68:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh-keygen.1">ssh-keygen(1)</a>,
                     69:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sshd.8">sshd(8)</a>,
                     70:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sftp-server.8">sftp-server(8)</a>:
                     71:   Started by Aaron Campbell, Bob Beck, Dug Song, Markus Friedl,
                     72:   Niels Provos, and Theo de Raadt
                     73:   as a fork of SSH 1.2.12 by Tatu Ylonen.
                     74:   Imported September 26, 1999 and first released with OpenBSD 2.6.
                     75:   Now maintained by Markus Friedl, Damien Miller, Darren Tucker, and
                     76:   Theo de Raadt.</li>
                     77: <li><a href="http://www.libressl.org/">LibreSSL</a>:
                     78:   Started by Ted Unangst, Bob Beck, Joel Sing, Miod Vallat, Philip Guenther,
                     79:   and Theo de Raadt in April 2014, first released with OpenBSD 5.6.
                     80:   Portable version maintained by Brent Cook.</li>
                     81: </ul>
                     82:
                     83: <h3>Started outside OpenBSD, now maintained as part of OpenBSD</h3>
                     84:
                     85: <ul>
1.5     ! schwarze   86: <li><a href="http://tmux.github.io/">tmux</a>,
1.1       schwarze   87:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>:
                     88:   Started in 2007 and maintained by Nicholas Marriott.
                     89:   Imported June 1, 2009, first released with OpenBSD 4.6.</li>
                     90: <li><a href="http://mdocml.bsd.lv/">mandoc</a>
                     91:   including <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mandoc.1">mandoc(1)</a>,
                     92:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/man.1">man(1)</a>,
                     93:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/apropos.1">apropos(1)</a>,
                     94:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/makewhatis.8">makewhatis(8)</a>,
                     95:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/mandoc/man8/man.cgi.8">man.cgi(8)</a>:
                     96:   Started by Kristaps Dzonsons in November 2008.
                     97:   Imported April 6, 2009, first released with OpenBSD 4.8.
                     98:   Now maintained by Ingo Schwarze.</li>
                     99: </ul>
                    100:
                    101: <h2>Early adoption of new techniques</h2>
                    102:
                    103: <ul>
                    104: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ipsec.4">ipsec(4)</a>:
                    105:   Started by John Ioannidis, Angelos D. Keromytis, Niels Provos, and Niklas Hallqvist, imported February 20, 1997.  OpenBSD was the first free operating system to provide an IPSec stack.
                    106: <li>Privilege separation:
                    107:   First implemented by
                    108:   <a href="http://www.citi.umich.edu/u/provos/ssh/privsep.html">Niels Provos</a>
                    109:   and Markus Friedl in OpenSSH in March 2002, released with OpenBSD 3.2.
                    110:   The concept is now used in many programs.
                    111: <li>W^X: First used for sparc, sparc64, alpha, and hppa in OpenBSD 3.3.
                    112:   Today, most architectures implement it.</li>
                    113: <li>ASLR: OpenBSD 3.4 was the first widely used operating system to
                    114:   provide it by default.</li>
                    115: <li>Stack protector:  Developed since 2001 as "propolice" by Hiroaki Etoh.
                    116:   Integrated, and implemented for additional hardware platforms,
                    117:   by Miod Vallat and Theo de Raadt.  OpenBSD 3.3 was the first operating
                    118:   system to enable it systemwide by default.
                    119: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/malloc.3">malloc(3)</a> randomization:
                    120:   Implemented by <a href="http://www.openbsd.org/papers/eurobsdcon2009/otto-malloc.pdf">Otto Moerbeek</a> for OpenBSD 4.4.</li>
                    121: <li>PIE: OpenBSD 5.3 was the first widely used operating system to enable
                    122:   it globally by default, on seven hardware platforms.</li>
                    123: </ul>
                    124:
                    125: <h2>Parts of OpenBSD</h2>
                    126:
                    127: <h3>Started from scratch</h3>
                    128:
                    129: <ul>
1.4       schwarze  130: <li><a href="http://www.openbsd.org/anoncvs.html">AnonCVS</a>:
1.1       schwarze  131:   Designed and implemented by Chuck Cranor and Theo de Raadt in 1995
                    132:   (<a href="http://www.openbsd.org/papers/anoncvs-paper.pdf">paper</a>,
                    133:   <a href="http://www.openbsd.org/papers/anoncvs-slides.pdf">slides</a>,
                    134:   <a href="http://marc.info/?l=freebsd-hackers&m=94346786026588">FreeBSD
                    135:   discussion</a>)</li>
                    136: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/aucat.1">aucat(1)</a>:
                    137:   Started by Kenneth Stailey.
                    138:   Imported January 2, 1997 and first released with OpenBSD 2.1.
                    139:   Now maintained by Alexandre Ratchov.</li>
                    140: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/pf.4">pf(4)</a>,
                    141:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/pfctl.8">pfctl(8)</a>,
                    142:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/pflogd.8">pflogd(8)</a>,
                    143:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/authpf.8">authpf(8)</a>,
                    144:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ftp-proxy.8">ftp-proxy(8)</a>:
                    145:   Started by Daniel Hartmeier
                    146:   as a replacement for the non-free ipf by Darren Reed.
                    147:   Imported June 24, 2001 and first released with OpenBSD 3.0.
                    148:   Now maintained by Henning Brauer.</li>
                    149: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/systrace.4">systrace(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/systrace.1">systrace(1)</a>:
                    150:   Started by Niels Provos.
                    151:   Imported June 4, 2002 and first released with OpenBSD 3.2.
                    152: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/spamd.8">spamd(8)</a>:
                    153:   Started by Theo de Raadt.
                    154:   Imported December 21, 2002 and first released with OpenBSD 3.3.
                    155:   Now maintained by Bob Beck.</li>
                    156: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/dc.1">dc(1)</a>:
                    157:   Written and maintained by Otto Moerbeek.
                    158:   Imported September 19, 2003 and first released with OpenBSD 3.5.
                    159:   <!-- Also included in FreeBSD. --></li>
                    160: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/bc.1">bc(1)</a>:
                    161:   Written and maintained by Otto Moerbeek.
                    162:   Imported September 25, 2003 and first released with OpenBSD 3.5.
                    163:   <!-- Also included in FreeBSD. --></li>
                    164: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sensorsd.8">sensorsd(8)</a>:
                    165:   Started by Henning Brauer.
                    166:   Imported September 24, 2003 and first released with OpenBSD 3.5.</li>
                    167: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/pkg_add.1">pkg_add(1)</a>:
                    168:   Written and maintained by Marc Espie.
                    169:   Imported October 16, 2003 and first released with OpenBSD 3.5.</li>
                    170: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/carp.4">carp(4)</a>:
                    171:   Written by Mickey Shalayeff, Markus Friedl, Marco Pfatschbacher,
                    172:   and Ryan McBride.
                    173:   Imported October 17, 2003 and first released with OpenBSD 3.5.
                    174: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ifstated.8">ifstated(8)</a>:
                    175:   Started by Marco Pfatschbacher and Ryan McBride.
                    176:   Imported January 23, 2004 and first released with OpenBSD 3.8.</li>
                    177: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/hotplugd.8">hotplugd(8)</a>:
                    178:   Started by Alexander Yurchenko.
                    179:   Imported May 30, 2004 and first released with OpenBSD 3.6.</li>
                    180: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/dpb.1">dpb(1)</a>:
1.2       schwarze  181:   Started by Nikolay Sturm on August 10, 2004; first available for OpenBSD 3.6.
1.1       schwarze  182:   Rewritten and maintained by Marc Espie since August 20, 2010.</li>
                    183: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospfd.8">ospfd(8)</a>,
                    184:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospfctl.8">ospfctl(8)</a>:
                    185:   Started by Esben Norby and Claudio Jeker.
                    186:   Imported January 28, 2005 and first released with OpenBSD 3.7.</li>
                    187: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/bioctl.8">bioctl(8)</a>:
                    188:   Started by Marco Peereboom.
                    189:   Imported March 29, 2005 and first released with OpenBSD 3.8.</li>
                    190: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/hostapd.8">hostapd(8)</a>:
                    191:   Written and maintained by Reyk Floeter.
                    192:   Imported May 26, 2005 and first released with OpenBSD 3.8.</li>
                    193: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/watchdogd.8">watchdogd(8)</a>:
                    194:   Started by Marc Balmer.
                    195:   Imported August 8, 2005 and first released with OpenBSD 3.8.</li>
1.5     ! schwarze  196: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/sdiff.1">sdiff(1)</a>:
        !           197:   Written by Ray Lai.
        !           198:   Imported December 27, 2005 and first released with OpenBSD 3.9.</li>
1.1       schwarze  199: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dvmrpd.8">dvmrpd(8)</a>,
                    200:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dvmrpctl.8">dvmrpctl(8)</a>:
                    201:   Started by Esben Norby.
                    202:   Imported June 1, 2006 and first released with OpenBSD 4.0.</li>
                    203: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ripd.8">ripd(8)</a>,
                    204:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ripctl.8">ripctl(8)</a>:
                    205:   Started by Michele Marchetto.
                    206:   Imported October 18, 2006 and first released with OpenBSD 4.1.</li>
1.5     ! schwarze  207: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/pkg-config.1">pkg-config(1)</a>:
        !           208:   Started by Chris Kuethe and Marc Espie,
        !           209:   now maintained by Jasper Lievisse Adriaanse.
        !           210:   Imported November 27, 2006 and first released with OpenBSD 4.1.</li>
1.1       schwarze  211: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospf6d.8">ospf6d(8)</a>,
                    212:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ospf6ctl.8">ospf6ctl(8)</a>:
                    213:   Started by Esben Norby and Claudio Jeker.
                    214:   Imported October 8, 2007 and first released with OpenBSD 4.2.</li>
                    215: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/snmpd.8">snmpd(8)</a>,
                    216:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/snmpctl.8">snmpctl(8)</a>:
                    217:   Started by Reyk Floeter.
                    218:   Imported December 5, 2007 and first released with OpenBSD 4.3.
                    219:   Maintained by Reyk Floeter and Bret Lambert.</li>
                    220: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ypldap.8">ypldap(8)</a>:
                    221:   Started by Pierre-Yves Ritschard.
                    222:   Imported June 26, 2008 and first released with OpenBSD 4.4.</li>
                    223: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldpd.8">ldpd(8)</a>,
                    224:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldpctl.8">ldpctl(8)</a>:
                    225:   Started by Michele Marchetto.
                    226:   Imported June 1, 2009 and first released with OpenBSD 4.6.
                    227:   Now maintained by Claudio Jeker.</li>
                    228: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldapd.8">ldapd(8)</a>,
                    229:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ldapctl.8">ldapctl(8)</a>:
                    230:   Written by Martin Hedenfalk.
                    231:   Imported May 31, 2010 and first released with OpenBSD 4.8.</li>
                    232: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/iscsid.8">iscsid(8)</a>,
                    233:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/iscsictl.8">iscsictl(8)</a>:
                    234:   Written and maintained by Claudio Jeker.
                    235:   Imported September 24, 2010 and first released with OpenBSD 4.9.</li>
1.3       schwarze  236: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/rc.d.8">rc.d(8)</a>,
                    237:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/rc.subr.8">rc.subr(8)</a>:
                    238:   Written and maintained by Robert Nagy and Antoine Jacoutot.
                    239:   Imported October 26, 2010 and first released with OpenBSD 4.9.</li>
1.1       schwarze  240: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tftpd.8">tftpd(8)</a>: Written and maintained by David Gwynne.
                    241:   Imported March 2, 2012 and first released with OpenBSD 5.2.</li>
                    242: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/cu.1">cu(1)</a>:
                    243:   Written and maintained by Nicholas Marriott.
                    244:   Imported July 10, 2012 and first released with OpenBSD 5.4.</li>
                    245: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sparc64/ldomd.8">ldomd(8)</a>,
                    246:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sparc64/ldomctl.8">ldomctl(8)</a>:
                    247:   Written and maintained by Mark Kettenis.
                    248:   Imported October 26, 2012 and first released with OpenBSD 5.3.</li>
                    249: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/sndiod.1">sndiod(1)</a>:
                    250:   Written and maintained by Alexandre Ratchov.
                    251:   Imported November 23, 2012 and first released with OpenBSD 5.3.</li>
                    252: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/identd.8">identd(8)</a>:
                    253:   Written and maintained by David Gwynne.
                    254:   Imported March 18, 2013 and first released with OpenBSD 5.4.</li>
                    255: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/slowcgi.8">slowcgi(8)</a>:
                    256:   Written and maintained by Florian Obser.
                    257:   Imported May 23, 2013 and first released with OpenBSD 5.4.</li>
                    258: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/signify.1">signify(1)</a>:
                    259:   Written and maintained by <a href="http://www.tedunangst.com/flak/post/signify">Ted Unangst</a>.
                    260:   Imported December 31, 2013 and first released with OpenBSD 5.5.</li>
                    261: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/htpasswd.1">htpasswd(1)</a>:
                    262:   Written and maintained by Florian Obser.
                    263:   Imported March 17, 2014 and first released with OpenBSD 5.6.</li>
                    264: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/rcctl.8">rcctl(8)</a>:
                    265:   Written and maintained by Antoine Jacoutot.
                    266:   Imported August 19, 2014 and first released with OpenBSD 5.7.</li>
                    267: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/file.1">file(1)</a>:
                    268:   Rewritten from scratch and maintained by Nicholas Marriott.
                    269:   Imported April 24, 2015 and first released with OpenBSD 5.8.</li>
                    270: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/doas.1">doas(1)</a>:
                    271:   Written and maintained by Ted Unangst.
                    272:   Imported July 16, 2015 and first released with OpenBSD 5.8.</li>
                    273: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/radiusd.8">radiusd(8)</a>:
                    274:   Written and maintained by YASUOKA Masahiko.
                    275:   Imported July 21, 2015 and first released with OpenBSD 5.8.</li>
                    276: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/rebound.8">rebound(8)</a>:
                    277:   Written and maintained by Ted Unangst.
                    278:   Imported October 15, 2015 and first released with OpenBSD 5.9.</li>
                    279: </ul>
                    280:
                    281: <h3>Started as OpenBSD forks of non-OpenBSD code</h3>
                    282:
                    283: <ul>
1.4       schwarze  284: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/m4.1">m4(1)</a>:
                    285:   Originally implemented by Ozan Yigit and Richard A. O'Keefe for 4.3BSD-Reno.
                    286:   Considerably extended and maintained by Marc Espie since 1999.</li>
1.1       schwarze  287: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sysmerge.8">sysmerge(8)</a>:
                    288:   Written and maintained by Antoine Jacoutot,
                    289:   originally forked from mergemaster by Douglas Barton.
                    290:   Imported April 22, 2008, first released with OpenBSD 4.4.</li>
                    291: </ul>
                    292:
                    293: <h3>Started outside OpenBSD, now maintained as part of OpenBSD</h3>
                    294:
                    295: <ul>
                    296: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ypbind.8">ypbind(8)</a>,
                    297:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ypset.8">ypset(8)</a>,
                    298:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ypcat.1">ypcat(1)</a>,
                    299:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ypmatch.1">ypmatch(1)</a>,
                    300:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ypwhich.1">ypwhich(1)</a>:
                    301:   Started by Theo de Raadt.
                    302:   Imported April 26, 1993 and first released with NetBSD 0.9.</a>
                    303: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/ypserv.8">ypserv(8)</a>:
                    304:   Started by Mats O. Jansson in 1994.
                    305:   Imported October 23, 1995 and first released with OpenBSD 2.0.</li>
                    306: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/mopd.8">mopd(8)</a>:
                    307:   Started by Mats O. Jansson in 1993.
                    308:   Imported September 21, 1996 and first released with OpenBSD 2.0.</li>
                    309: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>:
                    310:   Started by Dave Conroy in November 1986.
                    311:   Imported February 25, 2000 and first released with OpenBSD 2.7.
                    312:   Now maintained by Mark Lumsden.</li>
                    313: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhclient.8">dhclient(8)</a>:
                    314:   Started by Ted Lemon and Elliot Poger in 1996.
                    315:   Imported January 18, 2004 and first released with OpenBSD 3.5.
                    316:   Reworked by Henning Brauer.
                    317:   Now maintained by Kenneth Westerback.</li>
                    318: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/dhcpd.8">dhcpd(8)</a>:
                    319:   Started by Ted Lemon in 1995.
                    320:   Imported April 13, 2004 and first released with OpenBSD 3.6.
                    321:   Reworked by Henning Brauer.
                    322:   Now maintained by Kenneth Westerback.</li>
                    323: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/cwm.1">cwm(1)</a>:
1.5     ! schwarze  324:   Started by <a href="http://monkey.org/~marius/cwm/README">Marius
1.1       schwarze  325:   Aamodt Eriksen.</A>
                    326:   Imported April 27, 2007 and first released with OpenBSD 4.2.
                    327:   Now maintained by Okan Demirmen.</li>
                    328: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/npppd.8">npppd(8)</a>,
                    329:   <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/npppctl.8">npppctl(8)</a>:
                    330:   Started by Internet Initiative Japan Inc.
                    331:   Imported January 11, 2010, first released with OpenBSD 5.3.
                    332:   Maintained by YASUOKA Masahiko.</li>
                    333: </ul>
                    334:
                    335: <h3>Libraries that originated in OpenBSD</h3>
                    336:
                    337: <ul>
                    338: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/imsg_init.3">imsg</a>:
                    339:   Written by Henning Brauer.
                    340:   In libutil since May 26, 2010, OpenBSD 4.8;
                    341:   used by various daemons before that.</li>
                    342: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/asr_run.3">asr</a>:
                    343:   Written and maintained by Eric Faurot.
                    344:   Imported April 14, 2012;
                    345:   publicly available in libc since March 26, 2014, OpenBSD 5.6.</li>
                    346: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/ohash_init.3">ohash</a>:
                    347:   Written and maintained by Marc Espie.
                    348:   In libutil since May 12, 2014, OpenBSD 5.6;
                    349:   used by make(1) and m4(1) before that.</li>
                    350: </ul>
                    351:
                    352: <h3>Library functions that originated in OpenBSD</h3>
                    353:
                    354: <ul>
                    355: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/arc4random.3">arc4random(3)</a>: David Mazieres, December 28, 1996, OpenBSD 2.1</li>
                    356: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/bcrypt.3">bcrypt(3)</a>:
                    357:   Implemented by <a href="https://www.usenix.org/legacy/events/usenix99/provos/provos_html/node1.html">Niels Provos and David Mazieres</a>
                    358:   based on the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/blowfish.3">blowfish(3)</a> hash function
                    359:   by <a href="https://www.schneier.com/cryptography/archives/1994/09/description_of_a_new.html">Bruce Schneier</a> (1993).
                    360:   Imported February 13, 1997 and first released with OpenBSD 2.1.
                    361: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/strlcpy.3">strlcpy(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/strlcat.3">strlcat(3)</a>: Todd Miller and Theo de Raadt, July 1, 1998, OpenBSD 2.4</li>
                    362: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/strtonum.3">strtonum(3)</a>: Ted Unangst, Todd Miller, and Theo de Raadt, May 3, 2004, OpenBSD 3.6</li>
                    363: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/timingsafe_bcmp.3">timingsafe_bcmp(3)</a>: Damien Miller, July 13, 2010, OpenBSD 4.9</li>
1.4       schwarze  364: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/explicit_bzero.3">explicit_bzero(3)</a>: Ted Unangst and Matthew Dempsky, January 22, 2014, OpenBSD 5.5</li>
1.1       schwarze  365: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/reallocarray.3">reallocarray(3)</a>: Theo de Raadt and Ted Unangst, April 22, 2014, OpenBSD 5.6</li>
                    366: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2">getentropy(2)</a>: Matthew Dempsky and Theo de Raadt, June 13, 2014, OpenBSD 5.6</li>
                    367: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/sendsyslog.2">sendsyslog(2)</a>: Theo de Raadt, July 10, 2014, OpenBSD 5.6</li>
                    368: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/timingsafe_memcmp.3">timingsafe_memcmp(3)</a>: Matthew Dempsky, July 13, 2014, OpenBSD 5.6</li>
1.4       schwarze  369: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/pledge.2">pledge(2)</a>: Theo de Raadt, July 19, 2015, OpenBSD 5.9</li>
1.1       schwarze  370: </ul>
                    371:
                    372: <h2>Projects maintained by OpenBSD developers outside OpenBSD</h2>
                    373:
                    374: <ul>
                    375: <li><a href="http://www.sudo.ws/">sudo</a>:
                    376:   Started by Bob Coggeshall and Cliff Spencer around 1980.
                    377:   Imported November 18, 1999, first released with OpenBSD 2.7.
                    378:   Now maintained by Todd Miller.</li>
                    379: <li><a href="http://www.midish.org/">midish</a>:
                    380:   Written and maintained by Alexandre Ratchov.
                    381:   Port available since November 4, 2005.</li>
                    382: <li><a href="http://fdm.sourceforge.net/">fdm</a>:
                    383:   Written and maintained by Nicholas Marriott.
                    384:   Port available since January 18, 2007.</li>
1.3       schwarze  385: <li><a href="https://github.com/ajacoutot/toad/">toad</a>:
                    386:   Written and maintained by Antoine Jacoutot.
                    387:   Port available since October 8, 2013.</li>
1.1       schwarze  388: <li><a href="http://jasperla.github.io/portroach/">portroach</a>:
                    389:   Written and maintained by Jasper Lievisse Adriaanse,
                    390:   originally forked from FreeBSD's portscout.
                    391:   Port available since September 5, 2014.</li>
                    392: </ul>
                    393:
                    394: <hr/>
                    395: <small>Copyright &copy; 2014, 2015 Ingo Schwarze</small>
                    396: </body>
                    397: </html>