Age | Commit message (Expand) | Author |
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 |
2017-03-21 | dirtree_flagread() returns DIRTREE_ABORTVAL when the initial node doesn't | Rob Landley |
2017-02-20 | If the last ps field is left justified, it extends to the width of the screen. | Rob Landley |
2017-02-06 | ps -l has 4 chars left for "cmd", switch "ADDR" to "BIT" to save space. | Rob Landley |
2017-02-06 | Make tty size failure to enable -w (Elliott prefers that), and fix last field | Rob Landley |
2017-02-05 | Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. | Rob Landley |
2017-02-05 | Bugfix: last field was padding to width with trailing spaces (oops), and | Rob Landley |