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

cvs commit: src/usr.bin/sockstat Makefile sockstat.1 sockstat.c sockstat.pl


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Jan 2005 10:56:58 -0800 (PST)

joerg       2005/01/04 10:56:58 PST

DragonFly src repository

  Modified files:
    usr.bin/sockstat     Makefile sockstat.1 
  Added files:
    usr.bin/sockstat     sockstat.c 
  Removed files:
    usr.bin/sockstat     sockstat.pl 
  Log:
  Replace sockstat(1) Perl script with the C version from FreeBSD 5.
  This doesn't use the binary scan to determine the buffer size, but
  calls the sysctl directly twice.
  
  More work is needed to separate the lists again, but this can be
  done in tree.
  
  Revision  Changes    Path
  1.4       +4 -2      src/usr.bin/sockstat/Makefile
  1.3       +36 -13    src/usr.bin/sockstat/sockstat.1


http://www.dragonflybsd.org/cvsweb/src/usr.bin/sockstat/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/sockstat/sockstat.1.diff?r1=1.2&r2=1.3&f=u



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