Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 13:47:07 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp bundle.c bundle.h chat.c command.c command.h defs.c defs.h iface.c lcp.c log.c log.h ppp.8.m4 systems.h
Message-ID:  <200111032147.fA3Ll7K93533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/11/03 13:47:07 PST

  Modified files:        (Branch: NETGRAPH)
    usr.sbin/ppp         bundle.c bundle.h chat.c command.c 
                         command.h defs.c defs.h iface.c lcp.c 
                         log.c log.h ppp.8.m4 systems.h 
  Log:
  MFC: Add a ``log'' command for logging specific information.
       Add an ``UPTIME'' variable to indicate the bundle uptime.
       Fixed some memory leakage with commands that expand words.
       Made some functions static.
       Fixed a diagnostic bug (iface add .... SIOCDIFADDR)
  
  Revision    Changes    Path
  1.105.2.21  +10 -1     src/usr.sbin/ppp/bundle.c
  1.42.2.5    +2 -1      src/usr.sbin/ppp/bundle.h
  1.73.2.3    +3 -3      src/usr.sbin/ppp/chat.c
  1.248.2.24  +52 -32    src/usr.sbin/ppp/command.c
  1.21.2.2    +1 -0      src/usr.sbin/ppp/command.h
  1.40.2.5    +18 -1     src/usr.sbin/ppp/defs.c
  1.59.2.7    +1 -0      src/usr.sbin/ppp/defs.h
  1.15.2.13   +2 -2      src/usr.sbin/ppp/iface.c
  1.84.2.15   +1 -1      src/usr.sbin/ppp/lcp.c
  1.46.2.4    +7 -1      src/usr.sbin/ppp/log.c
  1.29.2.2    +3 -1      src/usr.sbin/ppp/log.h
  1.277.2.6   +11 -2     src/usr.sbin/ppp/ppp.8.m4
  1.15.2.2    +0 -2      src/usr.sbin/ppp/systems.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?200111032147.fA3Ll7K93533>