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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23796 invoked from network); 19 Feb 2022 19:30:18 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 19 Feb 2022 19:30:18 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id ABE2E945A8; Sun, 20 Feb 2022 05:30:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 975E093D52; Sun, 20 Feb 2022 05:29:48 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="pG+g0Hax"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 8270493D52; Sun, 20 Feb 2022 05:29:39 +1000 (AEST) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by minnie.tuhs.org (Postfix) with ESMTPS id 5C23793D51 for ; Sun, 20 Feb 2022 05:29:38 +1000 (AEST) Received: by mail-qv1-f41.google.com with SMTP id c14so21704660qvl.12 for ; Sat, 19 Feb 2022 11:29:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=j/YjYjAnIDi84mkdR6I10HwINAWbjNH0uyfSbdOhWJE=; b=pG+g0Hax5SHWYg6jGjQ9AXQlewbsqAKSZ+6U+gWxMHJAATJxhEdpcgcHofwn2WP6z1 TrBwg1rbQN0Rf6Xk/J0r8NV6V9q3a95BnEvdplfM1//NQkogu2gqIlrDEsU9WdMla+uk Sn7xPyX30s+NPFkX+239veqrMWSRulqxUaS9A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=j/YjYjAnIDi84mkdR6I10HwINAWbjNH0uyfSbdOhWJE=; b=dT/TMcy4p4t1K57n36HW467JDGmiLh9VuWVogLEbe+yjKlMXdcewWn9+cIcndlG+m+ MMXAJ5RPu624lwUev27oY5wwsmpCYQA1DXYJ9o4NDZLg+Gwvf8oJc1RPU244iqY4pDTB HhpFPiepLMEB9eCZzhKixFY8fxokz1prEdgtgF2A+0geN2k++nkLD3E9MKOtxmTHub0p 5hx4Ru74OJjXi7B6O+ayBUTBUuvYv6bHUc+meAyl8lP80qc3V7hy+NnNXSSSmpGjo3ID YALUIrptyUgOdprSOzfEmDc3QJE6jYbT40nFAV0ZZHe8fcbxMJucENRF+6//cniVS1me VGBA== X-Gm-Message-State: AOAM531YKI7NMnkymz+eXWicNqW8FxnIGP9cHSXPkUj3flKqKoQRFpiU MJ6ERlFisfWHY0JTOofFr0W/6P2R06tt+LvMQ4qm+w== X-Google-Smtp-Source: ABdhPJzSWhoV3IS4lUzeVqoYWktY8r7uXZbSef2XrGqZ3ak58TrljAnouggvUhqS+ANthwAkGplWqLk8aUnR7yeZZEg= X-Received: by 2002:a05:622a:1a8d:b0:2de:6b8:e8ca with SMTP id s13-20020a05622a1a8d00b002de06b8e8camr189396qtc.373.1645298977340; Sat, 19 Feb 2022 11:29:37 -0800 (PST) MIME-Version: 1.0 References: <8102A7AB-21F5-477D-8D37-5412103CD396@iitbombay.org> In-Reply-To: From: Clem Cole Date: Sat, 19 Feb 2022 14:29:11 -0500 Message-ID: To: Rob Pike Content-Type: multipart/alternative; boundary="0000000000001814a905d86405f6" Subject: Re: [TUHS] v7 source code for sh 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: Bakul Shah , TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --0000000000001814a905d86405f6 Content-Type: text/plain; charset="UTF-8" On Sat, Feb 19, 2022 at 1:44 PM Rob Pike wrote: > I did the same to adb, which turned out to have a really good debugger > hidden under a few serious bugs of its own, which I fixed. > Amen ... still my favorite. A number of us fixed them too. In fact, we put it into the kernel as kdb in the Masscomp system. --0000000000001814a905d86405f6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Sat, Feb 19, 2022 at 1:44= PM Rob Pike <robpike@gmail.com= > wrote:
I did the same = to adb, which turned out to have a really good debugger hidden under a few = serious bugs of its own, which I fixed.
Amen ..= . still my favorite.=C2=A0 A number of us fixed them too. =C2=A0 In fact, w= e put it into the kernel as kdb in the Masscomp system.
--0000000000001814a905d86405f6--