Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 1998 14:57:52 -0700 (PDT)
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 bundle.c bundle.h datalink.c datalink.h modem.c modem.h mp.c mp.h
Message-ID:  <199805022157.OAA19900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/02 14:57:51 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h datalink.c datalink.h 
                         modem.c modem.h mp.c mp.h 
  Log:
  o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS,
    using the scatter/gather array to transfer the link
    information.  The whole link is now passed in one message.
  
  This is far better than the two `/bin/cat' processes per additional
  link :-)  I remember years ago thinking that file descriptor
  transferral would be a really amazing facility !
  
  Suggested by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
           and: Eivind Eklund <eivind@yes.no>
  
  Revision  Changes    Path
  1.1.2.69  +99 -102   src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.35  +4 -3      src/usr.sbin/ppp/Attic/bundle.h
  1.1.2.54  +42 -83    src/usr.sbin/ppp/Attic/datalink.c
  1.1.2.22  +7 -3      src/usr.sbin/ppp/Attic/datalink.h
  1.77.2.64 +31 -50    src/usr.sbin/ppp/modem.c
  1.16.2.17 +5 -3      src/usr.sbin/ppp/modem.h
  1.1.2.20  +26 -31    src/usr.sbin/ppp/Attic/mp.c
  1.1.2.11  +7 -4      src/usr.sbin/ppp/Attic/mp.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?199805022157.OAA19900>