DragonFly BSD
DragonFly commits List (threaded) for 2012-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ppp: Raise WARNS to 5.


From: Nuno Antunes <nant@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Jun 2012 07:04:28 -0700 (PDT)

commit 007d68523d08377adbd4b5b635a6607b77d28798
Author: Nuno Antunes <nuno.antunes@gmail.com>
Date:   Tue Mar 27 14:24:24 2012 +0100

    ppp: Raise WARNS to 5.
    
    Mostly-from: FreeBSD

Summary of changes:
 usr.sbin/ppp/Makefile     |    2 +-
 usr.sbin/ppp/acf.c        |    7 +-
 usr.sbin/ppp/arp.c        |   16 ++--
 usr.sbin/ppp/arp.h        |    6 +-
 usr.sbin/ppp/async.c      |   10 +-
 usr.sbin/ppp/atm.c        |    6 +-
 usr.sbin/ppp/atm.h        |    2 +-
 usr.sbin/ppp/auth.c       |   20 ++---
 usr.sbin/ppp/auth.h       |    8 +-
 usr.sbin/ppp/bundle.c     |   65 ++++++++-------
 usr.sbin/ppp/bundle.h     |   10 +-
 usr.sbin/ppp/cbcp.c       |   12 ++--
 usr.sbin/ppp/ccp.c        |   39 +++++----
 usr.sbin/ppp/chap.c       |   63 ++++++++-------
 usr.sbin/ppp/chap_ms.c    |   14 ++--
 usr.sbin/ppp/chap_ms.h    |    5 +-
 usr.sbin/ppp/chat.c       |    8 +-
 usr.sbin/ppp/command.c    |  193 +++++++++++++++++++++++----------------------
 usr.sbin/ppp/datalink.c   |   10 +-
 usr.sbin/ppp/datalink.h   |    2 +-
 usr.sbin/ppp/deflate.c    |   16 ++--
 usr.sbin/ppp/defs.c       |   23 ++++--
 usr.sbin/ppp/defs.h       |    4 +-
 usr.sbin/ppp/ether.c      |   13 ++--
 usr.sbin/ppp/ether.h      |    2 +-
 usr.sbin/ppp/exec.c       |    3 +-
 usr.sbin/ppp/filter.c     |   24 +++---
 usr.sbin/ppp/filter.h     |    4 +-
 usr.sbin/ppp/fsm.c        |   42 ++++++-----
 usr.sbin/ppp/fsm.h        |    4 +-
 usr.sbin/ppp/hdlc.c       |   18 ++---
 usr.sbin/ppp/hdlc.h       |    4 +-
 usr.sbin/ppp/iface.c      |   14 ++-
 usr.sbin/ppp/iface.h      |    4 +-
 usr.sbin/ppp/ip.c         |   32 ++++----
 usr.sbin/ppp/ipcp.c       |   41 ++++------
 usr.sbin/ppp/iplist.c     |    4 +-
 usr.sbin/ppp/ipv6cp.c     |   12 ++-
 usr.sbin/ppp/lcp.c        |   43 ++++++-----
 usr.sbin/ppp/link.c       |    8 +-
 usr.sbin/ppp/log.h        |   10 +--
 usr.sbin/ppp/lqr.c        |   19 +++--
 usr.sbin/ppp/main.c       |   15 ++--
 usr.sbin/ppp/main.h       |    2 +-
 usr.sbin/ppp/mbuf.c       |   12 ++--
 usr.sbin/ppp/mbuf.h       |    6 +-
 usr.sbin/ppp/mp.c         |   59 ++++++--------
 usr.sbin/ppp/mp.h         |    2 +-
 usr.sbin/ppp/mppe.c       |   12 ++-
 usr.sbin/ppp/nat_cmd.c    |    9 +-
 usr.sbin/ppp/ncp.c        |   33 +++-----
 usr.sbin/ppp/ncp.h        |    2 +-
 usr.sbin/ppp/ncpaddr.c    |    6 +-
 usr.sbin/ppp/netgraph.c   |   24 +++---
 usr.sbin/ppp/netgraph.h   |    2 +-
 usr.sbin/ppp/pap.c        |    2 +-
 usr.sbin/ppp/physical.c   |   38 +++++----
 usr.sbin/ppp/physical.h   |    8 +-
 usr.sbin/ppp/pred.c       |   18 ++--
 usr.sbin/ppp/prompt.c     |   10 +-
 usr.sbin/ppp/proto.c      |    6 +-
 usr.sbin/ppp/radius.c     |    6 +-
 usr.sbin/ppp/route.c      |    4 +-
 usr.sbin/ppp/server.c     |    7 +-
 usr.sbin/ppp/slcompress.c |    2 +-
 usr.sbin/ppp/sync.c       |    8 +-
 usr.sbin/ppp/systems.c    |    6 +-
 usr.sbin/ppp/tcp.c        |    2 +-
 usr.sbin/ppp/tcpmss.c     |   14 ++--
 usr.sbin/ppp/tty.c        |   14 ++--
 usr.sbin/ppp/tty.h        |    2 +-
 usr.sbin/ppp/udp.c        |    6 +-
 usr.sbin/ppp/udp.h        |    2 +-
 usr.sbin/ppp/vjcomp.c     |    4 +-
 74 files changed, 602 insertions(+), 583 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/007d68523d08377adbd4b5b635a6607b77d28798


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]