From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21927 invoked from network); 2 Mar 2023 04:16:53 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 2 Mar 2023 04:16:53 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id EE51B43651; Thu, 2 Mar 2023 14:16:46 +1000 (AEST) Received: from lechuck.jsg.id.au (jsg.id.au [193.114.144.202]) by minnie.tuhs.org (Postfix) with ESMTPS id 0D75443645 for ; Thu, 2 Mar 2023 14:16:42 +1000 (AEST) Received: from largo.jsg.id.au (largo.jsg.id.au [192.168.1.43]) by lechuck.jsg.id.au (OpenSMTPD) with ESMTPS id 4d588347 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 2 Mar 2023 15:16:40 +1100 (AEDT) Received: from localhost (largo.jsg.id.au [local]) by largo.jsg.id.au (OpenSMTPD) with ESMTPA id 11e770fa; Thu, 2 Mar 2023 15:16:39 +1100 (AEDT) Date: Thu, 2 Mar 2023 15:16:39 +1100 From: Jonathan Gray To: Noel Chiappa Message-ID: References: <20230301212916.0583418C07B@mercury.lcs.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230301212916.0583418C07B@mercury.lcs.mit.edu> Message-ID-Hash: G6XY6LQXNSSZZNSNSKFY23GLJY7CTO2X X-Message-ID-Hash: G6XY6LQXNSSZZNSNSKFY23GLJY7CTO2X X-MailFrom: jsg@jsg.id.au X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Unix v7 icheck dup problem List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed, Mar 01, 2023 at 04:29:16PM -0500, Noel Chiappa wrote: > > I'm not sure if 'fsck' would fix these > > Turns out it was called 'fcheck' when we had it. > > > I have a V6 one > > I'd already put it on my Web site, here: > > http://ana-3.lcs.mit.edu/~jnc/tech/unix/s1/fcheck.c > > if anyone wants it. That is close, but slightly different to the PWB fcheck.c https://www.tuhs.org/cgi-bin/utree.pl?file=PWB1/sys/source/s8/fcheck.c UNSW also had /* * chk: fast combination of icheck+dcheck * * Original from Vrije Universiteit, Amsterdam. * Modified by Kevin Hill, University of NSW. */ https://www.tuhs.org/cgi-bin/utree.pl?file=AUSAM/source/S/chk.c