commit | fc7543b7f63c159d966ca6b71caf17f877eae985 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Dec 12 21:18:40 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Sat Dec 12 21:18:40 2015 -0600 |
tree | 4077095795767b79c17c7d0b2c8b5552a241d5bc | |
parent | 047bcb8e7d37847b96dbf621ea22ff00e9541d32 [diff] |
Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths, and slot numers into a structure. (Keeping multiple arrays in sync may have been efficient but it was ugly.) Fix duplicate command name copying that corrupted the name of kernel threads. Tighten up slot[] docs.