summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
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
2003-06-19o get rid of strecpy() and use strlcpy() and/or snprintf() instead.Todd C. Miller
2003-06-18cleanup, and now it produces KNF outputTheo de Raadt
2003-06-18SIGWINCH is always hereTheo de Raadt
2003-06-18remove unused variablesTheo de Raadt
2003-06-17properly typecast to uid_t the return value of proc_owner() and reportJean-Francois Brousseau
2003-06-16Add missing #include <err.h>Todd C. Miller
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-14use correct length instead of sizeof(char *) for some strl* bound valuesAnil Madhavapeddy
2003-06-13readable codeTheo de Raadt
2003-06-13use proper varargs(3), as opposed to a hack; ok millertPeter Valchev
2003-06-12knfTheo de Raadt
2003-06-12cleanup; ok deraadtPeter Valchev
2003-06-10- section reorderJason McIntyre
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-05-29-I${.CURDIR} not neededTheo de Raadt
2003-04-25commentTheo de Raadt
2003-04-25comment fixTheo de Raadt
2003-04-06strcat -> strlcat fix. ok tedu@, deraadt@Thierry Deval
2003-04-06a strlcatTheo de Raadt
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2002-07-02Add missing copyrightThorsten Lockert
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-03strlcpyTheo de Raadt
2002-05-29strlcatTheo de Raadt
2002-04-21Document fractional delays.Hugh Graham
2002-04-21Add support for fractional delay values. Useful for fast updatesHugh Graham
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-05Get maxslp with sysctl. Not the constant.Artur Grabowski