Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 1999 14:36:03 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp command.c exec.c exec.h physical.c physical.h tcp.c tcp.h tty.c tty.h udp.c udp.h
Message-ID:  <199906052136.OAA46129@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/06/05 14:36:03 PDT

  Modified files:
    usr.sbin/ppp         command.c exec.c exec.h physical.c 
                         physical.h tcp.c tcp.h tty.c tty.h udp.c 
                         udp.h 
  Log:
  Correct the way ppp transfers links on the server side in MP
  mode by padding out the ``struct device'' to the maximum
  device size.
  Bump the ppp version number to indicate the transfer format
  change.
  
  This should make MP over tty and udp devices functional again.
  
  Revision  Changes    Path
  1.198     +3 -3      src/usr.sbin/ppp/command.c
  1.5       +3 -1      src/usr.sbin/ppp/exec.c
  1.3       +2 -1      src/usr.sbin/ppp/exec.h
  1.17      +66 -15    src/usr.sbin/ppp/physical.c
  1.13      +3 -2      src/usr.sbin/ppp/physical.h
  1.4       +3 -1      src/usr.sbin/ppp/tcp.c
  1.3       +2 -1      src/usr.sbin/ppp/tcp.h
  1.9       +26 -5     src/usr.sbin/ppp/tty.c
  1.3       +2 -1      src/usr.sbin/ppp/tty.h
  1.3       +25 -4     src/usr.sbin/ppp/udp.c
  1.2       +2 -1      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?199906052136.OAA46129>