> Where did you find the BBN TCP/IP stack?
Several tapes of it survived in the CSRG archives,
currently held by the Bancroft Library at Berkeley.
I just discovered that Kirk McKusick has made a new DVD that covers a much broader set of
software than his earlier 4 CD set:
https://www.mckusick.com/csrg/
(see bottom of the page, one but last paragraph).
This new DVD includes the surviving BBN VAX TCP source code; it is not on the earlier 4 CD
set.
Paul
Begin forwarded message:
> From: Paul Ruizendaal <pnr(a)planet.nl>
> Subject: Re: [TUHS] V6 networking & alarm syscall
> Date: 13 January 2019 11:52:19 GMT+01:00
> To: TUHS main list <tuhs(a)minnie.tuhs.org>
>
> Where did you find the BBN TCP/IP stack?
>
> Easiest place to find it is the TUHS Unix Tree page:
>
https://www.tuhs.org//cgi-bin/utree.pl?file=BBN-Vax-TCP
>
Several tapes of it survived in the CSRG archives,
currently held by the Bancroft Library at Berkeley.
>
> A late version of the tcp/ip routines survived at the Stanford SAIL archives,
currently online here:
>
https://www.saildart.org/[IP,SYS]/
> (mixed in with sources for WAITS).
>
> A much evolved version is in the BSD SCCS history:
>
https://github.com/weiss/original-bsd/tree/master/sys/deprecated/bbnnet
> Note that the location ‘deprecated’ is where the code ended up. Back in 1985 it would
have been in the normal build path, but SCCS does not preserve that.
>
> Paul