index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
top
/
utils.c
Age
Commit message (
Expand
)
Author
2018-09-22
Remove unused Table_size define and digits() function.
Todd C. Miller
2018-09-22
Use user_from_uid() and uid_from_user() directly. The wrappers
Todd C. Miller
2018-09-13
Fix warnings caused by user_from_uid() and group_from_gid() now
Todd C. Miller
2017-03-15
annoying whitespace die die die
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-04-02
Handle big time_t
Philip Guenther
2011-04-10
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
Philip Guenthe
2010-01-29
Allow sorting by command and pid. Also, allow partial matches with strncmp.
Ted Unangst
2007-10-01
typos in comment; from Pierre Riteau
Otto Moerbeek
2007-07-27
replace a few more malloc(n*m) idioms with calloc(n,m) for safety;
Theo de Raadt
2007-07-16
fix percentage computation of wrapping numbers; from Willem Dijkstra
Otto Moerbeek
2007-04-04
unneeded include; -Wall -Wmissing-prototypes is happy; from Mark Lumsden
Otto Moerbeek
2007-02-27
an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@
Otto Moerbeek
2005-06-08
Multi-cpu support for top. Each cpu now gets its own stats line.
Todd C. Miller
2004-11-22
simplify loop iteration
Patrick Latifi
2004-10-07
introduce -p option and p command to only show a single process.
Otto Moerbeek
2003-07-07
protos
Theo de Raadt
2003-06-20
some cleanings recommended by lint
Theo de Raadt
2003-06-19
o get rid of strecpy() and use strlcpy() and/or snprintf() instead.
Todd C. Miller
2003-06-12
knf
Theo de Raadt
2003-06-12
cleanup; ok deraadt
Peter Valchev
2003-04-25
comment
Theo de Raadt
2003-04-25
comment fix
Theo de Raadt
2002-07-15
license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
Theo de Raadt
2002-06-03
strlcpy
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
1998-09-20
cp_time is long, deal with it.
Niklas Hallqvist
1997-08-22
First sweep. Prototype, type fixes, long fixes, mostly compiles with
Jason Downs
1997-08-14
top 3.4, with a few changes. Still needs more work.
Jason Downs