]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit - sys/kern/kern_proc.c
MFC r197692:
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Nov 2009 16:32:32 +0000 (16:32 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Nov 2009 16:32:32 +0000 (16:32 +0000)
commit7a8e2b8f91b9b57a2649ad4106e32024a892607e
treeb82761b8c0c42de1668c97399bb195dc19f39154
parentd20bac75351f82613e2afba88ccc42f3652f01e4
MFC r197692:

  In fill_kinfo_thread, copy the thread's name into struct kinfo_proc even
  if it is empty.  Otherwise the previous thread's name would remain in the
  struct and then be reported for this thread.

Submitted by: Ryan Stone

git-svn-id: svn://svn.freebsd.org/base/stable/8@198805 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_proc.c