| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -18/+35 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -4/+4 |
* | Kill loadavg.h and just use the fscale value directly. |  millert | 2015-01-19 | 2 | -104/+3 |
* | like in ps(1), fetch the FSCALE value using sysctl rather than using |  deraadt | 2015-01-19 | 3 | -3/+24 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 2 | -4/+6 |
* | All cpus -> N Cpus |  espie | 2014-11-27 | 1 | -2/+2 |
* | try to document that the -1 option will be selected by default if more |  dlg | 2014-09-17 | 1 | -1/+3 |
* | be more explicit about what '1' toggles between |  dlg | 2014-09-17 | 1 | -3/+3 |
* | if there are more than 8 cpus, default to combined cpu stats (like |  dlg | 2014-09-17 | 3 | -8/+29 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -2/+2 |
* | obvious cases of missing .An; |  schwarze | 2014-09-08 | 1 | -3/+4 |
* | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 1 | -2/+1 |
* | 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 |
* | Just exit if we get an error or HUP when poll()ing the keyboard. |  millert | 2014-04-07 | 1 | -3/+5 |
* | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop |  guenther | 2014-01-14 | 1 | -4/+7 |
* | unsigned char for ctype |  deraadt | 2013-11-28 | 2 | -9/+9 |
* | more reasonable MAX_COLS for modern displays |  espie | 2013-09-21 | 1 | -2/+2 |
* | Handle big time_t |  guenther | 2013-04-02 | 1 | -3/+3 |
* | wchan is no longer exposed, just check if wmesg is not empty. |  tedu | 2013-03-23 | 1 | -11/+5 |
* | Remove an unnecessary function cast |  guenther | 2013-01-14 | 1 | -2/+2 |
* | When showing threads, say so. Fix up some comments and names at the same time. |  guenther | 2013-01-14 | 3 | -25/+17 |
* | We no longer use struct eproc for kinfo_proc in sysctl.h so there |  millert | 2012-12-18 | 1 | -5/+7 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -3/+1 |
* | According to miod, KERNBASE used as a userland symbol should die |  deraadt | 2012-07-09 | 1 | -2/+2 |
* | Add checks for command line input (or the TOP environment var) |  lum | 2012-06-08 | 1 | -1/+5 |
* | tweak previous; |  jmc | 2012-06-06 | 1 | -12/+10 |
* | Add support for hiding a user's processes in top. |  brynet | 2012-06-05 | 5 | -18/+49 |
* | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. |  guenther | 2012-04-21 | 1 | -3/+1 |
* | Silence warnings. Okay deraadt@. |  pirofti | 2012-04-20 | 1 | -3/+4 |
* | Make it optional for kvm_getprocs() (and related sysctl) to return |  pirofti | 2012-04-17 | 1 | -2/+6 |
* | Move the check for a <0 number of process display_lines to a better place. |  lum | 2012-04-15 | 1 | -4/+4 |
* | Add per thread accounting, mainly for usage & friends. |  pirofti | 2012-04-12 | 1 | -1/+5 |
* | Use H to make top show process threads, instead of the current T. This is |  jsing | 2011-12-16 | 3 | -17/+17 |
* | 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 | 3 | -46/+46 |
* | clarify the description of the `1' command; |  jmc | 2011-03-25 | 1 | -4/+5 |
* | add a description for bsd.sp where appropriate; while here, write |  sobrado | 2010-08-10 | 1 | -3/+3 |
* | more portable code |  deraadt | 2010-04-26 | 1 | -2/+4 |
* | delete two extra ; that got inserted somewhere along the line |  deraadt | 2010-04-24 | 1 | -4/+4 |
* | mention hostname, prompted by lum@ |  otto | 2010-04-23 | 1 | -2/+3 |
* | show hostname in header line; ok lum@ phessler@ |  otto | 2010-04-23 | 1 | -3/+8 |
* | Handle a strdup failure. |  lum | 2010-04-21 | 1 | -3/+7 |
* | Allow top to accept tab characters as input in interactive mode |  lum | 2010-04-01 | 1 | -13/+25 |
* | Remove unnecessary ptr. |  lum | 2010-03-26 | 1 | -7/+3 |
* | Make the source of process TIME for displaying and sorting the same. |  lum | 2010-03-26 | 1 | -22/+2 |
* | Document updating the display using the space-bar. |  lum | 2010-03-24 | 2 | -3/+6 |
* | Fix pointer usage with the renice and kill error message structure. Pointer was used without allocating memory. ok beck@ otto@ |  lum | 2010-03-23 | 3 | -25/+51 |
* | make argument check for '-s' cli option and interactive 's' consistent. ok otto@ |  lum | 2010-03-22 | 1 | -2/+2 |