]> granicus.if.org Git - procps-ng/commit
Merge branch 'ps_remove_wchan_strip' into 'master'
authorJan Rybar <jrybar@redhat.com>
Wed, 23 Nov 2016 12:05:28 +0000 (12:05 +0000)
committerJan Rybar <jrybar@redhat.com>
Wed, 23 Nov 2016 12:05:28 +0000 (12:05 +0000)
commitcc1f49aebacbe0a9b3f12744fd596669ffdb45aa
tree0bed7b261205407a4dd43746826dcb3b88b7ef05
parent3afaccc376a8af60f188377cf43fde2a23fc04e6
parentfc7f60a6bcefd24dc3555e5170250057bd38b17c
Merge branch 'ps_remove_wchan_strip' into 'master'

ps: removed stripping of prefixes off wchan data

Implementation of what was settled on ML discussion: http://www.freelists.org/post/procps/ps-wchanf-option
'ps' does not remove "do_" and "sys_" prefixes from wchan data.

Resolves Red Hat Bugzilla #1322111

See merge request !33