Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 1997 12:30:07 -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 server.c server.h Makefile command.c ipcp.c main.c mbuf.c ppp.8 systems.c
Message-ID:  <199706251930.MAA26682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/06/25 12:30:07 PDT

  Modified files:
    usr.sbin/ppp         Makefile command.c ipcp.c main.c mbuf.c 
                         ppp.8 systems.c 
  Added files:
    usr.sbin/ppp         server.c server.h 
  Log:
  Add "set server" to control the server socket.
  Catch SIGUSR1 to re-init listening socket.
  Document signal behaviour.
  
  Add missing '\n's to LogPrintf(LogWARN,...)
  Main() returns int not void.
  
  AF_LOCAL ideal suggested a long time ago by: joerg
  
  Revision  Changes    Path
  1.22      +3 -3      src/usr.sbin/ppp/Makefile
  1.63      +25 -1     src/usr.sbin/ppp/command.c
  1.22      +2 -2      src/usr.sbin/ppp/ipcp.c
  1.67      +48 -60    src/usr.sbin/ppp/main.c
  1.8       +4 -1      src/usr.sbin/ppp/mbuf.c
  1.42      +70 -3     src/usr.sbin/ppp/ppp.8
  1.13      +7 -1      src/usr.sbin/ppp/systems.c



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