From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 15901 invoked from network); 17 Mar 2021 21:26:37 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 17 Mar 2021 21:26:37 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id EECA39C221; Thu, 18 Mar 2021 07:26:32 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5E1E79B68A; Thu, 18 Mar 2021 07:26:21 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 61E229B68A; Thu, 18 Mar 2021 07:26:19 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id CFA059B688 for ; Thu, 18 Mar 2021 07:26:18 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 14BA235E1AF; Wed, 17 Mar 2021 14:26:18 -0700 (PDT) Date: Wed, 17 Mar 2021 14:26:18 -0700 From: Larry McVoy To: Josh Good Message-ID: <20210317212618.GA24642@mcvoy.com> References: <20210317203335.GA5249@naleco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210317203335.GA5249@naleco.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Surprised about Unix System V in the 80's - so sparse! X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Wed, Mar 17, 2021 at 09:33:37PM +0100, Josh Good wrote: > And that's it. The communications part only deals the Micnet (a serial-port > based local networking scheme), and UUCP. No mention at all of the words > "Internet" or "TCP/IP", no even in the Index. SCO got Lachman's TCP/IP stack (that they bought from Convergent) just after this timeframe. I know because I did the port. Also open sourced a sw (STREAMS watch) program I wrote so you could tune the kernel (kernel defaults yielded horrible performance). I still have that code if anyone cares, can't imagine it is interesting.