Age | Commit message (Expand) | Author |
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 |
2016-06-08 | Fix ps bug, last field wasn't expanding to width. | Rob Landley |
2016-06-08 | Change the TNAME behavior to "Show parent argv[0]. If that's blank, showour a... | Rob Landley |
2016-06-04 | Basic success/failure return from pgrep/pkill. | Elliott Hughes |
2016-06-04 | ps: Show [stat2] for any otherwise blank process name field, expand TNAME to 27, | Rob Landley |
2016-05-27 | Add -o TNAME for android, fix display of last field (retain left justifification | Rob Landley |
2016-05-24 | The "show parent command path" commit changed the criteria for active nodes, | Rob Landley |
2016-05-23 | Fix remaining pkill tests. | Elliott Hughes |
2016-05-23 | Fix pkill -9. | Elliott Hughes |
2016-05-22 | Don't truncate number fields for anything but right edge of screen, instead | Rob Landley |
2016-05-22 | Make -o COMMAND show parent command path for threads, and use saved length | Rob Landley |
2016-05-22 | Comment and help text tweaks. | Rob Landley |
2016-05-20 | Add bufgetgrgid() | Rob Landley |
2016-05-17 | Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) | Rob Landley |
2016-05-16 | Add top -O | Rob Landley |
2016-05-05 | Add top -H. | Elliott Hughes |
2016-05-05 | "top -b -n1" should end with a newline. | Elliott Hughes |
2016-05-04 | Elliott says -T should fetch threads even when not displaying thread fields. | Rob Landley |
2016-05-04 | Simplify ps android scheduling policy fetch slightly. | Rob Landley |
2016-04-30 | Add a ps "PCY" field for Android scheduling policy. | Elliott Hughes |
2016-04-29 | First guess at showing thread names properly. | Rob Landley |
2016-04-29 | Show "-" rather 0 if we don't know whether a process is 32- or 64-bit. | Elliott Hughes |
2016-04-29 | Fix ps -O help output alignment. | Elliott Hughes |
2016-04-25 | ps thread supportand 32/64 bit detection. | Rob Landley |
2016-04-16 | Fix "ssh top". | Elliott Hughes |
2016-04-16 | Fix top -b. | Elliott Hughes |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-02-29 | Fix trailing spaces on ps -o cmdline. | Elliott Hughes |
2016-01-28 | Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill. | Rob Landley |