Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 16:21:40 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/fstat fstat.c
Message-ID:  <200703091621.l29GLeUI077093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emaste      2007-03-09 16:21:40 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/fstat        fstat.c 
  Log:
  KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
  caused fstat to produce duplicated output for threaded processes.  Instead
  use KERN_PROC_PROC to get just one kinfo_proc per process.
  
  MFC After:      2 weeks
  
  Revision  Changes    Path
  1.64      +1 -1      src/usr.bin/fstat/fstat.c



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