From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RDNS_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: (qmail 27360 invoked from network); 22 Mar 2020 20:20:43 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from unknown (HELO minnie.tuhs.org) (45.79.103.53) by inbox.vuxu.org with ESMTP; 22 Mar 2020 20:20:43 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id AFFFB9D726; Mon, 23 Mar 2020 06:20:37 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3336D9D70D; Mon, 23 Mar 2020 06:20:14 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1584908429; bh=tejxIeoggIx5fB913IGYv4OUjCFbV00RqUz8liuJG8M=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=miD/xGvrqCdNfEZbP8x0ssEybWCeL8D4kB2ia3kuPi07wDtkMq9/ndmpC1OnuIVgs G55QRZBMeH0/KBRyGzubTuSUaiMHUTrJNnxCfvcCB/q39H52rOUgM9ynaoigx/iGsb ZvCB5FpxOkjsER605fPv/HBnS1u8EPiQ2NDVU/rU= Received: by minnie.tuhs.org (Postfix, from userid 1000) id E94119D70C; Mon, 23 Mar 2020 06:20:11 +1000 (AEST) Date: Mon, 23 Mar 2020 06:20:11 +1000 From: Warren Toomey To: Warner Losh Message-ID: <20200322202011.GA32609@minnie.tuhs.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] execl and execv, first appearance in unix 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 Sun, Mar 22, 2020 at 09:58:29AM -0600, Warner Losh wrote: > "from a working C compiler for 2nd Edition UNIX." > Does anybody know for sure, or can provide more insight into the last1120c.tar.g > z file to help disambiguate? Yes, all the details are on Dennis' web page: https://www.bell-labs.com/usr/dmr/www/primevalC.html Cheers! Warren