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

Annotation of www/lyrics.html, Revision 1.217

1.214     bentley     1: <!doctype html>
                      2: <html lang=en>
                      3: <meta charset=utf-8>
                      4:
1.170     tj          5: <title>OpenBSD: Release Songs</title>
1.1       deraadt     6: <meta name="description" content="the OpenBSD release song lyrics page">
1.170     tj          7: <meta name="viewport" content="width=device-width, initial-scale=1">
1.214     bentley     8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.186     tb          9: <link rel="canonical" href="https://www.openbsd.org/lyrics.html">
1.1       deraadt    10:
1.214     bentley    11: <style>
                     12: body {
                     13:        margin: 0;
                     14:        max-width: 100%;
                     15: }
1.216     bentley    16:
                     17: td {
                     18:        vertical-align: top;
                     19: }
                     20:
                     21: .art {
                     22:        text-align: right;
                     23: }
                     24:
                     25: .commentary, .colophon {
                     26:        font-style: italic;
                     27: }
                     28:
                     29: .commentary em {
                     30:        font-weight: bold;
                     31: }
                     32:
                     33: #contents td {
                     34:        padding-right: 0.75em;
                     35: }
                     36:
                     37: .song {
                     38:        width: 100%;
                     39: }
                     40:
                     41: .song tbody tr td:first-child {
                     42:        max-width: 30%;
                     43:        min-width: 30%;
                     44:        width: 30%;
                     45: }
                     46:
                     47: .song td {
                     48:        padding: 0 0.75em 0 0;
                     49: }
                     50:
                     51: .lyrics p:first-child {
                     52:        margin-top: 0;
                     53: }
                     54:
                     55: .lyrics dl {
                     56:        margin-bottom: 2em;
                     57: }
                     58:
                     59: .lyrics dt {
                     60:        color: var(--red);
                     61:        display: inline;
                     62:        float: left;
                     63:        padding-right: 0.5em;
                     64: }
                     65:
                     66: .lyrics dd {
                     67:        margin-left: 0;
                     68:        margin-bottom: 1em;
                     69: }
                     70:
                     71: .lyrics .compact dd {
                     72:        margin-bottom: 0;
                     73: }
1.214     bentley    74: </style>
1.171     tb         75:
1.214     bentley    76: <h2 id=OpenBSD>
1.169     deraadt    77: <a href="index.html">
1.214     bentley    78: <i>Open</i><b>BSD</b></a>
                     79: Release Songs
1.170     tj         80: </h2>
1.214     bentley    81:
1.169     deraadt    82: <hr>
1.214     bentley    83:
1.170     tj         84: <p>
1.100     deraadt    85: Every 6 months the OpenBSD project has the pleasure to release
1.197     tj         86: our software with artwork and a matching song.
1.139     deraadt    87: Theo and some other developers mutate a theme (from a classical
                     88: setting, a movie, or some genre) into the fishy world of Puffy, to
                     89: describe some advance, event or controversy the project went through
1.197     tj         90: over the previous six months. To match the art released with the
                     91: historical CD sets, we joined up with some musicians we know to make
                     92: at least one song.
1.1       deraadt    93:
1.216     bentley    94: <table id=contents>
1.71      deraadt    95: <tr>
1.216     bentley    96: <td>
1.212     deraadt    97: 6.2: <a href="#62">"A 3 line diff"</a><br>
1.199     deraadt    98: 6.1: <a href="#61">"Winter of 95"</a><br>
1.177     deraadt    99: 6.0: <a href="#60a">"Another Smash of the Stack"</a>,
                    100:      <a href="#60b">"Black Hat"</a>,<br>
1.176     deraadt   101:      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1.183     deraadt   102:      <a href="#60c">"Money"</a>,
1.187     deraadt   103:      <a href="#60d">"Comfortably Dumb (the misc song)"</a>,<br>
                    104:      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1.193     deraadt   105:      <a href="#60e">"Mother"</a>,
                    106:      <a href="#60f">"Goodbye"</a>, and
                    107:      <a href="#60g">"Wish you were Secure"</a><br>
1.175     deraadt   108: 5.9: <a href="#59a">"Doctor W^X"</a> and<br>
                    109:      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    110:      <a href="#59b">"Systemagic (Anniversary Edition)"</a><br>
                    111: 5.8: <a href="#58a">"20 years ago today"</a>,
                    112:      <a href="#58b">"Fanza"</a>,<br>
                    113:      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    114:      <a href="#58c">"So much better"</a>, and
                    115:      <a href="#58d">"A Year in the Life"</a><br>
                    116: 5.7: <a href="#57">"Source Fish"</a><br>
                    117: 5.6: <a href="#56">"Ride of the Valkyries"</a><br>
                    118: 5.5: <a href="#55">"Wrap in Time"</a><br>
                    119: 5.4: <a href="#54">"Our favorite hacks"</a><br>
                    120: 5.3: <a href="#53">"Blade Swimmer"</a><br>
                    121: 5.2: <a href="#52">"Aquarela do Linux"</a><br>
                    122: 5.1: <a href="#51">"Bug Busters!"</a>,
                    123:      <a href="#51b">"Shut up and Hack"</a> and<br>
                    124:      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    125:      <a href="#51c">"Sonate aux insomniaques"</a><br>
                    126: 5.0: <a href="#50">"What Me Worry?"</a><br>
                    127: 4.9: <a href="#49">"The Answer"</a><br>
1.216     bentley   128: <td>
1.212     deraadt   129: 4.8: <a href="#48">"El Puffiachi"</a><br>
1.176     deraadt   130: 4.7: <a href="#47">"I'm still here"</a><br>
                    131: 4.6: <a href="#46">"Planet of the Users"</a><br>
1.175     deraadt   132: 4.5: <a href="#45">"Games"</a><br>
                    133: 4.4: <a href="#44">"Trial of the BSD Knights"</a><br>
                    134: 4.3: <a href="#43">"Home to Hypocrisy"</a><br>
                    135: 4.2: <a href="#42">"100001 1010101"</a><br>
                    136: 4.1: <a href="#41">"Puffy Baba and the 40 Vendors"</a><br>
                    137: 4.0: <a href="#40">"Humppa Negala"</a> and
                    138:      <a href="#40b">"OpenVOX"</a><br>
                    139: 3.9: <a href="#39">"Blob!"</a><br>
                    140: 3.8: <a href="#38">"Hackers of the Lost RAID"</a><br>
                    141: 3.7: <a href="#37">"The Wizard of OS"</a><br>
                    142: 3.6: <a href="#36">"Pond-erosa Puff (live)"</a><br>
                    143: 3.5: <a href="#35">"CARP License" and "Redundancy must be free"</a><br>
                    144: 3.4: <a href="#34">"The Legend of Puffy Hood"</a><br>
                    145: 3.3: <a href="#33">"Puff the Barbarian"</a><br>
                    146: 3.2: <a href="#32">"Goldflipper"</a><br>
                    147: 3.1: <a href="#31">"Systemagic"</a><br>
                    148: 3.0: <a href="#30">"E-Railed (OpenBSD Mix)"</a><br>
1.216     bentley   149: </table>
1.182     deraadt   150:
1.216     bentley   151: <p>
1.182     deraadt   152: Three audio CDs have been made which contain approximately 5 years of songs each:
1.216     bentley   153:
                    154: <table><tr><td>
                    155: <a href="images/cdaudio.gif"><img alt=CD: height=158 width=158 src="images/cdaudio-m.gif"></a>
1.209     deraadt   156: <br>
1.201     bentley   157: The Songs 3.0 - 4.0
1.216     bentley   158: <td>
                    159: <a href="images/cdaudio2.gif"><img alt=CD: height=158 width=158 src="images/cdaudio2-m.gif"></a>
1.209     deraadt   160: <br>
1.201     bentley   161: The Songs 4.1 - 5.1
1.216     bentley   162: <td>
                    163: <a href="images/cdaudio3.gif"><img alt=CD: height=158 width=158 src="images/cdaudio3-m.gif"></a>
1.209     deraadt   164: <br>
1.201     bentley   165: The Songs 5.2 - 6.0
1.216     bentley   166: </table>
1.212     deraadt   167:
                    168: <hr>
1.216     bentley   169: <h2 id=62><a href="62.html">6.2</a>: "A 3 line diff"</h2>
                    170:
                    171: <table class=song>
1.212     deraadt   172: <tr>
1.216     bentley   173: <td>
                    174:
                    175: <div class=download>
                    176: 1:54
                    177: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song62.mp3">(MP3 3.5MB)</a>
                    178: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song62.ogg">(OGG 3.0MB)</a>
                    179: </div>
                    180:
                    181: <div class=commentary>
                    182: <p>
1.212     deraadt   183: In OpenBSD developer circles few memes carry as strongly as "The 3
                    184: line diff".  This is a humorous warning, but also a true story.  More
                    185: than half the developers ("the new kids") don't know this story but
1.214     bentley   186: still repeat the meme &mdash; it has nearly become apocrypha.
1.212     deraadt   187: <p>
                    188: Unfortunately, in software development not all problems are as trivial
                    189: as we think.
                    190: <p>
                    191: The event happened at a hackathon in Portugal more than a decade ago.
                    192: <p>
                    193: In a eureka moment Art declared he had found a stunningly simple
1.214     bentley   194: solution for a problem long pondered, and he could fix it in 2 &mdash; no
                    195: &mdash; 3 lines.  In the following weeks his change grew larger and larger,
1.212     deraadt   196: introducing (or exposing) other problems.  We stood and stared.  It
                    197: was far from a 3 line diff, and was eventually discarded.
                    198: <p>
1.215     fcambus   199: I am not writing words of mockery here.  This is a common occurrence in
1.212     deraadt   200: complex software development.  To do great things, we must reach for
                    201: the sky.  Sometimes we fail, and quite often it is messy.
                    202: <p>
                    203: There is of course a danger we'll believe we are invincible, and push
                    204: a change which is too disruptive to others.  For that reason, we
                    205: operate as a team.  We can try to avoid hubris.
                    206: <p>
                    207: Therefore to this day posing a question like "And you can fix the
                    208: problem in 3 lines?" is a humorous way of keeping each other honest.
1.216     bentley   209: </div>
                    210:
                    211: <td class=lyrics>
1.212     deraadt   212: <p>
                    213: Just sit right back and you'll hear a tale,<br>
                    214: A tale of a fateful diff,<br>
                    215: That started on a set of stairs<br>
                    216: Right by a pizza joint.<br>
1.216     bentley   217: <p>
1.212     deraadt   218: Art was a mighty coding man,<br>
                    219: And he was mighty sure<br>
                    220: The only change that was required<br>
                    221: Was a three-line diff, a three-line diff.<br>
1.216     bentley   222: <p>
1.212     deraadt   223: The coding started getting tough,<br>
                    224: The change began to swell,<br>
                    225: Despite the confidence of the programmers<br>
                    226: The system would then crash,<br>
                    227: the system always crashed.<br>
1.216     bentley   228: <p>
1.212     deraadt   229: The simple change became complex<br>
                    230: Just too many things overlooked,<br>
                    231: With Grabowski,<br>
                    232: And the testers too,  <br>
                    233: Theo watching and skeptical<br>
                    234: Miod Vallat,<br>
                    235: And Kettenis, and Dale, and...<br>
                    236: Hacking Grabowski's diff.<br>
1.216     bentley   237: <p>
1.212     deraadt   238: So this is a tale of our programmers,<br>
                    239: They've been here for 20 years.<br>
                    240: They'll have to do the best they can,<br>
                    241: It's an endless task.<br>
1.216     bentley   242: <p>
1.212     deraadt   243: Grabowski and the others too<br>
                    244: Will do their very best<br>
                    245: To get the changes into prod<br>
                    246: It is an epic slog,<br>
1.216     bentley   247: <p>
1.212     deraadt   248: No QEMU, only DDB,<br>
                    249: Not a single luxury,<br>
                    250: Like Ritchie and Thompson did<br>
                    251: It's as primitive as can be<br>
1.216     bentley   252: <p>
1.212     deraadt   253: So check a new diff every week,<br>
                    254: Your head is sure to hurt<br>
                    255: While all the puzzled programmers<br>
                    256: Gawk at Grabowski's diff<br>
1.216     bentley   257: <p>
1.212     deraadt   258: Working on a marginal diff.<br>
1.216     bentley   259:
                    260: <td class=art>
                    261: <img alt="" width=227 height=334 src="images/62_right.gif">
                    262: </table>
                    263:
                    264: <p class=colophon>
1.212     deraadt   265: Lyrics by Carson Harding based upon tale from Theo de Raadt.
                    266: Vocals by Johnny Nordstrom, Chris Wynters, Scott Peters (of Captain Tractor).
                    267: Composition, arrangement, instruments, and recording by Jonathan Lewis.
                    268: This song was released 13 months after 6.2 due to various factors.
1.193     deraadt   269:
                    270: <hr>
1.216     bentley   271: <h2 id=61><a href="61.html">6.1</a>: "Winter of 95"</h2>
                    272:
                    273: <table class=song>
1.199     deraadt   274: <tr>
1.216     bentley   275: <td>
                    276:
                    277: <div class=download>
                    278: 3:30
                    279: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song61.mp3">(MP3 6.4MB)</a>
                    280: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song61.ogg">(OGG 4.7MB)</a>
                    281: </div>
                    282:
                    283: <div class=commentary>
                    284: <p>
1.202     deraadt   285: OpenBSD was only a few months old when
                    286: we realized that read-only repository access
                    287: for everyone was a critical concept.
                    288: <p>
                    289: Previously, open source projects would make
                    290: occasional releases accompanied by tarballs of
                    291: final source files and Changelogs files, but would
                    292: not expose the step-by-step changes of the
                    293: development process.  Unwittingly all open source
                    294: projects were operating with a walled garden
                    295: approach.
                    296: <p>
                    297: Chuck Cranor and I worked on the anoncvs feature, and
                    298: Bob Beck soon became involved in moving the anoncvs
                    299: mirror off my overloaded ISDN network to the
                    300: University of Alberta, thereby increasing our capacity
                    301: to deliver.  Nowadays there are many anoncvs mirrors.
                    302: <p>
                    303: The introduction of anoncvs meant people without commit
                    304: access could read the commit logs, as well as each
                    305: committed diff.  They could reason about the past as
                    306: they proposed new changes.
                    307: <p>
                    308: Anoncvs had an immediate impact expanding our development
                    309: group. We were inundated with high quality diffs.  These
                    310: outsider developers wrote excellent changes because they had
                    311: sufficient context to reason upon.  Those who overwhelmed us
                    312: with good changes became developers with commit access.  We
                    313: were forced to hand out commit accounts like candy.
                    314: <p>
                    315: Some people said we would never last.  Their cynicism
                    316: could almost be thanked for the increase in openness
                    317: we embraced, and then our openness probably led others
                    318: to embrace it also.
1.216     bentley   319: </div>
                    320:
                    321: <td class=lyrics>
1.202     deraadt   322: <p>
                    323: I had a Type-4 keyboard,<br>
                    324: Bought with my Sun workstation,<br>
                    325: Hacked on it 'til my fingers bled.<br>
                    326: Was the winter of '95.<br>
1.216     bentley   327: <p>
1.202     deraadt   328: Me and the guys from core,<br>
                    329: Had a source tree with lots of history.<br>
                    330: Chris and Charles held a little coup,<br>
                    331: I should have known I'd lose my history.<br>
1.216     bentley   332: <p>
1.202     deraadt   333: Oh, when I look back now,<br>
                    334: I can see we all have nothing<br>
                    335: When it all can be...
                    336: when it can be taken away.<br>
                    337: Everyone needs to know their history.<br>
                    338: It was the winter of '95<br>
1.216     bentley   339: <p>
1.202     deraadt   340: So we carried on with a fresh source tree,<br>
                    341: Spent all of our hours coding,<br>
                    342: Making changes in our private history,<br>
                    343: Repeating the error of the past, yeah.<br>
1.216     bentley   344: <p>
1.202     deraadt   345: The source tree just got too big,<br>
                    346: Too many diffs, too unreliable,<br>
                    347: Too few people had any access;<br>
                    348: Got to open it up now and forever<br>
                    349: Everyone needs to see the history.<br>
1.216     bentley   350: <p>
1.202     deraadt   351: Sometimes when I look for something<br>
                    352: Reading ancient tarballs with despair<br>
                    353: I wonder what they were thinking.<br>
1.216     bentley   354: <p>
1.202     deraadt   355: And now the times have changed<br>
                    356: Repos on the web, git,<br>
                    357: now githubs everywhere.<br>
                    358: not like the winter of '95<br>
1.216     bentley   359: <p>
1.202     deraadt   360: Back around that Halloween,<br>
                    361: Microsoft said open source would never last,<br>
                    362: But now they use the repo tools,<br>
                    363: In the same open access way.<br>
1.216     bentley   364: <p>
1.202     deraadt   365: Everyone needs to see the history.<br>
1.216     bentley   366:
                    367: <td class=art>
                    368: <img alt="" width=600 height=334 src="images/61_right.jpg">
                    369: </table>
                    370:
                    371: <p class=colophon>
1.202     deraadt   372: Lyrics by Carson Harding and Theo de Raadt at the Ship & Anchor.
                    373: Vocals by Cary Shields.
                    374: Composition, arrangement, instruments, vocals, and recording by Jonathan Lewis.
1.199     deraadt   375:
                    376: <hr>
1.216     bentley   377: <h2 id=60a><a href="60.html">6.0</a>: "Another Smash of the Stack"</h2>
                    378:
                    379: <table class=song>
1.176     deraadt   380: <tr>
1.216     bentley   381: <td>
                    382:
                    383: <div class=download>
                    384: 4:23
                    385: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60a.mp3">(MP3 8.0MB)</a>
                    386: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60a.ogg">(OGG 6.5MB)</a>
                    387: <p>
1.176     deraadt   388: <a href="60.html">OpenBSD 6.0</a> CD2 track 2 is an<br>
1.216     bentley   389: uncompressed copy of this song.
                    390: </div>
                    391:
                    392: <div class=commentary>
                    393: <p>
1.182     deraadt   394: In 20 years of mitigating security issues, we've encountered plenty of
                    395: resistance. Some upstream projects don't seem to care that their
                    396: software follows unsafe practices or sacrifice security in favor of
                    397: obsolete methods.  It takes sustained pressure to tear down the walls.
1.216     bentley   398: </div>
                    399:
                    400: <td class=lyrics>
                    401: <p>
1.176     deraadt   402: We don't need no exploitation<br>
                    403: We don't need no overflows<br>
                    404: No ROP stack pivots spraying pointers<br>
                    405: Hackers, leave my stack alone!<br>
                    406: Hey! Hackers! leave my heap alone!<br>
                    407: All in all it's just raising the bar<br>
                    408: All in all you're just raising the bar<br>
1.216     bentley   409: <p>
1.176     deraadt   410: "Wrong, Code it again!"<br>
1.216     bentley   411: <p>
1.176     deraadt   412: "If you don't fix yer JIT, you can't exec the pages.<br>
                    413: How can you exec the pages if you don't fix your JIT?"<br>
1.216     bentley   414: <p>
1.176     deraadt   415: "You! Yes, you there with the keyboard, shut up and hack!"<br>
1.216     bentley   416:
                    417: <td class=art>
                    418: <img alt="" width=395 height=230 src="images/60a_right.jpg">
                    419: </table>
                    420:
                    421: <p class=colophon>
1.176     deraadt   422: Lyrics by Todd Miller.  Composition, arrangement, instruments, vocals,
                    423: and recording by Dewi Wood.
1.177     deraadt   424:
                    425: <hr>
1.216     bentley   426: <h2 id=60b><a href="60.html">6.0</a>: "Black Hat"</h2>
                    427:
                    428: <table class=song>
1.177     deraadt   429: <tr>
1.216     bentley   430: <td>
                    431:
                    432: <div class=download>
                    433: 5:10
                    434: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60b.mp3">(MP3 9.4MB)</a>
                    435: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60b.ogg">(OGG 7.2MB)</a>
                    436: <p>
1.177     deraadt   437: <a href="60.html">OpenBSD 6.0</a> CD2 track 3 is an<br>
1.216     bentley   438: uncompressed copy of this song.
                    439: <p>
                    440: <img alt="" width=227 height=343 src="images/60b_left.jpg">
                    441: </div>
                    442:
                    443: <div class=commentary>
                    444: <p>
1.182     deraadt   445: Our developers don't really promise an ideal world where all attackers
                    446: are blocked all the time.  But our small group developed some
                    447: components that help make a difference.
1.216     bentley   448: </div>
                    449:
                    450: <td class=lyrics>
                    451: <p>
1.177     deraadt   452: Black Hat, out there in the cold<br>
                    453: Hacking websites for control<br>
                    454: Can you crack me?<br>
                    455: Black Hat, working for the Chinese<br>
                    456: With twitchy fingers on flashing keys<br>
                    457: Can you spoof me?<br>
1.178     tb        458: Black Hat, don't let them put you in the light<br>
1.177     deraadt   459: Never give in: just fight!<br>
1.216     bentley   460: <p>
1.177     deraadt   461: Black Hat, always trying to p0wn,<br>
                    462: Social engineering with a phone,<br>
                    463: Can you phish me?<br>
                    464: Black Hat, with your buffer overflows<br>
                    465: Waiting for someone to hit one<br>
                    466: Can you probe me?<br>
                    467: Black Hat, do you do this for pure knowledge?<br>
                    468: They opened the file! Too bad: they're pledged<br>
1.216     bentley   469: <p>
1.177     deraadt   470: But it was all futility<br>
                    471: The firewall was strong<br>
                    472: As all can see<br>
                    473: No matter how he tried<br>
                    474: He could not break free()<br>
                    475: And his worm just sputtered and died<br>
1.216     bentley   476: <p>
1.177     deraadt   477: Black Hat, skimming cards down at the bank<br>
                    478: always claiming "it was just a prank!"<br>
                    479: Can you scam me?<br>
                    480: Black Hat, out there on the net<br>
                    481: Throwing packets with wget<br>
                    482: Can you hack me?<br>
                    483: Black Hat, have you no hope at all?<br>
                    484: The firewalls were carped: they never fall<br>
1.216     bentley   485:
                    486: <td class=art>
                    487: <img alt="" width=395 height=540 src="images/60b_right.jpg">
                    488: </table>
                    489:
                    490: <p class=colophon>
1.177     deraadt   491: Lyrics by Philip Guenther.  Composition, arrangement, instruments,
                    492: vocals and recording by Jonathan Lewis.
1.183     deraadt   493:
                    494: <hr>
1.216     bentley   495: <h2 id=60c><a href="60.html">6.0</a>: "Money"</h2>
                    496:
                    497: <table class=song>
1.183     deraadt   498: <tr>
1.216     bentley   499: <td>
                    500:
                    501: <div class=download>
                    502: 3:51
                    503: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60c.mp3">(MP3 7.0MB)</a>
                    504: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60c.ogg">(OGG 4.8MB)</a>
                    505: <p>
1.183     deraadt   506: <a href="60.html">OpenBSD 6.0</a> CD2 track 4 is an<br>
1.216     bentley   507: uncompressed copy of this song.
                    508: </div>
                    509:
                    510: <div class=commentary>
                    511: <p>
1.183     deraadt   512: Consider donating to our development efforts via
1.208     tj        513: <a href="https://www.openbsdfoundation.org">the OpenBSD Foundation</a>.
1.183     deraadt   514: This Canadian not-for-profit funds OpenBSD's efforts which happen in
                    515: Canada and all over the world.
                    516: <p>
                    517: Majority of the funds covers the <a href="hackathons.html">hackathons</a>,
                    518: which increase collaboration between developers by getting them face to
1.184     tj        519: face regularly.
1.183     deraadt   520: <p>
                    521: Funding OpenBSD is funding innovation.
1.216     bentley   522: </div>
                    523:
                    524: <td class=lyrics>
                    525: <p>
1.183     deraadt   526: Money, donate your pay.<br>
                    527: Automate with a cron job and we'll be ok.<br>
1.191     jung      528: Money, donate your pay.<br>
1.183     deraadt   529: Thoughtful programming versus "just make it fast".<br>
                    530: TLB that cache with high CPU and cause a thrash.<br>
                    531: Single cores are out, SMP unlocking<br>
                    532: Will get you a faster net stream<br>
1.216     bentley   533: <p>
1.183     deraadt   534: Canaries have your back.<br>
                    535: In the right place, hacks stop in your protected stack.<br>
                    536: Puffy, he's a hit.<br>
                    537: Theo doesn't suffer users' ill-informed bullshit.<br>
                    538: Fly to hackathons, sleep in dormatory beds<br>
                    539: Worldwide userbase, can you fund our project?<br>
1.216     bentley   540: <p>
1.183     deraadt   541: Not donating, it's a crime.<br>
                    542: Distributed and shared fairly but can't exist on just a dime. <br>
                    543: OpenBSD, so they say<br>
                    544: Is the securest system today<br>
                    545: Don't make us busk until dusk 'cause we'd rather be hacking away<br>
1.216     bentley   546:
                    547: <td class=art>
                    548: <img alt="" width=395 height=320 src="images/60c_right.jpg">
                    549: </table>
                    550:
                    551: <p class=colophon>
1.183     deraadt   552: Lyrics by Jason B. George.  Drums by Cikomo Paul.  Bass and vocals by Ulrike Jung.
                    553: All other instruments, composition, arrangement, and recording by Joerg Jung.
                    554: Mastering by Lars Neugebauer of adlerhorstaudio.
1.187     deraadt   555:
                    556: <hr>
1.216     bentley   557: <h2 id=60d><a href="60.html">6.0</a>: "Comfortably Dumb (the misc song)"</h2>
                    558:
                    559: <table class=song>
1.187     deraadt   560: <tr>
1.216     bentley   561: <td>
                    562:
                    563: <div class=download>
                    564: 6:10
                    565: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60d.mp3">(MP3 11.5MB)</a>
                    566: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60d.ogg">(OGG 8.3MB)</a>
                    567: <p>
1.187     deraadt   568: <a href="60.html">OpenBSD 6.0</a> CD2 track 5 is an<br>
1.216     bentley   569: uncompressed copy of this song.
                    570: </div>
                    571:
                    572: <div class=commentary>
                    573: <p>
1.187     deraadt   574: As developers, we want to see users succeed, and so it's especially
                    575: frustrating to see users setting themselves up to fail.
                    576: <p>
                    577: The necessity of triaging vague complaints to determine if they
                    578: represent true bugs or user error is a tax on all the users whose mail
                    579: goes unread when motivation runs out. Much like a fork bomb process,
                    580: these low content threads multiply and explode, threatening the
                    581: stability of the system itself and aggravating admins and users alike.
1.216     bentley   582: </div>
                    583:
                    584: <td class=lyrics>
                    585: <p>
1.187     deraadt   586: "Hello,<br>
                    587: Are there any experts out there?<br>
                    588: Please reply if you can help me.<br>
                    589: I just rm -rf'ed /home"<br>
1.216     bentley   590: <p>
1.187     deraadt   591: "I don't know how<br>
                    592: But I need this feature now.<br>
                    593: My users are pained<br>
                    594: I need my server up again."<br>
1.216     bentley   595: <p>
1.187     deraadt   596: "Relax.<br>
                    597: The list needs a dmesg first.<br>
                    598: Just the basic facts<br>
                    599: Stop whining between your blurts."<br>
1.216     bentley   600: <p>
1.187     deraadt   601: There is no wifi, you are pleading.<br>
                    602: Vendor firmware not on horizon.<br>
                    603: Packets only coming through in waves.<br>
                    604: Your lips move but broken audio mutes what you're saying.<br>
                    605: Fork-bomb child. Crappy C coder.<br>
                    606: Bad PF ruleset. Machines fall down, go boom.<br>
                    607: Now we've got that feeling once again.<br>
                    608: We can't explain, you would not understand.<br>
                    609: This is just how you are.<br>
                    610: Original poster, you ... have become comfortably dumb.<br>
1.216     bentley   611: <p>
1.187     deraadt   612: OK<br>
                    613: Just a little firewall pin prick<br>
                    614: There'll be lots of aaaaaaaah!<br>
                    615: You're p0wn3d by a script kiddie dick.<br>
1.216     bentley   616: <p>
1.187     deraadt   617: Can you upgrade?<br>
                    618: We do believe it's working, good.<br>
                    619: That'll keep you going for a while.<br>
                    620: Our patience is at null.<br>
