Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 1999 14:51:01 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp ether.c ether.h Makefile bundle.c command.c datalink.c datalink.h exec.c exec.h fsm.c i4b.c i4b.h physical.c physical.h ppp.8 tcp.c tcp.h tty.c tty.h udp.c udp.h
Message-ID:  <199911062251.OAA80200@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/11/06 14:51:01 PST

  Modified files:
    usr.sbin/ppp         Makefile bundle.c command.c datalink.c 
                         datalink.h exec.c exec.h fsm.c i4b.c 
                         i4b.h physical.c physical.h ppp.8 tcp.c 
                         tcp.h tty.c tty.h udp.c udp.h 
  Added files:
    usr.sbin/ppp         ether.c ether.h 
  Log:
  Support PPPoE
  
  Help (lots) from: julian, archie
  Facilities from: ahebert@pubnix.net
  
  Revision  Changes    Path
  1.65      +10 -2     src/usr.sbin/ppp/Makefile
  1.72      +82 -36    src/usr.sbin/ppp/bundle.c
  1.220     +2 -2      src/usr.sbin/ppp/command.c
  1.50      +6 -5      src/usr.sbin/ppp/datalink.c
  1.11      +4 -3      src/usr.sbin/ppp/datalink.h
  1.12      +5 -2      src/usr.sbin/ppp/exec.c
  1.5       +2 -2      src/usr.sbin/ppp/exec.h
  1.50      +11 -3     src/usr.sbin/ppp/fsm.c
  1.5       +4 -3      src/usr.sbin/ppp/i4b.c
  1.3       +2 -2      src/usr.sbin/ppp/i4b.h
  1.30      +59 -45    src/usr.sbin/ppp/physical.c
  1.18      +16 -8     src/usr.sbin/ppp/physical.h
  1.201     +66 -11    src/usr.sbin/ppp/ppp.8
  1.9       +7 -4      src/usr.sbin/ppp/tcp.c
  1.5       +2 -2      src/usr.sbin/ppp/tcp.h
  1.18      +4 -3      src/usr.sbin/ppp/tty.c
  1.5       +2 -2      src/usr.sbin/ppp/tty.h
  1.8       +8 -5      src/usr.sbin/ppp/udp.c
  1.4       +2 -2      src/usr.sbin/ppp/udp.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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