summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
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
2007-09-18redundant asignment; from Mark LumsdenOtto Moerbeek
2007-09-17small update regarding removal of process highlighting;Jason McIntyre
2007-09-10typo in message, from Mark Lumsden.Otto Moerbeek
2007-07-27size_t vs ssize_t error; spotted by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27replace a few more malloc(n*m) idioms with calloc(n,m) for safety;Theo de Raadt
2007-07-16fix percentage computation of wrapping numbers; from Willem DijkstraOtto Moerbeek
2007-06-10clear to end of line at quit, needed for terms that do not restoreOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Instead of using hand-crafted redraws minimizing screen updates, use curses.Otto Moerbeek
2007-04-16don't truncate wchan, ok miod@Otto Moerbeek
2007-04-13include cleanup and fix in comment; from Mark LumsdenOtto Moerbeek
2007-04-04missing prototypes; from Mark Lumsden with a twist by me.Otto Moerbeek
2007-04-04unneeded include; -Wall -Wmissing-prototypes is happy; from Mark LumsdenOtto Moerbeek
2007-04-04garbage collect unused var ospeed; from Mark LumsdenOtto Moerbeek
2007-04-01tidy up usage(); partly from Mark LumsdenJason McIntyre
2007-03-30Remove some uneeded includes and declarations. -Wall is happy and noOtto Moerbeek
2007-03-15make the description of command line options and interactiveJason McIntyre
2007-02-27an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@Otto Moerbeek
2007-02-23Use sys_signame[] from libc instead of creating a top-specificTodd C. Miller
2007-02-22an unused define and an unused decl. From Mark Lumsden.Otto Moerbeek
2007-02-14more refinements for the interactive commands section; ok ottoJason McIntyre
2007-02-13mark up `dumb' using .Em, to be consistent with an earlierJason McIntyre
2007-02-13improve the description for -C;Jason McIntyre
2007-02-09document how signalling via `k' works, after some help from theo and miod;Jason McIntyre
2007-02-09sync somewhat to the man page;Jason McIntyre
2007-02-09clean up the interactive commands list, mainly by showingJason McIntyre
2007-02-06document the `+' interactive command more fully;Jason McIntyre
2007-02-06Compact help screen a bit so it fits in 24 lines again. Based on aOtto Moerbeek
2007-02-04Complain of the user specifies a negative number for the 's' command.Otto Moerbeek
2007-02-04Introducing the '+' interactive command to reset all filters.Otto Moerbeek
2007-02-04actully use a default value when we say so. from Mark LumsdenOtto Moerbeek
2007-02-04long and long long is not the same on 32 bits archsOtto Moerbeek
2007-01-10- use .Sq for single characters, rather than .DqJason McIntyre
2007-01-05tidy & sort help displayOtto Moerbeek
2007-01-05add new g command to interactive help; from Mark LumsdenOtto Moerbeek
2007-01-03Missing 'T' in interactive command list. From Mark Lumsden.Otto Moerbeek
2007-01-03Add a 'g' command to only show processes having a string in theirOtto Moerbeek
2007-01-02top(1) doesn't use any math.h function, so do not include math.h andOtto Moerbeek
2006-12-27Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesignsOtto Moerbeek
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-09-20Recommit memory leak fix.Ray Lai
2006-04-29use calloc(3) instead of malloc(3) to allocate cpu state structs; it'sOtto Moerbeek
2006-03-04Show the CPU state %'s on first display as well. "looks good" deraadt@Otto Moerbeek