Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 16:36:18 +0000 (UTC)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sockstat sockstat.1 sockstat.c
Message-ID:  <200408251636.i7PGaIUt075451@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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