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=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,HTML_FONT_LOW_CONTRAST, HTML_IMAGE_ONLY_16,HTML_MESSAGE,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 d3573f94 for ; Fri, 19 Apr 2019 18:45:04 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 6C27693D40; Sat, 20 Apr 2019 04:45:03 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 578C393D23; Sat, 20 Apr 2019 04:44:14 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="S7o1QrWC"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id B23F293D23; Sat, 20 Apr 2019 04:44:09 +1000 (AEST) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by minnie.tuhs.org (Postfix) with ESMTPS id B1EE493D21 for ; Sat, 20 Apr 2019 04:44:08 +1000 (AEST) Received: by mail-wr1-f46.google.com with SMTP id h4so7885777wre.7 for ; Fri, 19 Apr 2019 11:44:08 -0700 (PDT) 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=E+rEYWQgBGr2ijtmG7XC/XqUY7g/L3rFlMa1TRYPRrk=; b=S7o1QrWCxfNfzddCl5M2pjpMkZI5nX+SzOJ6Q6JOljfVdx8RpAsSwRoBgYb2aJLoT0 iRdznDYqLhmPzdXncS7KkSWJEaUN2UluU5LjW/u9K47ehHEuCK+x/4/ZX3vP/5ln0MIv t53AmniWiCMR2iMQWpGujqwyTKP3eOxzMKjjs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=E+rEYWQgBGr2ijtmG7XC/XqUY7g/L3rFlMa1TRYPRrk=; b=iWWPs1KlZcApIh4VUj3S0oSYDauogqiJSxnmNgs2hPt9ZOkOGEroTxFmFObm6I4rbn mSLEpo7rIcGWDYiUfp5xOqXOUIQPMY/3U89qPCuU7U80y6c/2cGAv4sAGxiFWIHjKoPV SEB78c4+yFYt4SFiRr2YhTJc7+hrY+XWKPieYJOxD1ixUZm8xgMiTGhpnqUF9ger/CMx uJSknjYpd2S7sDulk2mVG4Haf43HvIbl3tUz4HIZL08wlNbrP3mpgW5e9RadF+kpABle GeaScrZ1ZCP3aWiROKateM+ZfQSdOupTorFeivT13PJpb7WwIi17/l0YUaJHM48ahJP7 2qbg== X-Gm-Message-State: APjAAAXqBgBznVZDaB0xuCbJ3x1OCCVvqADaerwVA8uWRR7TMf981zuv OBChWkn7ac6H7nFCsZCMhZuf+Al7dR72h7Jk4eQfDgxVUqJu1g== X-Google-Smtp-Source: APXvYqzYl0jqJSAQhCU+R/sal6LInettnfQEB1dHz18WUSNJCI0G43pb4ZyG/h6/wckLUkrQ8/jNYlaI3wSlYP84wVY= X-Received: by 2002:adf:ee01:: with SMTP id y1mr4060805wrn.51.1555699446951; Fri, 19 Apr 2019 11:44:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Fri, 19 Apr 2019 14:43:40 -0400 Message-ID: To: "Jeremy C. Reed" Content-Type: multipart/alternative; boundary="000000000000e9c3b30586e68028" Subject: Re: [TUHS] looking for HOSTS.TXT parsers and how is /dev/net/HOSTNAME enabled? 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" --000000000000e9c3b30586e68028 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Apr 18, 2019 at 10:33 PM wrote: > This email is two parts. I am researching 1970's symbolic name to > network address mapping routines. > > 1) I am looking for parsers for ancient (pre mid 1982) HOSTS.TXT. Since > this is Unix list, for Unix is fine :) > Got to Warren's archives for BSD 4.2 and look for the htable(8) and gettable(8). I believe the parsing routines will be in htable(8). =E1=90=A7 --000000000000e9c3b30586e68028 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On T= hu, Apr 18, 2019 at 10:33 PM <reed= @reedmedia.net> wrote:
This email is two parts. I am = researching 1970's symbolic name to
network address mapping routines.

1) I am looking for parsers for ancient (pre mid 1982) HOSTS.TXT. Since this is Unix list, for Unix is fine :)

Got = to Warren's archives for BSD 4.2 and look for the htable(8) and gettabl= e(8).=C2=A0 I believe the parsing routines will be in htable(8).
3D""=E1=90=A7
--000000000000e9c3b30586e68028--