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
/
top.c
Age
Commit message (
Expand
)
Author
2007-11-29
fix small glitch in displaying process list header; from Mark Lumsden
Otto Moerbeek
2007-11-27
use symbolic constant 'Infinity' instead of -1 where appropriate; from
Otto Moerbeek
2007-11-22
Diff from Mark Lumsden: cleanup of reading strings and numbers, to
Otto Moerbeek
2007-11-06
prevent segv on wrong sort name; Mark Lumsden.
Otto Moerbeek
2007-11-04
Also show warning message for -U and -p in message area; noted by Mark
Otto Moerbeek
2007-11-04
Get rid of the very annoying warning message + delay when a command
Otto Moerbeek
2007-11-01
make check on -s and interactive s consistent; from Tilo Stritzky
Otto Moerbeek
2007-10-16
Properly adjust headers displayed when the screen contains few lines.
Otto Moerbeek
2007-10-04
only init screen when in interactive mode; ok ray@
Otto Moerbeek
2007-09-27
No need to use two buffers for reading data from the user. From Mark
Otto Moerbeek
2007-09-26
reuse available var, from Mark Lumsden
Otto Moerbeek
2007-09-18
redundant asignment; from Mark Lumsden
Otto Moerbeek
2007-09-10
typo in message, from Mark Lumsden.
Otto Moerbeek
2007-07-27
u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru
Theo de Raadt
2007-05-29
Instead of using hand-crafted redraws minimizing screen updates, use curses.
Otto Moerbeek
2007-04-01
tidy up usage(); partly from Mark Lumsden
Jason McIntyre
2007-02-27
an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@
Otto Moerbeek
2007-02-04
Complain of the user specifies a negative number for the 's' command.
Otto Moerbeek
2007-02-04
Introducing the '+' interactive command to reset all filters.
Otto Moerbeek
2007-02-04
actully use a default value when we say so. from Mark Lumsden
Otto Moerbeek
2007-01-03
Add a 'g' command to only show processes having a string in their
Otto Moerbeek
2006-12-27
Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns
Otto Moerbeek
2006-03-04
Show the CPU state %'s on first display as well. "looks good" deraadt@
Otto Moerbeek
2006-03-04
Handle signals in non-interactive mode. "looks good" deraadt@
Otto Moerbeek
2005-12-04
support for toggling thread viewing.
Ted Unangst
2005-06-17
add a 'C' command ) that toggles the display of the full cmdline;
Markus Friedl
2005-06-08
Multi-cpu support for top. Each cpu now gets its own stats line.
Todd C. Miller
2005-05-14
sort options + sync usage();
Jason McIntyre
2005-05-13
grab bag of man page updates
Jared Yanovich
2005-04-13
use STD{IN,OUT,ERR}_FILENO
Theo de Raadt
2004-10-07
introduce -p option and p command to only show a single process.
Otto Moerbeek
2004-09-14
ARGSUSED before signal handler with unused signo
Theo de Raadt
2004-05-09
delint
Theo de Raadt
2004-05-09
spaces
Theo de Raadt
2004-05-07
Check poll revents for error.
Todd C. Miller
2003-11-01
process signals at the right time. also handle stdin failure better;
Theo de Raadt
2003-09-19
commands.c: add `o' and `S' to internal help, sort options
Jason McIntyre
2003-08-21
use poll
Theo de Raadt
2003-07-07
protos
Theo de Raadt
2003-06-19
o get rid of strecpy() and use strlcpy() and/or snprintf() instead.
Todd C. Miller
2003-06-18
SIGWINCH is always here
Theo de Raadt
2003-06-18
remove unused variables
Theo de Raadt
2003-06-16
Add missing #include <err.h>
Todd C. Miller
2003-06-16
use warnx(); millert ok
Theo de Raadt
2003-06-15
use uid_t and fix some sign compare warnings; OK krw@ and deraadt@
Todd C. Miller
2003-06-13
readable code
Theo de Raadt
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-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-04-21
Add support for fractional delay values. Useful for fast updates
Hugh Graham
[next]