The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: clemc@ccc.com (Clem Cole)
Subject: [TUHS] A repository with 44 years of Unix evolution gets the MSR '15 Best Data Showcase Award
Date: Tue, 19 May 2015 10:53:54 -0400	[thread overview]
Message-ID: <CAC20D2NRLhTcR05eLZcS1ZNkBgZa-BTLrH8aw9KTppRJjyrMAw@mail.gmail.com> (raw)
In-Reply-To: <555A4699.5060107@aueb.gr>

Diomidis,

What a wonderful gift to the community.   Thank you.

Clem Cole

On Mon, May 18, 2015 at 4:07 PM, Diomidis Spinellis <dds at aueb.gr> wrote:

> Since early 2013 I've occasionally asked this list for help, and shared
> the progress regarding the creation of a Unix Git repository containing
> Unix releases from the 1970s until today [1].
>
> On Saturday I presented this work [2, 3] at MSR '15: The 12th Working
> Conference on Mining Software Repositories, and on Sunday I discussed
> the work with the participants over a poster [4] (complete with commits
> shown in a teletype (lcase) and a VT-220 font).  Amazingly, the work
> received the conference's "Best Data Showcase Award", for which I'm
> obviously very happy.
>
> I'd like to thank again the many individuals who contributed to the
> effort. Brian W. Kernighan, Doug McIlroy, and Arnold D. Robbins helped
> with Bell Labs login identifiers. Clem Cole, Era Eriksson, Mary Ann
> Horton, Kirk McKusick, Jeremy C. Reed, Ingo Schwarze, and Anatole Shaw
> helped with BSD login identifiers. The BSD SCCS import code is based on
> work by H. Merijn Brand and Jonathan Gray.
>
> A lot of work remains to be done.  Given that the build process is
> shared as open source code, it is easy to contribute additions and fixes
> through GitHub pull requests on the build software repository [5], but
> if you feel uncomfortable with that, just send me email. The most useful
> community contribution would be to increase the coverage of imported
> snapshot files that are attributed to a specific author. Currently,
> about 90 thousand files (out of a total of 160 thousand) are getting
> assigned an author through a default rule. Similarly, there are about
> 250 authors (primarily early FreeBSD ones) for which only the identifier
> is known. Both are listed in the build repository's unmatched directory
> [6], and contributions are welcomed (start with early editions; I can
> propagate from there). Most importantly, more branches of open source
> systems can be added, such as NetBSD OpenBSD, DragonFlyBSD, and illumos.
> Ideally, current right holders of other important historical Unix
> releases, such as System III, System V, NeXTSTEP, and SunOS, will
> release their systems under a license that would allow their
> incorporation into this repository.  If you know people who can help in
> this, please nudge them.
>
> --Diomidis
>
> [1] https://github.com/dspinellis/unix-history-repo
> [2]
>
> http://www.dmst.aueb.gr/dds/pubs/conf/2015-MSR-Unix-History/html/Spi15c.html
> (HTML)
> [3]
> http://www.dmst.aueb.gr/dds/pubs/conf/2015-MSR-Unix-History/html/Spi15c.pdf
> (PDF)
> [4]
> http://www.dmst.aueb.gr/dds/pubs/conf/2015-MSR-Unix-History/html/poster.pdf
> (105MB)
> [5] https://github.com/dspinellis/unix-history-make
> [6]
> https://github.com/dspinellis/unix-history-make/tree/master/src/unmatched
>
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150519/db46ac41/attachment.html>


  parent reply	other threads:[~2015-05-19 14:53 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18 20:07 Diomidis Spinellis
2015-05-19  9:24 ` Tom Ivar Helbekkmo
2015-05-19 10:04   ` Erik E. Fair
2015-05-19 13:19     ` Jacob Goense
2015-05-19 13:48       ` Steffen Nurpmeso
2015-05-19 14:36         ` SPC
2015-05-19 15:55   ` Warner Losh
2015-05-19 16:48     ` Tom Ivar Helbekkmo
2015-05-19 17:30       ` Clem Cole
2015-05-19 18:06         ` Tom Ivar Helbekkmo
2015-05-19 18:55         ` cowan
2015-05-20  3:07           ` Andy Kosela
2015-05-19 14:53 ` Clem Cole [this message]
2015-05-21  1:42 ` Derrik Walker v2.0
2015-05-21 11:50   ` Diomidis Spinellis
2015-05-21 15:09     ` cowan
2015-05-21 15:49       ` Clem Cole
2015-05-21 17:03         ` Jacob Ritorto
2015-05-21 18:04           ` Clem Cole
2015-05-25 16:46             ` Mary Ann Horton
2015-05-25 17:21               ` John Cowan
2015-05-25 21:15               ` Cory Smelosky
2015-05-26 17:55               ` Scot Jenkins
2015-05-29 14:14                 ` Mary Ann Horton
2015-05-22  0:17         ` John Cowan
2015-05-26 19:12   ` Doug McIntyre
2015-05-21 19:54 ` scj
2015-05-19 15:40 Doug McIlroy
2015-05-19 16:26 ` cowan
2015-05-19 17:29   ` Doug McIlroy
2015-05-21 19:41     ` scj
2015-05-25 19:05 Noel Chiappa
2015-05-26 10:07 Berny Goodheart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAC20D2NRLhTcR05eLZcS1ZNkBgZa-BTLrH8aw9KTppRJjyrMAw@mail.gmail.com \
    --to=clemc@ccc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).