1.216     bentley   621: <p>
1.196     deraadt   622: There is no wifi, you are pleading.<br>
1.187     deraadt   623: Vendor firmware not on horizon.<br>
                    624: Packets only coming through in waves.<br>
                    625: Your lips move but broken audio mutes what you're saying.<br>
                    626: Fork-bomb child.<br>
                    627: I can no longer handle reading misc.<br>
                    628: I want to scrape out both my eyes.<br>
                    629: I tried to reply but your address bounced.<br>
                    630: I give you my middle finger now.<br>
                    631: My inner child is crushed.<br>
                    632: My dreams are gone.<br>
                    633: You ... have become comfortably dumb.<br>
1.216     bentley   634:
                    635: <td class=art>
                    636: <img alt="" width=395 height=800 src="images/60d_right.jpg">
                    637: </table>
                    638:
                    639: <p class=colophon>
1.187     deraadt   640: Lyrics by Jason George.  Composition, arrangement, instruments, vocals,
                    641: and recording by Dewi Wood.
1.188     deraadt   642:
                    643: <hr>
1.216     bentley   644: <h2 id=60e><a href="60.html">6.0</a>: "Mother"</h2>
                    645:
                    646: <table class=song>
1.188     deraadt   647: <tr>
1.216     bentley   648: <td>
                    649:
                    650: <div class=download>
                    651: 5:30
                    652: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60e.mp3">(MP3 10.2MB)</a>
                    653: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60e.ogg">(OGG 7.8MB)</a>
                    654: <p>
1.188     deraadt   655: <a href="60.html">OpenBSD 6.0</a> CD2 track 6 is an<br>
1.216     bentley   656: uncompressed copy of this song.
                    657: </div>
                    658:
                    659: <div class=commentary>
                    660: <p>
1.188     deraadt   661: As the author of a number of the OpenBSD songs, I'll admit that
                    662: sometimes it's a bit of a chore. Theo bugs me to help him out, often
                    663: with a theme, and eventually I relent and devote an evening to it.
                    664: <p>
                    665: One of the things that we're passionate about is making changes to the
                    666: software ecosystem that make things safer for all of us - not just
                    667: OpenBSD. Very often we try techniques, and adopt practices on OpenBSD
                    668: to make things better across the ecosystem, and hope to encourage
                    669: others to follow our lead.
                    670: <p>
                    671: We've had a lot of great success upstreaming changes and ideas to
                    672: individual projects, often through the diligent work of the OpenBSD
                    673: ports developers.  We've had less success promoting things up through
                    674: standards bodies and other projects.  Too often the world seems caught
                    675: up in a seemingly suicidal "backward compatibility forever" fervor,
1.215     fcambus   676: exacerbated by standards bodies populated by corporate representation
1.188     deraadt   677: that does not want to make any kinds of disruptive changes that might
                    678: cause expense.
                    679: <p>
                    680: This time, once Theo put the bug in my ear, it didn't take me very
                    681: long.  I pondered our recent efforts to fix random functions via
                    682: standards bodies, and considered the real possibility of my being
                    683: <a href="https://web.archive.org/web/20160304081847/https://lwn.net/Articles/563285/">
                    684: harmed by the failure of an embedded 32 bit linux device in 2038</a>,
                    685: and then this this song just wrote itself in about 10 minutes.
                    686: <p>
                    687: Enjoy
                    688: <p>
1.214     bentley   689: &mdash;Bob
1.216     bentley   690: </div>
                    691:
                    692: <td class=lyrics>
                    693: <p>
1.188     deraadt   694: Mother, don't you want to change this code?<br>
1.189     deraadt   695: Mother, don't you think this cruft's too old?<br>
1.188     deraadt   696: Mother, do you think we're heading for a fall?<br>
                    697: Ooooh aah, mother, we should change these calls.<br>
1.216     bentley   698: <p>
1.188     deraadt   699: Mother, should I send a patch upstream?<br>
                    700: Mother, do you think it'll change a thing?<br>
                    701: Mother, will they twist this in an unfair light?<br>
                    702: Ooooh aah, is it just a waste of time?<br>
1.216     bentley   703: <p>
1.188     deraadt   704: Hush now, baby, baby, don't you cry<br>
                    705: Mama's gonna keep all of her customers true<br>
                    706: Mama's gonna keep legacy crap there with you<br>
                    707: Mama's gonna keep changes from making them sad<br>
                    708: She won't let you flense but she might let you add<br>
                    709: Mama's gonna keep baby growing much more<br>
1.216     bentley   710: <p>
1.188     deraadt   711: Ooooh, babe, ooooh, babe, ooooh, babe<br>
                    712: Of course Mama's gonna help add some calls<br>
1.216     bentley   713: <p>
1.188     deraadt   714: Mother, do you think this code is stuffed?  (with shit.....)<br>
                    715: Mother, do you think it's dangerous? (a bit.....)<br>
                    716: Mother, can we tear this API apart?<br>
                    717: Oooh aah, mother, will you break my heart?<br>
1.216     bentley   718: <p>
1.188     deraadt   719: Hush now, baby, baby, don't you cry<br>
                    720: Mama's gonna rig all of the standards for you<br>
                    721: Mama won't let anything foreign get through<br>
                    722: Mama's gonna wait up till you send it, dear<br>
                    723: Mama will subvert things not invented here <br>
                    724: Mamma's gonna keep baby under control<br>
1.216     bentley   725: <p>
1.188     deraadt   726: Ooooh, babe, ooooh, babe, ooooh, babe<br>
                    727: Don't say deprecation to me.<br>
1.216     bentley   728: <p>
1.188     deraadt   729: Mother, does change need to be so hard?<br>
1.216     bentley   730:
                    731: <td class=art>
                    732: <img alt="" width=395 height=600 src="images/60e_right.jpg">
                    733: </table>
                    734:
                    735: <p class=colophon>
1.188     deraadt   736: Lyrics by Bob Beck.  Composition, arrangement, instruments, vocals,
                    737: and recording by Jonathan Lewis.
1.190     deraadt   738:
                    739: <hr>
1.216     bentley   740: <h2 id=60f><a href="60.html">6.0</a>: "Goodbye"</h2>
                    741:
                    742: <table class=song>
1.190     deraadt   743: <tr>
1.216     bentley   744: <td>
                    745:
                    746: <div class=download>
                    747: 1:07
                    748: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60f.mp3">(MP3 2.0MB)</a>
                    749: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60f.ogg">(OGG 1.3MB)</a>
                    750: <p>
1.190     deraadt   751: <a href="60.html">OpenBSD 6.0</a> CD2 track 7 is an<br>
1.216     bentley   752: uncompressed copy of this song.
                    753: </div>
                    754:
                    755: <div class=commentary>
                    756: <p>
1.190     deraadt   757: Theo's debut.  It ain't easy being<br>
                    758: green.  Going back to the keyboard<br>
                    759: now...
1.216     bentley   760: </div>
                    761:
                    762: <td class=lyrics>
                    763: <p>
1.190     deraadt   764: Goodbye CDs <br>
                    765: I'm done with you today<br>
                    766: Goodbye<br>
                    767: Goodbye<br>
                    768: Goodbye<br>
                    769: No more pre-production<br>
                    770: And no more long delays<br>
                    771: So I have peace<br>
                    772: Of mind<br>
                    773: Goodbye.<br>
1.216     bentley   774:
                    775: <td class=art>
                    776: <img alt="" width=395 height=170 src="images/60f_right.jpg">
                    777: </table>
                    778:
                    779: <p class=colophon>
1.190     deraadt   780: Lyrics by Bob Beck. Composition, arrangement, instruments and
                    781: recording by Jonathan Lewis.  Vocals by Theo de Raadt.
1.194     deraadt   782:
                    783: <hr>
1.216     bentley   784: <h2 id=60g><a href="60.html">6.0</a>: "Wish you were Secure"</h2>
                    785:
                    786: <table class=song>
1.194     deraadt   787: <tr>
1.216     bentley   788: <td>
                    789:
                    790: <div class=download>
                    791: 4:54
                    792: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60g.mp3">(MP3 9.0MB)</a>
                    793: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song60g.ogg">(OGG 6.2MB)</a>
                    794: <p>
                    795: This track missed the 6.0 CD release, therefore it is only available here.
                    796: </div>
                    797:
                    798: <div class=commentary>
                    799: <p>
1.195     tj        800: In Open Source philosophy, distinctions between progress or
1.194     deraadt   801: backwards-compatibility, along with other dichotomous API judgments,
                    802: are vendor choice, not user; so, the duality of profit and control is
                    803: an indivisible whole. In the ethics of OpenBSD on the other hand, most
                    804: notably in the philosophy of Theo de Raadt (c. 21st century AD), a
                    805: moral dimension is attached to the idea of stagnation and advancement.
1.216     bentley   806: </div>
                    807:
                    808: <td class=lyrics>
                    809: <p>
1.194     deraadt   810: So,<br>
                    811: So you think you can sell<br>
                    812: Our Heaven to Hell?<br>
                    813: ABIs cast in stone?<br>
                    814: Would you sell the green fields<br>
                    815: to buy your own cage?<br>
                    816: Be stable for a wage?<br>
                    817: So you think you can sell<br>
1.216     bentley   818: <p>
1.194     deraadt   819: Did you decide to trade<br>
                    820: Your leaders for stock?<br>
                    821: Complex code in the tree<br>
                    822: For simple code that was free?<br>
                    823: Cold cash for your clout?<br>
                    824: Did you walk out<br>
                    825: On a lead role in the war<br>
                    826: For a part as a boy scout?<br>
1.216     bentley   827: <p>
1.194     deraadt   828: How I wish, how I wish you were secure<br>
                    829: We're just two old fish swimming in a toilet bowl,<br>
                    830: it's all so impure<br>
                    831: Fighting over the same APIs<br>
                    832: What do you prize?<br>
                    833: That same old lure<br>
                    834: Wish you were secure<br>
1.216     bentley   835:
                    836: <td class=art>
                    837: <img alt="" width=395 height=400 src="images/60g_right.jpg">
                    838: </table>
                    839:
                    840: <p class=colophon>
1.194     deraadt   841: Lyrics by Philip Guenther.  Vocals by Tierra Watts.  Programming,
                    842: electric bass, electric guitar, and electric violin by Jonathan Lewis.
1.176     deraadt   843:
                    844: <hr>
1.216     bentley   845: <h2 id=59a><a href="59.html">5.9</a>: "Doctor W^X"</h2>
                    846:
                    847: <table class=song>
1.165     deraadt   848: <tr>
1.216     bentley   849: <td>
                    850:
                    851: <div class=download>
                    852: 4:06
                    853: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song59a.mp3">(MP3 7.5MB)</a>
                    854: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song59a.ogg">(OGG 5.5MB)</a>
                    855: <p>
1.165     deraadt   856: <a href="59.html">OpenBSD 5.9</a> CD2 track 2 is an<br>
1.216     bentley   857: uncompressed copy of this song.
                    858: </div>
                    859:
                    860: <td class=lyrics>
                    861: <p>
                    862: No lyrics.
                    863:
                    864: <td class=art>
                    865: <img alt="" width=395 height=110 src="images/doctorwxorx_right.jpg">
                    866: </table>
                    867:
                    868: <p class=colophon>
1.165     deraadt   869: Composition, arrangement, recording by Jonathan Lewis.
                    870: Instruments by Jonathan Lewis.
                    871:
                    872: <hr>
1.216     bentley   873: <h2 id=59b><a href="59.html">5.9</a>: "Systemagic (Anniversary Edition)"</h2>
                    874:
                    875: <table class=song>
1.165     deraadt   876: <tr>
1.216     bentley   877: <td>
                    878:
                    879: <div class=download>
                    880: 3:46
                    881: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song59b.mp3">(MP3 6.9MB)</a>
                    882: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song59b.ogg">(OGG 5.1MB)</a>
                    883: <p>
1.165     deraadt   884: <a href="59.html">OpenBSD 5.9</a> CD2 track 3 is an<br>
1.216     bentley   885: uncompressed copy of this song.
                    886: <p>
1.165     deraadt   887: <a href="images/systemmagic.jpg">
1.216     bentley   888: <img alt="Systemmagic" width=227 height=343 src="images/systemmagic.jpg"></a>
                    889: </div>
                    890:
                    891: <td class=lyrics>
                    892: <p>
1.165     deraadt   893: BSD fight buffer reign<br>
                    894: Flowing blood in circuit vein<br>
                    895: Quagmire, Hellfire, RAMhead Count<br>
                    896: Puffy rip attacker out<br>
                    897: <p>
                    898: Crackin' ze bathroom, Crackin' ze vault<br>
                    899: Tale of the script, HEY! Secure by default<br>
                    900: <p>
                    901: Can't fight the Systemagic<br>
                    902: &Uuml;ber tragic<br>
                    903: Can't fight the Systemagic<br>
                    904: <p>
                    905: Sexty second, black cat struck<br>
                    906: Breeding worm of crypto-suck<br>
                    907: Hot rod box unt hunting wake<br>
                    908: Vampire omellete, kitten cake<br>
                    909: <p>
                    910: Crackin' ze boardroom, Crackin' ze vault<br>
                    911: Rippin' ze bat, HEY! Secure by default<br>
                    912: <p>
                    913: Chorus
                    914: <p>
                    915: Cybersluts vit undead guts<br>
                    916: Transyl-viral coffin muck<br>
                    917: Penguin lurking under bed<br>
                    918: Puffy hoompa on your head<br>
                    919: <p>
                    920: Crackin' ze bedroom, Crackin' ze vault<br>
                    921: Crackin' ze whip, HEY! Secure by default<br>
                    922: Crackin' ze bedroom, Crackin' ze vault<br>
                    923: Crackin' ze whip, HEY! Secure by default<br>
                    924: <p>
1.216     bentley   925: Chorus
                    926:
                    927: <td class=art>
                    928: <img alt="" width=395 height=600 src="images/systemmagic_right.jpg">
                    929: </table>
                    930:
                    931: <p class=colophon>
1.165     deraadt   932: Lyrics based on the <a href="#31">3.1 song "Systemagic"</a> by Ty Semaka.
                    933: Music rearranged by Timm Markgraf.
                    934: Performed by Timm Markgraf (vocals, guitar, banjo), Malte Schalk (bass),
                    935: and Moritz Brümmer (cello).
                    936: Recorded at Esdenera in Hannover, Germany.
                    937: Mastered by Arno Jordan at Castle Röhrsdorf near Dresden.
1.158     deraadt   938:
                    939: <hr>
1.216     bentley   940: <h2 id=58a><a href="58.html">5.8</a>: "20 years ago today"</h2>
                    941:
                    942: <table class=song>
1.161     deraadt   943: <tr>
1.216     bentley   944: <td>
                    945:
                    946: <div class=download>
                    947: 2:19
                    948: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58a.mp3">(MP3 4.2MB)</a>
                    949: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58a.ogg">(OGG 3.1MB)</a>
                    950: <p>
1.161     deraadt   951: <a href="58.html">OpenBSD 5.8</a> CD2 track 2 is an<br>
1.216     bentley   952: uncompressed copy of this song.
                    953: <p>
1.161     deraadt   954: <a href="images/fishhearts.jpg">
1.216     bentley   955: <img alt="FishHearts" width=227 height=343 src="images/fishhearts.jpg"></a>
                    956: </div>
                    957:
                    958: <div class=commentary>
1.161     deraadt   959: <p>
1.182     deraadt   960: The CVS import of the OpenBSD src tree was done at
1.216     bentley   961: <a href="https://cvsweb.openbsd.org/src/Makefile?rev=1.1&amp;content-type=text/x-cvsweb-markup"><time datetime="1995-10-18T08:37:01Z">
                    962: 08:37:01, Oct 18, 1995 GMT</time></a>.
                    963: <p>
1.161     deraadt   964: Subsequent 20 years:<br>
                    965: ~322,000 commits<br>
                    966: ~44 commits/day average<br>
                    967: ~355 hackers through the years<br>
1.216     bentley   968: </div>
                    969:
                    970: <td class=lyrics>
                    971: <p>
1.161     deraadt   972: It was twenty years ago you see<br>
                    973: Theo opened a cvs tree<br>
                    974: Made commits to many a file<br>
                    975: Joined by others in a very short while<br>
1.216     bentley   976: <p>
1.161     deraadt   977: Take a moment to view<br>
                    978: The source of all this code<br>
                    979: The openbsd cvs repo...<br>
1.216     bentley   980: <p>
1.161     deraadt   981: We're the openssh repository<br>
                    982: We hope you will enjoy the code<br>
                    983: The openntpd repository<br>
                    984: But that's not all that's here oh no...<br>
                    985: The mandoc 'pository, smtpd 'tory<br>
                    986: The libressl repo too<br>
1.216     bentley   987: <p>
1.161     deraadt   988: It's wonderful to see the code<br>
                    989: Re-used far and wide<br>
                    990: The license is so liberal<br>
                    991: We'd love for you to code with us<br>
                    992: We'd love for you to code...<br>
1.216     bentley   993: <p>
1.161     deraadt   994: I don't really want to have to go<br>
                    995: But it's hackathon time and so<br>
                    996: The coder will commit the code<br>
                    997: That he wants all of you to load<br>
1.216     bentley   998: <p>
1.161     deraadt   999: So let me introduce to you the one and only Puffy Fish<br>
                   1000: And the openbsd cvs repo...<br>
1.216     bentley  1001: <p>
1.161     deraadt  1002: B... S... D...<br>
1.216     bentley  1003:
                   1004: <td class=art>
                   1005: <img alt="" width=395 height=560 src="images/20yearsago_right.jpg">
                   1006: </table>
                   1007:
                   1008: <p class=colophon>
1.161     deraadt  1009: Lyrics by Todd C. Miller. Composition, arrangement, recording by
                   1010: Jonathan Lewis.  Vocals and instruments by Jonathan Lewis.
                   1011:
                   1012: <hr>
1.216     bentley  1013: <h2 id=58b><a href="58.html">5.8</a>: "Fanza"</h2>
                   1014:
                   1015: <table class=song>
1.158     deraadt  1016: <tr>
1.216     bentley  1017: <td>
                   1018:
                   1019: <div class=download>
                   1020: 3:45
                   1021: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58b.mp3">(MP3 6.7MB)</a>
                   1022: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58b.ogg">(OGG 4.2MB)</a>
                   1023: <p>
1.158     deraadt  1024: <a href="58.html">OpenBSD 5.8</a> CD2 track 3 is an<br>
1.216     bentley  1025: uncompressed copy of this song.
                   1026: </div>
                   1027:
                   1028: <td class=lyrics>
                   1029: <p>
                   1030: No lyrics.
                   1031:
                   1032: <td class=art>
                   1033: <img alt="" width=395 height=110 src="images/fanza_right.jpg">
                   1034: </table>
                   1035:
                   1036: <p class=colophon>
1.158     deraadt  1037: Arrangement, recording and synthesizer design by
                   1038: Alexandre Ratchov, on OpenBSD.
1.152     deraadt  1039:
                   1040: <hr>
1.216     bentley  1041: <h2 id=58c><a href="58.html">5.8</a>: "So much better"</h2>
                   1042:
                   1043: <table class=song>
1.157     deraadt  1044: <tr>
1.216     bentley  1045: <td>
                   1046:
                   1047: <div class=download>
                   1048: 3:06
                   1049: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58c.mp3">(MP3 5.7MB)</a>
                   1050: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58c.ogg">(OGG 3.4MB)</a>
                   1051: <p>
1.157     deraadt  1052: <a href="58.html">OpenBSD 5.8</a> CD2 track 4 is an<br>
1.216     bentley  1053: uncompressed copy of this song.
                   1054: <p>
1.157     deraadt  1055: <a href="images/somuchbetter_left.jpg">
1.216     bentley  1056: <img alt="So Much Better" width=227 height=343 src="images/somuchbetter_left.jpg"></a>
                   1057: </div>
                   1058:
                   1059: <td class=lyrics>
                   1060: <p>
1.157     deraadt  1061: After 20 years, one has to admit:<br>
1.216     bentley  1062: <p>
1.157     deraadt  1063: With every release,<br>
                   1064: Puffy becomes better,<br>
                   1065: a little better all the time.<br>
1.216     bentley  1066: <p>
1.157     deraadt  1067: With every release,<br>
                   1068: Puffy becomes better,<br>
                   1069: so much better all the time.<br>
1.216     bentley  1070: <p>
1.157     deraadt  1071: Let's count in sys:<br>
                   1072: 2064534 lines of C code<br>
                   1073: 51526 lines of Assembly code<br>
1.216     bentley  1074: <p>
1.157     deraadt  1075: With every release,<br>
                   1076: Puffy becomes better,<br>
                   1077: really better all the time.<br>
1.216     bentley  1078: <p>
1.157     deraadt  1079: Let's count in log:<br>
                   1080: 314544 commits from developers<br>
                   1081: 43.67 commits per day on average<br>
                   1082: 351 hackers and slackers through the years<br>
1.216     bentley  1083: <p>
1.157     deraadt  1084: Proactive security and sane defaults<br>
                   1085: Puffy becomes better than ever before<br>
                   1086: Free, functional, and secure by default<br>
1.216     bentley  1087: <p>
1.157     deraadt  1088: With every release,<br>
                   1089: Puffy becomes better,<br>
                   1090: so much better all the time.<br>
1.216     bentley  1091: <p>
1.157     deraadt  1092: With every release,<br>
                   1093: Puffy becomes better,<br>
                   1094: so much better all the time.<br>
1.216     bentley  1095: <p>
1.157     deraadt  1096: With every release,<br>
                   1097: Puffy becomes better.<br>
1.216     bentley  1098: <p>
1.157     deraadt  1099: With every release,<br>
                   1100: Puffy becomes better,<br>
                   1101: so much better all the time.<br>
1.216     bentley  1102:
                   1103: <td class=art>
                   1104: <img alt="" width=395 height=817 src="images/somuchbetter_right.jpg">
                   1105: </table>
                   1106:
                   1107: <p class=colophon>
1.157     deraadt  1108: Lyrics, composition, arrangement, and recording by Joerg Jung.
                   1109: Female vocals by Ulrike Jung.
                   1110: Edited, composed, and arranged on OpenBSD using Audacity, CMU Flite, and Schism Tracker.
                   1111: Mastering by Lars Neugebauer of adlerhorstaudio and Joerg Jung.
1.159     deraadt  1112:
                   1113: <hr>
1.216     bentley  1114: <h2 id=58d><a href="58.html">5.8</a>: "A Year in the Life"</h2>
                   1115:
                   1116: <table class=song>
1.159     deraadt  1117: <tr>
1.216     bentley  1118: <td>
                   1119:
                   1120: <div class=download>
                   1121: 4:52
                   1122: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58d.mp3">(MP3 8.9MB)</a>
                   1123: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song58d.ogg">(OGG 6.7MB)</a>
                   1124: <p>
1.159     deraadt  1125: <a href="58.html">OpenBSD 5.8</a> CD2 track 5 is an<br>
                   1126: uncompressed copy of this song.<br>
                   1127: <br>
                   1128: <a href="images/yearinthelife_left.jpg">
1.216     bentley  1129: <img alt="A Year in the Life" width=227 height=343 src="images/yearinthelife_left.jpg"></a>
                   1130: </div>
                   1131:
                   1132: <td class=lyrics>
                   1133: <p>
1.159     deraadt  1134: I read the news today oh boy<br>
                   1135: About a silly man who made a change<br>
                   1136: And though the hole was rather bad<br>
                   1137: Well I just had to laugh<br>
                   1138: I saw the code he wrote.<br>
1.216     bentley  1139: <p>
1.159     deraadt  1140: BIO_snprintf with a cast..<br>
                   1141: He didn't know the POSIX API had changed<br>
                   1142: A crowd on slashdot stood and stared.<br>
                   1143: They'd seen such code before<br>
                   1144: Everyone was really sure<br>
                   1145: It was from 1984..<br>
1.216     bentley  1146: <p>
1.159     deraadt  1147: I saw a tweet today oh boy.<br>
                   1148: The OpenBSD devs had just forked the code.<br>
                   1149: And though the code was rather gross<br>
                   1150: They held their nose and dove.<br>
                   1151: Having read the code..<br>
                   1152: I'd love to Ceeeeee Veeeeee Eeeeeee.<br>
1.216     bentley  1153: <p>
1.159     deraadt  1154: Built up.. a sense of dread..<br>
                   1155: IMPLEMENT_ASN1 macros in my head.<br>
                   1156: Found a way down through 10 levels of hell<br>
                   1157: And looking there, I noticed more to fix.<br>
                   1158: #unifdef, and rewrite that<br>
                   1159: cut this out, and hear it splat.<br>
                   1160: Found my way upstairs and read hackernews<br>
                   1161: whining about comic sans and CVS.<br>
1.216     bentley  1162: <p>
1.159     deraadt  1163: Whiiiiiiinne whine whine....<br>
                   1164: Whiiiine whinee.... Whine Whineee....<br>
                   1165: whine.. They... Use Cee.. Vee Esss...<br>
1.216     bentley  1166: <p>
1.159     deraadt  1167: I read the news today oh boy<br>
                   1168: Four thousand holes in OpenSSL<br>
                   1169: And though the holes were rather small<br>
                   1170: They embargoed them all<br>
1.173     tj       1171: The privileged get to patch them<br>
1.159     deraadt  1172: while the rest get no info, at all...<br>
                   1173: I'd love to Ceeeeee Veeeeee Eeeeeee.<br>
1.216     bentley  1174:
                   1175: <td class=art>
                   1176: <img alt="" width=395 height=760 src="images/yearinthelife_right.jpg">
                   1177: </table>
                   1178:
                   1179: <div class=commentary>
1.159     deraadt  1180: <p>
                   1181: We've done stuff about LibreSSL before, but this particular song just
                   1182: fit with the release theme. While the lyrics can speak for themselves,
                   1183: "A Year In The Life" is representative of more than just LibreSSL. The
                   1184: pattern of LibreSSL development is a pattern that has repeated itself
1.214     bentley  1185: many times in OpenBSD &mdash; a decision is made by a few people to do
1.159     deraadt  1186: something, followed by action, and letting the world share it if they
                   1187: like it (such as with OpenSSH). To the developers actually doing the
                   1188: work, reactions to such efforts can often seem surreal, or
                   1189: irrelevant. The juxtaposition of working on the very real with the
                   1190: surreal going on around you can often make working on such projects
                   1191: feel like you're in a bit of an altered reality..  Sort of like the
                   1192: song. A number of us have had many years like this in the last 20.
1.216     bentley  1193: </div>
                   1194:
                   1195: <p class=colophon>
1.159     deraadt  1196: Lyrics by Bob Beck.  Composition, arrangement, recording by
                   1197: Jonathan Lewis.  Vocals and instruments by Jonathan Lewis.
1.157     deraadt  1198:
                   1199: <hr>
1.216     bentley  1200: <h2 id=57><a href="57.html">5.7</a>: "Source Fish"</h2>
                   1201:
                   1202: <table class=song>
1.152     deraadt  1203: <tr>
1.216     bentley  1204: <td>
                   1205:
                   1206: <div class=download>
                   1207: 3:00
                   1208: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song57.mp3">(MP3 5.9MB)</a>
                   1209: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song57.ogg">(OGG 3.9MB)</a>
                   1210: <p>
1.152     deraadt  1211: <a href="57.html">OpenBSD 5.7</a> CD2 track 2 is an<br>
                   1212: uncompressed copy of this song.<br>
                   1213: <br>
                   1214: <a href="images/bluefish.jpg">
1.216     bentley  1215: <img alt="Blue fish" width=227 height=343 src="images/bluefish.jpg"></a>
                   1216: </div>
                   1217:
                   1218: <td class=lyrics>
                   1219: <p>
1.152     deraadt  1220: Comin' to ya, via CVS<br>
                   1221: All the code, that's safe to load<br>
1.154     deraadt  1222: Got the ProPolice, in the GCC<br>
                   1223: Boundry checks, and Canaries<br>
1.216     bentley  1224: <p>
1.154     deraadt  1225: I'm a Source Fish, ha ha<br>
                   1226: Yeah I'm a Source Fish<br>
1.152     deraadt  1227: I'm a Source Fish<br>
1.154     deraadt  1228: Woah I'm a Source Fish<br>
1.216     bentley  1229: <p>
1.152     deraadt  1230: Code used to suck, in a Big way<br>
1.154     deraadt  1231: But it Keeps getting better, each and every day<br>
1.152     deraadt  1232: OpenSSL, wasn't done by us<br>
1.154     deraadt  1233: With Libre ha ha, there ain't no fuss<br>
1.216     bentley  1234: <p>
1.152     deraadt  1235: I'm a Source Fish<br>
1.154     deraadt  1236: Woah I'm a Source Fish<br>
1.152     deraadt  1237: I'm a Source Fish<br>
                   1238: I'm a Source Fish<br>
1.216     bentley  1239: <p>
1.154     deraadt  1240: With a secure shell, and a key or two<br>
1.152     deraadt  1241: You'd be amazed, at what I can do<br>
1.154     deraadt  1242: OpenSSH, relayd, PF, OpenNTPd<br>
                   1243: All I am, has been used for free<br>
1.216     bentley  1244: <p>
1.154     deraadt  1245: I'm a Source Fish, that's right<br>
1.152     deraadt  1246: I'm a Source Fish<br>
                   1247: I'm a Source Fish<br>
1.154     deraadt  1248: Yeah I'm a Source Fish<br>
1.216     bentley  1249: <p>
1.154     deraadt  1250: When the bullies, in that neighborhood<br>
                   1251: Come collecting, just remember that I'm Free, I'm Free Yeah Yeah, I'm Free Yeah Yeah<br>
1.216     bentley  1252: <p>
                   1253: Instrumental
                   1254: <p>
1.154     deraadt  1255: I'm a Source Fish, ha<br>
                   1256: Yes I'm a Source Fish<br>
                   1257: You, over there You a Source Fish, ha ha<br>
                   1258: Yeah, I'm a Source Fish<br>
                   1259: Who that over there, He's a Source Fish, You a Source Fish, ha<br>
                   1260: I'm a Source Fish, Yeah Yeah<br>
                   1261: I'm a Source Fish, Yeah Yeah<br>
                   1262: Source Fish<br>
1.216     bentley  1263:
                   1264: <td class=art>
                   1265: <img alt="" width=395 height=656 src="images/57song.jpg">
                   1266: </table>
                   1267:
                   1268: <p class=colophon>
1.152     deraadt  1269: Richie Pollack: vocals and harmonica.  Jonathan Lewis: programming,
                   1270: bass, piano, and Hammond B3 organ.  Andr&eacute; Wickenheiser: trumpet.
                   1271: Lyrics by Bob Kitella.  Produced and Recorded by Jonathan Lewis.
1.126     deraadt  1272:
                   1273: <hr>
1.216     bentley  1274: <h2 id=56><a href="56.html">5.6</a>: "Ride of the Valkyries"</h2>
                   1275:
                   1276: <table class=song>
1.148     deraadt  1277: <tr>
1.216     bentley  1278: <td>
                   1279:
                   1280: <div class=download>
                   1281: 3:54
                   1282: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song56.mp3">(MP3 7.3MB)</a>
                   1283: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song56.ogg">(OGG 5.3MB)</a>
                   1284: <p>
1.148     deraadt  1285: <a href="56.html">OpenBSD 5.6</a> CD2 track 2 is an<br>
                   1286: uncompressed copy of this song.<br>
                   1287: <br>
                   1288: <a href="images/CaptainTedu.jpg">
1.216     bentley  1289: <img alt="Captain Tedu" width=227 height=343 src="images/CaptainTedu.jpg"></a>
                   1290: </div>
                   1291:
                   1292: <td class=lyrics>
1.148     deraadt  1293: <p>
1.216     bentley  1294: No lyrics.
                   1295:
                   1296: <td class=art>
                   1297: <img alt="" width=395 height=656 src="images/56song.jpg">
                   1298: </table>
                   1299:
                   1300: <div class=commentary>
                   1301: <p>
                   1302: No one <em>wants</em> to fork an open source project: it's a huge
1.148     deraadt  1303: amount of work and isn't efficient in community time, but when you
                   1304: wake up one day and find that a hole in the SSL library you're using
                   1305: made world-wide news, and that the library's bad code style is
                   1306: hiding exploit mitigation countermeasures, then suddenly forking
                   1307: seems critically important.  Two months of intense development later,
                   1308: LibreSSL was released.
                   1309: <p>
                   1310: The bigger questions remain for the open source development community
                   1311: to answer: why did this occur?  Why is the OpenSSL code base so hard
                   1312: to understand?  Complexity is the enemy of security, so for something
                   1313: whose raison d'&ecirc;tre is security, why are secondary goals allowed
                   1314: to endanger the absolute #1 goal?  Or has OpenSSL become a brand which
                   1315: allows companies to &mdash; on the cheap &mdash; meet security
                   1316: "requirements" like FIPS instead of actually being secure?
                   1317: <p>
1.149     deraadt  1318: How important is it for developers and customers to have software
1.148     deraadt  1319: where security is the goal?  How much are they willing to push back
                   1320: on the OS developers and others to achieve that?  Can we set a new,
                   1321: higher bar for best practices that will drive everyone to do more
                   1322: than just posture?
1.216     bentley  1323: </div>
                   1324:
                   1325: <p class=colophon>
1.148     deraadt  1326: Composed by Richard Wagner in July of 1851.  Arranged and performed
                   1327: by Jonathan Lewis.
                   1328:
                   1329: <hr>
1.216     bentley  1330: <h2 id=55><a href="55.html">5.5</a>: "Wrap in Time"</h2>
                   1331:
                   1332: <table class=song>
1.144     deraadt  1333: <tr>
1.216     bentley  1334: <td>
                   1335:
                   1336: <div class=download>
                   1337: 4:18
                   1338: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song55.mp3">(MP3 7.9MB)</a>
                   1339: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song55.ogg">(OGG 5.9MB)</a>
                   1340: <p>
1.144     deraadt  1341: <a href="55.html">OpenBSD 5.5</a> CD2 track 2 is an<br>
1.216     bentley  1342: uncompressed copy of this song.
                   1343: <p>
1.144     deraadt  1344: <a href="images/McFishy.jpg">
1.216     bentley  1345: <img alt="McFishy" width=227 height=343 src="images/McFishy.jpg"></a>
                   1346: </div>
                   1347:
                   1348: <td class=lyrics>
                   1349: <p>
1.144     deraadt  1350: Tell me doctor, what will be the date,<br>
                   1351: Is it 1901, or 2038.<br>
                   1352: All I wanna do is make my keyboard sing<br>
1.216     bentley  1353: <p>
1.144     deraadt  1354: <br>
1.145     deraadt  1355: From today I'll be fine<br>
1.144     deraadt  1356: But you better promise me I won't wrap back in time.<br>
                   1357: Don't wanna wrap back in time.<br>
1.216     bentley  1358: <p>
1.144     deraadt  1359: <br>
                   1360: Don't bet your future on compat's bad advice<br>
                   1361: Better remember, bugs always strike twice.<br>
                   1362: Please don't use time32_t, not just a word again<br>
1.216     bentley  1363: <p>
1.144     deraadt  1364: <br>
1.145     deraadt  1365: So talk to me, I'll be fine<br>
1.144     deraadt  1366: But you better promise me I won't wrap back in time.<br>
                   1367: Don't wanna wrap back in time<br>
                   1368: Don't wanna wrap back in time<br>
                   1369: No bad hacks in time.<br>
1.216     bentley  1370: <p>
1.144     deraadt  1371: <br>
                   1372: Don't wanna wrap back in time<br>
                   1373: Don't wanna wrap back in time<br>
                   1374: don't wrap! don't wrap!<br>
1.216     bentley  1375:
                   1376: <td class=art>
                   1377: <img alt="" width=395 height=671 src="images/55song.jpg">
                   1378: </table>
                   1379:
                   1380: <div class=commentary>
                   1381: <p>
1.144     deraadt  1382: In January of 2038, 32-bit Unix time will overflow and wrap
                   1383: back to 1901.  This is known as the
                   1384: <a href="http://en.wikipedia.org/wiki/Year_2038_problem">Year 2038 problem</a>.
                   1385: POSIX operating systems have made strong inroads into embedded
                   1386: roles, so this is anticipated to be substantially worse than the Y2K transition.
                   1387: <p>
1.146     guenther 1388: In August of 2012, Philip Guenther started the OpenBSD work to
1.157     deraadt  1389: solve this.
1.146     guenther 1390: After a year of work it was ready enough for merging, and in August 2013
                   1391: the <b>time_t</b> type was changed to int64_t on all
                   1392: platforms and the kernel and userland were adapted to the new
                   1393: situation. The initial work was committed right after OpenBSD 5.4,
                   1394: then polished in tree over the next 6 months.
1.144     deraadt  1395: <p>
                   1396: The next part of the process was to drag the "ports" software
1.146     guenther 1397: ecosystem along because no one else had paved the way for 32-bit
1.144     deraadt  1398: machines to run with 64-bit <b>time_t</b>.  This required a fair
                   1399: bit of upstream involvement. Thousands of fixes were required to
                   1400: make both 32-bit and 64-bit time work transparently.  There will
                   1401: be more fixing in the future, but the concept is proven.
                   1402: <p>
                   1403: In the past OpenBSD pushed risky theoretical ideas into mainstream
                   1404: software practice by proving the ecosystem was ready to change.
                   1405: No OS wants to make a ABI jump until the case for change is proven.
                   1406: Stack protection, ASLR, and W^X principles are now in common use
                   1407: by mainline operating systems... because things like Firefox
                   1408: and Postgresql don't break anymore.  OpenBSD built that route.
                   1409: <p>
                   1410: In the same way, the road is paved for the 64-bit <b>time_t</b>
                   1411: transition. Other operating systems can now make this jump.
1.216     bentley  1412: </div>
                   1413:
                   1414: <p class=colophon>
1.144     deraadt  1415: Lyrics by Bob Beck and Philip Guenther.  Vocals by Steve Pineo.
                   1416: Composition, arrangement, recording, and mastering by Jonathan Lewis.
                   1417:
                   1418: <hr>
1.216     bentley  1419: <h2 id=54><a href="54.html">5.4</a>: "Our favorite hacks"</h2>
                   1420:
                   1421: <table class=song>
1.137     deraadt  1422: <tr>
1.216     bentley  1423: <td>
                   1424:
                   1425: <div class=download>
                   1426: 2:27
                   1427: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song54.mp3">(MP3 4.5MB)</a>
                   1428: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song54.ogg">(OGG 3.0MB)</a>
                   1429: <p>
1.137     deraadt  1430: <a href="54.html">OpenBSD 5.4</a> CD2 track 2 is an<br>
1.216     bentley  1431: uncompressed copy of this song.
                   1432: <p>
1.137     deraadt  1433: <a href="images/Puffia.jpg">
1.216     bentley  1434: <img alt="Puffia" width=227 height=343 src="images/Puffia.jpg"></a>
                   1435: </div>
                   1436:
                   1437: <div class=commentary>
                   1438: <p>
1.137     deraadt  1439: do { to loop<br>
                   1440: at least one time<br>
                   1441: <br>
                   1442: regexp,<br>
                   1443: to match a chunk of text<br>
                   1444: <br>
                   1445: main, the name,<br>
                   1446: by which I'm called<br>
                   1447: <br>
                   1448: for,<br>
                   1449: another kind of loop<br>
                   1450: <br>
                   1451: sem,<br>
                   1452: a way to block a thread<br>
                   1453: <br>
                   1454: log<br>
                   1455: a func to follow sem<br>
                   1456: <br>
                   1457: t,<br>
1.138     guenther 1458: a place to store the time<br>
1.137     deraadt  1459: <br>
                   1460: } while (we close the block of do)<br>
1.216     bentley  1461: </div>
                   1462:
                   1463: <td class=lyrics>
                   1464: <p>
1.137     deraadt  1465: PF divert-to and async resolver<br>
                   1466: Function call tracing to show how you got there<br>
                   1467: BGE changes to speed up the stack<br>
                   1468: These are a few of our favorite hacks<br>
1.216     bentley  1469: <p>
1.137     deraadt  1470: <br>
                   1471: Closing the kernel thread races that hang you<br>
                   1472: Updating ports from the versions that pain you<br>
                   1473: Kernel mode setting and elf comes to vax<br>
                   1474: These are a few of our favorite hacks<br>
1.216     bentley  1475: <p>
1.137     deraadt  1476: <br>
                   1477: Buffer queue limits and locale additions<br>
                   1478: Man-page updates to relate the traditions<br>
                   1479: Make DHCPD better with acks<br>
                   1480: These are a few of our favorite hacks<br>
1.216     bentley  1481: <p>
1.137     deraadt  1482: <br>
1.216     bentley  1483: (chorus)
                   1484: <p>
1.137     deraadt  1485: <br>
                   1486: When my programs crash, when the kernel hangs<br>
                   1487: When I'm feeling mad<br>
                   1488: I update to get more of our favorite hacks<br>
                   1489: And then I don't feel so bad<br>
1.216     bentley  1490: <p>
1.137     deraadt  1491: <br>
1.216     bentley  1492: (repeat)
                   1493: <p>
1.137     deraadt  1494: <br>
1.216     bentley  1495: (chorus)
                   1496: <p>
1.137     deraadt  1497: <br>
                   1498: When the build stops, when the panic hits,<br>
                   1499: When I'm feeling mad<br>
                   1500: I update to get more of our favorite hacks<br>
                   1501: And then I don't feel so bad<br>
1.216     bentley  1502:
                   1503: <td class=art>
                   1504: <img alt="" width=395 height=851 src="images/54song.jpg">
                   1505: </table>
                   1506:
                   1507: <p class=colophon>
1.137     deraadt  1508: Lyrics by Philip Guenther.  Vocals by Allison Lynch.  Composition,
                   1509: arrangement, recording, and mastering by Jonathan Lewis.
                   1510:
                   1511: <hr>
1.216     bentley  1512: <h2 id=53><a href="53.html">5.3</a>: "Blade Swimmer"</h2>
                   1513:
                   1514: <table class=song>
1.134     deraadt  1515: <tr>
1.216     bentley  1516: <td>
                   1517:
                   1518: <div class=download>
                   1519: 3:07
                   1520: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song53.mp3">(MP3 5.7MB)</a>
                   1521: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song53.ogg">(OGG 4.4MB)</a>
                   1522: <p>
1.134     deraadt  1523: <a href="53.html">OpenBSD 5.3</a> CD2 track 2 is an<br>
1.216     bentley  1524: uncompressed copy of this song.
                   1525: <p>
1.134     deraadt  1526: <a href="images/RoyPuffy.jpg">
                   1527: <img width=227 height=343 alt="Roy Puffy" src="images/RoyPuffy.jpg"></a>
1.216     bentley  1528: </div>
                   1529:
                   1530: <div class=commentary>
                   1531: <p>
1.214     bentley  1532: Starting with this release, we introduce a new artist &mdash; Katherine Piro.
1.216     bentley  1533: </div>
                   1534:
                   1535: <td class=lyrics>
                   1536: <p>
1.134     deraadt  1537: I've seen things your programs wouldn't believe.<br>
1.216     bentley  1538: <p>
1.134     deraadt  1539: [laughs]<br>
1.216     bentley  1540: <p>
1.134     deraadt  1541: Stack frames unwinding with Turing complete behaviour.<br>
1.216     bentley  1542: <p>
1.134     deraadt  1543: I watched threads racing trampoline bindings in ld.so.<br>
1.216     bentley  1544: <p>
1.134     deraadt  1545: All those overwrites will be lost in memory<br>
                   1546: like [coughs] accesses to NULL.<br>
1.216     bentley  1547: <p>
1.134     deraadt  1548: Time to dump core.<br>
1.216     bentley  1549:
                   1550: <td class=art>
                   1551: <img alt="" width=395 height=600 src="images/53song.jpg">
                   1552: </table>
                   1553:
                   1554: <p class=colophon>
1.134     deraadt  1555: Lyrics by Theo de Raadt. Composition, arrangement, vocals,
                   1556: recording, and mastering by Bob Kitella.
                   1557:
                   1558: <hr>
1.216     bentley  1559: <h2 id=52><a href="52.html">5.2</a>: "Aquarela do Linux!"</h2>
                   1560:
                   1561: <table class=song>
1.131     deraadt  1562: <tr>
1.216     bentley  1563: <td>
                   1564:
                   1565: <div class=download>
                   1566: 3:01
                   1567: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song52.mp3">(MP3 5.6MB)</a>
                   1568: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song52.ogg">(OGG 4.1MB)</a>
                   1569: <p>
1.131     deraadt  1570: <a href="52.html">OpenBSD 5.2</a> CD2 track 2 is an<br>
1.216     bentley  1571: uncompressed copy of this song.
                   1572: <p>
1.131     deraadt  1573: <a href="images/Brazil.jpg">
1.135     rapha    1574: <img width=227 height=300 alt="Brazil" src="images/Brazil.jpg"></a>
1.216     bentley  1575: </div>
                   1576:
                   1577: <div class=commentary>
                   1578: <p>
1.132     beck     1579: Just as the original song professed its love for Brazil, "World,
                   1580: you'll love my Linux" is the passionate call of an idealistic dreamer
                   1581: who can't bear the thought of software that will only run under
                   1582: Windows, and yet loves the situation with software that will only run
                   1583: under particular Linux distributions.
                   1584: <p>
                   1585: This problem has proliferated itself into the standards bodies, with
                   1586: Posix adopting Linuxisms ahead of any other variant of Unix.
                   1587: <p>
                   1588: Posix and Unix have made it where you can write reasonably portable
                   1589: software and have it compile and run across a multitude of platforms.
1.157     deraadt  1590: Now this seems to be changing as the love for Linux drives the
                   1591: standards bodies into accepting everything Linux, good and bad.
1.132     beck     1592: <p>
                   1593: We also are faced with groups writing software that only works
                   1594: with particular distributions of Linux. From this we get software that
                   1595: not only isn't very portable, but often not particularly stable. Our
                   1596: idealistic dreamer in the song loves running one, or more than one distribution
                   1597: of Linux for a particular purpose. Unfortunately, the rest of us are left
                   1598: with the unattractive choice of doing the same, or relying on
                   1599: herculean efforts to port software that is being actively developed in a
1.157     deraadt  1600: way to discourage porting it to other platforms.
1.216     bentley  1601: </div>
                   1602:
                   1603: <td class=lyrics>
                   1604: <p>
1.132     beck     1605: Linux, the one and only true Unix<br>
                   1606: We are in every way Posix<br>
                   1607: We voice our yearning "Someday soon"<br>
                   1608: We won't need any other.<br>
1.216     bentley  1609: <p>
1.132     beck     1610: Then, tomorrow brings a new distro<br>
                   1611: It's better than the last you know<br>
                   1612: Another million bits that changed<br>
                   1613: All the hacks and tweaks we conjure up<br>
1.133     mpf      1614: They just get pushed into Posix<br>
                   1615: There's one thing that I know<br>
1.132     beck     1616: The world will love it, all Linux<br>
1.216     bentley  1617: <p>
1.132     beck     1618: Then, there's other stuff we push as well<br>
                   1619: Others can work around this hell<br>
                   1620: With just a million lines of Shell<br>
                   1621: Now, as standards ape the one Linux<br>
                   1622: Everyone else just gets stuffed<br>
                   1623: There's one thing that I'm certain of<br>
                   1624: The world will love it, all Linux<br>
                   1625: We are Posix<br>
                   1626: World, you'll love my Linux<br>
                   1627: Linux, Linux<br>
1.216     bentley  1628:
                   1629: <td class=art>
                   1630: <img alt="" width=395 height=996 src="images/52song.jpg">
                   1631: </table>
                   1632:
                   1633: <p class=colophon>
1.131     deraadt  1634: Lyrics by Bob Beck.  Music composed and arranged by Jonathan Lewis.  Vocals
                   1635: by Doug McKeag.  Guitar by Victor Farrell.  All other instruments,
                   1636: Jonathan Lewis.  Recorded, mixed, and mastered Jonathan Lewis of Moxam
                   1637: Studios.
                   1638:
                   1639: <hr>
1.216     bentley  1640: <h2 id=51><a href="51.html">5.1</a>: "Bug Busters!"</h2>
                   1641:
                   1642: <table class=song>
1.126     deraadt  1643: <tr>
1.216     bentley  1644: <td>
                   1645:
                   1646: <div class=download>
                   1647: 2:47
                   1648: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song51.mp3">(MP3 5.1MB)</a>
                   1649: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song51.ogg">(OGG 4.0MB)</a>
                   1650: <p>
1.126     deraadt  1651: <a href="51.html">OpenBSD 5.1</a> CD2 track 2 is an<br>
1.216     bentley  1652: uncompressed copy of this song.
                   1653: <p>
1.126     deraadt  1654: <a href="images/Bugbusters.jpg">
                   1655: <img width=227 height=343 alt="Bugbusters" src="images/Bugbusters.jpg"></a>
1.216     bentley  1656: </div>
                   1657:
                   1658: <td class=lyrics>
                   1659: <p>
1.126     deraadt  1660: If you've got a bug<br>
                   1661: That you just can't shove<br>
                   1662: Who ya gonna install?<br>
                   1663: Bugbusters!<br>
1.216     bentley  1664: <p>
1.126     deraadt  1665: Buffer overflow?<br>
                   1666: Don't know where to go<br>
                   1667: Who ya gonna install?<br>
                   1668: Bugbusters!<br>
1.216     bentley  1669: <p>
1.126     deraadt  1670: I ain't afraid of no holes<br>
                   1671: I ain't afraid of no holes<br>
1.216     bentley  1672: <p>
1.126     deraadt  1673: And you're off by one<br>
                   1674: And it ain't no fun<br>
                   1675: Who ya gonna install?<br>
                   1676: Bugbusters!<br>
1.216     bentley  1677: <p>
1.126     deraadt  1678: If your system's down<br>
                   1679: And it makes you frown<br>
                   1680: Who ya gonna install?<br>
                   1681: Bugbusters!<br>
1.216     bentley  1682: <p>
1.126     deraadt  1683: I ain't afraid of no holes<br>
                   1684: I ain't afraid of no holes<br>
1.216     bentley  1685: <p>
1.126     deraadt  1686: If you need a trace<br>
                   1687: Gonna win that race<br>
                   1688: Who ya gonna install?<br>
                   1689: Bugbusters!<br>
1.216     bentley  1690: <p>
1.126     deraadt  1691: If you got a crash<br>
                   1692: And you got no cash<br>
                   1693: Who ya gonna install?<br>
                   1694: Bugbusters!<br>
1.216     bentley  1695: <p>
1.126     deraadt  1696: OpenBSD makes me feel good!<br>
1.216     bentley  1697:
                   1698: <td class=art>
                   1699: <img alt="" width=395 height=1210 src="images/51song.jpg">
                   1700: </table>
                   1701:
                   1702: <p class=colophon>
1.126     deraadt  1703: Written and Arranged by Ty Semaka and Jonathan Lewis. Lyrics and Vocals
1.216     bentley  1704: by <a href="http://www.tysemaka.com/">Ty Semaka</a>.
                   1705: All instruments programmed by
1.126     deraadt  1706: Jonathan Lewis. Recorded, mixed, and mastered by Jonathan Lewis of
1.216     bentley  1707: <a href="mailto:moxam@hotmail.com">Moxam Studios</a>.
1.126     deraadt  1708:
                   1709: <hr>
1.216     bentley  1710: <h2 id=51b>"Shut up and Hack"</h2>
                   1711:
                   1712: <table class=song>
1.126     deraadt  1713: <tr>
1.216     bentley  1714: <td>
                   1715:
                   1716: <div class=download>
                   1717: 3:11
                   1718: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songsh.mp3">(MP3 5.8MB)</a>
                   1719: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songsh.ogg">(OGG 4.7MB)</a>
                   1720: <p>
1.210     tj       1721: This is an extra on "The Songs 4.1 - 5.1" Audio CD.
1.216     bentley  1722: <p>
                   1723: <img alt="" height=158 width=158 src="images/cdaudio2-m.gif">
                   1724: </div>
                   1725:
                   1726: <div class=commentary>
                   1727: <p>
1.175     deraadt  1728: This is an extra track by Ty Semaka and Jonathan Lewis.
1.126     deraadt  1729: <p>
                   1730: On a regular basis, the OpenBSD developers hold events called
                   1731: <a href="hackathons.html">hackathons</a>.  We've held many many
                   1732: of them, all over the world.  Sub-groups of developers sit
                   1733: in one room and work fulltime for around a week.
                   1734: <p>
                   1735: One phrase in particular that has come up amongst developers,
                   1736: to cut extra chit-chat to a minimum, is Shut up and Hack.
                   1737: We've placed this phrase
1.186     tb       1738: on <a href="images/hackathons/c2k2.gif">
1.126     deraadt  1739: hackathon tshirts</a> too; they were very popular with the guys.
                   1740: <p>
                   1741: The 2nd OpenBSD Audio CD "The Songs 4.1 - 5.1" celebrates the
                   1742: artwork and songs that have been released with each OpenBSD release.
                   1743: All the songs from the 4.1 to 5.1 releases are included (plus
                   1744: two bonus tracks).
                   1745: <p>
                   1746: The audio CD package contains some stickers (which ones may vary).
1.216     bentley  1747: </div>
                   1748:
                   1749: <td class=lyrics>
                   1750: <p>
1.126     deraadt  1751: Shut up and hack!<br>
                   1752: In the hack room<br>
                   1753: In the back room<br>
                   1754: Wires everywhere<br>
1.216     bentley  1755: <p>
1.126     deraadt  1756: At the tables<br>
                   1757: Fingers able<br>
                   1758: Take another dare!<br>
1.216     bentley  1759: <p>
1.126     deraadt  1760: Close up your holes<br>
                   1761: Pick up the slack!<br>
                   1762: Get your head down!<br>
                   1763: Shut up and hack!<br>
                   1764: Close up your holes<br>
                   1765: Pick up the slack!<br>
                   1766: Get your head down!<br>
                   1767: Shut up and hack!<br>
1.216     bentley  1768: <p>
1.126     deraadt  1769: Coding faster<br>
                   1770: You're the master<br>
                   1771: of security<br>
1.216     bentley  1772: <p>
1.126     deraadt  1773: In your t-shirts<br>
                   1774: Hack till it hurts<br>
                   1775: This is how to be free<br>
1.216     bentley  1776: <p>
                   1777: CHORUS
                   1778: <p>
1.126     deraadt  1779: Hit the pub now<br>
                   1780: We're a club now<br>
                   1781: Trading genius for free<br>
1.216     bentley  1782: <p>
1.126     deraadt  1783: Have a laugh and<br>
                   1784: Be a rock band<br>
                   1785: This is how it should be!<br>
1.20      deraadt  1786: <p>
1.216     bentley  1787: CHORUS
                   1788: </table>
1.104     deraadt  1789:
                   1790: <hr>
1.216     bentley  1791: <h2 id=51c>"Sonate aux insomniaques"</h2>
                   1792:
                   1793: <div class=download>
                   1794: 4:03
                   1795: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songsi.mp3">(MP3 5.9MB)</a>
                   1796: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songsi.ogg">(OGG 5.7MB)</a>
                   1797: <p>
1.210     tj       1798: This is an extra on "The Songs 4.1 - 5.1" Audio CD.
1.216     bentley  1799: </div>
                   1800:
                   1801: <p class=colophon>
1.128     deraadt  1802: This is an extra track by audio-subsystem developer Alexandre
                   1803: Ratchov. It has no lyrics. The music is inspired by a poem with the
                   1804: same title and was entirely recorded and mixed using OpenBSD.
                   1805:
                   1806: <hr>
1.216     bentley  1807: <h2 id=50><a href="50.html">5.0</a>: "What Me Worry?"</h2>
                   1808:
                   1809: <table class=song>
1.124     deraadt  1810: <tr>
1.216     bentley  1811: <td>
                   1812:
                   1813: <div class=download>
                   1814: 3:03
                   1815: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song50.mp3">(MP3 5.6MB)</a>
                   1816: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song50.ogg">(OGG 4.0MB)</a>
                   1817: <p>
1.126     deraadt  1818: <a href="50.html">OpenBSD 5.0</a> CD2 track 2 is an<br>
1.216     bentley  1819: uncompressed copy of this song.
                   1820: <p>
1.124     deraadt  1821: <a href="images/MAD.jpg">
                   1822: <img width=227 height=343 alt="MAD" src="images/MAD.jpg"></a>
