K 10 svn:author V 6 emaste K 8 svn:date V 27 2007-03-23T01:00:40.000000Z K 7 svn:log V 223 MFC r1.64: 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. END