aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/ps.c
AgeCommit message (Expand)Author
2015-10-23More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID,Rob Landley
2015-10-21Make ps.c whitespace consistent.Rob Landley
2015-10-21ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPURob Landley
2015-10-17More ps work, tested up through etime now.Rob Landley
2015-10-16Fix ps display padding (truncation) and adjust -o pri by one.Rob Landley
2015-10-15More ps work, implement -p, correct several -o fields and general alignment.Rob Landley
2015-10-03Back to chipping away at ps...Rob Landley
2015-07-20Fix llvm build break.0.6.0Rob Landley
2015-04-14Yet more ps work. Still not there yet.Rob Landley
2015-04-04Another in-progress ps snapshot.Rob Landley
2015-04-03ps checkpoint du jour. Does not work yet.Rob Landley
2015-04-02Redoing ps from scratch. Random checkpoint that probably doesn't even compile.Rob Landley
2015-03-14More ps cleanup, mostly refactoring.Rob Landley
2015-03-13Minor ps refactoring.Rob Landley
2015-02-27Cleanup pass on ps.Rob Landley
2014-05-18Quick cleanup pass on ps.Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-08-20Add watch and ps, sent by Ashwini Sharma.Rob Landley