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.8 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 b5a39e04 for ; Thu, 5 Dec 2019 10:42:39 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 670FD9C604; Thu, 5 Dec 2019 20:42:38 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 1222094A16; Thu, 5 Dec 2019 20:42:05 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 561209BFF4; Thu, 5 Dec 2019 20:42:02 +1000 (AEST) X-Greylist: delayed 429 seconds by postgrey-1.36 at minnie.tuhs.org; Thu, 05 Dec 2019 20:42:01 AEST Received: from lb1-smtp-cloud9.xs4all.net (lb1-smtp-cloud9.xs4all.net [194.109.24.22]) by minnie.tuhs.org (Postfix) with ESMTPS id 4B85B94B55 for ; Thu, 5 Dec 2019 20:42:01 +1000 (AEST) Received: from mba2.fritz.box ([80.101.112.122]) by smtp-cloud9.xs4all.net with ESMTPA id coTAiMUuquT63coTBibYdJ; Thu, 05 Dec 2019 11:34:50 +0100 From: Paul Ruizendaal Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Message-Id: <698E9378-80A6-48F2-8B46-389B4A90ECD9@planet.nl> Date: Thu, 5 Dec 2019 11:34:48 +0100 To: TUHS main list X-Mailer: Apple Mail (2.3445.104.11) X-CMAE-Envelope: MS4wfDdHeXEKt3TRKmBuW1chG9c5uZdvVTaWqbNMaeIWUQywCgA0ufYFANsmqCFwmrpLbA4LBs+T5XUBkLlYGdNtCSsTDhnqMLDETWZMFdgTHPB8ZSzTZSrA boK0Btex1npxhdQedC9E6t8EgdLtokvb4s8hGGxgCSNUEqWvxQv3o1w0 Subject: [TUHS] Origins of PPP 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=99m looking for the origins of SLIP and PPP on Unix. Both seem = to have been developed long before their RFC=E2=80=99s appeared. As far as I can tell, SLIP originally appeared in 3COM=E2=80=99s UNET = for the PDP11, around 1980. =46rom the TUHS Unix tree, first appearance = in BSD seems to be 4.3 (1986). Not sure when PPP first appeared, but the linux man page for pppd has a = credit that goes back to Carnegie Mellon 1984. First appearance in BSD = seems to be FreeBSD 5.3 (2004), which seems improbably late (same = source). Paul=