1.216     bentley  1823: </div>
                   1824:
                   1825: <div class=commentary>
                   1826: <p>
1.124     deraadt  1827: Ty Semaka has been drawing<br>
                   1828: Puffy-inspired parody artwork<br>
                   1829: for us for many releases.<br>
                   1830: This time I asked him to do some<br>
                   1831: art that is a meta-parody:<br>
1.216     bentley  1832: <p>
1.124     deraadt  1833: A Puffy-inspired parody of<br>
                   1834: a parody magazine!<br>
1.216     bentley  1835: </div>
                   1836:
                   1837: <td class=lyrics>
                   1838: <p>
1.124     deraadt  1839: What? Me Worry?<br>
                   1840: Not with this stuff<br>
                   1841: Nobody gettin' in<br>
                   1842: Nobody get tough<br>
1.216     bentley  1843: <p>
1.124     deraadt  1844: I'm a comic book kid<br>
                   1845: Having fun in the woods<br>
                   1846: Carving out toys<br>
                   1847: and makin' em good<br>
1.216     bentley  1848: <p>
1.124     deraadt  1849: Ya it's spy versus spy<br>
                   1850: I got so many tricks<br>
                   1851: I got undercover agents<br>
                   1852: Even out in the sticks<br>
1.216     bentley  1853: <p>
1.124     deraadt  1854: Threw a brick through your window<br>
                   1855: Ya it's teenage fun<br>
                   1856: Then I blew up a bridge<br>
                   1857: And blocked out the sun<br>
1.216     bentley  1858: <p>
1.124     deraadt  1859: Little black flies<br>
                   1860: on a pile of GNU<br>
                   1861: With a Dairy Queen tip<br>
                   1862: And Imma comin' for you<br>
1.216     bentley  1863: <p>
1.125     sthen    1864: Make fun of everybody<br>
1.124     deraadt  1865: That's my thang<br>
                   1866: Ya It's a geeks wet dream<br>
                   1867: I give a poit! blit! spang!<br>
1.216     bentley  1868: <p>
1.124     deraadt  1869: It's a mad mad world<br>
                   1870: and number 5 is alive<br>
                   1871: I gotta black submarine<br>
                   1872: and I'm built to survive<br>
1.216     bentley  1873: <p>
1.124     deraadt  1874: Threw a brick through your window<br>
                   1875: Ya it's teenage fun<br>
                   1876: Then I blew up a bridge<br>
                   1877: And blocked out the sun<br>
1.216     bentley  1878: <p>
1.124     deraadt  1879: Keep the source open<br>
                   1880: Gonna get my kicks<br>
1.125     sthen    1881: I'm 16 now<br>
1.124     deraadt  1882: Ya I don't need mix<br>
1.216     bentley  1883: <p>
1.124     deraadt  1884: Got a stack o magazines<br>
                   1885: In my treehouse club<br>
                   1886: Nobody gettin' up here<br>
                   1887: Its secure ya bub<br>
1.216     bentley  1888: <p>
1.124     deraadt  1889: Got a dime store bazooka<br>
                   1890: And a bubble gum tank<br>
                   1891: Got pots and pans for cookin' up<br>
                   1892: some Open source stank<br>
1.216     bentley  1893: <p>
1.124     deraadt  1894: Threw a brick through your window<br>
                   1895: Ya it's teenage fun<br>
                   1896: Then I blew up a bridge<br>
                   1897: And blocked out the sun<br>
1.216     bentley  1898:
                   1899: <td class=art>
                   1900: <img alt="" width=395 height=1210 src="images/50song.jpg">
                   1901: </table>
                   1902:
                   1903: <p class=colophon>
1.124     deraadt  1904: Written and Arranged by Ty Semaka and Jonathan Lewis. Lyrics and Vocals by
1.216     bentley  1905: <a href="http://www.tysemaka.com/">Ty Semaka</a>.
                   1906: Percussion and fuzzy bass guitar by Jonathan Lewis.
                   1907: Electric guitars by <a href="https://www.cayusemusic.com/">Tim Williams</a>.
                   1908: Recorded, mixed, and mastered by Jonathan Lewis of
                   1909: <a href="mailto:moxam@hotmail.com">Moxam Studios</a>.
1.124     deraadt  1910:
                   1911: <hr>
1.216     bentley  1912: <h2 id=49><a href="49.html">4.9</a>: "The Answer"</h2>
                   1913:
                   1914: <table class=song>
1.123     deraadt  1915: <tr>
1.216     bentley  1916: <td>
                   1917:
                   1918: <div class=download>
                   1919: 3:43
                   1920: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song49.mp3">(MP3 6.8MB)</a>
                   1921: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song49.ogg">(OGG 5.7MB)</a>
                   1922: <p>
1.126     deraadt  1923: <a href="49.html">OpenBSD 4.9</a> CD2 track 2 is an<br>
1.216     bentley  1924: uncompressed copy of this song.
                   1925: <p>
1.123     deraadt  1926: <a href="images/Hitchhiker.jpg">
                   1927: <img width=227 height=343 alt="Hitchhiker" src="images/Hitchhiker.jpg"></a>
1.216     bentley  1928: </div>
                   1929:
                   1930: <div class=commentary>
                   1931: <p>
1.123     deraadt  1932: This release is OpenBSD 4.9.  Then why is
1.216     bentley  1933: the song about 4.2?  Huh?
                   1934: <p>
1.123     deraadt  1935: The <a href="#44">OpenBSD 4.4 release artwork</a> honoured
                   1936: the (Berkeley) CSRG guys for their efforts with the BSD 4.4
1.216     bentley  1937: release &mdash; they fought and managed to free the code.
                   1938: <p>
1.123     deraadt  1939: This release the artwork is based on the stories of Douglas Adams,
1.214     bentley  1940: including his favorite number &mdash; 42.  Therefore we can remember
1.216     bentley  1941: the previous major achievement of CSRG &mdash; BSD 4.2.
                   1942: <p>
1.123     deraadt  1943: BSD 4.2 was
                   1944: not free, but it created and integrated so many new
                   1945: technologies that we all depend on today. Take a moment
                   1946: to consider how many things first available in BSD 4.2 you are using
1.214     bentley  1947: at this moment, to read this page &mdash; sockets, AF_INET,
1.216     bentley  1948: virtual memory, etc.
                   1949: <p>
1.123     deraadt  1950: Today, new releases of operating systems from well-known vendors
1.216     bentley  1951: contain less new features than BSD 4.2 did.
                   1952: <p>
1.123     deraadt  1953: If only we could stop slacking and make a release like that!
1.216     bentley  1954: </div>
                   1955:
                   1956: <td class=lyrics>
                   1957: <p>
1.123     deraadt  1958: How many streams must a fish swim down<br>
                   1959: before you can call him a man?<br>
                   1960: And how many codes must a vendor lock down<br>
                   1961: before silicon turns to sand?<br>
                   1962: Yes and how many times must the lawyers fly<br>
                   1963: before they are forever banned?<br>
1.216     bentley  1964: <p>
1.123     deraadt  1965: The answer my friend<br>
                   1966: BSD 4.2<br>
                   1967: The answer<br>
                   1968: BSD 4.2<br>
1.216     bentley  1969: <p>
1.123     deraadt  1970: How many years can a planet exist<br>
                   1971: before it is paved by the V?<br>
                   1972: How many years can some source code exist<br>
                   1973: before it's allowed to be free?<br>
                   1974: Yes and how many times can a fish turn his head<br>
                   1975: and pretend that he just doesn't see?<br>
1.216     bentley  1976: <p>
1.123     deraadt  1977: The answer my friend<br>
                   1978: BSD 4.2<br>
                   1979: The answer<br>
                   1980: BSD 4.2<br>
1.216     bentley  1981: <p>
1.123     deraadt  1982: How many times must we fight for the right<br>
                   1983: to share what is already ours?<br>
                   1984: Yes and how many times must we hitch while we hike<br>
                   1985: To end up not getting far?<br>
                   1986: And how many fish must we shove in our ear<br>
                   1987: before we can hear every star?<br>
1.216     bentley  1988: <p>
1.123     deraadt  1989: The answer my friend<br>
                   1990: BSD 4.2<br>
                   1991: The answer<br>
                   1992: BSD 4.2<br>
1.216     bentley  1993: <p>
1.123     deraadt  1994: And now we can travel the galaxy<br>
                   1995: with ships that are silicon made<br>
                   1996: And now with a towel and a laptop in hand<br>
                   1997: our future is made in the shade<br>
                   1998: And what did we use to build on and on<br>
                   1999: Inside everything that we use?<br>
1.216     bentley  2000: <p>
1.123     deraadt  2001: The answer my friend<br>
                   2002: BSD 4.2<br>
                   2003: The answer<br>
                   2004: BSD 4.2<br>
1.216     bentley  2005:
                   2006: <td class=art>
                   2007: <img alt="" width=395 height=1210 src="images/49song.jpg">
                   2008: </table>
                   2009:
                   2010: <p class=colophon>
                   2011: Written and Arranged by Jonathan Lewis.  Lyrics and Vocals
                   2012: by <a href="http://www.tysemaka.com/">Ty Semaka</a>.
                   2013: Guitar and harmonica
                   2014: by <a href="https://www.lesliealexander.com/">Leslie Alexander</a>.
                   2015: Recorded, mixed, and mastered by Jonathan Lewis of
                   2016: <a href="mailto:moxam@hotmail.com">Moxam Studios</a>.
1.123     deraadt  2017:
                   2018: <hr>
1.216     bentley  2019: <h2 id=48><a href="48.html">4.8</a>: "El Puffiachi"</h2>
                   2020:
                   2021: <table class=song>
1.120     deraadt  2022: <tr>
1.216     bentley  2023: <td>
                   2024:
                   2025: <div class=download>
                   2026: 2:39
                   2027: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song48.mp3">(MP3 4.4MB)</a>
                   2028: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song48.ogg">(OGG 3.0MB)</a>
                   2029: <p>
1.126     deraadt  2030: <a href="48.html">OpenBSD 4.8</a> CD2 track 2 is<br>
1.120     deraadt  2031: an uncompressed copy of<br>
1.216     bentley  2032: this song.
                   2033: <p>
                   2034: [Instrumental]
                   2035: <p>
1.120     deraadt  2036: <a href="images/ElPuffiachi.jpg">
1.136     sthen    2037: <img width=227 height=318 alt="ElPuffiachi" src="images/ElPuffiachi.jpg"></a>
1.216     bentley  2038: </div>
                   2039:
                   2040: <div class=commentary>
                   2041: <p>
1.120     deraadt  2042: [Sorry, no commentary]
1.216     bentley  2043: </div>
                   2044:
                   2045: <td class=art>
                   2046: <img alt="" width=936 height=720 src="images/48song.jpg">
                   2047: </table>
                   2048:
                   2049: <p class=colophon>
1.120     deraadt  2050: Written and performed by Manuel Jara and Mauricio Moreno of 'Los Morenos'.
                   2051:
                   2052: <hr>
1.216     bentley  2053: <h2 id=47><a href="47.html">4.7</a>: "I'm still here"</h2>
                   2054:
                   2055: <table class=song>
1.119     deraadt  2056: <tr>
1.216     bentley  2057: <td>
                   2058:
                   2059: <div class=download>
                   2060: 4:39
                   2061: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song47.mp3">(MP3 8.5MB)</a>
                   2062: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song47.ogg">(OGG 6.3MB)</a>
                   2063: <p>
1.126     deraadt  2064: <a href="47.html">OpenBSD 4.7</a> CD2 track 2 is an<br>
1.216     bentley  2065: uncompressed copy of this song.
                   2066: <p>
1.119     deraadt  2067: <a href="images/Superfish.jpg">
1.136     sthen    2068: <img width=227 height=318 alt="Superfish" src="images/Superfish.jpg"></a>
1.216     bentley  2069: </div>
                   2070:
                   2071: <div class=commentary>
                   2072: <p>
1.119     deraadt  2073: [Sorry, no commentary]
1.216     bentley  2074: </div>
                   2075:
                   2076: <td class=lyrics>
                   2077: <p>
1.119     deraadt  2078: Back when I was twenty<br>
                   2079: They said I wouldn't last<br>
                   2080: All that I believed in<br>
                   2081: Were the teachings of the past<br>
1.216     bentley  2082: <p>
1.119     deraadt  2083: All I ever wanted<br>
                   2084: Was to keep the world secure<br>
                   2085: And all the criticizing<br>
                   2086: Was something I'd endure<br>
1.216     bentley  2087: <p>
1.119     deraadt  2088: The changes that I've been through<br>
                   2089: And the trials along the way<br>
                   2090: The battle isn't over<br>
                   2091: And I'm living day by day<br>
1.216     bentley  2092: <p>
1.119     deraadt  2093: But I'm still here<br>
1.216     bentley  2094: <p>
1.119     deraadt  2095: Some say that I'm a hero<br>
                   2096: But I'm just being me<br>
                   2097: With my filter I can hide<br>
                   2098: My true identity<br>
1.216     bentley  2099: <p>
1.119     deraadt  2100: One day when I was flying<br>
                   2101: Across the open skies<br>
                   2102: I saw the bridge to freedom<br>
                   2103: Had been weakened over time<br>
1.216     bentley  2104: <p>
1.119     deraadt  2105: The server room was burning up<br>
                   2106: And melting the array<br>
                   2107: A little breath of cold air<br>
                   2108: Was enough to save the day<br>
1.216     bentley  2109: <p>
1.119     deraadt  2110: CHORUS:<br>
                   2111: But I'm still here<br>
                   2112: Better than I've ever been before<br>
                   2113: I'm still free<br>
                   2114: Close a window, open up a door<br>
                   2115: I'm still me<br>
1.216     bentley  2116: <p>
                   2117: INSTRUMENTAL
                   2118: <p>
1.119     deraadt  2119: Now that I am older<br>
                   2120: And I've been around so long<br>
                   2121: The world is ever changing<br>
                   2122: I'm still righting all the wrong<br>
                   2123: <p>
1.216     bentley  2124: CHORUS:
                   2125:
                   2126: <td class=art>
                   2127: <img alt="" width=395 height=1500 src="images/47song.jpg">
                   2128: </table>
                   2129:
                   2130: <p class=colophon>
1.119     deraadt  2131: Written, arranged, and sung by Bob Kitella.  Guitar by Tim Campbell.
1.172     benno    2132: Keyboard by Bob Kitella and Jonathan Lewis.  Bass, additional programming,
                   2133: mixing, and mastering by Jonathan Lewis.
1.119     deraadt  2134:
                   2135: <hr>
1.216     bentley  2136: <h2 id=46><a href="46.html">4.6</a>: "Planet of the Users"</h2>
                   2137:
                   2138: <table class=song>
1.116     deraadt  2139: <tr>
1.216     bentley  2140: <td>
                   2141:
                   2142: <div class=download>
                   2143: 2:38
                   2144: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song46.mp3">(MP3 4.8MB)</a>
                   2145: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song46.ogg">(OGG 3.6MB)</a>
                   2146: <p>
1.126     deraadt  2147: <a href="46.html">OpenBSD 4.6</a> CD2 track 2 is an<br>
1.216     bentley  2148: uncompressed copy of this song.
                   2149: <p>
1.116     deraadt  2150: <a href="images/PlanetUsers.jpg">
1.123     deraadt  2151: <img width=227 height=343 alt="PlanetUsers" src="images/PlanetUsers.jpg"></a>
1.216     bentley  2152: </div>
                   2153:
                   2154: <div class=commentary>
                   2155: <p>
1.119     deraadt  2156: [Sorry, no commentary]
1.216     bentley  2157: </div>
                   2158:
                   2159: <td class=lyrics>
                   2160: <p>
1.116     deraadt  2161: Welcome to the future<br>
                   2162: One very rich man<br>
                   2163: runs the Earth with<br>
                   2164: one multinational<br>
                   2165: owns your stuff<br>
                   2166: and owns your birth<br>
1.216     bentley  2167: <p>
1.116     deraadt  2168: Everyone is armless<br>
                   2169: Personal robots<br>
                   2170: Do it all for you<br>
                   2171: Sitting on your slug head<br>
                   2172: One channel TV<br>
                   2173: never gonna bore you<br>
1.216     bentley  2174: <p>
1.116     deraadt  2175: CHORUS<br>
                   2176: Does it sound like a paradise<br>
                   2177: or a way to die<br>
                   2178: while alive and a loser<br>
                   2179: I'm a man from the open past<br>
1.117     damien   2180: And I'll never last<br>
1.116     deraadt  2181: on the Planet of the Users<br>
1.216     bentley  2182: <p>
1.116     deraadt  2183: Everyone is happy<br>
                   2184: No more government<br>
                   2185: No more media<br>
                   2186: Only the Company<br>
                   2187: Entertains you<br>
                   2188: while it feeds you<br>
1.216     bentley  2189: <p>
1.116     deraadt  2190: Soylent Green pap<br>
                   2191: Eating your friends while<br>
                   2192: shopping, buying<br>
                   2193: Stupid applications<br>
                   2194: Obsolete before you try them<br>
1.216     bentley  2195: <p>
                   2196: CHORUS
                   2197: <p>
1.116     deraadt  2198: Take me back<br>
                   2199: Take me back<br>
                   2200: Please<br>
                   2201: Take me back<br>
1.216     bentley  2202: <p>
1.116     deraadt  2203: Way back in my time<br>
                   2204: Open source kept<br>
                   2205: everyone choosing<br>
                   2206: People knew the insides<br>
                   2207: Of devices they were using<br>
1.216     bentley  2208: <p>
1.116     deraadt  2209: Hackers had a doorway<br>
                   2210: Now it's locked and<br>
                   2211: dumbed down so much<br>
                   2212: One button coma<br>
                   2213: Stop the future truly outta touch<br>
                   2214: <p>
1.216     bentley  2215: CHORUS
                   2216:
                   2217: <td class=art>
                   2218: <img alt="" width=395 height=1778 src="images/46song.jpg">
                   2219: </table>
                   2220:
                   2221: <p class=colophon>
1.116     deraadt  2222: Written and arranged by Ty Semaka and Jonathan Lewis. Lyrics by Ty Semaka.
                   2223: Vocals by Duncan McDonald, bass guitar by Jonathan Lewis, guitars by
                   2224: Russ Broom, drums by John McNeil.
1.157     deraadt  2225: Recorded, mixed, and mastered by Jonathan Lewis of
1.216     bentley  2226: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.116     deraadt  2227:
                   2228: <hr>
1.216     bentley  2229: <h2 id=45><a href="45.html">4.5</a>: "Games"</h2>
                   2230:
                   2231: <table class=song>
1.108     deraadt  2232: <tr>
1.216     bentley  2233: <td>
                   2234:
                   2235: <div class=download>
                   2236: 3:29
                   2237: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song45.mp3">(MP3 6.4MB)</a>
                   2238: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song45.ogg">(OGG 4.5MB)</a>
                   2239: <p>
1.126     deraadt  2240: <a href="45.html">OpenBSD 4.5</a> CD2 track 2 is an<br>
1.216     bentley  2241: uncompressed copy of this song.
                   2242: <p>
1.108     deraadt  2243: <a href="images/Pufftron.jpg">
1.123     deraadt  2244: <img width=227 height=343 alt="Pufftron" src="images/Pufftron.jpg"></a>
1.216     bentley  2245: </div>
                   2246:
                   2247: <div class=commentary>
                   2248: <p>
1.119     deraadt  2249: [Sorry, no commentary]
1.216     bentley  2250: </div>
                   2251:
                   2252: <td class=lyrics>
                   2253: <p>
1.108     deraadt  2254: I love to hate my PC<br>
                   2255: But now it's not so easy<br>
                   2256: Just wanna get this job done<br>
                   2257: But these A.M.L. games are dumb<br>
1.216     bentley  2258: <p>
1.108     deraadt  2259: You wanna know the truth?<br>
                   2260: Intel's controlling you<br>
                   2261: And Microsoft is too<br>
                   2262: But this is nothing new<br>
1.216     bentley  2263: <p>
1.108     deraadt  2264: With A.C.P.I.<br>
                   2265: This endless mess so corporate<br>
                   2266: Tangles and angles<br>
                   2267: In what could be straight forward<br>
1.216     bentley  2268: <p>
1.108     deraadt  2269: Lost connections<br>
                   2270: Lost my mind<br>
                   2271: It's such a waste of time<br>
1.216     bentley  2272: <p>
                   2273: CHORUS
                   2274: <p>
1.108     deraadt  2275: Now on the motherboard<br>
                   2276: Where all my life is stored<br>
                   2277: Playing with garbage there<br>
                   2278: With rules so unfair<br>
1.216     bentley  2279: <p>
1.108     deraadt  2280: Ruled by A.C.P.I.<br>
1.109     deraadt  2281: Whose heart is so corrupted<br>
1.108     deraadt  2282: Forcing us all to play<br>
                   2283: Our progress interrupted<br>
1.216     bentley  2284: <p>
1.108     deraadt  2285: Lost connections<br>
                   2286: Lost my mind<br>
                   2287: It's such a waste of time<br>
1.216     bentley  2288: <p>
                   2289: CHORUS
                   2290: <p>
1.108     deraadt  2291: Yes I'm a user<br>
                   2292: And I'm not the only one<br>
                   2293: I'm not a loser<br>
                   2294: With help from Puffy Tron<br>
1.216     bentley  2295: <p>
1.108     deraadt  2296: And we will find it<br>
                   2297: The pin in all this heartache<br>
                   2298: Map our devices<br>
                   2299: And we know what it'll take<br>
1.216     bentley  2300: <p>
1.108     deraadt  2301: Lost connections<br>
                   2302: Lost my mind<br>
                   2303: Oh Ooh Woah end of line<br>
1.216     bentley  2304: <p>
1.108     deraadt  2305: (bridge)<br>
                   2306: On and on<br>
                   2307: Can we all be wrong?<br>
                   2308: All and all<br>
                   2309: We are one<br>
                   2310: Clean the dream<br>
                   2311: Gone wrong<br>
                   2312: We are Tron<br>
                   2313: On and on and on<br>
1.216     bentley  2314: <p>
                   2315: Instrumental CHORUS (guitar solo)
                   2316: <p>
                   2317: Instrumental pre-chorus
                   2318: <p>
1.108     deraadt  2319: CHORUS<br>
                   2320: dumb dumb dumb<br>
1.216     bentley  2321:
                   2322: <td class=art>
                   2323: <img alt="" width=395 height=1778 src="images/45song.jpg">
                   2324: </table>
                   2325:
                   2326: <p class=colophon>
1.108     deraadt  2327: Music written and arranged by Jonathan Lewis.  Lyrics by Ty Semaka and
                   2328: Theo de Raadt.  Synth, drum and bass programming by Jonathan Lewis,
                   2329: guitar by Russ Broom, vocals by Jonny Sinclair.
1.157     deraadt  2330: Recorded, mixed, and mastered by Jonathan Lewis of
1.216     bentley  2331: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.108     deraadt  2332:
                   2333: <hr>
1.216     bentley  2334: <h2 id=44><a href="44.html">4.4</a>: "Trial of the BSD Knights"</h2>
                   2335:
                   2336: <table class=song>
1.104     deraadt  2337: <tr>
1.216     bentley  2338: <td>
                   2339:
                   2340: <div class=download>
                   2341: 3:05
                   2342: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song44.mp3">(MP3 5.6MB)</a>
                   2343: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song44.ogg">(OGG 4.4MB)</a>
                   2344: <p>
1.126     deraadt  2345: <a href="44.html">OpenBSD 4.4</a> CD2 track 2 is an<br>
1.216     bentley  2346: uncompressed copy of this song.
                   2347: <p>
1.104     deraadt  2348: <a href="images/SourceWars.jpg">
1.123     deraadt  2349: <img width=227 height=343 alt="SourceWars" src="images/SourceWars.jpg"></a>
1.216     bentley  2350: </div>
                   2351:
                   2352: <div class=commentary>
                   2353: <p>
1.104     deraadt  2354: Nearly 10 years ago Kirk McKusick wrote a history of
                   2355: the Berkeley Unix distributions for the
1.121     deraadt  2356: O'Reilly book "Open Sources: Voices from the Open Source Revolution".
1.104     deraadt  2357: We recommend you read his story, entitled
                   2358: <a href="http://oreilly.com/catalog/opensources/book/kirkmck.html">
                   2359: "Twenty Years of Berkeley Unix
                   2360: From AT&T-Owned to Freely Redistributable"</a>
                   2361: first, to see how Kirk remembers how we got here.
                   2362: Sadly, since it showed up in book form originally, this text has
                   2363: probably not been read by enough people.
1.216     bentley  2364: <p>
1.104     deraadt  2365: The USL(AT&T) vs BSDI/UCB court case settlement documents were
                   2366: not public until recently; their disclosure has made the facts more clear.
                   2367: But the story of how three people decided to free the BSD codebase
1.214     bentley  2368: of corporate pollution &mdash; and release it freely &mdash; is more interesting
1.104     deraadt  2369: than the lawsuit which followed.  Sure, a stupid lawsuit happened which
                   2370: hindered the acceptance of the BSD code during a critical period.
                   2371: But how did a bunch of guys go through the effort of replacing so
                   2372: much AT&T code in the first place? After all, companies had
1.214     bentley  2373: lots of really evil lawyers back then too &mdash; were they not afraid?
1.216     bentley  2374: <p>
1.104     deraadt  2375: After a decade of development, most of the AT&T code had
                   2376: already been replaced by university researchers and their associates.
                   2377: So Keith Bostic, Mike Karels and Kirk McKusick (the main UCB CSRG group)
                   2378: started going through the 4.3BSD codebase to cleanse the rest.
                   2379: Keith, in particular, built a ragtag team (in those days, USENIX
                   2380: conferences were a gold mine for such team building) and led these
                   2381: rebels to rewrite and replace all the Imperial AT&T code, piece by
                   2382: piece, starting with the libraries and userland programs.
1.214     bentley  2383: Anyone who helped only got credit as a Contributor &mdash; people like
1.104     deraadt  2384: Chris Torek and a cast of .. hundreds more.
1.216     bentley  2385: <p>
1.105     deraadt  2386: Then Mike and Kirk purified the kernel. After a bit more careful
1.104     deraadt  2387: checking, this led to the release of a clean tree called Net/2 which
1.214     bentley  2388: was given to the world in June 1991 &mdash; the largest dump of free source
                   2389: code the world had ever received (for those days &mdash; not modern monsters like OpenOffice).
1.216     bentley  2390: <p>
1.104     deraadt  2391: Some of these ragtags formed a company (BSDi) to sell a production system
                   2392: based on this free code base, and a year later Unix System Laboratories
                   2393: (basically AT&T) sued BSDi and UCB.
                   2394: Eventually AT&T lost and after a few trifling fixes (described in the
                   2395: lawsuit documents) the codebase was free.  A few newer developments
                   2396: (and more free code) were added, and released in June 1994 as 4.4BSD-Lite.
                   2397: Just over 14 years later OpenBSD is releasing its own 4.4 release (and for
1.207     deraadt  2398: a lot less than $1000 per copy).
1.216     bentley  2399: <p>
1.104     deraadt  2400: The OpenBSD 4.4 release is dedicated to Keith Bostic, Mike Karels, Kirk McKusick,
                   2401: and all of those who contributed to making Net/2 and 4.4BSD-Lite free.
1.216     bentley  2402: </div>
                   2403:
                   2404: <td class=lyrics>
                   2405: <p style="text-align: center">
1.104     deraadt  2406: Source Wars<br>
                   2407: Episode IV<br>
                   2408: Trial of the BSD Knights<br>
1.216     bentley  2409: <p>
1.104     deraadt  2410: Not so very long ago<br>
                   2411: and not so far away<br>
                   2412: AT&T made system code<br>
                   2413: and gave some bits away<br>
1.216     bentley  2414: <p>
1.104     deraadt  2415: Some Berkeley geeks rebuilt it<br>
                   2416: better, faster, more diverse<br>
                   2417: This open thing was wonderful<br>
                   2418: for everyone on Earth<br>
1.216     bentley  2419: <p>
1.104     deraadt  2420: And then the roaring 90's came<br>
                   2421: The Empire changed its mind<br>
                   2422: And good old greed was back again<br>
                   2423: The geeks were in a legal bind<br>
1.216     bentley  2424: <p>
1.104     deraadt  2425: The Empire's Unix Lab<br>
                   2426: sued BSDi from above<br>
                   2427: The code is free but<br>
                   2428: only we can sell it bub!<br>
