Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-28 | Promote ps to posix. | Rob Landley | |
2015-10-28 | Free more stuff in debug cleanup. | Rob Landley | |
Tempted to convert the struct arg_list and ptr_len stuff to arrays and make the parsing table driven, but there's enough direct usages of each field it's not a net win. | |||
2015-10-28 | Implement -suUgG and -o majfl,minfl, move uid/ruid/gid/rgid into slots[31-34] | Rob Landley | |
and vmlck into slot[18], pass error message to comma_args(), collate -stuUgG callbacks into parse_rest(). | |||
2015-10-25 | Add comma_args() and factor out parse_o(), parse_t(), and parse_p() to use it. | Rob Landley | |
Fix FLAG_w. | |||
2015-10-25 | Factor out parse_o() and make -l -f and default output work on strings | Rob Landley | |
rather than bitfields. | |||
2015-10-25 | More ps work, and fill out remaining help text. | Rob Landley | |
Fix more l/r justification, implement uname vsz vsize and stat. | |||
2015-10-23 | More ps work: move l/r justification to widths[], add RUID/RGID, implement PGID, | Rob Landley | |
plus tty detection fix from Elliott Hughes. | |||
2015-10-21 | Make ps.c whitespace consistent. | Rob Landley | |
(Assignment has spaces around operator, comparison doesn't.) | |||
2015-10-21 | ps: implement -t, remove leading 0 from ETIME days, implement -o GROUP,GID,PCPU | Rob Landley | |
2015-10-17 | More ps work, tested up through etime now. | Rob Landley | |
2015-10-16 | Fix ps display padding (truncation) and adjust -o pri by one. | Rob Landley | |
2015-10-15 | More ps work, implement -p, correct several -o fields and general alignment. | Rob Landley | |
2015-10-03 | Back to chipping away at ps... | Rob Landley | |
2015-07-20 | Fix llvm build break.0.6.0 | Rob Landley | |
2015-04-14 | Yet more ps work. Still not there yet. | Rob Landley | |
2015-04-04 | Another in-progress ps snapshot. | Rob Landley | |
2015-04-03 | ps checkpoint du jour. Does not work yet. | Rob Landley | |
2015-04-02 | Redoing ps from scratch. Random checkpoint that probably doesn't even compile. | Rob Landley | |
Checking in a stopping point where I figured out what I did wrong, before changing it. | |||
2015-03-14 | More ps cleanup, mostly refactoring. | Rob Landley | |
2015-03-13 | Minor ps refactoring. | Rob Landley | |
2015-02-27 | Cleanup pass on ps. | Rob Landley | |
2014-05-18 | Quick cleanup pass on ps. | Rob Landley | |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley | |
Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in. | |||
2013-08-20 | Add watch and ps, sent by Ashwini Sharma. | Rob Landley | |