Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2010 00:46:45 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/netstat main.c netisr.c netstat.h
Message-ID:  <201003010047.o210l7hY042118@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2010-03-01 00:46:45 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/netstat      main.c netisr.c netstat.h 
  Log:
  SVN rev 204499 on 2010-03-01 00:46:45Z by rwatson
  
  Teach netstat -Q to work with -N and -M by adding libkvm versions of data
  query routines.  This code is necessarily more fragile in the presence of
  kernel changes than querying the kernel via sysctl (the default), but
  useful when investigating crashes or live kernel state via firewire.
  
  MFC after:      1 week
  Sponsored by:   Juniper Networks
  
  Revision  Changes    Path
  1.105     +5 -3      src/usr.bin/netstat/main.c
  1.2       +272 -22   src/usr.bin/netstat/netisr.c
  1.64      +1 -1      src/usr.bin/netstat/netstat.h



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