1.216     bentley  2429: <p>
1.104     deraadt  2430: The University came calling<br>
                   2431: in full protective mode<br>
1.106     deraadt  2432: and proved the source in Net/2<br>
1.104     deraadt  2433: didn't use the Empire's code<br>
1.216     bentley  2434: <p>
1.104     deraadt  2435: Then Bostic brought the Empire's books<br>
                   2436: n' slammed them dandys down<br>
                   2437: And showed the giant chunks<br>
                   2438: of BSD code all around<br>
1.216     bentley  2439: <p>
1.104     deraadt  2440: They didn't even give an ounce<br>
                   2441: of credit front to back<br>
                   2442: This broke the license USL<br>
                   2443: was using to attack<br>
1.216     bentley  2444: <p>
1.104     deraadt  2445: The case was thrown out by the judge<br>
                   2446: and "settled" out of court<br>
                   2447: And UCB was big enough<br>
                   2448: to take it like a sport<br>
1.216     bentley  2449: <p>
1.104     deraadt  2450: And to this day the geekfolk say<br>
                   2451: Now did we win or lose?<br>
                   2452: They shoulda made 'em reprint<br>
                   2453: every book with proper dues<br>
1.216     bentley  2454: <p>
1.104     deraadt  2455: And take out ads in major rags<br>
                   2456: apologetically<br>
                   2457: And maybe now it wouldn't be<br>
                   2458: the same monopoly<br>
1.216     bentley  2459: <p>
1.104     deraadt  2460: The Empire might have tumbled<br>
                   2461: down if everybody saw<br>
                   2462: How greed became so big<br>
                   2463: they couldn't see that glaring flaw<br>
1.216     bentley  2464: <p>
1.104     deraadt  2465: But only one community<br>
                   2466: the one that makes it tick<br>
                   2467: Is there to fight for everyone<br>
                   2468: exposing hypocrites<br>
1.216     bentley  2469: <p>
1.104     deraadt  2470: And OpenBSD is here<br>
                   2471: to tell the story right<br>
                   2472: Once again the fight is fought<br>
                   2473: and kept in shining light<br>
1.216     bentley  2474: <p>
1.104     deraadt  2475: And may the source be with you<br>
                   2476: May the Empire fall apart<br>
                   2477: Ya like that's gonna happen!<br>
                   2478: But we gotta keep heart!<br>
1.216     bentley  2479: <td class=art>
                   2480: <img alt="" width=395 height=1800 src="images/44song.jpg">
                   2481: </table>
                   2482:
                   2483: <p class=colophon>
1.104     deraadt  2484: Music written and arranged by Jonathan Lewis.  Lyrics and vocals by Ty Semaka.
                   2485: Clarinet by Cedric Blary.  Alto Sax 1 & 2, Tenor Sax by Lincoln Frey.
                   2486: Drum, Bass, and Steel Drum programming by Jonathan Lewis.
1.157     deraadt  2487: Recorded, mixed, and mastered by Jonathan Lewis of
1.216     bentley  2488: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.20      deraadt  2489:
                   2490: <hr>
1.216     bentley  2491: <h2 id=43><a href="43.html">4.3</a>: "Home to Hypocrisy"</h2>
                   2492:
                   2493: <table class=song>
1.95      deraadt  2494: <tr>
1.216     bentley  2495: <td>
                   2496:
                   2497: <div class=download>
                   2498: 4:48
                   2499: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song43.mp3">(MP3 8.2MB)</a>
                   2500: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song43.ogg">(OGG 6.5MB)</a>
                   2501: <p>
1.126     deraadt  2502: <a href="43.html">OpenBSD 4.3</a> CD2 track 2 is an<br>
1.216     bentley  2503: uncompressed copy of this song.
                   2504: <p>
1.95      deraadt  2505: <a href="images/Cryptonaut.jpg">
                   2506: <img width=227 height=343 alt="Cryptonaut" src="images/Cryptonaut.jpg"></a>
1.216     bentley  2507: </div>
                   2508:
                   2509: <div class=commentary>
                   2510: <p>
1.95      deraadt  2511: We are just plain tired of being lectured to by a man
                   2512: who is a lot like
                   2513: <a href="http://www.theregister.co.uk/2008/04/08/campbell_grounded/">Naomi Campbell</a>.
1.216     bentley  2514: <p>
1.95      deraadt  2515: In 1998 when a United Airlines plane was waiting in the queue at
1.102     deraadt  2516: Washington Dulles International Airport for take-off to New Orleans
                   2517: (where a Usenix conference was taking place), one man stood up from
                   2518: his seat, demanded that they stop waiting in the queue and be permitted
1.95      deraadt  2519: to deplane.  Even after orders from the crew and a pilot from
                   2520: the cockpit he refused to sit down.  The plane exited the queue
1.96      deraadt  2521: and returned to the airport gangway.  Security personnel ran onto
1.95      deraadt  2522: the plane and removed this man, Richard Stallman, from the plane.
                   2523: After Richard was removed from the plane, everyone else stayed
                   2524: onboard and continued their journey to New Orleans.  A few
1.216     bentley  2525: OpenBSD developers were on that same plane, seated very close by,
1.95      deraadt  2526: so we have an accurate story of the events.
1.216     bentley  2527: <p>
1.95      deraadt  2528: This is the man who presumes that he should preach to us
                   2529: about morality, freedom, and what is best for us.  He believes
                   2530: it is his God-given role to tell us what is best for us, when he
                   2531: has shown that he takes actions which are not best for everyone.
1.214     bentley  2532: He prefers actions which he thinks are best for him &mdash; and him
                   2533: alone &mdash; and then lies to the public.  Richard Stallman is no Spock.
1.216     bentley  2534: <p>
1.95      deraadt  2535: We release our software in ways that are maximally free.  We
                   2536: remove all restrictions on use and distribution, but leave a
                   2537: requirement to be known as the authors.  We follow a pattern of
                   2538: free source code distribution that started in the mid-1980's
                   2539: in Berkeley, from before Richard Stallman had any powerful
                   2540: influence which he could use so falsely.
1.216     bentley  2541: <p>
1.95      deraadt  2542: We have a development sub-tree called "ports".  Our "ports" tree
                   2543: builds software that is 'found on the net' into packages that
                   2544: OpenBSD users can use more easily.  A scaffold of Makefiles and
                   2545: scripts automatically fetch these pieces of software, apply
                   2546: patches as required by OpenBSD, and then build them into nice
                   2547: neat little tarballs.  This is provided as a convenience for
1.97      okan     2548: users. The ports tree is maintained by OpenBSD entirely separately
1.95      deraadt  2549: from our main source tree.  Some of the software which is fetched
                   2550: and compiled is not as free as we would like, but what can we do.
                   2551: All the other operating system projects make exactly the same
                   2552: decision, and provide these same conveniences to their users.
1.216     bentley  2553: <p>
1.95      deraadt  2554: Richard felt that this "ports tree" of ours made OpenBSD non-free.
                   2555: He came to our mailing lists and lectured to us specifically, yet
                   2556: he said nothing to the many other vendors who do the same; many of
                   2557: them donate to the FSF and perhaps that has something to do with it.
                   2558: Meanwhile, Richard has personally made sure that all the official
1.214     bentley  2559: GNU software &mdash; including Emacs &mdash; compiles and runs on Windows.
1.216     bentley  2560: <p>
1.95      deraadt  2561: That man is a false leader.  He is a hypocrite.  There may be some
                   2562: people who listen to him.  But we don't listen to people who do not
                   2563: follow their own stupid rules.
1.216     bentley  2564: </div>
                   2565:
                   2566: <td class=lyrics>
                   2567: <p>
1.95      deraadt  2568: Puffy and the mighty Cryptonauts<br>
                   2569: Trading with new lands by open C<br>
                   2570: Corporate monsters, many closing passages<br>
                   2571: Tempting harpies<br>
                   2572: 13 years of treachery<br>
1.216     bentley  2573: <p>
1.95      deraadt  2574: <br>
                   2575: Journey's over, welcome home the heroes<br>
                   2576: Offering the bounty of their trade<br>
                   2577: Useful clothing spun from the golden fleece<br>
                   2578: For the people, free and very strongly made<br>
1.216     bentley  2579: <p>
1.95      deraadt  2580: <br>
                   2581: But something's wrong with them<br>
                   2582: They will not take our free wares<br>
                   2583: "What's the matter good people?<br>
1.99      deraadt  2584: Why are you so scared?<br>
                   2585: Why?"<br>
1.216     bentley  2586: <p>
1.95      deraadt  2587: <br>
                   2588: Then one brave soul spoke out<br>
                   2589: "We're not allowed to take your gifts<br>
1.98      okan     2590: Hypocrites has spoken<br>
1.95      deraadt  2591: There are many new laws"<br>
1.216     bentley  2592: <p>
1.95      deraadt  2593: <br>
1.98      okan     2594: Hypocrites appears<br>
1.95      deraadt  2595: "Puffy!<br>
                   2596: You must obey my new rules!"<br>
1.216     bentley  2597: <p>
1.95      deraadt  2598: <br>
                   2599: "First rule one dictates<br>
                   2600: You cannot give your code away"<br>
1.216     bentley  2601: <p>
1.95      deraadt  2602: <br>
                   2603: (In Greek) To your health, Nick, great bouzouki player and cool dude.<br>
1.216     bentley  2604: <p>
1.95      deraadt  2605: <br>
                   2606: "And rule two dictates<br>
                   2607: You must give it to me<br>
                   2608: So I can give it away properly for free"<br>
1.216     bentley  2609: <p>
1.95      deraadt  2610: <br>
                   2611: "The list goes on of course<br>
                   2612: But for traders this is all you need"<br>
1.216     bentley  2613: <p>
1.95      deraadt  2614: <br>
                   2615: "This is madness!<br>
                   2616: He has lost his mind!<br>
                   2617: This defies the first law of free trade<br>
                   2618: Rule zero came before this rule one<br>
                   2619: Freedom means you cannot dictate to anyone"<br>
1.216     bentley  2620: <p>
1.95      deraadt  2621: <br>
                   2622: Then Hypocrites goes mad.<br>
1.216     bentley  2623:
                   2624: <td class=art>
                   2625: <img alt="" width=395 height=1720 src="images/43song.gif">
                   2626: </table>
                   2627:
                   2628: <p class=colophon>
1.95      deraadt  2629: Music written and arranged by Jonathan Lewis.  Lyrics by Ty Semaka and
                   2630: Nikkos Diochnos.  Vocals and bouzouki by Nikkos Diochnos.  Baglama,
                   2631: second bouzouki, violin, bass, and drum programming by Stelios Pulos,
1.101     naddy    2632: n&eacute; Jonathan Lewis.  Guitar by Methodios Valtiotis, n&eacute; Allen Baekeland.
                   2633: Percussion by Pentelis Yiannikopulos, n&eacute; Ben Johnson.  Recorded, mixed,
1.157     deraadt  2634: and mastered by Jonathan Lewis of
1.216     bentley  2635: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.95      deraadt  2636:
                   2637: <hr>
1.216     bentley  2638: <h2 id=42><a href="42.html">4.2</a>: "100001 1010101"</h2>
                   2639:
                   2640: <table class=song>
1.90      deraadt  2641: <tr>
1.216     bentley  2642: <td>
                   2643:
                   2644: <div class=download>
                   2645: 4:40
                   2646: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song42.mp3">(MP3 4.0MB)</a>
                   2647: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song42.ogg">(OGG 6.4MB)</a>
                   2648: <p>
1.126     deraadt  2649: <a href="42.html">OpenBSD 4.2</a> CD2 track 2 is an<br>
1.216     bentley  2650: uncompressed copy of this song.
                   2651: <p>
1.90      deraadt  2652: <a href="images/Marathon.jpg">
                   2653: <img width=227 height=343 alt="Marathon" src="images/Marathon.jpg"></a>
1.216     bentley  2654: </div>
                   2655:
                   2656: <div class=commentary>
                   2657: <p>
1.90      deraadt  2658: Those of us who work on OpenBSD are often asked why we do what we do.
1.91      merdely  2659: This song's lyrics express the core motivations and goals which have
1.214     bentley  2660: remained unchanged over the years &mdash; secure, free, reliable software,
1.90      deraadt  2661: that can be shared with anyone.  Many other projects purport to share
                   2662: these same goals, and love to wrap themselves in a banner of "Open
                   2663: Source" and "Free Software".  Given how many projects there are one
                   2664: would think it might be easy to stick to those goals, but it doesn't
                   2665: seem to work out that way.  A variety of desires drag many projects
                   2666: away from the ideals very quickly.
                   2667: <p>
1.93      jmc      2668: Much of any operating system's usability depends on device support,
1.91      merdely  2669: and there are some very tempting alternative ways to support devices
1.90      deraadt  2670: available to those who will surrender their moral code.  A project
                   2671: could compromise by entering into NDA agreements with vendors, or
                   2672: including binary objects in the operating system for which no source
                   2673: code exists, or tying their users down with contract terms hidden
                   2674: inside copyright notices.  All of these choices surrender some subset
                   2675: of the ideals, and we simply will not do this.  Sure, we care about
                   2676: getting devices working, but not at the expense of our original goals.
                   2677: <p>
                   2678: Of course since "free to share with anyone" is part of our goals,
                   2679: we've been at the forefront of many licensing and NDA issues,
1.91      merdely  2680: resulting in a good number of successes.  This success had led to much
1.90      deraadt  2681: recognition for the advancement of Free Software causes, but has also
                   2682: led to other issues.
                   2683: <p>
                   2684: We fully admit that some BSD licensed software has been taken and used
                   2685: by many commercial entities, but contributions come back more often
                   2686: than people seem to know, and when they do, they're always still
                   2687: properly attributed to the original authors, and given back in the
                   2688: same spirit that they were given in the first place.
                   2689: <p>
                   2690: That's the best we can expect from companies.  After all, we make our
1.214     bentley  2691: stuff so free so that everyone can benefit &mdash; it remains a core goal;
1.90      deraadt  2692: we really have not strayed at all in 10 years.  But we can expect more
1.214     bentley  2693: from projects who talk about sharing &mdash; such as the various Linux
1.90      deraadt  2694: projects.
                   2695: <p>
                   2696: Now rather than seeing us as friends who can cooperatively improve all
                   2697: codebases, we are seen as foes who oppose the GPL.  The participants
                   2698: of "the race" are being manipulated by the FSF and their legal arm, the
                   2699: SFLC, for the FSF's aims, rather than the goal of getting good source
                   2700: into Linux (and all other code bases).  We don't want this to come off
                   2701: as some conspiracy theory, but we simply urge those developers caution
1.214     bentley  2702: &mdash; they should ensure that the path they are being shown by those who
1.90      deraadt  2703: have positioned themselves as leaders is still true.  Run for yourself,
                   2704: not for their agenda.
                   2705: <p>
                   2706: The Race is there to be run, for ourselves, not for others.  We do
                   2707: what we do to run our own race, and finish it the best we can.  We
                   2708: don't rush off at every distraction, or worry how this will affect our
                   2709: image.  We are here to have fun doing right.
1.216     bentley  2710: </div>
                   2711:
                   2712: <td class=lyrics>
1.90      deraadt  2713: <p>
                   2714: The starting line is nervous<br>
                   2715: we burst upon the course<br>
                   2716: Electric is our passion<br>
                   2717: An open hearted force<br>
1.216     bentley  2718: <p>
1.90      deraadt  2719: The water's full of dangers<br>
                   2720: That interrupt the flow<br>
                   2721: And soon the spirit splinters<br>
1.92      deraadt  2722: as temptation takes its toll<br>
1.216     bentley  2723: <p>
1.90      deraadt  2724: *Give and get back some<br>
                   2725: Sharing it all<br>
                   2726: Path we know best<br>
                   2727: we're having a ball<br>
                   2728: Opulent mission<br>
                   2729: Lost in our passion<br>
                   2730: You can still choose<br>
                   2731: If you don't swim to win<br>
                   2732: you'll never lose*<br>
1.216     bentley  2733: <p>
1.90      deraadt  2734: One Zero Zero Zero Zero One<br>
1.216     bentley  2735: <p>
1.90      deraadt  2736: The window is a wall by now<br>
                   2737: A sieve of sickened holes<br>
                   2738: The water chicken stealing maps<br>
                   2739: Mistaking us for foes<br>
1.216     bentley  2740: <p>
1.90      deraadt  2741: The sun a son of Icarus<br>
                   2742: Flies too close to itself<br>
                   2743: Forbidden fruit is blinded<br>
                   2744: by the toys upon the shelf<br>
1.216     bentley  2745: <p>
                   2746: *CHORUS*
                   2747: <p>
1.90      deraadt  2748: One Zero One Zero One Zero One<br>
1.216     bentley  2749: <p>
1.90      deraadt  2750: Slow and steady wins they say<br>
                   2751: but this is not a race<br>
                   2752: It's not about who takes a prize<br>
                   2753: for first or second place<br>
1.216     bentley  2754: <p>
1.90      deraadt  2755: Imaginary rings of brass<br>
                   2756: Were traded for real goals<br>
                   2757: The vision and the mission lost<br>
                   2758: For those with corporate souls<br>
1.216     bentley  2759: <p>
1.90      deraadt  2760: *Give and get back some<br>
                   2761: Sharing it all<br>
                   2762: Path we know best<br>
                   2763: we're having a ball<br>
                   2764: Give and get zeros<br>
                   2765: Give and get ones<br>
                   2766: Given to you but<br>
                   2767: Not you to us<br>
                   2768: Opulent mission<br>
                   2769: Lost in our passion<br>
                   2770: You can still choose<br>
                   2771: If you don't swim to win<br>
                   2772: you'll never lose<br>
                   2773: You'll never lose*<br>
1.216     bentley  2774:
                   2775: <td class=art>
                   2776: <img alt="" width=396 height=1876 src="images/42song.gif">
                   2777: </table>
                   2778:
                   2779: <p class=colophon>
1.90      deraadt  2780: Music written and arranged by Jonathan Lewis. Recorded, mixed and
1.157     deraadt  2781: mastered by Jonathan Lewis of
1.216     bentley  2782: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
                   2783: Vocals by Duncan McDonald. Drums by
1.90      deraadt  2784: John McNeil. Guitar by Jeff Drummond. Bass and keyboards by
                   2785: Jonathan Lewis.  Lyrics by Ty Semaka and Theo de Raadt.
                   2786:
                   2787: <hr>
1.216     bentley  2788: <h2 id=41><a href="41.html">4.1</a>: "Puffy Baba and the 40 Vendors"</h2>
                   2789:
                   2790: <table class=song>
1.81      deraadt  2791: <tr>
1.216     bentley  2792: <td>
                   2793:
                   2794: <div class=download>
                   2795: 4:19
                   2796: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song41.mp3">(MP3 4.1MB)</a>
                   2797: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song41.ogg">(OGG 8.3MB)</a>
                   2798: <p>
1.126     deraadt  2799: <a href="41.html">OpenBSD 4.1</a> CD2 track 2 is an<br>
1.216     bentley  2800: uncompressed copy of this song.
                   2801: <p>
1.81      deraadt  2802: <a href="images/PuffyBaba.jpg">
                   2803: <img width=227 height=343 alt="PuffyBaba" src="images/PuffyBaba.jpg"></a>
1.216     bentley  2804: </div>
                   2805:
                   2806: <div class=commentary>
                   2807: <p>
1.81      deraadt  2808: As developers of a free operating system, one of our prime responsibilities
                   2809: is device support.  No matter how nice an operating system is, it remains
                   2810: useless and unusable without solid support for a wide percentage of the
                   2811: hardware that is available on the market.  It is therefore rather unsurprising
                   2812: that more than half of our efforts focus on various aspects relating to
                   2813: device support.
                   2814: <p>
1.85      mbalmer  2815: Most parts of the operating system (from low kernel, through to libraries,
1.81      deraadt  2816: all the way up to X, and then even to applications) use fairly obvious
                   2817: interface layers, where the "communication protocols" or "argument passing"
                   2818: mechanisms (ie. APIs) can be understood by any developer who takes the
                   2819: time to read the free code.  Device drivers pose an additional and significant
                   2820: challenge though: because many vendors refuse to document the exact behavior
                   2821: of their devices.  The devices are black boxes.  And often they are surprisingly
                   2822: weird, or even buggy.
                   2823: <p>
                   2824: When vendor documentation does not exist, the development process can
                   2825: become extremely hairy.  Groups of developers have found themselves focused
                   2826: for months at a time, figuring out the most simple steps, simply because
                   2827: the hardware is a complete mystery.  Access to documentation can ease
                   2828: these difficulties rapidly.  However, getting access to the chip documentation
                   2829: from vendors is ... almost always a negotiation.  If we had open access to
1.84      matthieu 2830: documentation, anyone would be able to see how simple all these devices
1.81      deraadt  2831: actually are, and device driver development would flourish (and not just in
                   2832: OpenBSD, either).
                   2833: <p>
                   2834: When we proceed into negotiations with vendors, asking for documentation,
                   2835: our position is often weak.  One would assume that the modern market is fair,
                   2836: and that selling chips would be the primary focus of these vendors.  But
                   2837: unfortunately a number of behemoth software vendors have spent the last 10 or
                   2838: 20 years building
1.83      wvdputte 2839: <a href="papers/brhard2007/mgp00024.html">
1.81      deraadt  2840: political hurdles against the smaller players</a>.
                   2841: <p>
1.82      jsg      2842: A particularly nasty player in this regard has been the Linux vendors and
1.87      tom      2843: some Linux developers, who have played along with an American corporate model
1.81      deraadt  2844: of requiring NDAs for chip documentation.  This has effectively put Linux
                   2845: into the club with Microsoft, but has left all the other operating system
1.214     bentley  2846: communities &mdash; and their developers &mdash; with much less available clout for
1.81      deraadt  2847: requesting documentation.  In a more fair world, the Linux vendors would
                   2848: work with us, and the device driver support in all free operating systems
                   2849: would be fantastic by now.
                   2850: <p>
                   2851: We only ask that
1.83      wvdputte 2852: <a href="papers/brhard2007/mgp00027.html">
1.81      deraadt  2853: users help</a> us in changing the political landscape.
1.216     bentley  2854: </div>
                   2855:
                   2856: <td class=lyrics>
                   2857: <p>
1.81      deraadt  2858: Here's an old story ...<br>
1.216     bentley  2859: <p>
1.81      deraadt  2860: <br>
                   2861: Puffy Baba and the 40 Vendors<br>
                   2862: We all know the details<br>
                   2863: Magic cave, magic words, some thieves,<br>
                   2864: some serious loot,<br>
1.214     bentley  2865: and lucky &mdash; Mister &mdash; Baba<br>
1.81      deraadt  2866: Who got a bad rap if you ask me<br>
                   2867: The little guy who<br>
                   2868: did the best with what he had<br>
1.216     bentley  2869: <p>
1.81      deraadt  2870: <br>
                   2871: Here are Mr. Baba's lessons<br>
                   2872: Load one ass, take a few trips and spend<br>
                   2873: in moderation<br>
1.214     bentley  2874: Three things the average man can't &mdash; get &mdash; right<br>
1.216     bentley  2875: <p>
1.81      deraadt  2876: <br>
                   2877: If you know your brother is a greedy bastard<br>
                   2878: never give him the password<br>
                   2879: If he goes penguin on you,<br>
1.214     bentley  2880: stop &mdash; being &mdash; his brother.<br>
1.81      deraadt  2881: When a cave is guarded by magic lawyers<br>
1.86      tom      2882: A sea of blood will be its doormat<br>
1.81      deraadt  2883: So do the best with what you have<br>
1.216     bentley  2884: <p>
1.81      deraadt  2885: <br>
1.214     bentley  2886: Beyond the lessons &mdash; you must know this<br>
1.81      deraadt  2887: that the Devil is as real as your address<br>
                   2888: But unlike Vendors,<br>
                   2889: he at least keeps the door open<br>
1.216     bentley  2890: <p>
1.81      deraadt  2891: <br>
                   2892: Vendors of water that should be free<br>
                   2893: Look upon their words and despair<br>
                   2894: Their badvertising made a thief of my brother<br>
                   2895: then made him better off dead<br>
                   2896: Now he hasn't got shit to do his best with<br>
1.216     bentley  2897: <p>
1.81      deraadt  2898: <br>
                   2899: Gratis. Free. Libre. Cuffo.<br>
                   2900: The companies of thieves stole every good adjective<br>
                   2901: and left us with open source (sores)<br>
                   2902: sharing smaller and smaller bandages<br>
                   2903: for each consecutive cut<br>
                   2904: But with the salty water of labour<br>
                   2905: parched desert becomes pregnant black soil<br>
1.216     bentley  2906: <p>
1.81      deraadt  2907: <br>
                   2908: It's not whether you're well off<br>
                   2909: it's where you dig the well<br>
                   2910: The best the little guy can do is what<br>
                   2911: the little guy does right<br>
1.216     bentley  2912:
                   2913: <td class=art>
                   2914: <img alt="" width=396 height=1904 src="images/41song.gif">
                   2915: </table>
                   2916:
                   2917: <p class=colophon>
1.157     deraadt  2918: Recorded, mixed and mastered by Jonathan Lewis of
1.216     bentley  2919: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.112     deraadt  2920: Voice by Richard Sixto. Lyrics by Ty Semaka.
1.81      deraadt  2921:
                   2922: <hr>
1.216     bentley  2923: <h2 id=40b><a href="40.html">4.0</a>: "OpenVOX"</h2>
                   2924:
                   2925: <table class=song>
1.76      deraadt  2926: <tr>
1.216     bentley  2927: <td>
                   2928:
                   2929: <div class=download>
                   2930: 4:00
                   2931: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songty.mp3">(MP3 3.9MB)</a>
                   2932: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/songty.ogg">(OGG 6.0MB)</a>
                   2933: <p>
1.210     tj       2934: This is the extra song on the "The Songs 3.0 - 4.0" Audio CD.
1.216     bentley  2935: <p>
                   2936: <img alt="" height=158 width=158 src="images/cdaudio-m.gif">
                   2937: </div>
                   2938:
                   2939: <div class=commentary>
                   2940: <p>
1.126     deraadt  2941: This is an extra track by the artist Ty Semaka
                   2942: (who really has "had Puffy on his mind") which we included on the "The Songs 3.0 - 4.0" audio CD.
1.76      deraadt  2943: <p>
                   2944: This song details the process that Ty has to go through to make the art
                   2945: and music for each OpenBSD release.
                   2946: Ty and Theo really do go to a (very specific) bar and discuss what is
                   2947: going on in the project, and then try to find a theme that will work...
1.111     deraadt  2948: <p>
1.126     deraadt  2949: The 1st OpenBSD Audio CD "The Songs 3.0 - 4.0" celebrates the artwork
                   2950: and songs that have been released with each OpenBSD release.  All the
                   2951: songs from the 3.0 to 4.0 releases are included (plus this bonus track).
1.111     deraadt  2952: <p>
1.126     deraadt  2953: Includes an 11cm silver-on-clear die-cut wireframe Puffy sticker!
1.216     bentley  2954: </div>
                   2955:
                   2956: <td class=lyrics>
                   2957: <p>
1.76      deraadt  2958: Be Open<br>
                   2959: Be Vocal<br>
                   2960: Stay Open<br>
                   2961: Stay Vocal<br>
1.216     bentley  2962: <p>
                   2963: (repeat)
                   2964: <p>
1.76      deraadt  2965: OpenBSD<br>
1.216     bentley  2966: <p>
1.76      deraadt  2967: Twice a year,<br>
                   2968: me an' Theo Theorize over beer<br>
                   2969: at the Ship and outhip all the misers<br>
                   2970: and take strips out of liars.<br>
                   2971: He sits me down and he tries to explain:<br>
                   2972: He says "The badabadabingabanger<br>
                   2973: button on the raidorama cuttin'<br>
1.78      deraadt  2974: on the systematicalifornication<br>
1.76      deraadt  2975: and a license application<br>
                   2976: is a fishybomination<br>
                   2977: and a random allocation<br>
                   2978: got a copywritten melanoma<br>
                   2979: sasafrazzin' wireless device".<br>
                   2980: OK stop.<br>
                   2981: I get it.<br>
                   2982: Some asshole lied.<br>
1.216     bentley  2983: <p>
1.76      deraadt  2984: And then he says,<br>
1.78      deraadt  2985: "The crashorama villaination<br>
1.76      deraadt  2986: lawyerific pornication threatifies<br>
                   2987: the only honest hackerammerunderider<br>
                   2988: in the cyber cider documation<br>
                   2989: universal anagrama-attic (I'm outta here)<br>
                   2990: cohabitationizizingation"<br>
                   2991: OK stop.<br>
                   2992: I get it.<br>
1.166     awolk    2993: <a href="https://web.archive.org/web/20110726013945/http://devresources.linuxfoundation.org/dev/opendrivers/summit2006/james_ketrenos.pdf">
1.76      deraadt  2994: Some asshole said he was "open"<br>
                   2995: but he was only open for business.<br></a>
                   2996: I get it.<br>
                   2997: Where's my pencils?<br>
                   2998: Bring me my mic!<br>
1.216     bentley  2999: <td class=lyrics>
                   3000: <p>
1.76      deraadt  3001: Be Open<br>
                   3002: Be Vocal<br>
                   3003: Stay Open<br>
                   3004: Stay Vocal<br>
1.216     bentley  3005: <p>
                   3006: (repeat)
                   3007: <p>
1.76      deraadt  3008: Then he has another beer and<br>
                   3009: gets all, you know, pushy.<br>
                   3010: Make Puffy kill pussies?<br>
                   3011: And too much thinkin' and kitchen sinkin'<br>
                   3012: the drawings or toons I should say,<br>
                   3013: where a fish can talk, be an agent<br>
                   3014: a hit man or walk, and ride horses<br>
                   3015: and forces my hand to make Puffy a spy<br>
                   3016: or a cowboy, or WHY a little girl, in a dream<br>
                   3017: and fake Floyd as the theme?<br>
                   3018: And squeeze in five concepts<br>
                   3019: every time, every song!<br>
                   3020: And the geeks and Theo lose it<br>
                   3021: if I draw the device wrong!<br>
                   3022: "It's four little buttons not five Ty"<br>
                   3023: And pretty soon I'll be losing my mind<br>
                   3024: cause it's a f@#!kin' cartoon!<br>
1.216     bentley  3025: <p>
1.76      deraadt  3026: (beat boxin')<br>
1.216     bentley  3027: </table>
1.76      deraadt  3028:
                   3029: <hr>
1.216     bentley  3030: <h2 id=40><a href="40.html">4.0</a>: "Humppa Negala"</h2>
                   3031:
                   3032: <table class=song>
1.76      deraadt  3033: <tr>
1.216     bentley  3034: <td>
                   3035:
                   3036: <div class=download>
                   3037: 2:40
                   3038: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song40.mp3">(MP3 2.3MB)</a>
                   3039: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song40.ogg">(OGG 3.6MB)</a>
                   3040: <p>
1.126     deraadt  3041: <a href="40.html">OpenBSD 4.0</a> CD2 track 2 is an<br>
1.216     bentley  3042: uncompressed copy of this song.
                   3043: <p>
1.76      deraadt  3044: <a href="images/Pufferix.jpg">
                   3045: <img width=227 height=343 alt="Pufferix" src="images/Pufferix.jpg"></a>
1.216     bentley  3046: </div>
                   3047:
                   3048: <div class=commentary>
                   3049: <p>
1.76      deraadt  3050: The last 10 years, every 6 month period has (without fail)
1.77      deraadt  3051: resulted in an official OpenBSD release making it to the FTP
1.76      deraadt  3052: servers.  But CDs are also manufactured, which the project
1.77      deraadt  3053: sells to continue our development goals.
1.216     bentley  3054: <p>
1.76      deraadt  3055: While tests of the release binaries are done by developers
1.77      deraadt  3056: around the world, Theo and some developers from Calgary
                   3057: or Edmonton (such as Peter Valchev or Bob Beck) test that
1.76      deraadt  3058: the discs are full of (only) correct code.  Ty Semaka works for
                   3059: approximately two months to design and draw artwork that will fit
                   3060: the designated theme, and coordinates with his music buddies to
                   3061: write and record a song that also matches the theme.
1.216     bentley  3062: <p>
1.76      deraadt  3063: Then the discs and all the artwork gets delivered to the plant,
                   3064: so that they can be pressed in time for an official release date.
1.216     bentley  3065: <p>
1.76      deraadt  3066: This release, instead of bemoaning vendors or organizations that
                   3067: try to make our task of writing free software more difficult, we
                   3068: instead celebrate the 10 years that we have been given (so far) to
                   3069: write free software, express our themes in art, and the 5 years
                   3070: that we have made music with a group of talented musicians.
1.216     bentley  3071: <p>
1.76      deraadt  3072: OpenBSD developers have been torturing each other for years now
                   3073: with Humppa-style music, so this release our users get a taste
1.77      deraadt  3074: of this too.  Sometimes at hackathons you will hear the same
                   3075: songs being played on multiple laptops, out of sync.  It is
                   3076: under such duress that much of our code gets written.
1.216     bentley  3077: <p>
1.76      deraadt  3078: We feel like Pufferix and Bobilix delivering The Three Discs of
                   3079: Freedom to those who want them whenever the need arises, then
                   3080: returning to celebrate the (unlocked) source tree with all the
                   3081: other developers.
1.216     bentley  3082: </div>
                   3083:
                   3084: <td class=lyrics>
                   3085: <p>
1.76      deraadt  3086: Humppa negala<br>
                   3087: Humppa negala<br>
                   3088: Humppa negala<br>
                   3089: Venismechah<br>
1.216     bentley  3090: <p>
1.76      deraadt  3091: Humppa negala<br>
                   3092: Humppa negala<br>
                   3093: Humppa negala<br>
                   3094: Venismechah<br>
1.216     bentley  3095: <p>
1.76      deraadt  3096: Humppa neranenah<br>
                   3097: Humppa neranenah<br>
                   3098: Humppa neranenah<br>
                   3099: Venismechah<br>
1.216     bentley  3100: <p>
1.76      deraadt  3101: Humppa neranenah<br>
                   3102: Humppa neranenah<br>
                   3103: Humppa neranenah<br>
                   3104: Venismechah<br>
1.216     bentley  3105: <p>
1.76      deraadt  3106: Uru, uru achim!<br>
                   3107: Uru achim b'lev sameach<br>
                   3108: Uru achim b'lev sameach<br>
                   3109: Uru achim b'lev sameach<br>
                   3110: Uru achim b'lev sameach<br>
                   3111: uru achim!<br>
                   3112: uru achim!<br>
                   3113: OpenBSD!<br>
1.216     bentley  3114: <p>
1.76      deraadt  3115: <br>
                   3116: (circus torture)<br>
1.216     bentley  3117: <p>
1.76      deraadt  3118: <br>
                   3119: Humppa negala<br>
                   3120: Humppa negala<br>
                   3121: Humppa negala<br>
                   3122: Venismechah<br>
1.216     bentley  3123: <p>
1.76      deraadt  3124: Humppa negala<br>
                   3125: Humppa negala<br>
                   3126: Humppa negala<br>
                   3127: Venismechah<br>
1.216     bentley  3128: <p>
1.76      deraadt  3129: Humppa neranenah<br>
                   3130: Humppa neranenah<br>
                   3131: Humppa neranenah<br>
                   3132: Venismechah<br>
1.216     bentley  3133: <p>
1.76      deraadt  3134: Humppa neranenah<br>
                   3135: Humppa neranenah<br>
                   3136: Humppa neranenah<br>
                   3137: Venismechah<br>
1.216     bentley  3138: <p>
1.76      deraadt  3139: Uru, uru achim!<br>
                   3140: Uru achim b'lev sameach<br>
                   3141: Uru achim b'lev sameach<br>
                   3142: Uru achim b'lev sameach<br>
                   3143: Uru achim b'lev sameach<br>
                   3144: uru achim!<br>
                   3145: uru achim!<br>
                   3146: OpenBSD!<br>
1.216     bentley  3147:
                   3148: <td class=art>
                   3149: <img alt="" width=396 height=1862 src="images/40song.gif">
                   3150: </table>
                   3151:
                   3152: <p class=colophon>
1.90      deraadt  3153: Based on the traditional Jewish song "Hava Nagilah" composed by Anonymous.
1.216     bentley  3154: Section of "Enter The Gladiators" (circus theme) composed by Julius Fu&ccaron;&iacute;k.
1.157     deraadt  3155: Recorded, mixed and mastered by Jonathan Lewis of
1.216     bentley  3156: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.112     deraadt  3157: Accordion, Tuba and drums by Jonathan Lewis. Vocals by
1.94      tobias   3158: Ty Semaka &amp; Jonathan Lewis.
1.76      deraadt  3159:
                   3160: <hr>
1.216     bentley  3161: <h2 id=39><a href="39.html">3.9</a>: "Blob!"</h2>
                   3162:
                   3163: <table class=song>
1.63      deraadt  3164: <tr>
1.216     bentley  3165: <td>
                   3166:
                   3167: <div class=download>
                   3168: 4:00
                   3169: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song39.mp3">(MP3 7.6MB)</a>
                   3170: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song39.ogg">(OGG 6.0MB)</a>
                   3171: <p>
1.126     deraadt  3172: <a href="39.html">OpenBSD 3.9</a> CD2 track 2 is an<br>
1.216     bentley  3173: uncompressed copy of this song.
                   3174: <p>
1.76      deraadt  3175: <a href="images/Blob.jpg">
1.123     deraadt  3176: <img width=227 height=343 alt="Blob" src="images/Blob.jpg"></a>
1.216     bentley  3177: </div>
                   3178:
                   3179: <div class=commentary>
                   3180: <p>
1.63      deraadt  3181: OpenBSD emphasizes security. It also emphasizes openness. All the code
                   3182: is there for all to see. Blobs are vendor-compiled binary drivers
                   3183: without any source code. Hardware makers like them because they
                   3184: obscure the details of how to make their hardware work. They hide bugs
                   3185: and workarounds for bugs. Newer versions of blobs can weaken support
1.216     bentley  3186: for older hardware and motivate people to buy new hardware.
                   3187: <p>
1.63      deraadt  3188: Blobs are expedient. Many other open source operating systems
1.216     bentley  3189: cheerfully incorporate them; in fact their users demand them.
                   3190: <p>
1.63      deraadt  3191: But when you need to trust the system, how do you check the blob for
                   3192: quality? For adherence to standards? How do you know the blob contains
                   3193: no malicious code? No incompetent code? Inspection is impossible; you
1.216     bentley  3194: can only test the black box. And when it breaks, you have no idea why.
1.63      deraadt  3195: <ul>
1.216     bentley  3196: <li>Blobs can be 'de-supported' by vendors at any time.
                   3197: <li>Blobs cannot be supported by developers.
                   3198: <li>Blobs cannot be fixed by developers.
                   3199: <li>Blobs cannot be improved.
                   3200: <li>Blobs cannot be audited.
                   3201: <li>Blobs are specific to an architecture, thus less portable.
                   3202: <li>Blobs are quite often massively bloated.
1.63      deraadt  3203: </ul>
1.216     bentley  3204: <p>
1.63      deraadt  3205: This release, like every OpenBSD release, contains OpenBSD and its
                   3206: source code. It runs on a wide variety of hardware. It contains many
                   3207: new features and improvements. OpenBSD does attempt to convince
                   3208: vendors to release documentation, and often reverse-engineers around
                   3209: the need for blobs. OpenBSD remains blob-free. Anyone can look at it,
1.157     deraadt  3210: assess it, improve it. If it breaks, it can be fixed.
1.216     bentley  3211: </div>
                   3212:
                   3213: <td class=lyrics>
                   3214: <p>
1.63      deraadt  3215: Little baby Blobby was a cute little baby<br>
                   3216: when we found him on the beach,<br>
                   3217: there was nothin' shady<br>
                   3218: you could bounce him on your knee<br>
                   3219: like a ba-ba-ball<br>
                   3220: and his first little word was adorable<br>
1.216     bentley  3221: <p>
1.63      deraadt  3222: He said a blah blah blah blah blah<br>
                   3223: blah blah blah<br>
                   3224: Blah!<br>
1.216     bentley  3225: <p>
1.63      deraadt  3226: <br>
                   3227: Thin edge of the wedge?<br>
1.214     bentley  3228: But everybody was so happy &mdash; about Blob<br>
1.216     bentley  3229: <p>
1.63      deraadt  3230: <br>
                   3231: Blob was popular at school he was helpful too<br>
                   3232: He could get your motor runnin'<br>
                   3233: with a drop of goo<br>
                   3234: He was givin' it away never charged a dime<br>
                   3235: But by the time he graduated<br>
                   3236: Blob was business slime!<br>
1.216     bentley  3237: <p>
1.63      deraadt  3238: He was a blah blah blah blah blah blah<br>
                   3239: blah blah blah blah blah blah blah blah<br>
                   3240: blah blah<br>
1.216     bentley  3241: <p>
1.63      deraadt  3242: <br>
                   3243: He's givin' you the Evil Eye!<br>
1.216     bentley  3244: <p>
1.63      deraadt  3245: <br>
                   3246: Now everybody had it<br>
                   3247: they was drivin' around<br>
                   3248: They was givin' up their freedoms<br>
                   3249: for convenience now<br>
                   3250: Blobbin' up the freeway, water black as pitch<br>
                   3251: And somehow little Blobby was a growin' rich!<br>
1.216     bentley  3252: <p>
1.63      deraadt  3253: <br>
                   3254: He was a blah blah blah blah blah blah<br>
                   3255: blah blah blah blah blah blah blah blah<br>
                   3256: blah blah blah blah blah blah blah blah<br>
                   3257: blah blah<br>
1.216     bentley  3258: <p>
1.63      deraadt  3259: <br>
                   3260: It's linkin' time!<br>
1.216     bentley  3261: <p>
1.63      deraadt  3262: <br>
                   3263: Now it was out of control<br>
                   3264: n' fishy's came to depend<br>
                   3265: on Blobby's Blob Blah, seemed to be no end<br>
                   3266: Then his empire spread and to their surprise<br>
                   3267: Blobby been a growin' to incredible size!<br>
1.216     bentley  3268: <p>
1.63      deraadt  3269: <br>
                   3270: He's a blah blah blah blah blah blah blah blah<br>
                   3271: blah blah blah blah blah blah blah blah<br>
                   3272: blah blah blah blah blah blah blah blah<br>
                   3273: blah blah blah blah blah blah blah blah<br>
                   3274: B-b-b-b-b-b-b-b-b<br>
1.216     bentley  3275: <p>
1.63      deraadt  3276: <br>
1.66      deraadt  3277: Then along came a genius Doctor Puffystein<br>
1.63      deraadt  3278: And he battled the Blob<br>
                   3279: who had crossed the line<br>
1.214     bentley  3280: He was 50 feet tall &mdash; Doctor said "No fear"<br>
1.63      deraadt  3281: I got a sample of Blob I can reverse engineer!<br>
1.216     bentley  3282: <p>
1.63      deraadt  3283: <br>
                   3284: But it was too late!<br>
                   3285: Blob was takin' over the world!<br>
                   3286: He wants your video!<br>
                   3287: Ya he wants your net!<br>
                   3288: He wants your drive!<br>
                   3289: He wants it all!!<br>
1.216     bentley  3290: <p>
1.63      deraadt  3291: <br>
                   3292: Somebody help us!<br>
                   3293: Noooooooo!<br>
                   3294: NVIDIA!<br>
                   3295: Intel!<br>
                   3296: Atheros!<br>
                   3297: 3-Ware!<br>
                   3298: VIA!<br>
                   3299: ATI!<br>
                   3300: Broadcom!<br>
                   3301: TI!<br>
                   3302: Myricom!<br>
                   3303: HighPoint!<br>
                   3304: Adaptec!<br>
                   3305: Mylex!<br>
                   3306: ICP Vortex!<br>
                   3307: and IBM!<br>
                   3308: Takin' over the world!<br>
1.216     bentley  3309:
                   3310: <td class=art>
                   3311: <img alt="" height=2160 width=396 src="images/39song.gif">
                   3312: </table>
                   3313:
                   3314: <p class=colophon>
1.63      deraadt  3315: Music composed by Ty Semaka and Jonathan Lewis.
1.157     deraadt  3316: Recorded, mixed and mastered by Jonathan Lewis of
1.216     bentley  3317: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
                   3318: Vocals and Lyrics by <a href="http://www.tysemaka.com/">Ty Semaka</a> &amp;
1.63      deraadt  3319: Theo de Raadt.
                   3320: Bass guitar, organ and bubbles by Jonathan Lewis.
1.216     bentley  3321: Guitar by Tom Bagley.
1.63      deraadt  3322: Drums by Jim Buick.
                   3323:
                   3324: <hr>
1.216     bentley  3325: <h2 id=38><a href="38.html">3.8</a>: "Hackers of the Lost RAID"</h2>
                   3326:
                   3327: <table class=song>
1.58      deraadt  3328: <tr>
1.216     bentley  3329: <td>
                   3330:
                   3331: <div class=download>
                   3332: 4:24
                   3333: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song38.mp3">(MP3 8.1MB)</a>
                   3334: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song38.ogg">(OGG 5.6MB)</a>
                   3335: <br>
1.76      deraadt  3336: Instrumental version
1.192     tb       3337: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song38b.mp3">(MP3 8.0MB)</a>
1.216     bentley  3338: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song38b.ogg">(OGG 5.5MB)</a>
                   3339: <p>
1.199     deraadt  3340: <a href="38.html">OpenBSD 3.8</a> CD2 track 2 is an<br>
1.216     bentley  3341: uncompressed copy of this song.
                   3342: <p>
1.76      deraadt  3343: <a href="images/Jones.jpg">
1.123     deraadt  3344: <img width=227 height=343 alt="Jones" src="images/Jones.jpg"></a>
1.216     bentley  3345: </div>
                   3346:
                   3347: <div class=commentary>
                   3348: <p>
1.58      deraadt  3349: For a multitude of (stupid) reasons, vendors often attempt to lock
                   3350: out our participation with their customers by refusing to give our
                   3351: programmers sufficient documentation so that we can properly support
                   3352: their devices.
                   3353: <p>
                   3354: Take Adaptec for instance.  Before the 3.7 release we disabled support
                   3355: for the
1.204     tb       3356: <a href="https://man.openbsd.org/?query=aac&amp;sektion=4">aac(4)</a>
1.58      deraadt  3357: Adaptec RAID driver because negotiations with the Adaptec had failed.
                   3358: They refused to give us documentation.  Without documentation, support
                   3359: for their controller had always been poor.  The driver had bugs (which
                   3360: affected some users more than others) which caused crashes, and of
                   3361: course there was no RAID management support.  Apparently most of these
1.59      jolan    3362: bugs are because the Adaptec controllers have numerous buggy firmware
                   3363: issues which require careful workarounds; without documentation we
                   3364: cannot solve these issues.
1.58      deraadt  3365: <p>
                   3366: The driver was written by an OpenBSD developer, who cribbed parts
                   3367: of it from a FreeBSD driver written by an ex-Adaptec employee.  But no
                   3368: public documentation exists, and Adaptec has dozens of cards with
                   3369: different firmware issues. All of this adds up to a very desperate
1.214     bentley  3370: development model &mdash; it becomes very hard for the principle of
1.58      deraadt  3371: "quality" to show its head.
                   3372: <p>
                   3373: RAID devices have two main qualities that people buy them for:
                   3374: <ul>
1.60      pvalchev 3375: <li>Redundancy
1.58      deraadt  3376: <li>Repair
                   3377: </ul>
1.216     bentley  3378: <p>
1.58      deraadt  3379: You want a RAID unit to provide you with redundancy, so that if some drives
1.60      pvalchev 3380: fail, your data is not lost.  But once a drive has failed, you require your
                   3381: array to (automatically, most likely) perform the operations to repair
1.58      deraadt  3382: itself, so that it is functioning perfectly again.
                   3383: <p>
                   3384: Some vendors (or like the above Adaptec case, ex-employee) have
                   3385: sometimes given us some documentation so that we could write drivers,
                   3386: so that their devices could support Redundancy.  But these vendors have
                   3387: never given us any documentation for performing Repairs.
                   3388: <p>
                   3389: Instead these vendors have tried to pass out non-free RAID management
                   3390: tools.  These are typically gigantic Linux binaries, or some crazy thing, that
1.67      jolan    3391: is supposed to work through a bizarre interface in the device driver, which
1.58      deraadt  3392: we are apparently supposed to write code for without any documentation.
                   3393: <p>
                   3394: And since we refuse to accept our users being forced into depending on
                   3395: vendor binaries, we have reverse engineered the management interface for
                   3396: the AMI controllers.
                   3397: <p>
                   3398: There is no great "intellectual property" in this stuff, it is all
                   3399: rather simple primitives.  This is all that we need to implement
                   3400: basic RAID management:
                   3401: <ul>
                   3402: <li>SCSI transactions on the back-side busses
                   3403: <li>Discovering which drives are in which volumes
                   3404: <li>Being able to silence the buzzer
                   3405: <li>Marking a new drive as a Hot-Spare
                   3406: </ul>
                   3407: <p>
                   3408: The AMI driver needed to support these small primitive operations.
                   3409: And once we had that, we rely on something else which we know: Almost
                   3410: all the RAID controllers would need the same primitives.
                   3411: <p>
                   3412: Thus armed, we were able to write a generic framework which would later
                   3413: work on other vendors' RAID cards, that is, once we get documentation
                   3414: or do some reverse engineering for their products.
                   3415: <p>
1.60      pvalchev 3416: But having been ignored for so long by these vendors, it is not clear when (if
                   3417: ever) we will get around to writing that support for Adaptec RAID
1.58      deraadt  3418: controllers now.  And Adaptec has gone and bought ICP Vortex, which
                   3419: may mean we can never get documentation for the
1.204     tb       3420: <a href="https://man.openbsd.org/?query=gdt&amp;sektion=4">gdt(4)</a>
1.58      deraadt  3421: controllers.
                   3422: The "Open Source Friendly liar" IBM owns Mylex, and Mylex has told us we
                   3423: would not get documentation, either.
                   3424: 3Ware has lied to us and our users so many times they make politicians
                   3425: look saintly.
                   3426: <p>
                   3427: Until other vendors give us documentation, if you want reliable RAID
                   3428: in OpenBSD, please buy
1.216     bentley  3429: LSI/AMI RAID cards.  And everything
1.206     tb       3430: <a href="https://marc.info/?l=openbsd-misc&amp;m=112630095818062&amp;w=2">
1.58      deraadt  3431: will just work</a>.
                   3432: <p>
                   3433: And keep pestering the other vendors.
1.216     bentley  3434: </div>
                   3435:
                   3436: <td class=lyrics>
                   3437: <dl>
                   3438: <dt>Narrator:
                   3439: <dd>
                   3440: <p>
                   3441: Welcome friends to the adventures of Puffiana Jones!
                   3442: <p>
                   3443: Brought to you by the good people at OpenBSD!
                   3444: <p>
1.58      deraadt  3445: Whether braving jungles of wires, oceans of code, or hacking the most
                   3446: treacherous of crypts, one fish fights for justice. With bravery and
                   3447: morality like none other, one name rings true. Puffiana Jones, famed
1.216     bentley  3448: hackologist and adventurer!
                   3449: <p>
1.58      deraadt  3450: Tracking down valuable artifacts and returning them to the public from
                   3451: the steely grip of greed. Many a villain has he pummeled, many a vile
1.216     bentley  3452: vendor has he thwarted, countless thugs, lawyers and kitties abound.
                   3453: <p>
                   3454: Join us now in his latest adventure.  Hackers of the Lost RAID!
                   3455: </dl>
                   3456:
                   3457: <dl>
                   3458: <dt>Marlus:
                   3459: <dd>
                   3460: Puffy, this mission will be dangerous.
                   3461: <dt>Puffy:
                   3462: <dd>
                   3463: I'm a careful guy Marlus.
                   3464: </dl>
                   3465:
                   3466: <dl>
                   3467: <dt>Puffy and Salmah:
                   3468: <dd>
                   3469: They're hacking in the wrong place!
                   3470: </dl>
                   3471:
                   3472: <dl>
                   3473: <dt>Beluge:
                   3474: <dd>
                   3475: You will never get the documentation Jones! Ah ha ha ha ha!
                   3476: <dt>Puffy:
                   3477: <dd>
                   3478: Now you're gettin' nasty.
                   3479: </dl>
                   3480:
                   3481: <dl>
                   3482: <dt>Puffy:
                   3483: <dd>
                   3484: SCSI's, why'd it have to be SCSI's?
                   3485: <dt>Salmah:
                   3486: <dd>
                   3487: API's, very dangerous. You go first.
                   3488: </dl>
                   3489:
                   3490: <dl>
                   3491: <dt>Narrator:
                   3492: <dd>
                   3493: <p>
1.58      deraadt  3494: Through thick and thin our hero persists, until finally,
                   3495: there before him
                   3496: lies the answer of the ages.  How to get OpenBSD, the world's most
                   3497: secure operating system,
                   3498: to communicate with the lost RAID. But alas, he is foiled once again by
1.216     bentley  3499: the evil Neozis.  Again he must chase the truth.  Will our hero prevail?
                   3500: <p>
1.58      deraadt  3501: Triumphant again!  Join us next time for the continuing adventures of
1.216     bentley  3502: Puffiana Jones!
                   3503: </dl>
                   3504:
                   3505: <td class=art>
                   3506: <img alt="" height=2160 width=380 src="images/38song.gif">
                   3507: </table>
                   3508:
                   3509: <p class=colophon>
1.58      deraadt  3510: Music composed by Ty Semaka and Jonathan Lewis.
                   3511: The Moxam Orchestra programmed and played by Jonathan Lewis.
                   3512: Vocals and Lyrics by Ty Semaka. Drums by Charlie Bullough.
1.157     deraadt  3513: Recorded, mixed and mastered by Jonathan Lewis of
1.216     bentley  3514: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.58      deraadt  3515:
                   3516: <hr>
1.216     bentley  3517: <h2 id=37><a href="37.html">3.7</a>: "Wizard of OS"</h2>
                   3518:
                   3519: <table class=song>
1.44      deraadt  3520: <tr>
1.216     bentley  3521: <td>
                   3522:
                   3523: <div class=download>
                   3524: 10:08
                   3525: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song37.mp3">(MP3 18MB)</a>
                   3526: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song37.ogg">(OGG 13MB)</a>
                   3527: <p>
1.126     deraadt  3528: <a href="37.html">OpenBSD 3.7</a> CD2 track 2 is an<br>
1.216     bentley  3529: uncompressed copy of this song.
                   3530: <p>
1.76      deraadt  3531: <a href="images/Wizard.jpg">
                   3532: <img width=227 height=343 alt="Wizard" src="images/Wizard.jpg"></a>
1.216     bentley  3533: </div>
                   3534:
                   3535: <div class=commentary>
                   3536: <p>
1.44      deraadt  3537: For an operating system to get anywhere in "the market" it must have
1.216     bentley  3538: good device support.
                   3539: <p>
1.44      deraadt  3540: Ethernet was our first concern. Many vendors refused to supply
                   3541: programmers with programming documentation for these chipsets.  Donald
                   3542: Becker (Linux) and Bill Paul (FreeBSD) changed the rules of the game
                   3543: here: They wrote drivers for the chipsets that they could get
                   3544: documentation for, and as they succeeded in writing more and more
                   3545: drivers, eventually closed vendors slowly opened up until most
                   3546: ethernet chipset documentation was available.  Today, some vendors
                   3547: still resist releasing ethernet chipset documentation (ie. Broadcom,
1.62      brad     3548: Intel, Marvell/SysKonnect, NVIDIA) but the driver problem is mostly
1.216     bentley  3549: solved in the ethernet market.
                   3550: <p>
1.44      deraadt  3551: Similar problems have happened in the SCSI, IDE, and RAID markets.
                   3552: Again, the problem was solved by writing drivers for documented
                   3553: devices first. If the free software user communities use those drivers
                   3554: preferentially, it is a market loss for the secretive vendors.
                   3555: Another approach that has worked is to publish email addresses and
                   3556: phone numbers for the marketing department managers in these
1.216     bentley  3557: companies.  These email campaigns have worked almost every time.
                   3558: <p>
                   3559: The new frontier: 802.11 wireless chipsets.
                   3560: <p>
1.44      deraadt  3561: Over the last six months, this came to a head in the OpenBSD project.
                   3562: We asked our users to help us petition numerous vendors so that we
                   3563: could get chipset documentation or redistributable firmware.  Certainly, we did
1.52      deraadt  3564: not succeed for some vendors.  But we did influence some vendors, in
1.44      deraadt  3565: particular the Taiwanese (Ralink and Realtek), who have given us
1.216     bentley  3566: everything we need.  We also reverse engineered the Atheros chipsets.
                   3567: <p>
1.44      deraadt  3568: Want to help us?  Avoid
1.204     tb       3569: <a href="https://man.openbsd.org/?query=ipw">Intel Centrino</a>,
1.44      deraadt  3570: Broadcom, TI, or Connexant PrismGT chipsets.
                   3571: Heck, avoid buying even regular
1.204     tb       3572: <a href="https://man.openbsd.org/?query=wi">old pre-G Prism products</a>,
1.44      deraadt  3573: to send a message.
1.48      deraadt  3574: If you can, buy 802.11 products using chips by
1.204     tb       3575: <a href="https://man.openbsd.org/?query=rtw">Realtek</a>,
                   3576: <a href="https://man.openbsd.org/?query=ral">Ralink</a>,
                   3577: <a href="https://man.openbsd.org/?query=atu">Atmel</a>,
                   3578: <a href="https://man.openbsd.org/?query=awi">ADMTek</a>,
                   3579: <a href="https://man.openbsd.org/?query=ath">Atheros</a>.
1.44      deraadt  3580: Our manual pages attempt to explain which vendors (ie. D-Link) box
1.52      deraadt  3581: which chipsets into which product.
1.216     bentley  3582: <p>
1.44      deraadt  3583: Send a message that open support for hardware matters.  A vendor in
1.56      cloder   3584: Redmond largely continues their practices because they get
1.44      deraadt  3585: the chipset documentation years before everyone else does.
                   3586: What really upsets us the most is that some Linux vendors are signing
                   3587: Non-Disclosure Agreements with vendors, or contracts that let them
                   3588: distribute firmwares. Meanwhile both Linux and FSF head developers
1.49      nick     3589: are not asking their communities to help us in our efforts to free
1.44      deraadt  3590: development information for all, but are even going further and
                   3591: telling their development communities to not work with us at
                   3592: pressuring vendors.  It is ridiculous.
1.216     bentley  3593: </div>
                   3594:
                   3595: <td class=lyrics>
                   3596: <p>
1.44      deraadt  3597: The heroine is deaf to her device<br>
                   3598: her uncles on the farm,<br>
                   3599: send out the alarm<br>
                   3600: and the shit storm flies<br>
                   3601: E-maelstrom is lifting up the house<br>
                   3602: With Puffathy inside,<br>
                   3603: twisting up a ride<br>
                   3604: to the land of OS<br>
                   3605: Hard landing, the packets celebrate<br>
                   3606: The wicked lawyers dead<br>
                   3607: The open slippers red are<br>
                   3608: Hers to take<br>
1.216     bentley  3609: <p>
1.53      otto     3610: Ding dong the lawyer's dead<br>
1.44      deraadt  3611: You're off to see the Wizard kid<br>
1.216     bentley  3612: <p>
1.44      deraadt  3613: The north witch instructed Puffathy<br>
                   3614: To get yourself back home<br>
                   3615: Take this yellow road and<br>
1.47      pvalchev 3616: You'll be fine<br>
1.44      deraadt  3617: Believe in the open ruby shoes<br>
                   3618: Now go to see the Wiz and<br>
                   3619: give Taiwan your biz<br>
                   3620: You'll never lose<br>
                   3621: The 3 friends she made along the way<br>
                   3622: Were nice but pretty lame,<br>
                   3623: lazy and insane<br>
                   3624: but they sang OK<br>
1.216     bentley  3625: <p>
1.53      otto     3626: Ding dong the lawyer's dead<br>
1.44      deraadt  3627: You're off to see the Wizard kid<br>
1.216     bentley  3628: <p>
1.44      deraadt  3629: Finally we're through the trees<br>
                   3630: The city glows<br>
                   3631: It's positively green<br>
                   3632: Pompously the wizard booms<br>
                   3633: He wants the broom of triple 'w'<br>
1.216     bentley  3634: <p>
1.44      deraadt  3635: Go to the west<br>
                   3636: You must pass the test<br>
                   3637: For me<br>
                   3638: Bring me the ride<br>
                   3639: of the witch I despise<br>
                   3640: And you'll be free<br>
1.216     bentley  3641: <p>
1.44      deraadt  3642: You don't need the broom<br>
                   3643: You don't need the shoes<br>
                   3644: You don't need the wiz<br>
                   3645: You will never lose<br>
                   3646: You have all you need<br>
                   3647: You always had heart<br>
                   3648: You always had courage<br>
                   3649: Did somebody fart?<br>
                   3650: You always had brains<br>
                   3651: You answered each call<br>
1.57      deraadt  3652: And this may surprise you<br>
1.44      deraadt  3653: But you've got some balls<br>
                   3654: So double click heels<br>
                   3655: and work with Taiwan<br>
                   3656: And speak to your doggie<br>
                   3657: You're already gone....<br>
1.216     bentley  3658:
                   3659: <td class=art>
                   3660: <img alt="" height=1079 width=380 src="images/37song.gif">
                   3661: </table>
                   3662:
                   3663: <p class=colophon>
1.44      deraadt  3664: Lyrics and vocal melody written by Ty Semaka.
                   3665: Main vocals by Jonathan Lewis, sung female vocals by Adele Legere,
                   3666: Puffathy (little girl voice) by Anita Miotti, monkeys and laughing by Ty
                   3667: Semaka,
                   3668: guitar by Reed Shimozawa, drums, bass and all other sounds programmed by
1.55      tom      3669: Jonathan Lewis.  Co-Arranged by Ty Semaka &amp; Jonathan Lewis.
1.157     deraadt  3670: Recorded, mixed and mastered by Jonathan Lewis at
1.216     bentley  3671: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.44      deraadt  3672:
                   3673: <hr>
1.216     bentley  3674: <h2 id=36><a href="36.html">3.6</a>: "Pond-erosa Puff (live)"</h2>
                   3675:
                   3676: <table class=song>
1.37      deraadt  3677: <tr>
1.216     bentley  3678: <td>
                   3679:
                   3680: <div class=download>
                   3681: 4:00
                   3682: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song36.mp3">(MP3 7.7MB)</a>
                   3683: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song36.ogg">(OGG 5.2MB)</a>
                   3684: <p>
1.126     deraadt  3685: <a href="36.html">OpenBSD 3.6</a> CD2 track 2 is an<br>
1.216     bentley  3686: uncompressed copy of this song.
                   3687: <p>
1.76      deraadt  3688: <a href="images/Ponderosa.jpg">
1.123     deraadt  3689: <img width=227 height=343 alt="Ponderosa" src="images/Ponderosa.jpg"></a>
1.216     bentley  3690: </div>
                   3691:
                   3692: <div class=commentary>
                   3693: <p>
1.37      deraadt  3694: What is up with some free software providers?!
                   3695: They say "Here's something free!  Oh wait, I changed my mind."
                   3696: <p>
                   3697: While not exactly bait-and-switch, this is something which
                   3698: has been causing the community continual grief, and therefore
                   3699: we decided to honour a few of the projects that have decided
1.41      deraadt  3700: to go non-free.  After all.. having gone non-free, no one is
1.37      deraadt  3701: going to remember them in the end.
                   3702: <p>
                   3703: This song is dedicated to a few worthy groups who
                   3704: have made this Free-to-Non-Free transition with their
                   3705: offerings in the last few years:
                   3706: <ul>
                   3707: <li>David Dawes worked for years with a team of
                   3708: developers to make a free X11 distribution for us to use,
                   3709: called XFree86, 98% of which was based on entirely free
                   3710: code from MIT. Suddenly, one day, he decided that
                   3711: we must give him more credit (ie. advertise his name) or
                   3712: stop using it.  Within about 4 months every project had
                   3713: told him to get stuffed, and the community has created a
                   3714: replacement effort.
1.41      deraadt  3715: Now his team cannot even keep their web pages up to date...
1.37      deraadt  3716: <li>OpenBSD was the first operating system to integrate a
                   3717: packet filter, and it was the ipf codebase from Darren Reed
                   3718: that we chose.  But a few years later he told us that we
                   3719: were not free to make changes to the code.  So we deleted ipf,
                   3720: and our new packet filter far exceeds the capabilities of the
                   3721: one he wrote. And other projects are switching too...
                   3722: <li>The Apache group started from the humble beginnings
                   3723: of just being 'a patchy' set of changes to a completely free
                   3724: web server of dubious quality.  But the years have changed them,
                   3725: and what they supply is now quite non-free... released under
1.40      jolan    3726: a license so entangled in legalese that we have absolutely no
1.51      jcs      3727: doubt that there are encumbrances hidden within.  Legal terms
1.37      deraadt  3728: protect.  Who are they protecting?  Not your freedom.
                   3729: </ul>
1.216     bentley  3730: <p>
1.37      deraadt  3731: So here's a goodbye to those three groups, and a warning to any
                   3732: others who will follow them:
                   3733: Make your stuff non-free, and something else will
                   3734: replace it.
1.216     bentley  3735: </div>
                   3736:
                   3737: <td class=lyrics>
                   3738: <p>
1.37      deraadt  3739: Well he rode from the ocean far upstream<br>
                   3740: Nuthin' to his name but a code and a dream<br>
                   3741: Lookin' for the legendary inland sea<br>
                   3742: Where the water was deep n' clean n' free<br>
                   3743: <p>
                   3744: But the town he found had suffered a blow<br>
1.38      pvalchev 3745: Fish were dying, cause the water was low<br>
1.37      deraadt  3746: Fat cat fish name o' Diamond Dawes<br>
                   3747: Plugged the stream with copyright laws<br>
                   3748: <p>
                   3749: <br>
                   3750: He said my water's good n' my water's free<br>
                   3751: So Pond-erosa, you gonna thank me!<br>
                   3752: Then he bottled it up and he labeled it "Mine"<br>
                   3753: They opened n' poured, but they ran outta time!<br>
                   3754: <p>
                   3755: So Puff made a brand and he tanned his hide<br>
                   3756: Said. "this is the mark of too much pride"<br>
                   3757: Tied him to a horse, set the tail on fire<br>
                   3758: Slapped er on the ass and the water went higher!<br>
                   3759: <p>
                   3760: <br>
                   3761: Pond-erosa Puff<br>
                   3762: wouldn't take no guff<br>
1.41      deraadt  3763: Water oughta be clean and free<br>
1.37      deraadt  3764: So he fought the fight<br>
                   3765: and he set things right<br>
                   3766: With his OpenBSD<br>
                   3767: <p>
                   3768: <br>
                   3769: Well things were good fer a spell in town<br>
                   3770: But then one day, dang water turned brown<br>
                   3771: Comin' to the rescue, Mayor Reed<br>
                   3772: He said, "This here filter's all ya'll need"<br>
                   3773: <p>
                   3774: But it didn't take long 'fore the filter plugged<br>
                   3775: Full of mud, n' crud, n' bugs<br>
                   3776: Folks said "gotta be a gooder way"<br>
                   3777: Mayor said "Hell No! She's O.K."<br>
                   3778: <p>
                   3779: <br>
                   3780: "The water's fine on the Open range"<br>
                   3781: And he passed a law that it couldn't change.<br>
1.51      jcs      3782: "No freeze, no boil, no frolicking young"<br>
1.37      deraadt  3783: Puff took him aside, said "this is wrong"<br>
                   3784: <p>
                   3785: Then he found the Mayor was addin' the crud!<br>
                   3786: So he took him down in a cloud of blood<br>
                   3787: Said "The Mayor's learnd, he's done been mean"<br>
                   3788: So they did it right and the water went clean!<br>
                   3789: <p>
                   3790: <br>
1.216     bentley  3791: CHORUS
1.37      deraadt  3792: <p>
                   3793: <br>
                   3794: So once agin' it was right, but then<br>
                   3795: The lake went dry, she was gone again!<br>
                   3796: Fish started flippin' and floppin' about<br>
1.42      deraadt  3797: Yellin' "Mercy Puff! It's a doggone drought!"<br>
1.37      deraadt  3798: <p>
                   3799: So he rolled up-gulch till he hit the lake<br>
                   3800: Of Apache fish, they was on the take<br>
                   3801: They'd built a dam that was made of rules<br>
                   3802: Now Puff was pissed and he lost his cool!<br>
                   3803: <p>
                   3804: <br>
                   3805: I'm sick and tired of these goldarn words!<br>
1.39      mcbride  3806: n' laws n' bureaucratic nerds!<br>
1.37      deraadt  3807: You're full o' beans n' killin' my town<br>
                   3808: and if you's all don't shut er down<br>
                   3809: <p>
                   3810: I'll hang a lickin' on every one<br>
                   3811: of you sons o' bitchin' greedy scum!<br>
1.41      deraadt  3812: So he blew the dam, an' he let 'er haul<br>
                   3813: Cause water oughta be free for all!<br>
1.37      deraadt  3814: <p>
                   3815: <br>
1.216     bentley  3816: CHORUS
                   3817: <p>
1.37      deraadt  3818: <br>
                   3819: That's right!<br>
                   3820: I'll hang a lickin' on ya!<br>
                   3821: Never piss on another man's boot!<br>
1.216     bentley  3822:
                   3823: <td class=art>
                   3824: <img alt="" height=1634 width=263 src="images/36song.gif">
                   3825: </table>
                   3826:
                   3827: <p class=colophon>
1.214     bentley  3828: Vocals, Lyrics, Melody and Co-Arrangement by Ty Semaka &mdash; Guitar by
1.216     bentley  3829: Chantal Vitalis &mdash; Bass by Jonny Nordstrom &mdash; Drums by John McNiel,
1.214     bentley  3830: Fiddle &mdash; Co-Arrangement, Recording, Mixing, Mastering by Jonathan Lewis of
1.216     bentley  3831: <a href="mailto:moxamstudios@hotmail.com">Moxam Studios</a>.
1.37      deraadt  3832:
                   3833: <hr>
1.216     bentley  3834: <h2 id=35><a href="35.html">3.5</a>: "CARP License" and "Redundancy must be free"</h2>
                   3835:
                   3836: <table class=song>
1.30      deraadt  3837: <tr>
1.216     bentley  3838: <td>
                   3839:
                   3840: <div class=download>
                   3841: 5:21
                   3842: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song35.mp3">(MP3 9.7MB)</a>
                   3843: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song35.ogg">(OGG 6.8MB)</a>
                   3844: <p>
1.126     deraadt  3845: <a href="35.html">OpenBSD 3.5</a> CD2 track 2 is an<br>
1.216     bentley  3846: uncompressed copy of this skit &amp; song.
                   3847: <p>
1.76      deraadt  3848: <a href="images/Carp.gif">
                   3849: <img width=255 height=343 alt="CARP" src="images/Carp.gif"></a>
1.216     bentley  3850: </div>
                   3851:
                   3852: <div class=commentary>
                   3853: <p>
1.30      deraadt  3854: A common theme used by the comedy crew Monty Python was to emphasize
                   3855: and exaggerate ridiculousnesses that their target had imposed upon
                   3856: themselves.  Few things could be considered as humorous as making a
                   3857: redundancy protocol... redundant; e.g. being forced to replace it by
                   3858: Cisco lawyers and IETF policy.
                   3859: <p>
                   3860: We've been working a few years now on our packet filtering software
1.204     tb       3861: <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>
1.30      deraadt  3862: and it became time to add failover.  We want to be able to set up pf
                   3863: firewalls side by side, and exchange the stateful information between
                   3864: them, so that in case of failure another could take over 'keep state'
                   3865: sessions.  Our
1.204     tb       3866: <a href="https://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a>
1.30      deraadt  3867: protocol solves this problem.  However, on both sides of the firewall,
                   3868: it is also necessary to have all the regular hosts not see a
                   3869: network failure.  The only reliable way to do this is for both
                   3870: firewall machines to have and use the same IP and MAC addresses.  But
                   3871: the only real way to do that is to use multicast protocols.
                   3872: <p>
                   3873: The IETF community proposed work in this direction in the late
                   3874: 90's, however in 1997 Cisco informed them that they believed some of
                   3875: Cisco's patents covered the proposed IETF VRRP (Virtual Router
                   3876: Redundancy Protocol); on
1.205     tb       3877: <a href="https://www.ietf.org/ietf/IPR/VRRP-CISCO">
1.30      deraadt  3878: March 20, 1998 they went further and specifically named their HSRP
                   3879: "Hot Standby Router Protocol" patent</a>.  Reputedly, they were upset
                   3880: that IETF had not simply adopted the flawed HSRP protocol as the
                   3881: standard solution for this problem.  Despite this legal pressure, the
                   3882: IETF community forged ahead and published VRRP as a standard even
                   3883: though there was a patent in the space.  Why?
1.144     deraadt  3884: <a href="http://mirror.switch.ch/ftp/doc/ietf/vrrp/vrrp-minutes-97dec.txt">
1.30      deraadt  3885: There was much deliberation</a>
                   3886: at all levels of the IETF, and unfortunately for all of us the
                   3887: politicians within eventually decided to allow patented technology in
1.214     bentley  3888: standards &mdash; as long as the patented technology is licensed under RAND
1.30      deraadt  3889: (Reasonable And Non Discriminatory) terms.  As free software
                   3890: programmers, we therefore find ourselves in the position that these
                   3891: RAND standards must not be implemented by us, and we must deviate from
                   3892: the standard.  We find all this rather Unreasonable and Discriminatory
                   3893: and we *will* design competing protocols.  Some standards organization,
                   3894: eh?
                   3895: <p>
                   3896: Due to some HSRP flaws fixed by VRRP and for compatibility with the
                   3897: (HSRP-licensed) VRRP implementations of their competitors, Cisco in
                   3898: recent times has largely abandoned HSRP and now relies on VRRP instead
1.214     bentley  3899: &mdash; a protocol designed for and by the community, but for which they
1.30      deraadt  3900: claim patent rights.
                   3901: <p>
                   3902: On August 7 2002, after many communications, Robert Barr (Cisco's
                   3903: lawyer) firmly informed the OpenBSD community that Cisco would defend
1.214     bentley  3904: its patents for VRRP implementations &mdash; meaning basically that it was
1.30      deraadt  3905: impossible for a free software group to produce a truly free
                   3906: implementation of the IETF standard protocol.  Perhaps this is because
                   3907: Cisco and Alcatel are currently engaged in a pair of patent lawsuits; a
                   3908: small piece of which is Cisco attempting to use the HSRP patent
                   3909: against Alcatel for their use of VRRP.  Some IETF working group
                   3910: members took note of our complaints,
1.122     deraadt  3911: <a href="http://web.archive.org/web/20061109082106/http://lists.microshaft.org/pipermail/dmca_discuss/2003-April/004702.html">
1.30      deraadt  3912: however an attempt in April 2003 to have the IETF abandon the use of
                   3913: patented technology failed to "reach consensus" in the IETF</a>.
                   3914: <p>
                   3915: A few years ago, the W3C, who designs our web protocols, tried to move
                   3916: to a RAND policy as well (primarily because of pressure from Microsoft
                   3917: and Apple), but the community outrage was so overpowering that they
                   3918: backed down.  Some standards groups use this policy, while others
1.214     bentley  3919: avoid it &mdash; the one differentiation being the amount of corporate
1.55      tom      3920: participation. In the IETF, the pro-RAND agents work for AT&amp;T,
1.30      deraadt  3921: Alcatel, IBM, Cisco, Microsoft, and other large companies.  Since IETF
                   3922: is an open forum, they can blend in as the populace, and vote just
                   3923: like all others, except against the community.
                   3924: <p>
                   3925: Translation: In failing to "reach consensus", the companies who
                   3926: benefit from RAND won, and the community lost again.
                   3927: <p>
                   3928: Left with little choice, we proceeded to reinvent the wheel or, more
                   3929: correctly, abandon the wheel entirely and go for a "hovercraft".  We
                   3930: designed CARP (Common Address Redundancy Protocol) to solve the same
                   3931: problem that these other protocols are designed for, but without the
                   3932: same technological basis as HSRP and VRRP.  We read the patent
                   3933: document carefully and ensured that CARP was fundamentally different.
                   3934: We also avoided many of the flaws in HSRP and VRRP (such as an inherent
                   3935: lack of security).  And since we are OpenBSD developers, we designed
                   3936: it to use cryptography.
                   3937: <p>
                   3938: The combination of
1.204     tb       3939: <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>,
                   3940: <a href="https://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a>, and
                   3941: <a href="https://man.openbsd.org/?query=carp&amp;sektion=4">carp(4)</a>
1.30      deraadt  3942: has permitted us to build highly redundant firewalls.  To date, we
                   3943: have built a few networks that include as many as 4 firewalls, all
                   3944: running random reboot cycles.  As long as one firewall is alive in a
                   3945: group, traffic through them moves smoothly and correctly for all of
                   3946: our packet filter functionality.  Cisco's low end products are unable
                   3947: to do this reliably, and if they have high end products which can do
                   3948: this, you most certainly cannot afford them.
                   3949: <p>
                   3950: As a final note of course, when we petitioned IANA, the IETF body
                   3951: regulating "official" internet protocol numbers, to give us numbers
                   3952: for CARP and pfsync our request was denied.  Apparently we had failed
                   3953: to go through an official standards organization.  Consequently we
                   3954: were forced to choose a protocol number which would not conflict with
                   3955: anything else of value, and decided to place CARP at IP protocol 112.
                   3956: We also placed pfsync at an open and unused number. We informed IANA of
                   3957: these decisions, but they declined to reply.
                   3958: <p>
                   3959: This ridiculous situation then inspired one of our developers to create
                   3960: this parody of the well-known Monty Python skit and song.
1.216     bentley  3961: </div>
                   3962:
                   3963: <td class=lyrics>
                   3964:
                   3965: <dl class=compact>
                   3966: <dt>Customer:
                   3967: <dd>
1.30      deraadt  3968: Hello, I would like to buy a CARP license please.
1.216     bentley  3969: <dt>
                   3970: <dt>Licenser:
                   3971: <dd>
1.30      deraadt  3972: A what?
1.216     bentley  3973: <dt>Customer:
                   3974: <dd>
1.30      deraadt  3975: A license for my network redundancy protocol, CARP.
1.216     bentley  3976: <dt>Licenser:
                   3977: <dd>
1.30      deraadt  3978: Well, it's free isn't it?
1.216     bentley  3979: <dt>Customer:
                   3980: <dd>
1.30      deraadt  3981: Exactly, the protocol's name is CARP.  CARP the redundancy protocol.
1.216     bentley  3982: <dt>Licenser:
                   3983: <dd>
1.30      deraadt  3984: What?
1.216     bentley  3985: <dt>Customer:
                   3986: <dd>
1.30      deraadt  3987: He is an.... redundancy protocol.
1.216     bentley  3988: <dt>Licenser:
                   3989: <dd>
1.30      deraadt  3990: CARP is a free redundancy protocol!
1.216     bentley  3991: <dt>Customer:
                   3992: <dd>
1.30      deraadt  3993: Yes, I chose it out of three, I didn't like the others,
                   3994: they were all too... encumbered.  And now I must license it!
1.216     bentley  3995: <dt>Licenser:
                   3996: <dd>
1.30      deraadt  3997: You must be a looney.
1.216     bentley  3998: <dt>Customer:
                   3999: <dd>
1.30      deraadt  4000: I am not a looney!  Why should I be tied with the epithet looney merely
                   4001: because I wish to protect my redundancy protocol?  I've heard tell
                   4002: that Network Associates has a pet algorithm called RSA used in IETF
                   4003: standards, and you wouldn't call them a looney; Geoworks has a claim
                   4004: on WAP, after what their lawyers do to you if you try to implement it.
                   4005: Cisco has two redundant patents, both encumbered, and Cadtrack has a
                   4006: patent on cursor movement!  So, if you're calling the large American
                   4007: companies that fork out millions of dollars for the use of XOR a
                   4008: bunch of looneys, I shall have to ask you to step outside!
1.216     bentley  4009: <dt>Licenser:
                   4010: <dd>
1.30      deraadt  4011: Alright, alright, alright.  A license.
1.216     bentley  4012: <dt>Customer:
                   4013: <dd>
1.30      deraadt  4014: Yes.
1.216     bentley  4015: <dt>Licenser:
                   4016: <dd>
1.30      deraadt  4017: For a free redundancy protocol?
1.216     bentley  4018: <dt>Customer:
                   4019: <dd>
1.30      deraadt  4020: Yes.
1.216     bentley  4021: <dt>Licenser:
                   4022: <dd>
1.30      deraadt  4023: You are a looney.
1.216     bentley  4024: <dt>Customer:
                   4025: <dd>
1.30      deraadt  4026: Look, it allows for bleeding redundancy doesn't it? Cisco's got a
                   4027: patent for the HSRP, and I've got to get a license for me router
                   4028: VRRP.
1.216     bentley  4029: <dt>Licenser:
                   4030: <dd>
1.30      deraadt  4031: You don't need a license for your VRRP.
1.216     bentley  4032: <dt>Customer:
                   4033: <dd>
1.32      otto     4034: I bleeding well do and I got one.  It can't be called VRRP without it.
1.216     bentley  4035: <dt>Licenser:
                   4036: <dd>
1.30      deraadt  4037: There's no such thing as a bloody VRRP license.
1.216     bentley  4038: <dt>Customer:
                   4039: <dd>
1.30      deraadt  4040: Yes there is!
1.216     bentley  4041: <dt>Licenser:
                   4042: <dd>
1.30      deraadt  4043: Isn't!
1.216     bentley  4044: <dt>Customer:
                   4045: <dd>
1.30      deraadt  4046: Is!
1.216     bentley  4047: <dt>Licenser:
                   4048: <dd>
1.30      deraadt  4049: Isn't!
1.216     bentley  4050: <dt>Customer:
                   4051: <dd>
1.30      deraadt  4052: I bleeding got one, look!  What's that then?
1.216     bentley  4053: <dt>Licenser:
                   4054: <dd>
1.30      deraadt  4055: This is a Cisco HSRP patent document with the word "Cisco" crossed
                   4056: out and the word "IETF" written in in crayon.
1.216     bentley  4057: <dt>Customer:
                   4058: <dd>
1.30      deraadt  4059: The man didn't have the right form.
1.216     bentley  4060: <dt>Licenser:
                   4061: <dd>
1.30      deraadt  4062: What man?
1.216     bentley  4063: <dt>Customer:
                   4064: <dd>
1.30      deraadt  4065: Robert Barr, the man from the redundancy detector van.
1.216     bentley  4066: <dt>Licenser:
                   4067: <dd>
1.30      deraadt  4068: The looney detector van, you mean.
1.216     bentley  4069: <dt>Customer:
                   4070: <dd>
1.30      deraadt  4071: Look, it's people like you what cause unrest.
1.216     bentley  4072: <dt>Licenser:
                   4073: <dd>
1.30      deraadt  4074: What redundancy detector van?
1.216     bentley  4075: <dt>Customer:
                   4076: <dd>
1.30      deraadt  4077: The redundancy detector van from the Monopoly of Cizzz-coeee.
1.216     bentley  4078: <dt>Licenser:
                   4079: <dd>
1.30      deraadt  4080: Cizzz-coeee?
1.216     bentley  4081: <dt>Customer:
                   4082: <dd>
1.30      deraadt  4083: It was spelt like that on the van.  I'm very observant!  I never seen
                   4084: so many bleeding aerials.  The man said that their equipment could
                   4085: pinpoint a failover configuration at 400 yards!  And my Cisco router,
                   4086: being such a flappy bat, was a piece of cake.
1.216     bentley  4087: <dt>Licenser:
                   4088: <dd>
1.34      otto     4089: How much did you pay for that?
1.216     bentley  4090: <dt>Customer:
                   4091: <dd>
1.30      deraadt  4092: Sixty quid, and twenty grand for the PIX.
1.216     bentley  4093: <dt>Licenser:
                   4094: <dd>
1.30      deraadt  4095: What PIX?
1.216     bentley  4096: <dt>Customer:
                   4097: <dd>
1.30      deraadt  4098: The PIX I'm replacing!
1.216     bentley  4099: <dt>Licenser:
                   4100: <dd>
1.30      deraadt  4101: So you're replacing your PIX with free software, and yet you want to
                   4102: license it?
1.216     bentley  4103: <dt>Customer:
                   4104: <dd>
1.30      deraadt  4105: There's nothing so odd about that. I'm sure they patented this
                   4106: protocol too.  After all, the IETF had a hand in it!
1.216     bentley  4107: <dt>Licenser:
                   4108: <dd>
1.30      deraadt  4109: No they didn't!
1.216     bentley  4110: <dt>Customer:
                   4111: <dd>
1.30      deraadt  4112: Did!
1.216     bentley  4113: <dt>Licenser:
                   4114: <dd>
1.30      deraadt  4115: Didn't!
1.216     bentley  4116: <dt>Customer:
                   4117: <dd>
1.30      deraadt  4118: Did, did, did and did!
1.216     bentley  4119: <dt>Licenser:
                   4120: <dd>
1.30      deraadt  4121: Oh, all right.
1.216     bentley  4122: <dt>Customer:
                   4123: <dd>
1.30      deraadt  4124: Spoken like a gentleman, sir.  Now, are you going to give me a CARP
                   4125: license?
1.216     bentley  4126: <dt>Licenser:
                   4127: <dd>
1.30      deraadt  4128: I promise you that there is no such thing.  You don't need one.
1.216     bentley  4129: <dt>Customer:
                   4130: <dd>
1.30      deraadt  4131: In that case, give me a Firewall License.
1.216     bentley  4132: <dt>Licenser:
                   4133: <dd>
1.30      deraadt  4134: A license?
1.216     bentley  4135: <dt>Customer:
                   4136: <dd>
1.30      deraadt  4137: Yes.
1.216     bentley  4138: <dt>Licenser:
                   4139: <dd>
1.30      deraadt  4140: For your firewall?
1.216     bentley  4141: <dt>Customer:
                   4142: <dd>
1.30      deraadt  4143: No.
1.216     bentley  4144: <dt>Licenser:
                   4145: <dd>
1.30      deraadt  4146: No?
1.216     bentley  4147: <dt>Customer:
                   4148: <dd>
1.30      deraadt  4149: No, half my firewall.  It had an accident.
1.216     bentley  4150: <dt>Licenser:
                   4151: <dd>
1.30      deraadt  4152: You're off your chump.
1.216     bentley  4153: <dt>Customer:
                   4154: <dd>
1.30      deraadt  4155: Look, if you intend by that utilization of an obscure colloquialism
1.43      deraadt  4156: to imply that my sanity is not entirely up to scratch, or indeed to deny the
1.30      deraadt  4157: semi-existence of my little half firewall, I shall have to ask you to
                   4158: listen to this!  Take it away CARP the orchestra leader!
1.216     bentley  4159: </dl>
                   4160: <p>
1.30      deraadt  4161: A zero... one.. A one zero one one<br>
1.216     bentley  4162: <p>
1.30      deraadt  4163: VRRP, philosophically,<br>
                   4164: must ipso facto standard be<br>
                   4165: But standard it<br>
                   4166: needs to be free<br>
1.174     guenther 4167: vis-&agrave;-vis<br>
1.30      deraadt  4168: the IETF<br>
                   4169: you see?<br>
1.216     bentley  4170: <p>
1.30      deraadt  4171: But can VRRP<br>
                   4172: be said to be<br>
                   4173: or not to be<br>
                   4174: a standard, see,<br>
                   4175: when VRRP can not be free,<br>
                   4176: due to some Cisco patentry..<br>
1.216     bentley  4177: <p>
1.30      deraadt  4178: Singing...<br>
1.216     bentley  4179: <p>
1.30      deraadt  4180: La Dee Dee, 1, 2, 3.<br>
                   4181: VRRP ain't free.<br>
                   4182: O P E N B S D<br>
                   4183: CARP is free<br>
1.216     bentley  4184: <p>
1.30      deraadt  4185: Is this wretched Cisco-eze<br>
                   4186: let through IETF to mean<br>
                   4187: my firewall must pay legal fees?<br>
                   4188: No! CARP and PF are Free!<br>
1.216     bentley  4189: <p>
1.30      deraadt  4190: Fiddle dee dum,<br>
                   4191: Fiddle dee dee,<br>
                   4192: CARP and PF are free.<br>
1.216     bentley  4193: <p>
1.30      deraadt  4194: 1 1 2,<br>
                   4195: Tee Hee Hee,<br>
                   4196: CARP and PF are free.<br>
1.216     bentley  4197: <p>
1.30      deraadt  4198: My firewall just keeps running, see,<br>
                   4199: bisected accidentally,<br>
                   4200: one summer afternoon by me.<br>
                   4201: Redundancy's good when free.<br>
1.216     bentley  4202: <p>
1.30      deraadt  4203: Redundancy must be free.<br>
                   4204: Redundancy must be free.<br>
1.216     bentley  4205: <p>
1.30      deraadt  4206: The End<br>
1.216     bentley  4207: <p>
1.30      deraadt  4208: Under the Geddy Lee?<br>
1.216     bentley  4209: <p>
1.30      deraadt  4210: No, Redundancy must be free!<br>
1.216     bentley  4211: <p>
1.30      deraadt  4212: Geddy must be free.<br>
1.216     bentley  4213:
                   4214: <td class=art>
                   4215: <img alt="" height=1800 width=360 src="images/35song.gif">
                   4216: </table>
                   4217:
                   4218: <p class=colophon>
                   4219: <span style="color:var(--green)">"CARP License"</span> sketch:<br>
1.30      deraadt  4220: Tony Binns as the Customer, Peter Rumpel as the Licenser.
1.216     bentley  4221: <span style="color:var(--green)">"Redundancy must be free"</span> song:<br>
1.30      deraadt  4222: Lead vocal by Peter Rumpel, backing vocals by Jonathan Lewis and Ty Semaka.
1.37      deraadt  4223: Piano by Janet Lewis, acoustic guitars by Chantal Vitalis.<br>
1.30      deraadt  4224: Bass and Geddy Lee questioning by Jonathan Lewis.
1.216     bentley  4225: Lyrics by Bob Beck.
1.30      deraadt  4226:
                   4227: <hr>
1.216     bentley  4228: <h2 id=34><a href="34.html">3.4</a>: "The Legend of Puffy Hood"</h2>
                   4229:
                   4230: <table class=song>
1.20      deraadt  4231: <tr>
1.216     bentley  4232: <td>
                   4233:
                   4234: <div class=download>
                   4235: 3:30
                   4236: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song34.mp3">(MP3 7.0MB)</a>
                   4237: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song34.ogg">(OGG 5.1MB)</a>
                   4238: <p>
1.126     deraadt  4239: <a href="34.html">OpenBSD 3.4</a> CD2 track 2 is an<br>
1.216     bentley  4240: uncompressed copy of this song.
                   4241: <p>
1.76      deraadt  4242: <a href="images/Hood.gif">
                   4243: <img height=343 width=255 alt="Puffy Hood" src="images/Hood.gif"></a>
1.216     bentley  4244: </div>
                   4245:
                   4246: <div class=commentary>
                   4247: <p>
1.20      deraadt  4248: Join Puffy Hood and his Funny Fish as they take on
1.26      deraadt  4249: the Sheriff (an unelected leader) and other evil
1.20      deraadt  4250: forces of the draconian government!
                   4251: <p>
                   4252: As we did for the 3.3 release, we have once again tried
                   4253: making release artwork and music which are allegorical
                   4254: of recent happenings.
                   4255: <p>
                   4256: Two years ago we became involved with the University
                   4257: of Pennsylvania and DARPA, who were funding us to do
                   4258: security research and development .. on things that
                   4259: we were already intending to do.  We provided ideas,
                   4260: wrote papers, and deployed cutting-edge technology;
                   4261: DARPA provided finances and reaped a share of the
                   4262: credit, and the University of Pennsylvania acted as
                   4263: a middle-man.  We accepted funding based on the
                   4264: promise that our freedom to operate as we wished
                   4265: was unaffected. To us, freedom is more important
1.214     bentley  4266: than funding &mdash; heck, we were dealing with the evil
1.20      deraadt  4267: forces of government, and needed to be careful.
                   4268: <p>
                   4269: A few months prior to this release, DARPA suddenly
                   4270: and without warning decided to withdraw that funding;
                   4271: they also aggressively backed out of contractual
1.185     tj       4272: obligations.  Many articles in the press followed regarding
1.67      jolan    4273: this sudden maneuver.  Apparently this hoopla happened
1.20      deraadt  4274: because an OpenBSD-related article in the Canadian
1.55      tom      4275: newspaper The Globe &amp; Mail had quoted Theo de Raadt
1.20      deraadt  4276: making anti-war statements regarding Iraq and the
                   4277: theft of oil.
                   4278: <p>
                   4279: The only answer given (to major media reporters) by a
                   4280: DARPA spokesperson (Jan Walker) was this:
                   4281: <p>
                   4282: &quot;As a result of the DARPA review of the
                   4283: project, and due to world events and the evolving
                   4284: threat posed by increasingly capable nation-states,
                   4285: the Government on April 21 advised the University
                   4286: to suspend work on the "security fest" portion of
                   4287: the project.&quot;
                   4288: <p>
                   4289: That almost toes the line of calling us terrorists!
                   4290: We had lost financial support, but the release of the
                   4291: statement above suddenly made us very happy to be free
                   4292: of any perceived obligation to such crazy people.
                   4293: <p>
                   4294: Since the termination came near natural contract
                   4295: termination (about 4 months remained), less damage
                   4296: than expected was sustained by the project.  Sponsors
                   4297: stepped forward and helped us make up the missing funds
                   4298: we needed to run our "Hackathon", and the event
1.61      grunk    4299: proceeded as planned.  We even had T-shirts made with
1.20      deraadt  4300: "Workstations of Mass Development" artwork for those
                   4301: developers who attended (sorry, they are not for sale).
                   4302: <p>
                   4303: We could not make stories like this up.  So instead,
                   4304: we are making up an allegory about it, using the tale
                   4305: of Robin Hood.
1.216     bentley  4306: </div>
                   4307:
                   4308: <td class=lyrics>
                   4309: <p>
1.20      deraadt  4310: Sir Puffy of Ramsay was a wandrin'<br>
                   4311: Through forests of seaweed all alone<br>
                   4312: He had found the crusades<br>
                   4313: were an endless charade<br>
                   4314: So for now he called Nothing Hack home<br>
1.216     bentley  4315: <p>
1.20      deraadt  4316: <br>
                   4317: One day he met Little Bob of Beckley<br>
                   4318: Beat him fair on a log-in by staff<br>
                   4319: Clever chums they did find<br>
                   4320: other fish of their kind<br>
                   4321: Thwarting evil with humppa and math<br>
1.216     bentley  4322: <p>
1.20      deraadt  4323: <br>
                   4324: Now trouble was a brewin' when the Good King was away<br>
                   4325: The Sheriff came a callin' for the poor to pay<br>
                   4326: With CD's and their freedom<br>
                   4327: for to share online<br>
                   4328: And burning down the village cause he was a slime<br>
1.216     bentley  4329: <p>
1.20      deraadt  4330: <br>
                   4331: So Puffy and his buddies took the booty from the rich<br>
                   4332: and turned it into a system to protect poor fish<br>
                   4333: Sent out by Hook or a Wim<br>
                   4334: to the teaming schools<br>
                   4335: Town cryers were on fire cause the crypto ruled!<br>
1.216     bentley  4336: <p>
1.20      deraadt  4337: <br>
                   4338: <em>Chorus:</em><br>
                   4339: They called it "BSD"!<br>
                   4340: And "Open" because it's always free<br>
                   4341: So raise up your glass and<br>
                   4342: three cheers to the Funny<br>
                   4343: Fish for never running<br>
                   4344: and making something good!<br>
                   4345: And here's to Puffy Hood!<br>
1.216     bentley  4346: <p>
1.20      deraadt  4347: <br>
                   4348: Aaaw! Word to the sea y'all<br>
                   4349: The Hood's a bad ball<br>
                   4350: Ya underneath he's a heathen and a traitor<br>
                   4351: He can take from you all and say "later!"<br>
                   4352: Think he's a hero?<br>
                   4353: Naw he ain't lovin' ya<br>
1.24      deraadt  4354: He gettin' richer than Bill Gates and Dubya<br>
1.20      deraadt  4355: Read the Wanted poster<br>
                   4356: of Sheriff Plac-o-derm fool<br>
                   4357: We gettin' back the booty<br>
                   4358: or we take away your worms too<br>
1.216     bentley  4359: <p>
1.20      deraadt  4360: <br>
                   4361: Yo! Word to the classes<br>
                   4362: Put on your glasses<br>
                   4363: I guess the Sheriff is King till this passes<br>
                   4364: Times are a changin' and movin' so fast<br>
1.157     deraadt  4365: He says "Give me your freedom,<br>
1.20      deraadt  4366: I'll grasp it and pass it to brass<br>
                   4367: who can hash it for weapons of massive distraction.<br>
                   4368: And hand me the bastards that brashly amassed from the cash<br>
                   4369: happy faction of oily and gassy co-action".<br>
                   4370: No! Don't hand em dick, grab a stick, keep attacking for freedom<br>
                   4371: and hack till the King cometh back and leave em'<br>
1.216     bentley  4372: <p>
1.20      deraadt  4373: <br>
                   4374: Then trouble was a rollin' with an army on the run<br>
1.25      deraadt  4375: The Sheriff came a callin' for the spikey one<br>
1.20      deraadt  4376: And took back all the booty<br>
                   4377: Puff intended for the poor<br>
                   4378: The Arch-a-thon went on despite the mighty roar<br>
1.216     bentley  4379: <p>
1.20      deraadt  4380: <br>
                   4381: Puff snuck into the castle, and found the treasure hill<br>
                   4382: And also found Maid Marlin held against her will<br>
                   4383: He loaded all the loot<br>
1.157     deraadt  4384: to give it back and big surprise<br>
1.20      deraadt  4385: He took the maiden too, 'cause she was easy on the eyes<br>
1.216     bentley  4386: <p>
1.20      deraadt  4387: <br>
                   4388: <em>Chorus:</em><br>
                   4389: They called it "BSD"!<br>
                   4390: And "Open" because it's always free<br>
                   4391: So raise up your glass and<br>
                   4392: three cheers to the Funny<br>
                   4393: Fish for never running<br>
                   4394: and making something good!<br>
                   4395: And here's to Puffy Hood!<br>
                   4396:
1.216     bentley  4397: <td class=art>
                   4398: <img alt="" height=1440 width=263 src="images/34song.gif">
                   4399: </table>
                   4400:
                   4401: <p class=colophon>
1.20      deraadt  4402: Music, Co-arrangement, Recording, Mixing, Drum Programming,
                   4403: Bass, Organ, and Violin by Jonathan Lewis.
                   4404: Co-Arrangement, Lyrics, and Main Vocals by Ty Semaka.
                   4405: Back-vocals by Bob Beck, Calvin Beck, Theo de Raadt, Alan Kolodziejzyk,
1.55      tom      4406: Jonathan Lewis &amp; Peter Valchev.
1.20      deraadt  4407: <br>
                   4408: Rap #1 by Richard Sixto.
                   4409: Guitar by Chantal Vitalis.
                   4410:
1.23      jose     4411: <hr>
1.216     bentley  4412: <h2 id=33><a href="33.html">3.3</a>: "Puff the Barbarian"</h2>
                   4413:
                   4414: <table class=song>
1.11      deraadt  4415: <tr>
1.216     bentley  4416: <td>
                   4417:
                   4418: <div class=download>
                   4419: 4:00
                   4420: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song33.mp3">(MP3 7.5MB)</a>
                   4421: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song33.ogg">(OGG 3.3MB)</a>
                   4422: <p>
1.126     deraadt  4423: <a href="33.html">OpenBSD 3.3</a> CD2 track 2 is an<br>
1.216     bentley  4424: uncompressed copy of this song.
                   4425: <p>
1.76      deraadt  4426: <a href="images/Barbarian.gif">
                   4427: <img height=343 width=255 alt="Puff the Barbarian" src="images/Barbarian.gif"></a>
1.216     bentley  4428: </div>
                   4429:
                   4430: <div class=commentary>
                   4431: <p>
1.69      deraadt  4432: Like other Barbarians before him, Puff has had to
                   4433: face some pretty crazy challenges.
1.216     bentley  4434: <p>
1.69      deraadt  4435: This song is an allegory of the recent difficulties
                   4436: we went through dealing with Sun, who refused our
                   4437: request for documentation about their UltraSPARC
                   4438: III processors.  We want documentation, because
                   4439: these are the fastest processors with a per-page
                   4440: eXecute bit in the MMU, needed to fully support
                   4441: our new W^X security feature.  In the meantime,
                   4442: the AMD Hammer has come onto the scene, and
                   4443: this processor supports an eXecute bit in 64-bit
1.216     bentley  4444: mode.
                   4445: <p>
1.36      deraadt  4446: And it is going to be faster...<br>
1.216     bentley  4447: </div>
                   4448:
                   4449: <td class=lyrics>
                   4450: <p>
1.11      deraadt  4451: Deep through the mists of time<br>
                   4452: Gaze to the crystal ball<br>
                   4453: Back to the age of darkness<br>
                   4454: Black was the protocol<br>
                   4455: <p>
                   4456: A King ruled the web with fear<br>
                   4457: Spilling the blood of men<br>
                   4458: Then from the ocean came<br>
                   4459: Puff the Barbarian<br>
1.216     bentley  4460: <p>
1.17      deraadt  4461: <br>
1.11      deraadt  4462: Born in a tiny bowl Puff was a pet<br>
                   4463: Sold into slav-er-y by the man<br>
                   4464: Eating the weeds till he was strong enough<br>
                   4465: Breaking his bonds like nobody can<br>
                   4466: <p>
                   4467: Down the sewer pipes of Hell<br>
                   4468: A thousand kitties then did bleed<br>
                   4469: Constraints were slain as well<br>
                   4470: Hacked his way out to the C<br>
                   4471: <p>
                   4472: And there he found<br>
                   4473: His destiny<br>
                   4474: Hammer of the Ocean God<br>
                   4475: "Xor taking care of me"<br>
                   4476: <p>
                   4477: Then in a dream Xor requested he<br>
                   4478: "Go to the Sun King, get what I yearn<br>
                   4479: Kernighan saw it, prophet of the C<br>
1.214     bentley  4480: Knowledge &mdash; so they may never return"<br>
1.11      deraadt  4481: <p>
                   4482: At the tower Puff appealed<br>
                   4483: For the wisdom of the One<br>
                   4484: Denied, his mind did reel<br>
                   4485: Puff was getting tired of Sun<br>
                   4486: <p>
                   4487: Broke down the guard<br>
                   4488: Cause math is hard<br>
1.18      deraadt  4489: Saw McNealy on his throne<br>
1.11      deraadt  4490: All alone and only bones<br>
                   4491: <p>
                   4492: Come the Sun King blade ablur<br>
                   4493: Hammer down eclipse the Sun<br>
                   4494: And Puff, the land secured<br>
                   4495: The new King Barbarian!<br>
1.216     bentley  4496:
                   4497: <td class=art>
                   4498: <img alt="" height=640 width=260 src="images/33song.gif">
                   4499: </table>
                   4500:
                   4501: <p class=colophon>
1.11      deraadt  4502: Written and arranged by Ty Semaka.
                   4503: Co-arranged, recorded, mixed &amp; mastered by Jonathan Lewis.
                   4504: Vocals by DeVille, guitar by Sean Desmond, bass by Ian Knox,
                   4505: drums by John McNiel, violin by Jonathan Lewis.
                   4506:
                   4507: <hr>
1.216     bentley  4508: <h2 id=32><a href="32.html">3.2</a>: "Goldflipper"</h2>
                   4509:
                   4510: <table class=song>
1.11      deraadt  4511: <tr>
1.216     bentley  4512: <td>
                   4513:
                   4514: <div class=download>
                   4515: 3:00
                   4516: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song32.mp3">(MP3 2.5MB)</a>
                   4517: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song32.ogg">(OGG 2.3MB)</a>
                   4518: <p>
1.126     deraadt  4519: <a href="32.html">OpenBSD 3.2</a> CD2 track 2 is an<br>
1.216     bentley  4520: uncompressed copy of this song.
                   4521: <p>
1.76      deraadt  4522: <a href="images/MrPond.gif">
                   4523: <img height=313 width=255 alt="Mr Pond" src="images/MrPond.gif"></a>
1.216     bentley  4524: </div>
                   4525:
                   4526: <td class=lyrics>
                   4527: <p>
1.9       millert  4528: Goldflipper<br>
                   4529: With golden skin<br>
                   4530: and flippers as sharp as a knife<br>
                   4531: He's the machine<br>
                   4532: Designed to dismember your life<br>
                   4533: <p>
                   4534: And the fish<br>
                   4535: Protecting us all from the cat<br>
                   4536: And the cat<br>
                   4537: Infecting the wo-orld for a laugh<br>
                   4538: <p>
                   4539: Cyborg on a mission<br>
                   4540: To do some Puff fishin'<br>
                   4541: The doctor wants fugu tonight!<br>
                   4542: <p>
                   4543: (short instrumental intro)
1.1       deraadt  4544: <p>
1.9       millert  4545: You'll need some machismo to<br>
                   4546: catch the spikey one<br>
                   4547: He's got guts and gizmos to<br>
                   4548: make the system run<br>
1.1       deraadt  4549: <p>
1.9       millert  4550: But Flip's here for fun<br>
                   4551: and without a gun<br>
                   4552: He'll dice you with his Golden fin<br>
1.1       deraadt  4553: <p>
1.9       millert  4554: She's all over Puff cause he's<br>
                   4555: such a sexy catch<br>
                   4556: Is she spying on him or<br>
                   4557: just a seafood match?<br>
1.1       deraadt  4558: <p>
1.9       millert  4559: Oh double seven<br>
                   4560: Send me to Heaven<br>
                   4561: Cause for Mr. Po-o-o-ond<br>
1.1       deraadt  4562: <p>
1.9       millert  4563: The women are fond<br>
                   4564: She knows what to do<br>
                   4565: She'll turn Gold to goo<br>
1.1       deraadt  4566: <p>
1.9       millert  4567: Goldflipper is gone<br>
                   4568: Gold flipper's goooooooooooooone<br>
1.216     bentley  4569: </table>
                   4570:
                   4571: <p class=colophon>
1.9       millert  4572: Lyrics by Ty Semaka.  Arranged by Ty Semaka &amp; Jonathan Lewis.
                   4573: Base &amp; drum programming, recording, mixing &amp; mastering by
                   4574: Jonathan Lewis.  Vocals by Onalea Gilbertson.  Sax by Dan Meichel.
                   4575: Trumpet &amp; Trombone by Craig Soby.
1.1       deraadt  4576:
                   4577: <hr>
1.216     bentley  4578: <h2 id=31><a href="31.html">3.1</a>: "Systemagic"</h2>
                   4579:
                   4580: <table class=song>
1.11      deraadt  4581: <tr>
1.216     bentley  4582: <td>
                   4583:
                   4584: <div class=download>
                   4585: 3:00
                   4586: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song31.mp3">(MP3 2.9MB)</a>
                   4587: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song31.ogg">(OGG 2.3MB)</a>
                   4588: <p>
1.126     deraadt  4589: <a href="31.html">OpenBSD 3.1</a> CD2 track 2 is an<br>
1.216     bentley  4590: uncompressed copy of this song.
                   4591: <p>
1.76      deraadt  4592: <a href="images/Systemagic.jpg">
                   4593: <img width=255 height=323 alt="Systemagic" src="images/Systemagic.jpg"></a>
1.216     bentley  4594: </div>
                   4595:
                   4596: <td class=lyrics>
                   4597: <p>
1.1       deraadt  4598: BSD fight buffer reign<br>
                   4599: Flowing blood in circuit vein<br>
                   4600: Quagmire, Hellfire, RAMhead Count<br>
                   4601: Puffy rip attacker out<br>
                   4602: <p>
                   4603: Crackin' ze bathroom, Crackin' ze vault<br>
                   4604: Tale of the script, HEY! Secure by default<br>
                   4605: <p>
                   4606: Can't fight the Systemagic<br>
                   4607: &Uuml;ber tragic<br>
                   4608: Can't fight the Systemagic<br>
                   4609: <p>
                   4610: Sexty second, black cat struck<br>
                   4611: Breeding worm of crypto-suck<br>
                   4612: Hot rod box unt hunting wake<br>
                   4613: Vampire omellete, kitten cake<br>
                   4614: <p>
                   4615: Crackin' ze boardroom, Crackin' ze vault<br>
                   4616: Rippin' ze bat, HEY! Secure by default<br>
                   4617: <p>
                   4618: Chorus
                   4619: <p>
                   4620: Cybersluts vit undead guts<br>
                   4621: Transyl-viral coffin muck<br>
                   4622: Penguin lurking under bed<br>
                   4623: Puffy hoompa on your head<br>
                   4624: <p>
                   4625: Crackin' ze bedroom, Crackin' ze vault<br>
                   4626: Crackin' ze whip, HEY! Secure by default<br>
                   4627: Crackin' ze bedroom, Crackin' ze vault<br>
                   4628: Crackin' ze whip, HEY! Secure by default<br>
                   4629: <p>
1.216     bentley  4630: Chorus
                   4631: </table>
                   4632:
                   4633: <p class=colophon>
1.3       ian      4634: Produced &amp; Directed by Ty Semaka and Ian Knox.
1.1       deraadt  4635: Written, Arranged and Performed by Ty Semaka (vocals, lyrics), Ian Knox (bass,
                   4636: drum programming), and Sean Desmond (guitar).
1.3       ian      4637: Recorded &amp; Mixed at Ruffmix Audio Productions (Calgary) by Kelly Mihalicz.
1.1       deraadt  4638: Mastered by Jonathan Lewis.
                   4639:
1.8       millert  4640: <hr>
1.216     bentley  4641: <h2 id=30><a href="30.html">3.0</a>: "E-Railed (OpenBSD Mix)"</h2>
                   4642:
                   4643: <table class=song>
                   4644: <tr>
                   4645: <td>
                   4646:
                   4647: <div class=download>
                   4648: 3:00
                   4649: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song30.mp3">(MP3 2.9MB)</a>
                   4650: <a href="https://ftp.openbsd.org/pub/OpenBSD/songs/song30.ogg">(OGG 2.3MB)</a>
1.11      deraadt  4651: <p>
1.126     deraadt  4652: <a href="30.html">OpenBSD 3.0</a> CD2 track 2 is an<br>
1.216     bentley  4653: uncompressed copy of this song.
                   4654: <p>
1.76      deraadt  4655: <a href="images/Rock.jpg">
                   4656: <img width=255 height=323 alt="Rock" src="images/Rock.jpg"></a>
1.216     bentley  4657: </div>
                   4658:
                   4659: <td class=lyrics>
                   4660: <p>
1.9       millert  4661: Don't tell anyone I'm free<br>
                   4662: Don't tell anyone I'm free<br>
1.8       millert  4663: <p>
1.9       millert  4664: During these hostile and trying times and what-not<br>
                   4665: OpenBSD may be your family's only line of defense<br>
1.8       millert  4666: <p>
1.9       millert  4667: I'm secure by default<br>
1.8       millert  4668: <p>
1.27      deraadt  4669: They that can give up liberty to obtain a little temporary safety<br>
1.9       millert  4670: deserve neither liberty nor safety<br>
1.8       millert  4671: <p>
1.9       millert  4672: RELEASE TIME!!!!<br>
1.8       millert  4673: <p>
1.16      deraadt  4674: Stay off, stay off, stay off...<br>
1.9       millert  4675: I'm secure by default<br>
                   4676: stay off, stay off, stay off<br>
1.216     bentley  4677: </table>
                   4678:
                   4679: <p class=colophon>
1.9       millert  4680: By The Plaid Tongued Devils. Produced &amp; Arranged by Ty Semaka &amp; Wynn Gogol.
                   4681: Written &amp; Performed by Gordon Chipp Robb (bass line),
1.35      nick     4682: John McNiel (drums), Ty Semaka (vocals &amp; lyrics), and Wynn Gogol (programming).
1.9       millert  4683: Recorded, Mixed &amp; Mastered by Wynn Gogol of Workshop Recording Studios (Victoria BC).
1.216     bentley  4684: Check out <a href="https://www.thedevils.com/">thedevils.com</a>