commit | fe998fe2bb75a73ba58a7c048f50f45ee76a0531 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 08 10:39:07 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Sep 08 10:39:07 2015 -0500 |
tree | 12d10f52d74c5166967a207d850bc0e40d730363 | |
parent | 104fbaaceaf4001d8c9c998981e7bcc22fdb027d [diff] |
Fix netstat -p. netstat -p was failing for any cmdline longer than 21 characters. (A typical Chrome render process has about half a kilobyte of cmdline.) There's still a lot of cleanup to be done later, but this is enough to fix -p and remove a fair amount of unnecessary custom code into the bargain.