aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pstacku
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* - Add new port sysutils/pstacku using libunwind and written by kib.Juergen Lock2014-06-183-0/+34
- Add CONFLICTS with sysutils/pstack. "pstack" is a workalike for the Solaris program of the same name. Running pstack on a process produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of applications, and just satisfying one's curiosity. WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree Notes: svn path=/head/; revision=358295