Age | Commit message (Expand) | Author |
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 |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
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 |
2014-04-07 | Just exit if we get an error or HUP when poll()ing the keyboard. | Todd C. Miller |
2014-01-14 | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop | Philip Guenther |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2013-09-21 | more reasonable MAX_COLS for modern displays | Marc Espie |
2013-04-02 | Handle big time_t | Philip Guenther |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2013-01-14 | Remove an unnecessary function cast | Philip Guenther |
2013-01-14 | When showing threads, say so. Fix up some comments and names at the same time. | Philip Guenther |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-07-09 | According to miod, KERNBASE used as a userland symbol should die | Theo de Raadt |
2012-06-08 | Add checks for command line input (or the TOP environment var) | lum |
2012-06-06 | tweak previous; | Jason McIntyre |
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-20 | Silence warnings. Okay deraadt@. | Paul Irofti |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-15 | Move the check for a <0 number of process display_lines to a better place. | lum |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2011-12-16 | Use H to make top show process threads, instead of the current T. This is | Joel Sing |
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 |
2011-03-25 | clarify the description of the `1' command; | Jason McIntyre |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-04-26 | more portable code | Theo de Raadt |
2010-04-24 | delete two extra ; that got inserted somewhere along the line | Theo de Raadt |
2010-04-23 | mention hostname, prompted by lum@ | Otto Moerbeek |
2010-04-23 | show hostname in header line; ok lum@ phessler@ | Otto Moerbeek |
2010-04-21 | Handle a strdup failure. | lum |
2010-04-01 | Allow top to accept tab characters as input in interactive mode | lum |
2010-03-26 | Remove unnecessary ptr. | lum |
2010-03-26 | Make the source of process TIME for displaying and sorting the same. | lum |
2010-03-24 | Document updating the display using the space-bar. | lum |
2010-03-23 | Fix pointer usage with the renice and kill error message structure. Pointer w... | lum |
2010-03-22 | make argument check for '-s' cli option and interactive 's' consistent. ok otto@ | lum |
2010-03-18 | make the 'e' command work, from Mark Lumsden | Otto Moerbeek |
2010-03-18 | While resizing, show correct CPU stats, from Mark Lumsden | Otto Moerbeek |
2010-03-18 | zap -g that sneaked in some time ago | Otto Moerbeek |
2010-02-05 | Header_lines always has the same value as y_procs; so zap the former; | Otto Moerbeek |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2009-12-22 | add `1' to the interactive command list too; from Mark Lumsden | Jason McIntyre |
2009-12-22 | add -1 to show_help(); from Mark Lumsden | Jason McIntyre |