Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2009 19:16:34 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/tools README src/tools/tools/npe Makefile src/tools/tools/npe/npestats Makefile main.c npestats.c npestats.h statfoo.c statfoo.h
Message-ID:  <200905231916.n4NJGbHl088414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-05-23 19:16:34 UTC

  FreeBSD src repository

  Modified files:
    tools/tools          README 
  Added files:
    tools/tools/npe      Makefile 
    tools/tools/npe/npestats Makefile main.c npestats.c npestats.h 
                             statfoo.c statfoo.h 
  Log:
  SVN rev 192661 on 2009-05-23 19:16:34Z by sam
  
  add npe tools; first is npestats which reports device statistics
  
  Revision  Changes    Path
  1.57      +1 -0      src/tools/tools/README
  1.1       +5 -0      src/tools/tools/npe/Makefile (new)
  1.1       +8 -0      src/tools/tools/npe/npestats/Makefile (new)
  1.1       +143 -0    src/tools/tools/npe/npestats/main.c (new)
  1.1       +278 -0    src/tools/tools/npe/npestats/npestats.c (new)
  1.1       +50 -0     src/tools/tools/npe/npestats/npestats.h (new)
  1.1       +192 -0    src/tools/tools/npe/npestats/statfoo.c (new)
  1.1       +127 -0    src/tools/tools/npe/npestats/statfoo.h (new)



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