History log of /openbsd/usr.bin/top/utils.h (Results 1 – 11 of 11)
Revision Date Author Comments
# ead56677 22-Sep-2018 millert <millert@openbsd.org>

Remove unused Table_size define and digits() function.


# 86e032d7 22-Sep-2018 millert <millert@openbsd.org>

Use user_from_uid() and uid_from_user() directly. The wrappers
in username.c are now so simple there is no longer a good reason
to use them. OK deraadt@


# cdc5a29b 13-Sep-2018 millert <millert@openbsd.org>

Fix warnings caused by user_from_uid() and group_from_gid() now
returning const char *.


# 1643a62d 08-Jun-2005 millert <millert@openbsd.org>

Multi-cpu support for top. Each cpu now gets its own stats line.
Based on work by todd@ at the hackathon.


# 4211733a 07-Oct-2004 otto <otto@openbsd.org>

introduce -p option and p command to only show a single process.
From Patrick Latifi. ok deraadt@ millert@


# 3fc21ca4 19-Jun-2003 millert <millert@openbsd.org>

o get rid of strecpy() and use strlcpy() and/or snprintf() instead.
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


# 735f730e 15-Jul-2002 deraadt <deraadt@openbsd.org>

license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
licensed. this same license will show up on his next release as well.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# de1178c3 20-Sep-1998 niklas <niklas@openbsd.org>

cp_time is long, deal with it.


# 33729aa2 22-Aug-1997 downsj <downsj@openbsd.org>

First sweep. Prototype, type fixes, long fixes, mostly compiles with
-Wall.


# 7cb5cbe1 14-Aug-1997 downsj <downsj@openbsd.org>

top 3.4, with a few changes. Still needs more work.