AMD64 - Refactor the 'top' program.
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 21 Aug 2009 10:44:00 +0000 (03:44 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 21 Aug 2009 10:44:00 +0000 (03:44 -0700)
commitb552171b10e3b71b8e22c7689ea60da032d3299a
tree22a1b0d9fce74a218523691ab625c4058d3340bd
parent808b2dad5f8337ca54c144cab26eda432e5d8704
AMD64 - Refactor the 'top' program.

* Ansify pretty much the whole thing.  The 64-bit build simply will break
  and break and break with K&R style declarations.

* Fix misc other issues with curses.
18 files changed:
contrib/top/boolean.h
contrib/top/commands.c
contrib/top/commands.h [new file with mode: 0644]
contrib/top/display.c
contrib/top/display.h
contrib/top/machine.h
contrib/top/screen.c
contrib/top/screen.h
contrib/top/top.c
contrib/top/top.h
contrib/top/username.c
contrib/top/username.h [new file with mode: 0644]
contrib/top/utils.c
contrib/top/utils.h
contrib/top/version.c
usr.bin/top/Makefile
usr.bin/top/machine.c
usr.bin/top/sigdesc.h