Age | Commit message (Expand) | Author |
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 |
2017-02-05 | Default to width 80 when tty size probe fails (ala serial console). | Rob Landley |
2017-02-03 | Fix typo in pgrep help. | Elliott Hughes |
2017-02-01 | Extend default USER length to 12 and output "+" as last character of truncated | Rob Landley |
2017-01-31 | ps bugfix: len of TTY field doesn't include null terminator, so memmove should | Rob Landley |
2017-01-28 | Tweak -w help text to clarify that it prevents truncating _any_ fields, not | Rob Landley |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes |
2017-01-28 | top -H is more useful if it shows thread names. | Elliott Hughes |
2016-12-09 | Pass DIRTREE_PROC through the ps callbacks. | Elliott Hughes |
2016-12-08 | Add DIRTREE_PROC to skip non-numeric entries and make ps/top etc use it. | Rob Landley |
2016-11-02 | Fix control flow integrity check failure in ps. | Evgenii Stepanov |
2016-10-12 | Stop renaming the ADDR field to PC on Android. | Elliott Hughes |
2016-10-08 | Teach ps -w not to truncate any fields. | Rob Landley |
2016-10-08 | Evgenii Stepanov found a bug where argv0len was set wrong for threads | Rob Landley |
2016-09-29 | Accept extra ps arguments as additional pids. | Elliott Hughes |
2016-09-28 | Show thread names with "ps -T" on Android. | Elliott Hughes |
2016-07-13 | Increase ps' default RSS and VSIZE widths. | Elliott Hughes |
2016-06-28 | Fix a "may be used uninitialized". | Rob Landley |
2016-06-17 | Make it clearer that CMD is the thread name. | Elliott Hughes |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-06-10 | Shuffle arguments around (TNAME->NAME->COMM->CMD), working around posix | Rob Landley |
2016-06-10 | Revert commit e02e41373ea3, we're always initializing the TNAME string | Rob Landley |
2016-06-10 | HACK: restore Android ps behavior. | Elliott Hughes |