From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7d248150 for ; Tue, 3 Dec 2019 19:26:37 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 9474D9C5F9; Wed, 4 Dec 2019 05:26:35 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 92D6F9B7EE; Wed, 4 Dec 2019 05:26:03 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1575401188; bh=shqnTKpfCEjtoJD1t8T3CyxzmNZP7yZqKfiF7PNIwUY=; h=Date:From:To:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=1k/Nz7HCmBULRp9TrJ7tVmlk4EheDwCKGIZULgf7nJPKZBKzvyNRzgKWC2UyFHHS3 5xyx2SpgiU7aNkpFnhx6QKuEmjaufClYiZNfaoBUkpgTfLZIQIc2jgANHvzvY5cGBl XLTcSIgwAexGlIRbhZRcf473tTAsBjngGjOInWR0= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 177DE9B79B; Wed, 4 Dec 2019 05:26:00 +1000 (AEST) Date: Wed, 4 Dec 2019 05:26:00 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20191203192600.GA27838@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [TUHS] Two BSD Additions to the Unix Archive 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" All, we have a couple of new BSD-related additions to the Unix Archive. Steven Schulz has made an installation tape of 2.11BSD which includes all the patches up to patch level 457. It's available at: https://www.tuhs.org/Archive/Distributions/UCB/2.11BSD_patch457/ Mike Haertel has done a great job of reconstructing the September 1, 1981 release of 4.1BSD. His work is now available at: https://www.tuhs.org/Archive/Distributions/UCB/4.1BSD-19810901-reconstructed/ Cheers & thanks to both Steven and Mike, Warren