summaryrefslogtreecommitdiffstats
path: root/usr.bin/top (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* Display thread IDs instead of the name of the process's owner when "-H"mpi2015-05-065-18/+35
* Reduce usage of predefined strings in manpages.bentley2015-02-281-4/+4
* Kill loadavg.h and just use the fscale value directly.millert2015-01-192-104/+3
* like in ps(1), fetch the FSCALE value using sysctl rather than usingderaadt2015-01-193-3/+24
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-4/+6
* All cpus -> N Cpusespie2014-11-271-2/+2
* try to document that the -1 option will be selected by default if moredlg2014-09-171-1/+3
* be more explicit about what '1' toggles betweendlg2014-09-171-3/+3
* if there are more than 8 cpus, default to combined cpu stats (likedlg2014-09-173-8/+29
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-2/+2
* obvious cases of missing .An;schwarze2014-09-081-3/+4
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-2/+2
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-9/+9
* Just exit if we get an error or HUP when poll()ing the keyboard.millert2014-04-071-3/+5
* getnstr() returns KEY_RESIZE if there was a pending resize event, so loopguenther2014-01-141-4/+7
* unsigned char for ctypederaadt2013-11-282-9/+9
* more reasonable MAX_COLS for modern displaysespie2013-09-211-2/+2
* Handle big time_tguenther2013-04-021-3/+3
* wchan is no longer exposed, just check if wmesg is not empty.tedu2013-03-231-11/+5
* Remove an unnecessary function castguenther2013-01-141-2/+2
* When showing threads, say so. Fix up some comments and names at the same time.guenther2013-01-143-25/+17
* We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert2012-12-181-5/+7
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* According to miod, KERNBASE used as a userland symbol should diederaadt2012-07-091-2/+2
* Add checks for command line input (or the TOP environment var)lum2012-06-081-1/+5
* tweak previous;jmc2012-06-061-12/+10
* Add support for hiding a user's processes in top.brynet2012-06-055-18/+49
* Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.guenther2012-04-211-3/+1
* Silence warnings. Okay deraadt@.pirofti2012-04-201-3/+4
* Make it optional for kvm_getprocs() (and related sysctl) to returnpirofti2012-04-171-2/+6
* Move the check for a <0 number of process display_lines to a better place.lum2012-04-151-4/+4
* Add per thread accounting, mainly for usage & friends.pirofti2012-04-121-1/+5
* Use H to make top show process threads, instead of the current T. This isjsing2011-12-163-17/+17
* print out the amount of memory used for cache. ok ottotedu2011-07-121-7/+18
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-103-46/+46
* clarify the description of the `1' command;jmc2011-03-251-4/+5
* add a description for bsd.sp where appropriate; while here, writesobrado2010-08-101-3/+3
* more portable codederaadt2010-04-261-2/+4
* delete two extra ; that got inserted somewhere along the linederaadt2010-04-241-4/+4
* mention hostname, prompted by lum@otto2010-04-231-2/+3
* show hostname in header line; ok lum@ phessler@otto2010-04-231-3/+8
* Handle a strdup failure.lum2010-04-211-3/+7
* Allow top to accept tab characters as input in interactive modelum2010-04-011-13/+25
* Remove unnecessary ptr.lum2010-03-261-7/+3
* Make the source of process TIME for displaying and sorting the same.lum2010-03-261-22/+2
* Document updating the display using the space-bar.lum2010-03-242-3/+6
* Fix pointer usage with the renice and kill error message structure. Pointer was used without allocating memory. ok beck@ otto@lum2010-03-233-25/+51
* make argument check for '-s' cli option and interactive 's' consistent. ok otto@lum2010-03-221-2/+2