Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 1998 15:20:22 -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 main.c mp.c physical.c prompt.c server.c
Message-ID:  <199805102220.PAA24493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/10 15:20:22 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c main.c mp.c physical.c prompt.c 
                         server.c 
  Log:
  o Protect against expected NULL fdset pointers.
  o Log FD_SET()s in LogTIMER.
  o Identify the descriptor that causes an EBADF from select()
    if LogTIMER is enabled (then exit).
  o Call the MP server UpdateSet() function after calling
    the UpdateSet() for all links - the link may enter
    PHASE_TERMINATE and bring down the MP server - breaking
    the imminent select().
  
  Revision  Changes    Path
  1.1.2.81  +3 -2      src/usr.sbin/ppp/Attic/bundle.c
  1.121.2.59 +37 -5     src/usr.sbin/ppp/main.c
  1.1.2.27  +2 -1      src/usr.sbin/ppp/Attic/mp.c
  1.1.2.31  +4 -1      src/usr.sbin/ppp/Attic/physical.c
  1.1.2.30  +3 -1      src/usr.sbin/ppp/Attic/prompt.c
  1.16.2.19 +2 -1      src/usr.sbin/ppp/server.c

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?199805102220.PAA24493>