<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/procstat/procstat_kstack.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-12-29T18:58:22Z</updated>
<entry>
<title>Include param.h instead of types.h before user.h so that the nested</title>
<updated>2008-12-29T18:58:22Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2008-12-29T18:58:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1f323f350084227fe4c2b8eb5e47fcbf2d3c952'/>
<id>urn:sha1:e1f323f350084227fe4c2b8eb5e47fcbf2d3c952</id>
<content type='text'>
include of param.h can be removed from audit.h.

MFC after:	3 weeks
</content>
</entry>
<entry>
<title>WARNS fixes: mainly constness and avoid comparing signed with</title>
<updated>2008-02-08T11:03:05Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2008-02-08T11:03:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97ce0ae60fcb9a5ae1d1a82df8fc4dee958faa08'/>
<id>urn:sha1:97ce0ae60fcb9a5ae1d1a82df8fc4dee958faa08</id>
<content type='text'>
unsigned by making array indicies unsigned. Also note one or two
unused parameters.
</content>
</entry>
<entry>
<title>Display per-thread command line in TDNAME field for -k and -t; if</title>
<updated>2007-12-03T21:21:15Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-03T21:21:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45c29f5ba21efd8d40de3d60be84a35dcdae9668'/>
<id>urn:sha1:45c29f5ba21efd8d40de3d60be84a35dcdae9668</id>
<content type='text'>
no per-thread name is available or the name is identical to the
process name, display "-" instead.  Very slightly shrink the COMM
entry to make a bit more room, although this doesn't help with
stack traces much.

Suggested by:	thompsa
</content>
</entry>
<entry>
<title>Add procstat(1), a process inspection utility.  This provides both some</title>
<updated>2007-12-02T23:31:45Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-02T23:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d91be41d162cf73689975d6fe8e26b01c1b3cb2'/>
<id>urn:sha1:3d91be41d162cf73689975d6fe8e26b01c1b3cb2</id>
<content type='text'>
of the missing functionality from procfs(4) and new functionality for
monitoring and debugging specific processes.  procstat(1) operates in
the following modes:

  -b  Display binary information for the process.
  -c  Display command line arguments for the process.
  -f  Display file descriptor information for the process.
  -k  Display the stacks of kernel threads in the process.
  -s  Display security credential information for the process.
  -t  Display thread information for the process.
  -v  Display virtual memory mappings for the process.

Further revision and modes are expected.

Testing, ideas, etc:	cognet, sam, Skip Ford &lt;skip at menantico dot com&gt;
			Wesley Shields &lt;wxs at atarininja dot org&gt;
</content>
</entry>
</feed>
