summaryrefslogtreecommitdiffstats
path: root/usr.bin/top (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-121-4/+4
* Add 't' to options in man page. ok jmc@ kn@lum2021-02-191-3/+6
* Add "t" to toggle the display of routing tableskn2020-08-265-29/+58
* Rename rtable filter variables and simplify buffer handlingkn2020-08-251-15/+13
* Filter by routing tablekn2020-08-235-10/+91
* Add / as alias for g (grep)kn2020-07-263-8/+12
* Use mnemonic KERN_PROC_ALL not literal zerokn2020-07-061-2/+3
* Add missing scroll keys to help page, name default signale for kill commandkn2020-06-271-2/+4
* Remove duplicate initialisationkn2020-06-261-6/+1
* Remove unused "remaining" member in struct handlekn2020-06-253-13/+7
* Remove obsolete comment about "extra nulls"kn2020-06-241-6/+1
* Fix COMMAND descriptionkn2020-06-231-5/+5
* Remove redundant NULL checkkn2020-06-231-5/+2
* zap trailing whitespace;jmc2020-01-071-4/+4
* Implement scrolling in top(1) using 9 and 0 keys.zhuk2020-01-064-6/+48
* Delete tests for P_THREAD that predate the existence ofguenther2019-12-161-12/+16
* + resets P as wellkn2019-10-271-2/+2
* Simplify threads flag handlingkn2019-10-083-15/+12
* Replace "boolean.h" with <stdbool.h>kn2019-10-085-101/+63
* Avoid gasting around get_process_info()kn2019-10-063-14/+13
* Zap intermediate structs in compare_*()kn2019-10-061-19/+5
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* Allow reverse sort orderkn2018-11-284-50/+58
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-175-59/+89
* Accept numeric user IDskn2018-11-022-8/+17
* Merge duplicate code into helper functionskn2018-11-011-71/+63
* Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha2018-10-055-69/+39
* KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha2018-09-265-39/+69
* Remove unused Table_size define and digits() function.millert2018-09-223-32/+3
* Use user_from_uid() and uid_from_user() directly. The wrappersmillert2018-09-228-86/+22
* fix uid -> username lookupprocter2018-09-221-3/+5
* Unbreak tree with 'char *' -> 'const char *' forkrw2018-09-161-2/+2
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-7/+4
* Fix warnings caused by user_from_uid() and group_from_gid() nowmillert2018-09-137-14/+14
* After "termcap" initilization is finished, top appears to not open anyderaadt2018-07-291-1/+3
* Document the spinning time of the CPU in systat(1) and top(1).bluhm2018-07-251-3/+3
* Stopping counting and reporting CPU time spent spinning on a lock asmpi2018-05-141-2/+2
* glaring KNF violationderaadt2018-01-041-1/+2
* Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha2017-12-181-13/+5
* avoid some shadow warnings. from Brian Callahantedu2017-05-301-7/+7
* annoying whitespace die die diederaadt2017-03-156-27/+27
* as with ps, update bug to caveat and clarifytedu2016-09-081-7/+4
* Pull in <sys/time.h> for struct timespec and timevalguenther2016-08-271-1/+2
* rework realloc loop. there's no need to shrink the allocation betweentedu2016-07-281-10/+15
* Allow top(1) to filter process args if they are being displayed.edd2016-05-112-22/+69
* allow "kill" from top, by using proc instead of idespie2015-11-051-2/+2
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-3/+3
* top renice command requires pledge "id", from Michael Lesniewskideraadt2015-10-301-2/+2
* remove the silly username cache here and use libc user_from_uid.tedu2015-10-261-87/+2