| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow reverse sort order |  kn | 2018-11-28 | 1 | -22/+21 |
* | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. |  cheloha | 2018-11-17 | 1 | -41/+42 |
* | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. |  cheloha | 2018-10-05 | 1 | -35/+24 |
* | KERN_CPTIME2: set ENODEV if the CPU is offline. |  cheloha | 2018-09-26 | 1 | -24/+35 |
* | Use user_from_uid() and uid_from_user() directly. The wrappers |  millert | 2018-09-22 | 1 | -4/+4 |
* | Fix warnings caused by user_from_uid() and group_from_gid() now |  millert | 2018-09-13 | 1 | -2/+2 |
* | Stopping counting and reporting CPU time spent spinning on a lock as |  mpi | 2018-05-14 | 1 | -2/+2 |
* | avoid some shadow warnings. from Brian Callahan |  tedu | 2017-05-30 | 1 | -7/+7 |
* | annoying whitespace die die die |  deraadt | 2017-03-15 | 1 | -8/+8 |
* | rework realloc loop. there's no need to shrink the allocation between |  tedu | 2016-07-28 | 1 | -10/+15 |
* | Allow top(1) to filter process args if they are being displayed. |  edd | 2016-05-11 | 1 | -20/+65 |
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 2015-08-20 | 1 | -3/+3 |
* | Display thread IDs instead of the name of the process's owner when "-H" |  mpi | 2015-05-06 | 1 | -7/+19 |
* | Kill loadavg.h and just use the fscale value directly. |  millert | 2015-01-19 | 1 | -12/+3 |
* | like in ps(1), fetch the FSCALE value using sysctl rather than using |  deraadt | 2015-01-19 | 1 | -1/+16 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+3 |
* | if there are more than 8 cpus, default to combined cpu stats (like |  dlg | 2014-09-17 | 1 | -6/+18 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -2/+2 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -2/+2 |
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly |  mpi | 2014-04-08 | 1 | -9/+9 |
* | wchan is no longer exposed, just check if wmesg is not empty. |  tedu | 2013-03-23 | 1 | -11/+5 |
* | We no longer use struct eproc for kinfo_proc in sysctl.h so there |  millert | 2012-12-18 | 1 | -5/+7 |
* | According to miod, KERNBASE used as a userland symbol should die |  deraadt | 2012-07-09 | 1 | -2/+2 |
* | Add support for hiding a user's processes in top. |  brynet | 2012-06-05 | 1 | -1/+4 |
* | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. |  guenther | 2012-04-21 | 1 | -3/+1 |
* | Make it optional for kvm_getprocs() (and related sysctl) to return |  pirofti | 2012-04-17 | 1 | -2/+6 |
* | Add per thread accounting, mainly for usage & friends. |  pirofti | 2012-04-12 | 1 | -1/+5 |
* | print out the amount of memory used for cache. ok otto |  tedu | 2011-07-12 | 1 | -7/+18 |
* | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now |  guenther | 2011-04-10 | 1 | -42/+42 |
* | more portable code |  deraadt | 2010-04-26 | 1 | -2/+4 |
* | Make the source of process TIME for displaying and sorting the same. |  lum | 2010-03-26 | 1 | -22/+2 |
* | Allow sorting by command and pid. Also, allow partial matches with strncmp. |  tedu | 2010-01-29 | 1 | -2/+57 |
* | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 |  deraadt | 2009-04-28 | 1 | -3/+3 |
* | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ |  otto | 2007-11-01 | 1 | -4/+3 |
* | replace a few more malloc(n*m) idioms with calloc(n,m) for safety; |  deraadt | 2007-07-27 | 1 | -6/+6 |
* | Instead of using hand-crafted redraws minimizing screen updates, use curses. |  otto | 2007-05-29 | 1 | -2/+3 |
* | don't truncate wchan, ok miod@ |  otto | 2007-04-16 | 1 | -3/+3 |
* | include cleanup and fix in comment; from Mark Lumsden |  otto | 2007-04-13 | 1 | -10/+3 |
* | missing prototypes; from Mark Lumsden with a twist by me. |  otto | 2007-04-04 | 1 | -3/+5 |
* | long and long long is not the same on 32 bits archs |  otto | 2007-02-04 | 1 | -2/+2 |
* | Add a 'g' command to only show processes having a string in their |  otto | 2007-01-03 | 1 | -3/+6 |
* | top(1) doesn't use any math.h function, so do not include math.h and |  otto | 2007-01-02 | 1 | -2/+1 |
* | Do not test for processes being swapped out since this can't happen anymore. |  miod | 2006-11-29 | 1 | -10/+1 |
* | Recommit memory leak fix. |  ray | 2006-09-20 | 1 | -2/+4 |
* | use calloc(3) instead of malloc(3) to allocate cpu state structs; it's |  otto | 2006-04-29 | 1 | -4/+4 |
* | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 2005-12-21 | 1 | -2/+2 |
* | support for toggling thread viewing. |  tedu | 2005-12-04 | 1 | -3/+5 |
* | add a 'C' command ) that toggles the display of the full cmdline; |  markus | 2005-06-17 | 1 | -3/+39 |
* | Multi-cpu support for top. Each cpu now gets its own stats line. |  millert | 2005-06-08 | 1 | -14/+49 |
* | missing space; bluhm at genua.de |  markus | 2004-12-06 | 1 | -2/+2 |