From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org 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 75206249 for ; Fri, 28 Sep 2018 23:25:04 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id A11C9A1DF1; Sat, 29 Sep 2018 09:25:03 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3B78BA1A73; Sat, 29 Sep 2018 09:24:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1538177099; bh=2/h3TLIkloM58zRVwbh9KgQvWGl8O2f0pCm4so3SBh0=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=IDdwvoGHX9FD1wangCeMZLjRfpBdTJji/dd5mFLwWmNoHB3W0X1kg2OdLn9F55Uaw JEcEoUJpplOtzJh1sjloICdUu9wsi9+dm6lSCjwWjIJpOV33Brb6+RdydNyWPuI7WP 9tnb020UlF2JwAhnWkGr+M0h4iVRyhtKtu/SHanI= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 56505A1A6D; Sat, 29 Sep 2018 09:24:58 +1000 (AEST) Date: Sat, 29 Sep 2018 09:24:58 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20180928232458.GA19886@minnie.tuhs.org> References: <20180928230444.GB17171@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180928230444.GB17171@minnie.tuhs.org> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Original Unix SOSP paper? 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sat, Sep 29, 2018 at 09:04:44AM +1000, Warren Toomey wrote: > Does anybody have a scan of the original SOSP paper? > I'd also like a copy of the 1974 reprint in CACM. Hah, I found a copy of the CACM reprint here: https://www2.cs.duke.edu/courses/cps210/spring16/resources/papers/p365-ritchie.pdf Cheers, Warren