summaryrefslogtreecommitdiff
path: root/usr.bin/top/utils.h
AgeCommit message (Collapse)Author
2005-06-08Multi-cpu support for top. Each cpu now gets its own stats line.Todd C. Miller
Based on work by todd@ at the hackathon.
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
From Patrick Latifi. ok deraadt@ millert@
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
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-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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