summaryrefslogtreecommitdiff
path: root/usr.bin/top/utils.c
AgeCommit message (Collapse)Author
2004-11-22simplify loop iterationPatrick Latifi
ok otto millert
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
From Patrick Latifi. ok deraadt@ millert@
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
o make itoa() just use snprintf() o rename itoa7() to format_uid() and use snprintf() o max username len is _PW_NAME_LEN, not 8
2003-06-12knfTheo de Raadt
2003-06-12cleanup; ok deraadtPeter Valchev
2003-04-25commentTheo de Raadt
2003-04-25comment fixTheo de Raadt
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
licensed. this same license will show up on his next release as well.
2002-06-03strlcpyTheo de Raadt
2001-11-19kill more registersMike Pechkin
millert@ ok
1998-09-20cp_time is long, deal with it.Niklas Hallqvist
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
-Wall.
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs