commit | 8b64a3e64775ddf779f828560543393bdcf2f31d | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri Dec 18 16:39:59 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Fri Dec 18 16:39:59 2015 -0600 |
tree | 9f8098b6a5d71042a48d45b055523ab3285719bb | |
parent | 1efcb17d971666d334468149c5a604e76b5d9092 [diff] |
Next giant chunk of ps work: add _NAME_TAG bitmask values to tags.h (leading underscore version is 1<<NAME_TAG version, with 1LL for >31 shift), suck lots of magic constants out of ps and use tag macros instead, redo command line display so there's now 6 variants (CMD COMM ARGS from posix, NAME CMDLINE from android, and COMMAND for completeness). Document more cases where posix is nuts or widely ignored.