Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Include param.h instead of types.h before user.h so that the nested | rwatson | 2008-12-29 | 1 | -1/+1 |
| | | | | | | include of param.h can be removed from audit.h. MFC after: 3 weeks | ||||
* | WARNS fixes: mainly constness and avoid comparing signed with | dwmalone | 2008-02-08 | 1 | -1/+1 |
| | | | | | unsigned by making array indicies unsigned. Also note one or two unused parameters. | ||||
* | Add procstat(1), a process inspection utility. This provides both some | rwatson | 2007-12-02 | 1 | -0/+64 |
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 <skip at menantico dot com> Wesley Shields <wxs at atarininja dot org> |