Age | Commit message (Expand) | Author |
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 |
2009-12-10 | better wording for 1 option from jmc | Ted Unangst |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst |
2009-07-22 | enter_user() is only called in one way, rendering the third parameter | Theo de Raadt |
2009-07-18 | restore -S as toggle; | Jason McIntyre |
2009-06-04 | with -d1, switch interactive mode off, so the screen isn't restored | Stuart Henderson |
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | Theo de Raadt |
2008-09-24 | remove unused function | Charles Longeau |
2008-04-02 | using getpwent() in a loop is so 1980; ok millert | Theo de Raadt |
2007-11-30 | Simplify process header display logic a bit. From Mark Lumsden | Otto Moerbeek |
2007-11-29 | fix small glitch in displaying process list header; from Mark Lumsden | Otto Moerbeek |
2007-11-27 | use symbolic constant 'Infinity' instead of -1 where appropriate; from | Otto Moerbeek |
2007-11-22 | Diff from Mark Lumsden: cleanup of reading strings and numbers, to | Otto Moerbeek |
2007-11-17 | oops - fix dodgy -width specifier too; | Jason McIntyre |
2007-11-17 | talk about "user" consistently; from Mark Lumsden | Jason McIntyre |
2007-11-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek |
2007-11-04 | Also show warning message for -U and -p in message area; noted by Mark | Otto Moerbeek |
2007-11-04 | Get rid of the very annoying warning message + delay when a command | Otto Moerbeek |
2007-11-01 | make check on -s and interactive s consistent; from Tilo Stritzky | Otto Moerbeek |
2007-11-01 | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ | Otto Moerbeek |
2007-11-01 | cleanup of message handling, originally from Mark Lumsden, with a | Otto Moerbeek |
2007-10-16 | Properly adjust headers displayed when the screen contains few lines. | Otto Moerbeek |
2007-10-04 | only init screen when in interactive mode; ok ray@ | Otto Moerbeek |
2007-10-01 | typos in comment; from Pierre Riteau | Otto Moerbeek |
2007-09-30 | unused static var; from Mark Lumsden | Otto Moerbeek |
2007-09-27 | No need to use two buffers for reading data from the user. From Mark | Otto Moerbeek |
2007-09-26 | reuse available var, from Mark Lumsden | Otto Moerbeek |
2007-09-25 | remove unneeded files, from Mark Lumsden | Otto Moerbeek |