Age | Commit message (Expand) | Author |
2020-01-07 | zap trailing whitespace; | Jason McIntyre |
2020-01-06 | Implement scrolling in top(1) using 9 and 0 keys. | Vadim Zhukov |
2019-12-16 | Delete tests for P_THREAD that predate the existence of | Philip Guenther |
2019-10-27 | + resets P as well | kn |
2019-10-08 | Simplify threads flag handling | kn |
2019-10-08 | Replace "boolean.h" with <stdbool.h> | kn |
2019-10-06 | Avoid gasting around get_process_info() | kn |
2019-10-06 | Zap intermediate structs in compare_*() | kn |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-11-28 | Allow reverse sort order | kn |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-11-02 | Accept numeric user IDs | kn |
2018-11-01 | Merge duplicate code into helper functions | kn |
2018-10-05 | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. | cheloha |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-22 | Remove unused Table_size define and digits() function. | Todd C. Miller |
2018-09-22 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-22 | fix uid -> username lookup | Richard Procter |
2018-09-16 | Unbreak tree with 'char *' -> 'const char *' for | Kenneth R Westerback |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-07-29 | After "termcap" initilization is finished, top appears to not open any | Theo de Raadt |
2018-07-25 | Document the spinning time of the CPU in systat(1) and top(1). | Alexander Bluhm |
2018-05-14 | Stopping counting and reporting CPU time spent spinning on a lock as | Martin Pieuchot |
2018-01-04 | glaring KNF violation | Theo de Raadt |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-05-30 | avoid some shadow warnings. from Brian Callahan | Ted Unangst |
2017-03-15 | annoying whitespace die die die | Theo de Raadt |
2016-09-08 | as with ps, update bug to caveat and clarify | Ted Unangst |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-07-28 | rework realloc loop. there's no need to shrink the allocation between | Ted Unangst |
2016-05-11 | Allow top(1) to filter process args if they are being displayed. | Edd Barrett |
2015-11-05 | allow "kill" from top, by using proc instead of id | Marc Espie |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-30 | top renice command requires pledge "id", from Michael Lesniewski | Theo de Raadt |
2015-10-26 | remove the silly username cache here and use libc user_from_uid. | Ted Unangst |
2015-10-26 | print uptime too. ok deraadt | Ted Unangst |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-05-06 | Display thread IDs instead of the name of the process's owner when "-H" | Martin Pieuchot |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-01-19 | Kill loadavg.h and just use the fscale value directly. | Todd C. Miller |
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-27 | All cpus -> N Cpus | Marc Espie |
2014-09-17 | try to document that the -1 option will be selected by default if more | David Gwynne |
2014-09-17 | be more explicit about what '1' toggles between | David Gwynne |
2014-09-17 | if there are more than 8 cpus, default to combined cpu stats (like | David Gwynne |