Age | Commit message (Expand) | Author |
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 |
2016-01-28 | Adding -M broke ps -k header printing without -M. | Rob Landley |
2016-01-27 | Don't resort or recalculate headers for cursor up/down, do PGUP PGDN, and | Rob Landley |
2016-01-27 | Add cpu line to top, and fix a bug initializing upticks slot. | Rob Landley |
2016-01-27 | Don't try to be fancy with top headers, just hardwired the standardish ones. | Rob Landley |
2016-01-26 | Add ps -M to measure/expand field widths if they don't fit. | Rob Landley |
2016-01-26 | Add ps -O (inserts extra args before last field), and make -w the default | Rob Landley |
2016-01-25 | Next lump of top work. Add -o DISPLAY_FIELDS -k FALLBACK_SORTS -s SORT_BY plus | Rob Landley |
2016-01-21 | Replace slot[] constants with SLOT_blah, fix some that weren't displaying right. | Rob Landley |
2016-01-20 | Correct units of %MEM and %VSZ. | Rob Landley |
2016-01-20 | Add basic top support to ps.c, delete toys/pending/top.c. | Rob Landley |
2016-01-18 | Implement pgrep -clv (and remove some accidentally checked in debug code). | Rob Landley |
2016-01-18 | Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch. | Rob Landley |
2016-01-17 | Extend utf8 fontmetrics so ps can use them. | Rob Landley |
2016-01-14 | Implement most of pgrep and pkill. | Rob Landley |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2016-01-01 | First pass at iotop. | Rob Landley |
2015-12-30 | First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and | Rob Landley |