summaryrefslogtreecommitdiff
path: root/usr.bin/top/display.c
AgeCommit message (Expand)Author
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
2003-11-01process signals at the right time. also handle stdin failure better;Theo de Raadt
2003-06-19o get rid of strecpy() and use strlcpy() and/or snprintf() instead.Todd C. Miller
2003-06-18remove unused variablesTheo de Raadt
2003-06-13readable codeTheo de Raadt
2003-06-13use proper varargs(3), as opposed to a hack; ok millertPeter Valchev
2003-06-12cleanup; ok deraadtPeter Valchev
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-09-03don't print zero values on processes lineCamiel Dobbelaar
2001-08-24Display even zeros so that the swap output makes more sense.Artur Grabowski
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs