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
/
commands.c
Age
Commit message (
Expand
)
Author
2013-11-28
unsigned char for ctype
Theo de Raadt
2010-04-01
Allow top to accept tab characters as input in interactive mode
lum
2010-03-23
Fix pointer usage with the renice and kill error message structure. Pointer w...
lum
2007-05-29
Instead of using hand-crafted redraws minimizing screen updates, use curses.
Otto Moerbeek
2007-02-23
Use sys_signame[] from libc instead of creating a top-specific
Todd C. Miller
2007-02-14
more refinements for the interactive commands section; ok otto
Jason McIntyre
2007-02-09
document how signalling via `k' works, after some help from theo and miod;
Jason McIntyre
2007-02-09
sync somewhat to the man page;
Jason McIntyre
2007-02-06
Compact help screen a bit so it fits in 24 lines again. Based on a
Otto Moerbeek
2007-02-04
Introducing the '+' interactive command to reset all filters.
Otto Moerbeek
2007-01-05
tidy & sort help display
Otto Moerbeek
2007-01-05
add new g command to interactive help; from Mark Lumsden
Otto Moerbeek
2005-12-04
support for toggling thread viewing.
Ted Unangst
2005-10-07
sync help message with reality: sort acceptes keyword "pri"
Hans-Joerg Hoexer
2005-06-17
add a 'C' command ) that toggles the display of the full cmdline;
Markus Friedl
2004-10-07
introduce -p option and p command to only show a single process.
Otto Moerbeek
2004-06-27
errno struct member -> err; ok millert@
Marco S Hyman
2004-05-09
spaces
Theo de Raadt
2003-09-19
commands.c: add `o' and `S' to internal help, sort options
Jason McIntyre
2003-06-20
some cleanings recommended by lint
Theo de Raadt
2003-06-17
properly typecast to uid_t the return value of proc_owner() and report
Jean-Francois Brousseau
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
2003-04-06
strcat -> strlcat fix. ok tedu@, deraadt@
Thierry Deval
2002-07-15
license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
Theo de Raadt
2002-05-29
strlcat
Theo de Raadt
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
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