Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 1997 12:32:40 -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:  <199706251932.MAA26767@freefall.freebsd.org>

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

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         Makefile command.c ipcp.c main.c mbuf.c 
                         ppp.8 systems.c 
  Added files:           (Branch: RELENG_2_2)
    usr.sbin/ppp         server.c server.h 
  Log:
  YAMFC: 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 idea suggested a long time ago by: joerg
  
  Revision  Changes    Path
  1.9.2.8   +3 -3      src/usr.sbin/ppp/Makefile
  1.24.2.26 +25 -1     src/usr.sbin/ppp/command.c
  1.9.2.12  +2 -2      src/usr.sbin/ppp/ipcp.c
  1.22.2.29 +48 -60    src/usr.sbin/ppp/main.c
  1.3.6.3   +4 -1      src/usr.sbin/ppp/mbuf.c
  1.19.2.15 +70 -3     src/usr.sbin/ppp/ppp.8
  1.6.2.6   +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?199706251932.MAA26767>