Age | Commit message (Expand) | Author |
2021-02-07 | Add lots of "static" annotations, make a couple things use FLAG() macros, etc. | Rob Landley |
2020-09-12 | Replace HR_COMMAS with HR_NODOT | Rob Landley |
2020-09-09 | Attempt internationalization of HR_COMMAS, 9 digit memory sizes for top, | Rob Landley |
2020-09-04 | Autodetect pid length. | Rob Landley |
2020-09-04 | Add commas to top display, and adjust memory units to megabytes if >10G RAM. | Rob Landley |
2020-02-25 | ps: widen pid_t fields. | Elliott Hughes |
2019-05-16 | Have ps.c human_readable fields use all the available space. | Rob Landley |
2019-05-16 | Use the space reserved in the header to display more precision. | Rob Landley |
2019-05-16 | Minor code shrink. | Rob Landley |
2019-03-02 | Make top -H show TID instead of PID, not collate %CPU into parent thread | Rob Landley |
2019-03-01 | Yes it's a one instruction race, but it bothers me. | Rob Landley |
2019-02-27 | top: fix -b. | Elliott Hughes |
2019-02-17 | top: make the task/thread count add up. | Elliott Hughes |
2019-02-16 | Disallow -o "" in top. | Rob Landley |
2019-02-16 | top: differentiate tasks (processes) and threads in the header. | Elliott Hughes |
2019-02-16 | top: make the column header span the terminal. | Elliott Hughes |
2019-02-13 | top: support Enter as a synonym for Space. | Elliott Hughes |
2019-02-13 | top: use human_readable for the header lines too. | Elliott Hughes |
2019-02-13 | top: hide the cursor in interactive mode. | Elliott Hughes |
2019-02-07 | ps, top: fix VIRT and SHR fields. | Elliott Hughes |
2019-01-25 | OpenEmbedded needs commands installed in specific places. | Rob Landley |
2019-01-21 | Add more comments to ps.c and replace hardcoded value with a macro. | Rob Landley |
2018-12-29 | Use FLAG() macros in ps. | Rob Landley |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-30 | Tweak comments. | Rob Landley |
2018-11-30 | macOS: move struct sysinfo out of GLOBALS. | Elliott Hughes |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-07-18 | ps.c cleanups after help text reshuffle. | Rob Landley |
2018-07-18 | Factor out "ps -o help" to show fields, move help text into -o type array, | Rob Landley |
2018-06-12 | top: remove flicker in interactive mode. | Elliott Hughes |
2018-06-12 | top: running processes are shown in bold. | Elliott Hughes |
2018-06-02 | Convert more ps help text to two columns. | Rob Landley |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-04-23 | Don't include spurious '\r's in `top -b` output. | Elliott Hughes |
2018-02-10 | Fix ps -T again, but this time read files from tid directory, not pid. | Rob Landley |
2018-02-10 | Rename struct strawberry -> struct ofields, and carveup -> procpid. | Rob Landley |
2018-02-09 | Andreas Gampe suggested a different fix. | Rob Landley |
2018-02-08 | Thinko pointed out by Andreas Gampe (causing segfaults in top, oops). | Rob Landley |
2018-01-24 | Revert the ps -T thing until I understand what Elliott wants. | Rob Landley |
2018-01-15 | Fix "ps -T 1234" to show thread belonging to that PID. | Rob Landley |
2018-01-15 | Merge shared_main() back into ps_main() and top_main(), add comments. | Rob Landley |
2018-01-15 | Add more comments to ps. | Rob Landley |
2018-01-06 | Move millitime() into lib.c. | Rob Landley |
2017-10-31 | Add top -m, fix width truncating for narrow screens (off by one), and add iot... | Rob Landley |
2017-08-31 | Another try at fixing the ps segfault resulting from /proc entries vanishing | Rob Landley |
2017-06-19 | Manually inline TOP_COMMON and PGKILL_COMMON help text until I can teach | Rob Landley |
2017-03-28 | ps: don't query for terminal size if not a tty. | Josh Gao |