summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
2011-12-16Use H to make top show process threads, instead of the current T. This isJoel Sing
2011-07-12print out the amount of memory used for cache. ok ottoTed Unangst
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-03-25clarify the description of the `1' command;Jason McIntyre
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-04-26more portable codeTheo de Raadt
2010-04-24delete two extra ; that got inserted somewhere along the lineTheo de Raadt
2010-04-23mention hostname, prompted by lum@Otto Moerbeek
2010-04-23show hostname in header line; ok lum@ phessler@Otto Moerbeek
2010-04-21Handle a strdup failure.lum
2010-04-01Allow top to accept tab characters as input in interactive modelum
2010-03-26Remove unnecessary ptr.lum
2010-03-26Make the source of process TIME for displaying and sorting the same.lum
2010-03-24Document updating the display using the space-bar.lum
2010-03-23Fix pointer usage with the renice and kill error message structure. Pointer w...lum
2010-03-22make argument check for '-s' cli option and interactive 's' consistent. ok otto@lum
2010-03-18make the 'e' command work, from Mark LumsdenOtto Moerbeek
2010-03-18While resizing, show correct CPU stats, from Mark LumsdenOtto Moerbeek
2010-03-18zap -g that sneaked in some time agoOtto Moerbeek
2010-02-05Header_lines always has the same value as y_procs; so zap the former;Otto Moerbeek
2010-01-29Allow sorting by command and pid. Also, allow partial matches with strncmp.Ted Unangst
2009-12-22add `1' to the interactive command list too; from Mark LumsdenJason McIntyre
2009-12-22add -1 to show_help(); from Mark LumsdenJason McIntyre
2009-12-10better wording for 1 option from jmcTed Unangst
2009-12-10add an option '1' to display all cpu stats combined. helps save spaceTed Unangst
2009-07-22enter_user() is only called in one way, rendering the third parameterTheo de Raadt
2009-07-18restore -S as toggle;Jason McIntyre
2009-06-04with -d1, switch interactive mode off, so the screen isn't restoredStuart Henderson
2009-04-28extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131Theo de Raadt
2008-09-24remove unused functionCharles Longeau
2008-04-02using getpwent() in a loop is so 1980; ok millertTheo de Raadt
2007-11-30Simplify process header display logic a bit. From Mark LumsdenOtto Moerbeek
2007-11-29fix small glitch in displaying process list header; from Mark LumsdenOtto Moerbeek
2007-11-27use symbolic constant 'Infinity' instead of -1 where appropriate; fromOtto Moerbeek
2007-11-22Diff from Mark Lumsden: cleanup of reading strings and numbers, toOtto Moerbeek
2007-11-17oops - fix dodgy -width specifier too;Jason McIntyre
2007-11-17talk about "user" consistently; from Mark LumsdenJason McIntyre
2007-11-06prevent segv on wrong sort name; Mark Lumsden.Otto Moerbeek
2007-11-04Also show warning message for -U and -p in message area; noted by MarkOtto Moerbeek
2007-11-04Get rid of the very annoying warning message + delay when a commandOtto Moerbeek
2007-11-01make check on -s and interactive s consistent; from Tilo StritzkyOtto Moerbeek
2007-11-01bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@Otto Moerbeek
2007-11-01cleanup of message handling, originally from Mark Lumsden, with aOtto Moerbeek
2007-10-16Properly adjust headers displayed when the screen contains few lines.Otto Moerbeek
2007-10-04only init screen when in interactive mode; ok ray@Otto Moerbeek
2007-10-01typos in comment; from Pierre RiteauOtto Moerbeek
2007-09-30unused static var; from Mark LumsdenOtto Moerbeek
2007-09-27No need to use two buffers for reading data from the user. From MarkOtto Moerbeek
2007-09-26reuse available var, from Mark LumsdenOtto Moerbeek
2007-09-25remove unneeded files, from Mark LumsdenOtto Moerbeek