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

Peter Pentchev roam at FreeBSD.org
Wed Aug 25 09:36:18 PDT 2004


roam        2004-08-25 16:36:18 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    usr.bin/sockstat     sockstat.1 sockstat.c 
  Log:
  Do not display bogus entries for sockets in the TIME_WAIT or similar
  states that no longer have a corresponding file descriptor - until now,
  sockstat would mostly randomly match null kern.file.*.xf_data fields
  with the first mostly-closed socket.
  
  This bugfix is a RELENG_5 candidate.
  
  Approved by:    andre
  
  Revision  Changes    Path
  1.19      +16 -1     src/usr.bin/sockstat/sockstat.1
  1.10      +2 -0      src/usr.bin/sockstat/sockstat.c


More information about the cvs-src mailing list