Age | Commit message (Expand) | Author |
2020-06-23 | Remove redundant NULL check | kn |
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-08 | Simplify threads flag handling | kn |
2019-10-06 | Avoid gasting around get_process_info() | kn |
2019-10-06 | Zap intermediate structs in compare_*() | kn |
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-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 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-05-14 | Stopping counting and reporting CPU time spent spinning on a lock as | Martin Pieuchot |
2017-05-30 | avoid some shadow warnings. from Brian Callahan | Ted Unangst |
2017-03-15 | annoying whitespace die die die | Theo de Raadt |
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-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-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-09-17 | if there are more than 8 cpus, default to combined cpu stats (like | David Gwynne |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-07-09 | According to miod, KERNBASE used as a userland symbol should die | Theo de Raadt |
2012-06-05 | Add support for hiding a user's processes in top. | Bryan Steele |
2012-04-21 | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. | Philip Guenthe |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2011-07-12 | print out the amount of memory used for cache. ok otto | Ted Unangst |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2010-04-26 | more portable code | Theo de Raadt |
2010-03-26 | Make the source of process TIME for displaying and sorting the same. | lum |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | Theo de Raadt |
2007-11-01 | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ | Otto Moerbeek |
2007-07-27 | replace a few more malloc(n*m) idioms with calloc(n,m) for safety; | Theo de Raadt |
2007-05-29 | Instead of using hand-crafted redraws minimizing screen updates, use curses. | Otto Moerbeek |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek |
2007-04-13 | include cleanup and fix in comment; from Mark Lumsden | Otto Moerbeek |
2007-04-04 | missing prototypes; from Mark Lumsden with a twist by me. | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |
2007-01-03 | Add a 'g' command to only show processes having a string in their | Otto Moerbeek |
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |