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
/
display.c
Age
Commit message (
Expand
)
Author
2004-06-13
Typos in comments and a redundant prototype. From Brian Poole via jmc@
Otto Moerbeek
2003-11-01
process signals at the right time. also handle stdin failure better;
Theo de Raadt
2003-06-19
o get rid of strecpy() and use strlcpy() and/or snprintf() instead.
Todd C. Miller
2003-06-18
remove unused variables
Theo de Raadt
2003-06-13
readable code
Theo de Raadt
2003-06-13
use proper varargs(3), as opposed to a hack; ok millert
Peter Valchev
2003-06-12
cleanup; ok deraadt
Peter Valchev
2002-07-15
license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
Theo de Raadt
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-09-03
don't print zero values on processes line
Camiel Dobbelaar
2001-08-24
Display even zeros so that the swap output makes more sense.
Artur Grabowski
2001-07-27
abort if stdout use ever produces EOF. before, top was one of those nasty
Theo de Raadt
1999-03-06
back out changes that should not have escaped my local tree
Todd C. Miller
1999-03-06
add missing reference to infocmp
Todd C. Miller
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