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=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26874 invoked from network); 17 Oct 2021 22:14:58 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 17 Oct 2021 22:14:58 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id D3A349CB76; Mon, 18 Oct 2021 08:14:51 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DEE409BD59; Mon, 18 Oct 2021 08:14:05 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=eschatologist.net header.i=@eschatologist.net header.b="W9EWbNJ4"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id B3BFD9BD59; Mon, 18 Oct 2021 08:14:01 +1000 (AEST) X-Greylist: delayed 601 seconds by postgrey-1.36 at minnie.tuhs.org; Mon, 18 Oct 2021 08:14:01 AEST Received: from donkey.elm.relay.mailchannels.net (donkey.elm.relay.mailchannels.net [23.83.212.49]) by minnie.tuhs.org (Postfix) with ESMTPS id 159039BA48 for ; Mon, 18 Oct 2021 08:14:01 +1000 (AEST) X-Sender-Id: dreamhost|x-authsender|cmhanson@eschatologist.net Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 437482E07BF for ; Sun, 17 Oct 2021 21:55:10 +0000 (UTC) Received: from pdx1-sub0-mail-a235 (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id A32472E0846 for ; Sun, 17 Oct 2021 21:55:09 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|cmhanson@eschatologist.net Received: from pdx1-sub0-mail-a235 (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.112.83.63 (trex/6.4.3); Sun, 17 Oct 2021 21:55:10 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|cmhanson@eschatologist.net X-MailChannels-Auth-Id: dreamhost X-Lyrical-Inform: 5a3597ab6dcbe716_1634507709945_2159250451 X-MC-Loop-Signature: 1634507709945:2526702077 X-MC-Ingress-Time: 1634507709944 Received: from smtpclient.apple (c-76-126-113-109.hsd1.ca.comcast.net [76.126.113.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: cmhanson@eschatologist.net) by pdx1-sub0-mail-a235 (Postfix) with ESMTPSA id 4HXYhY1hPrzx for ; Sun, 17 Oct 2021 14:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=eschatologist.net; s=eschatologist.net; t=1634507709; bh=AIQK7rhii0bo/77X6H5rBPIgFIM=; h=From:Content-Type:Content-Transfer-Encoding:Subject:Date:To; b=W9EWbNJ41LCGOiyCHQDso2S84OwAbcBUSb7ZhvILUBJOLLXoo50h2hqkqrCk+J0Na ZFtASdCbzyVBFSLgrkbpjy9gkKXDb8Zc3aiGVvxjjfZdR9NPPnV8FOfFbYXcgNTCr4 P7rY4KhDkbcg1Wjy+BCAPTmqqlPlk9XYAH5qg2Og= From: Chris Hanson Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.20.0.1.32\)) Message-Id: <7B72B4DE-19CD-49CA-AB95-3B30BA615EC6@eschatologist.net> Date: Sun, 17 Oct 2021 14:55:06 -0700 To: tuhs@minnie.tuhs.org X-Mailer: Apple Mail (2.3693.20.0.1.32) Subject: [TUHS] Minix 1.5 updates/patches? 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" I=E2=80=99ve gotten Minix 1.5 up and running on Hatari, the Atari ST = emulator, and I=E2=80=99d like to update it to the latest in the 1.5 = series (1.5.10.7). The patch sets used to be quite readily available, but the only patch = sets I=E2=80=99ve been able to find have been the 1.5.10.3 to 1.5.10.4 = patches posted to Usenet (via minnie, thanks!) which won=E2=80=99t apply = cleanly to my sources because I=E2=80=99m only running 1.5. (I know about the 1.6.25-on-Atari efforts, I=E2=80=99m trying to do = something different and also fill in some git history=E2=80=A6) =E2=80=94 Chris