Hi, I am curently writing an article about the history of open source. I
know all you can find on the Internet about the history of unix and BSD
and the conflict between these two when BSD decided to opensource. But I
could never find a copy of both licenses in the early days. I would like
to give examples of a license on which the source of a software was
delivered in the 70's. I browsed thru the sources of unix v5 and the
only copyright I found was in the code of the c compiler and it just
stated that it was copyrighted by Bell labs in 1972. I would think that
there was some kind of hard copy copyright that came with the tape on
wich the sources were originaly delivered. For BSD I found in the
source of 2.11BSD a reference to "The Berkeley software license
Agreement" but I don't have a copy of that document. I would appreciate
if someone would communicate with me by e-mail or thru this list to give
me some info about all that.
-M.R.-
This was for older PDP's like the 11, wasn't it? I have a Vaxstation
3100. I do have the SIMH PHP simulator running which can simulate an 11,
but I haven't done anything with it.
Richard.
You can now view the latest demos of our quality, fully-interactive
computer training products. Try our product for Free.
Microsoft Office, A+, i-Net+, MCP & hundreds more.
http://www.aarons-computer-training.com/demo_downloads.htm
Call us for an additional 10% off any order with this email.
Computer Training for Your Future - Success Guaranteed
The original question (from Ian KIng) was
> I'm looking for a copy of the C reference manual from some time between
> the 6th Edition (1975) and the first version that came with 4.3BSD
> (1986).
Some offered pointers to the 6th edition version (which is around
both at TUHS and also on my own home page.)
Norman observed that the standard V7 tapes omitted
the C manual from the documentation set, because
of the publication of K&R 1. However, it turns out
that in our own paper-published version of the 7th
edition, the then-current spec (very nearly
what became Appendix A of K&R 1) was indeed
printed. Probably some of these manuals were distributed
to people who got the tapes at that point.
The printed 7th edition also included a 1-page "Recent Pages
to C" addendum, describing the enum type, and
also confirming that structure assignment plus passing
and receiving structures to functions (promised for the
future in K&R 1) were available. At some point there
may have been an updated version of this--I don't have
it--confirming that the compiler now, indeed, treated
same-named members of different structures as distinct and
non-interfering.
I retyped this addendum, and it's now on my home page.
More lately, Aharon pointed out that SCO had offered
a (for-fee) fairly complete distribution of System III
under an Ancient Unix license, and was kind enough
to send it to me. It includes (under the name c_man)
a version that looks to be just about the same as
the version with the internal 7th edition.
This also includes the "Recent Changes" as an addendum.
(Amusingly, the enum example switches a color in its
example: "winedark" to "puce". I don't know who did this;
it could have been me!).
Another interesting complication I turned up in
investigating this is that Brian and I seem to have lost
the machine-readable source for the actual
Appendix A of K&R 1! (The rest of the text is still
around).
But to turn back to the original question: aside
from the "Recent Changes" page, and perhaps
some tweaking of the table of supported machines
and perhaps a few other fairly minor things,
there wasn't any significantly differing local C Reference
Manual between 7th ed / K&R 1, up to the ANSI
1989 standard. However, I should try to retrieve
what went into 4.3BSD-- I don't have a complete
copy of it.
Dennis
Norman Wilson recalled
> 22. Pike, R. "The Blit: A Multiplexed Graphics Terminal". _AT&T Bell
> Laboratories Technical Journal 63_, 8 (Oct. 1984).
> Rob described an earlier version of the Blit work in a USENIX talk
> at USENIX in January 1982 (Santa Monica CA). So far as I know it
> was just a talk, no paper, though he showed a canned demo on video
> tape.
By coincidence, one of the two videos made about early Blit
work is newly available in .mpg format: look near the
bottom of Rob Pike's page under Movies:
http://www.cs.bell-labs.com/who/rob/index.html
This was just now done by Gerard Holzmann.
Be aware that it is 43MB in size.
This version is spoken by actors, although the script
is Rob's.
The other Blit video is in Betacam format, and we don't
currently have a player for it, so it's not digitized.
I think it's silent, and presumably Rob talked during its
showing. This might be what accompanied the Usenix talk.
(By the way, there are two other, twice-as large
videos there: the Labscam tape, and Rob's appearance
on the David Letterman TV show with Penn and Teller.)
Dennis
If anyone has one of the SCO Ancient Unix licenses and a copy of the
archive that went with it, then they legally have the source to System
III. If such a person extracts sys3.tar.gz and looks in usr/src/man/docs
they'll find a file named `c_man' with the actual manual in it. I quote:
...
.SH "1. INTRODUCTION"
.PP
This manual
.FS
.ps +1
\(dg This manual is reprinted, with minor changes, from
.I "The C Programming Language"
by Brian W. Kernighan and Dennis M. Ritchie,
Prentice Hall, Inc., 1978.
.ps
.FE
describes the C language
...
What the legalities are of redistributing this, and/or generating
postscript from it, are, I don't know. Similar questions apply
to scanning in the ref man from a copy of K&R-I, which is now
out of print. (I wish Caldera had included System III in their
releasing of Ancient Unix. Sigh.)
I hope this helps, some.
Arnold
P.S. Completely unrelated, but I find it really cool how much of
the System III doc refers to C and Unix on the System/370...
> Subject: Re: [TUHS] C reference manual
> From: norman(a)nose.cs.utoronto.ca (Norman Wilson)
> To: tuhs(a)minnie.tuhs.org
> Date: Thu, 17 Oct 2002 09:13:22 -0400
>
> To forestall those who haven't looked: the good news is that
> the papers from Volume 2 of the manual were included in /usr/doc
> on the V7 tape; the bad news is that the C Reference Manual was
> omitted. Here is /usr/doc/cman in its entirety:
>
> Sorry, but for copyright reasons, the source
> for the C Reference Manual is not distributed.
>
> Presumably the problem was that the Reference Manual was published
> as part of the a real book in 1978.
>
> I forget just what Tony was after in the first place, but maybe
> some of the stuff on Dennis Ritchie's home page will help:
> http://www.cs.bell-labs.com/who/dmr/index.html
> In particular the Sixth Edtion version of the C Reference Manual
> is there.
>
> Norman Wilson
> Toronto ON
The machine which hosts this mailing list is scheduled to be down over the
Australian weekend due to power problems. It should be up on Monday
morning Australian time.
Warren
To forestall those who haven't looked: the good news is that
the papers from Volume 2 of the manual were included in /usr/doc
on the V7 tape; the bad news is that the C Reference Manual was
omitted. Here is /usr/doc/cman in its entirety:
Sorry, but for copyright reasons, the source
for the C Reference Manual is not distributed.
Presumably the problem was that the Reference Manual was published
as part of the a real book in 1978.
I forget just what Tony was after in the first place, but maybe
some of the stuff on Dennis Ritchie's home page will help:
http://www.cs.bell-labs.com/who/dmr/index.html
In particular the Sixth Edtion version of the C Reference Manual
is there.
Norman Wilson
Toronto ON
I have an original (in print) of the C reference manual from Unix 6th Ed, as
part of a multipart binder titled "Documents for Use With the Unix
Timesharing System", as well as the "UNIX Programmer's Manual", which is a
print copy of the man pages. I could probably scan the C ref in my copious
spare time, if you're not in a hurry. Warren, do you want to archive stuff
like this? -- Ian
-----Original Message-----
From: Tony Finch [mailto:dot@dotat.at]
Sent: Wednesday, October 16, 2002 1:10 PM
To: tuhs(a)minnie.tuhs.org
Cc: dot(a)dotat.at
Subject: [TUHS] C reference manual
I'm looking for a copy of the C reference manual from some time between
the 6th Edition (1975) and the first version that came with 4.3BSD
(1986). The stuff in the TUHS archive mostly seems to be missing the
documentation sets, or in the case of the earlier BSDs they are ommitted
for copyright reasons. There are some tutorials dating from about 1979
but they aren't much use.
Any help would be appreciated.
Tony.
--
f.a.n.finch <dot(a)dotat.at> http://dotat.at/
DOGGER: NORTHEAST 6 TO GALE 8 BACKING NORTHWEST 4 OR 5. RAIN OR SHOWERS.
MODERATE OR GOOD. _______________________________________________
TUHS mailing list
TUHS(a)minnie.tuhs.org http://minnie.tuhs.org/mailman/listinfo/tuhs
Hallo,
Most, if not all, of the V6-docs was distributed with V6 as troff sources.
At
http://www.ba-stuttgart.de/~helbig/os/
you'll find postscript versions of these docs.
Have fun,
Wolfgang