From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 8008df6a for ; Thu, 30 Aug 2018 20:42:32 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 89AA7A1F01; Fri, 31 Aug 2018 06:42:31 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3ED5DA1A25; Fri, 31 Aug 2018 06:42:24 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 760DBA1A25; Fri, 31 Aug 2018 06:42:23 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 40CB3A1A1A for ; Fri, 31 Aug 2018 06:42:23 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 11D5A35E12C; Thu, 30 Aug 2018 13:42:23 -0700 (PDT) Date: Thu, 30 Aug 2018 13:42:23 -0700 From: Larry McVoy To: Warner Losh Message-ID: <20180830204223.GF664@mcvoy.com> References: <20180830194106.9E57818C0A2@mercury.lcs.mit.edu> <20180830202200.GC664@mcvoy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] SunOS code? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list , Noel Chiappa Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Aug 30, 2018 at 02:38:39PM -0600, Warner Losh wrote: > > I pulled all that crud out, put back the BSD tty code, > > and I had a SunOS we could have given away. > > Why would STREAMS and RFS be a problem post OpenSolaris? That was then, this is now. Back then they were definitely a problem. I nuked all the AT&T Sys V stuff in the kernel because that had perceived value to AT&T, they still thought Sys V was going to rule the world. So I took us back to BSD + Sun's work. Which was a more pleasant place anyway IMO.