summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Wirth <wirtha@users.sf.net>2014-03-01 09:09:19 +1100
committerCraig Small <csmall@enc.com.au>2014-03-01 09:21:46 +1100
commit265fa43ee48898001130b90d3656d48af5d241aa (patch)
treecf03b16a06d0f8f46b36c0d5d3701082c96fe06f /ChangeLog
parent3638cc55b4d08851faba46635d737b24d016665b (diff)
Full thread display for pstree an option
Commit [9de89a] made pstree show the correct thread names. This had the unintended consequence of making a lot of thread views uncompact, as the names would be different. Allan suggested that if you want to see the real thread names, then explictly ask for them. I agree and pstree now has a new option -t for showing thread names. $ pstree 22603 udisksd───4*[{udisksd}] $ pstree -t 22603 udisksd─┬─{cleanup} ├─{gdbus} ├─{gmain} └─{probing-thread} References: [patches:#33] https://sourceforge.net/p/psmisc/patches/33/ Signed-off-by: Craig Small <csmall@enc.com.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f784c..1c88522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Changes in 22.22
================
* Fixed typo in fuser which has -M on Debian #740275
+ * pstree by default doesn't show threadnames, use -t to show
+ as it disables compaction. SF Patch#33
Changes in 22.21
================