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.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 8da52780 for ; Sat, 12 Jan 2019 12:05:02 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 73C7494678; Sat, 12 Jan 2019 22:05:01 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 59AC394666; Sat, 12 Jan 2019 22:04:37 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B9EF794666; Sat, 12 Jan 2019 22:04:32 +1000 (AEST) Received: from nb3.reedmedia.net (nb3.reedmedia.net [71.19.148.35]) by minnie.tuhs.org (Postfix) with ESMTPS id 5480793D29 for ; Sat, 12 Jan 2019 22:04:32 +1000 (AEST) Received: from [47.185.49.132] (helo=reedmedia.net) by nb3.reedmedia.net with esmtpa (Exim 4.89) (envelope-from ) id 1giI1f-0006lH-Us; Sat, 12 Jan 2019 12:04:32 +0000 Received: from reed@reedmedia.net by reedmedia.net with local (mailout 0.17) id 590-1547294668; Sat, 12 Jan 2019 06:04:29 -0600 Date: Sat, 12 Jan 2019 06:04:27 -0600 (CST) From: reed@reedmedia.net X-X-Sender: reed@t1.m.reedmedia.net To: Larry McVoy In-Reply-To: <20190111221853.GB7733@mcvoy.com> Message-ID: References: <39F862F7-7C4B-4A09-B838-942BE0FD2626@planet.nl> <1581c01d4a9c2$ffed5340$ffc7f9c0$@ronnatalie.com> <20190111221853.GB7733@mcvoy.com> User-Agent: Alpine 2.21 (NEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [TUHS] V6 networking & alarm syscall 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 main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Fri, 11 Jan 2019, Larry McVoy wrote: > On Fri, Jan 11, 2019 at 04:08:25PM -0600, reed@reedmedia.net wrote: > > Can someone tell me about SCCS behaviour when renaming/moving or > > deleting files? ... > SCCS didn't know about renames, it was strictly checkin/checkout. ... > Anyhoo, I digress, that's all BitKeeper, not SCCS. If you have > the SCCS history somewhere where I can get it I might be able to > find the file you want. Just point me at (I know I have that > set somewhere but no idea where they are). I was surprised that I didn't see the files at the TUHS archives. I put the SCCS and s. files into http://reedmedia.net/~reed/tmp/4.1c1-sccs.tar.gz 1.4MB 408 files I was looking for the early select() code from ~1981. The earliest I found was kern_descrip.c from 82/07/15. I think the original source file got deleted or the file was renamed and lost its history (and the original SCCS s. file was lost). Thanks