summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
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
2006-03-04Handle signals in non-interactive mode. "looks good" deraadt@Otto Moerbeek
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-05oops: forgot to remind tedu to add -T to SYNOPSIS too...Jason McIntyre
2005-12-04support for toggling thread viewing.Ted Unangst
2005-10-07sync help message with reality: sort acceptes keyword "pri"Hans-Joerg Hoexer
2005-09-06pesky comma;Jason McIntyre
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
2005-07-01NUL-terminate the screen buffer in u_process(), since it is passed toJared Yanovich
2005-06-17replace hardcoded 128 with MAX_COLS (now 256)Markus Friedl
2005-06-17add a 'C' command ) that toggles the display of the full cmdline;Markus Friedl
2005-06-08Multi-cpu support for top. Each cpu now gets its own stats line.Todd C. Miller
2005-05-25SIZE and RES are not always in kbytesJared Yanovich
2005-05-14sort options + sync usage();Jason McIntyre
2005-05-13grab bag of man page updatesJared Yanovich
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2004-12-06missing space; bluhm at genua.deMarkus Friedl
2004-11-22simplify loop iterationPatrick Latifi
2004-11-17off-by-one in process_states[], fixes display of memory; ok deraadt, aaronMarkus Friedl
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-06-27errno struct member -> err; ok millert@Marco S Hyman
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
2004-06-11handle the KI_NOCPU case, pointed out by markusTheo de Raadt
2004-06-11only print /# if > 1 cpu on a machineTheo de Raadt
2004-06-11export cpuid via kproc2, and make ps & top aware... from niklasTheo de Raadt
2004-06-11hide top breakage, until the next commit which will do it rightTheo de Raadt
2004-05-10Describe load average and remove useless "BUG". OK deraadt@Todd C. Miller
2004-05-09delintTheo de Raadt
2004-05-09spacesTheo de Raadt
2004-05-07Check poll revents for error.Todd C. Miller
2004-01-08Convert to kinfo_proc2; ok deraadt@Todd C. Miller
2003-11-01process signals at the right time. also handle stdin failure better;Theo de Raadt
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-08-21use pollTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-20some cleanings recommended by lintTheo de Raadt