From 8ef130a49773ca93ddedf3bbd254e601c7d157b1 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 4 May 1998 06:14:35 +0000 Subject: [PATCH] update for 2.3.5 --- NeXT/Makefile.top | 4 ++-- NeXT/if_ppp.c | 4 ++-- README | 19 +++++++++++++++++-- README.linux | 6 +++--- README.osf | 7 +++++-- README.sol2 | 6 ++++++ modules/if_ppp.c | 4 ++-- 7 files changed, 37 insertions(+), 13 deletions(-) diff --git a/NeXT/Makefile.top b/NeXT/Makefile.top index 456139b..1a8664b 100644 --- a/NeXT/Makefile.top +++ b/NeXT/Makefile.top @@ -1,6 +1,6 @@ # ppp top level makefile for NeXT systems # -# $Id: Makefile.top,v 1.3 1998/03/26 02:51:39 paulus Exp $ +# $Id: Makefile.top,v 1.4 1998/05/04 06:14:17 paulus Exp $ # # Change the values of ARCHFLAGS to include the @@ -155,7 +155,7 @@ NEXTPORT = \ # portdist: - echo NeXT-ppp2.3.3-`sed -e '/version_string/!d' \ + echo NeXT-ppp2.3.5-`sed -e '/version_string/!d' \ -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q ./NeXT/NeXT_Version.h` > .fname rm -rf `cat .fname` mkdir `cat .fname` diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index 85938b6..3dc7aec 100644 --- a/NeXT/if_ppp.c +++ b/NeXT/if_ppp.c @@ -81,7 +81,7 @@ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #if !defined(lint) -static char sccsid[] = "$Revision: 1.5 $ ($Date: 1998/03/26 02:51:47 $)"; +static char sccsid[] = "$Revision: 1.6 $ ($Date: 1998/05/04 06:14:18 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -285,7 +285,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3.3-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); + IOLog("\nPPP version 2.3.5-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n"); if (install_ppp_ld() < 0) { IOLog("ppp: Could not install line discipline\n"); diff --git a/README b/README index 47b9068..5f9b0d5 100644 --- a/README +++ b/README @@ -67,9 +67,24 @@ use any IP address. (This only applies where the peer is authenticating itself to you, of course.) -What's new in ppp-2.3.4. +What's new in ppp-2.3.5. ************************ +* Minor corrections to the Digital UNIX and NetBSD ports. + +* A workaround to avoid tickling a bug in the `se' serial port driver +on Sun PCI Ultra machines running Solaris. + +* Fixed a bug in the negotiation of the Microsoft WINS server address +option. + +* Fixed a bug in the Linux port where it would fail for kernel +versions above 2.1.99. + + +What was new in ppp-2.3.4. +************************** + * The NeXT port has been updated, thanks to Steve Perkins. * ppp-2.3.4 compiles and works under Solaris 2.6, using either gcc or @@ -265,4 +280,4 @@ The primary site for releases of this software is: ftp://cs.anu.edu.au/pub/software/ppp/ -($Id: README,v 1.12 1998/03/31 04:31:33 paulus Exp $) +($Id: README,v 1.13 1998/05/04 06:14:31 paulus Exp $) diff --git a/README.linux b/README.linux index 32d22fc..db5d2b4 100644 --- a/README.linux +++ b/README.linux @@ -1,7 +1,7 @@ -PPP for Linux Version 2.3.3 +PPP for Linux Version 2.3.5 ============= based on - ppp-2.3.3 - Dec 1997 + ppp-2.3.5 + May 1998 Michael Callahan callahan@maths.ox.ac.uk Al Longyear longyear@netcom.com diff --git a/README.osf b/README.osf index 8780604..7676790 100644 --- a/README.osf +++ b/README.osf @@ -8,7 +8,7 @@ because it's likely to break the "update install" feature of Digital UNIX. You were warned...) If you encounter bugs in this using this PPP package under Digital -UNIX then please let me (ftw@zk3.dec.com) know. I can't promise +UNIX then please let me (varadhan@zk3.dec.com) know. I can't promise quick turnaround but I should be able to address issues eventually. Below are the steps for installing PPP on Digital UNIX. @@ -24,6 +24,9 @@ You must do all of the following as "root". /usr/local/etc/ppp. If you want them somewhere else, just change the definition of BINDIR in the top level Makefile.osf. + Note that BINDIR and MANDIR/man8 must exist before you do a + 'make install' + 2. This step differs depending on whether you are running OSF/1 V3.0 or later. @@ -100,5 +103,5 @@ You must do all of the following as "root". 9. Reboot and you're ready to go! Hopefully, that should work with no hitches. If you find any bugs, or -errors in these instructions, contact Farrell Woods . +errors in these instructions, contact Sowmini Varadhan. diff --git a/README.sol2 b/README.sol2 index f7239b9..9c8b7d6 100644 --- a/README.sol2 +++ b/README.sol2 @@ -6,6 +6,12 @@ modules directory). This version has been tested under Solaris 2.5.1 and Solaris 2.6. +NOTE: Although the kernel driver and modules have been designed to +operate correctly on SMP systems, they have not been extensively +tested on SMP machines. Some users of SMP Solaris x86 systems have +reported system problems apparently linked to the use of this +software. + Installation. ************* diff --git a/modules/if_ppp.c b/modules/if_ppp.c index 094c23b..9d13430 100644 --- a/modules/if_ppp.c +++ b/modules/if_ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: if_ppp.c,v 1.9 1998/03/31 23:48:49 paulus Exp $ + * $Id: if_ppp.c,v 1.10 1998/05/04 06:11:14 paulus Exp $ */ /* @@ -295,7 +295,7 @@ if_ppp_wput(q, mp) #endif ifp->if_output = if_ppp_output; #ifdef __osf__ - ifp->if_version = "Point-to-Point Protocol, version 2.3.3"; + ifp->if_version = "Point-to-Point Protocol, version 2.3.5"; ifp->if_mediamtu = PPP_MTU; ifp->if_type = IFT_PPP; ifp->if_hdrlen = PPP_HDRLEN; -- 2.39.2