Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2007 15:40:26 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/netstat atalk.c bpf.c if.c inet.c inet6.c ipsec.c ipx.c main.c mbuf.c mcast.c mroute.c netgraph.c netstat.h pfkey.c route.c unix.c
Message-ID:  <200707231540.l6NFeaG5079236@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-07-23 15:40:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/netstat      atalk.c bpf.c if.c inet.c inet6.c ipsec.c 
                         ipx.c main.c mbuf.c mcast.c mroute.c 
                         netgraph.c netstat.h pfkey.c route.c 
                         unix.c 
  Log:
  MFC: Restore netstat -M functionality for most statistics on core dumps.
  One change in this patch relative to the changes in HEAD is that the
  mroute statistics will still fallback to using libkvm on live kernels
  if the sysctl fails.
  
  Revision  Changes    Path
  1.24.8.1  +4 -2      src/usr.bin/netstat/atalk.c
  1.5.2.2   +1 -0      src/usr.bin/netstat/bpf.c
  1.58.8.7  +26 -21    src/usr.bin/netstat/if.c
  1.70.2.2  +308 -99   src/usr.bin/netstat/inet.c
  1.25.8.2  +38 -37    src/usr.bin/netstat/inet6.c
  1.12.8.2  +7 -5      src/usr.bin/netstat/ipsec.c
  1.23.2.1  +4 -4      src/usr.bin/netstat/ipx.c
  1.72.2.7  +117 -67   src/usr.bin/netstat/main.c
  1.42.8.7  +2 -2      src/usr.bin/netstat/mbuf.c
  1.2.8.2   +1 -0      src/usr.bin/netstat/mcast.c
  1.22.8.1  +27 -19    src/usr.bin/netstat/mroute.c
  1.10.8.1  +6 -1      src/usr.bin/netstat/netgraph.c
  1.41.2.6  +45 -43    src/usr.bin/netstat/netstat.h
  1.1.2.2   +2 -1      src/usr.bin/netstat/pfkey.c
  1.76.2.2  +1 -0      src/usr.bin/netstat/route.c
  1.18.8.1  +133 -19   src/usr.bin/netstat/unix.c



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