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
/
screen.c
Age
Commit message (
Expand
)
Author
2019-10-08
Replace "boolean.h" with <stdbool.h>
kn
2017-03-15
annoying whitespace die die die
Theo de Raadt
2010-02-05
Header_lines always has the same value as y_procs; so zap the former;
Otto Moerbeek
2008-09-24
remove unused function
Charles Longeau
2007-06-10
clear to end of line at quit, needed for terms that do not restore
Otto Moerbeek
2007-05-29
Instead of using hand-crafted redraws minimizing screen updates, use curses.
Otto Moerbeek
2007-04-04
garbage collect unused var ospeed; from Mark Lumsden
Otto Moerbeek
2007-03-30
Remove some uneeded includes and declarations. -Wall is happy and no
Otto Moerbeek
2004-05-09
spaces
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-13
readable code
Theo de Raadt
2003-06-12
knf
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
2001-07-27
abort if stdout use ever produces EOF. before, top was one of those nasty
Theo de Raadt
1999-04-26
s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr.
Jason Downs
1997-12-02
watch those overflows
bitblt
1997-09-16
small terminals are dumb
Tobias Weingartner
1997-08-24
Fix compiler warnings.
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