Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 1997 17:19:53 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp async.c chat.c ipcp.c lcp.c main.c modem.c modem.h os.c os.h phase.c vars.c
Message-ID:  <199710290119.RAA24280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/10/28 17:19:53 PST

  Modified files:
    usr.sbin/ppp         async.c chat.c ipcp.c lcp.c main.c 
                         modem.c modem.h os.c os.h phase.c vars.c 
  Log:
  o  Bump version to 1.3 to reflect major changes
  o  Report modem connect time properly
  o  Report bytes in/out over physical media
  o  Fix phases (TERMINATE is *higher than* DEAD)
  o  Do a LayerFinish from LcpDown
  o  Bring down IPCP & CCP when we enter PHASE_TERMINATE
  o  Give a new prompt when we go to PHASE_DEAD
  o  Stop the modem timer properly when idle
  o  Treat sig 15 like an exiting carrier loss
  o  Log (DEBUG) offline & online transitions
  
  Revision  Changes    Path
  1.13      +3 -3      src/usr.sbin/ppp/async.c
  1.36      +1 -4      src/usr.sbin/ppp/chat.c
  1.33      +2 -1      src/usr.sbin/ppp/ipcp.c
  1.42      +7 -11     src/usr.sbin/ppp/lcp.c
  1.86      +3 -5      src/usr.sbin/ppp/main.c
  1.61      +70 -39    src/usr.sbin/ppp/modem.c
  1.12      +3 -2      src/usr.sbin/ppp/modem.h
  1.29      +2 -19     src/usr.sbin/ppp/os.c
  1.10      +1 -4      src/usr.sbin/ppp/os.h
  1.2       +2 -2      src/usr.sbin/ppp/phase.c
  1.32      +3 -3      src/usr.sbin/ppp/vars.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710290119.RAA24280>