summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2007-09-19 10:29:34 -0700
committerMark Wong <markwkm@gmail.com>2007-09-19 10:29:34 -0700
commit9d0f0a4a632e4d3d5052beee9246c4427160e935 (patch)
tree1433b27e4f9c34f4cb3e3a95ccb1f32c8d2d2300
parent15ea1919ca9def494e73536ebfcf818ed9518881 (diff)
Renamed 'top' to 'ptop'.v3.6.1-pre1
-rw-r--r--Makefile.in24
-rw-r--r--commands.c2
-rw-r--r--configure.ac4
-rw-r--r--display.c2
-rw-r--r--machine/m_aix43.c2
-rwxr-xr-xmachine/m_aix5.c2
-rw-r--r--machine/m_decosf1.c2
-rw-r--r--machine/m_freebsd.c2
-rw-r--r--machine/m_hpux10.c2
-rw-r--r--machine/m_hpux7.c2
-rw-r--r--machine/m_hpux8.c2
-rw-r--r--machine/m_hpux9.c2
-rw-r--r--machine/m_irix5.c2
-rw-r--r--machine/m_irixsgi.c2
-rw-r--r--machine/m_linux.c2
-rw-r--r--machine/m_linuxthr.c2
-rw-r--r--machine/m_macosx.c2
-rw-r--r--machine/m_netbsd.c2
-rwxr-xr-xmachine/m_sco5.c2
-rw-r--r--machine/m_sunos4.c2
-rw-r--r--machine/m_sunos5.c2
-rw-r--r--machine/m_svr4.c2
-rw-r--r--machine/m_svr5.c2
-rw-r--r--ptop.1.in (renamed from top.1.in)0
-rw-r--r--ptop.c (renamed from top.c)2
-rw-r--r--ptop.faq (renamed from top.faq)0
-rw-r--r--ptop.h (renamed from top.h)0
-rw-r--r--screen.c2
-rw-r--r--username.c2
-rw-r--r--utils.c2
-rw-r--r--version.c2
31 files changed, 40 insertions, 40 deletions
diff --git a/Makefile.in b/Makefile.in
index 2c088bd..7582410 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,10 +2,10 @@
#
# This makefile was generated by configure from a Makefile.in definition.
-PROGRAM=top
-SRC=color.c commands.c display.c screen.c top.c username.c utils.c version.c @SRC@
-OBJ=color.o commands.o display.o screen.o top.o username.o utils.o version.o @OBJ@
-MANPAGE=top.1
+PROGRAM=ptop
+SRC=color.c commands.c display.c screen.c ptop.c username.c utils.c version.c @SRC@
+OBJ=color.o commands.o display.o screen.o ptop.o username.o utils.o version.o @OBJ@
+MANPAGE=ptop.1
CLEAN_SRC=sigdesc.h
srcdir=@srcdir@
@@ -69,13 +69,13 @@ configure: configure.ac
autoheader
autoconf
-commands.o: os.h config.h sigdesc.h top.h boolean.h utils.h version.h help.h
-display.o: os.h config.h top.h machine.h screen.h layout.h \
+commands.o: os.h config.h sigdesc.h ptop.h boolean.h utils.h version.h help.h
+display.o: os.h config.h ptop.h machine.h screen.h layout.h \
display.h boolean.h utils.h color.h
-screen.o: os.h config.h top.h screen.h boolean.h
-top.o: os.h config.h top.h machine.h commands.h display.h \
+screen.o: os.h config.h ptop.h screen.h boolean.h
+ptop.o: os.h config.h ptop.h machine.h commands.h display.h \
screen.h boolean.h username.h utils.h version.h color.h
-username.o: top.h utils.h
-utils.o: top.h os.h config.h utils.h
-version.o: top.h
-m_@MODULE@.o: config.h top.h machine.h loadavg.h
+username.o: ptop.h utils.h
+utils.o: ptop.h os.h config.h utils.h
+version.o: ptop.h
+m_@MODULE@.o: config.h ptop.h machine.h loadavg.h
diff --git a/commands.c b/commands.c
index 0bf385b..22682fb 100644
--- a/commands.c
+++ b/commands.c
@@ -25,7 +25,7 @@
#endif
#include "sigdesc.h" /* generated automatically */
-#include "top.h"
+#include "ptop.h"
#include "boolean.h"
#include "utils.h"
#include "version.h"
diff --git a/configure.ac b/configure.ac
index ddc3841..5ca5491 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# configure.ac
-AC_INIT(pgsqltop, 3.6.1)
+AC_INIT(ptop, 3.6.1-pre1)
echo "Configuring $PACKAGE_STRING"
@@ -324,5 +324,5 @@ AC_SUBST(INSTALL_OPTS_PROG)
# wrapup
-AC_CONFIG_FILES(Makefile top.1)
+AC_CONFIG_FILES(Makefile ptop.1)
AC_OUTPUT
diff --git a/display.c b/display.c
index 4081061..467bc71 100644
--- a/display.c
+++ b/display.c
@@ -30,7 +30,7 @@
#include <ctype.h>
#include <stdarg.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "screen.h" /* interface to screen package */
#include "layout.h" /* defines for screen position layout */
diff --git a/machine/m_aix43.c b/machine/m_aix43.c
index 4466a6f..309a7d4 100644
--- a/machine/m_aix43.c
+++ b/machine/m_aix43.c
@@ -30,7 +30,7 @@
#include <sys/times.h>
#include <sys/param.h>
#include <pwd.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_aix5.c b/machine/m_aix5.c
index 9f6ef2b..56d2054 100755
--- a/machine/m_aix5.c
+++ b/machine/m_aix5.c
@@ -37,7 +37,7 @@
#include <pwd.h>
#include <errno.h>
#include <libperfstat.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_decosf1.c b/machine/m_decosf1.c
index 75c68f8..e81fd1b 100644
--- a/machine/m_decosf1.c
+++ b/machine/m_decosf1.c
@@ -72,7 +72,7 @@ struct mbuf;
#include <sys/syscall.h> /* for SYS_setpriority, in setpriority(), below */
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_freebsd.c b/machine/m_freebsd.c
index 9ff0a26..c01046d 100644
--- a/machine/m_freebsd.c
+++ b/machine/m_freebsd.c
@@ -48,7 +48,7 @@
#include <osreldate.h> /* for changes in kernel structures */
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_hpux10.c b/machine/m_hpux10.c
index 2734835..59999e3 100644
--- a/machine/m_hpux10.c
+++ b/machine/m_hpux10.c
@@ -37,7 +37,7 @@
#include <sys/stat.h>
#include <sys/dirent.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_hpux7.c b/machine/m_hpux7.c
index e41e5e9..11b057f 100644
--- a/machine/m_hpux7.c
+++ b/machine/m_hpux7.c
@@ -31,7 +31,7 @@
#include <sys/file.h>
#include <sys/time.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_hpux8.c b/machine/m_hpux8.c
index f51e048..6060d94 100644
--- a/machine/m_hpux8.c
+++ b/machine/m_hpux8.c
@@ -46,7 +46,7 @@
# define P_SSIZE(p) __PST2P(p, pst_ssize)
#endif
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_hpux9.c b/machine/m_hpux9.c
index e155f06..afae277 100644
--- a/machine/m_hpux9.c
+++ b/machine/m_hpux9.c
@@ -59,7 +59,7 @@
# endif /* __hp9000s700 */
#endif /* hpux */
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_irix5.c b/machine/m_irix5.c
index 2433134..f31fd3b 100644
--- a/machine/m_irix5.c
+++ b/machine/m_irix5.c
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#ifdef IRIX64
diff --git a/machine/m_irixsgi.c b/machine/m_irixsgi.c
index bf76564..e4b2358 100644
--- a/machine/m_irixsgi.c
+++ b/machine/m_irixsgi.c
@@ -52,7 +52,7 @@
#include <fcntl.h>
#include <dlfcn.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_linux.c b/machine/m_linux.c
index 876e1ba..9de4a6a 100644
--- a/machine/m_linux.c
+++ b/machine/m_linux.c
@@ -42,7 +42,7 @@
#define PROC_SUPER_MAGIC 0x9fa0
#endif
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_linuxthr.c b/machine/m_linuxthr.c
index bba1ac1..e4bf3b3 100644
--- a/machine/m_linuxthr.c
+++ b/machine/m_linuxthr.c
@@ -42,7 +42,7 @@
#define PROC_SUPER_MAGIC 0x9fa0
#endif
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_macosx.c b/machine/m_macosx.c
index 363032a..e5bfb4c 100644
--- a/machine/m_macosx.c
+++ b/machine/m_macosx.c
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include <errno.h>
#include "os.h"
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_netbsd.c b/machine/m_netbsd.c
index 20e8b01..295984b 100644
--- a/machine/m_netbsd.c
+++ b/machine/m_netbsd.c
@@ -64,7 +64,7 @@
#include <unistd.h>
#include "os.h"
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
#include "display.h"
diff --git a/machine/m_sco5.c b/machine/m_sco5.c
index 17ed08b..9ad25a0 100755
--- a/machine/m_sco5.c
+++ b/machine/m_sco5.c
@@ -43,7 +43,7 @@
#include <sys/var.h>
#include <sys/sysi86.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
#include "loadavg.h"
diff --git a/machine/m_sunos4.c b/machine/m_sunos4.c
index 960a2eb..7f3fe7a 100644
--- a/machine/m_sunos4.c
+++ b/machine/m_sunos4.c
@@ -64,7 +64,7 @@
typedef int pid_t;
#endif
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/machine/m_sunos5.c b/machine/m_sunos5.c
index 0042de9..10b2a19 100644
--- a/machine/m_sunos5.c
+++ b/machine/m_sunos5.c
@@ -65,7 +65,7 @@
#define pr_onpro pr_filler[5]
#endif
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include <stdio.h>
#include <fcntl.h>
diff --git a/machine/m_svr4.c b/machine/m_svr4.c
index 82b4adb..1b5c091 100644
--- a/machine/m_svr4.c
+++ b/machine/m_svr4.c
@@ -18,7 +18,7 @@
* Jeff Janvrin <jeff.janvrinColumbiaSC.NCR.COM>
*/
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
#include <stdio.h>
diff --git a/machine/m_svr5.c b/machine/m_svr5.c
index ac0d903..d697ab9 100644
--- a/machine/m_svr5.c
+++ b/machine/m_svr5.c
@@ -55,7 +55,7 @@
#include <sys/tspriocntl.h>
#include <sys/var.h>
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "utils.h"
diff --git a/top.1.in b/ptop.1.in
index 1594bb4..1594bb4 100644
--- a/top.1.in
+++ b/ptop.1.in
diff --git a/top.c b/ptop.c
index cae313c..4aebc74 100644
--- a/top.c
+++ b/ptop.c
@@ -45,7 +45,7 @@ char *copyright =
/* includes specific to top */
-#include "top.h"
+#include "ptop.h"
#include "machine.h"
#include "commands.h"
#include "display.h" /* interface to display package */
diff --git a/top.faq b/ptop.faq
index 6bf209a..6bf209a 100644
--- a/top.faq
+++ b/ptop.faq
diff --git a/top.h b/ptop.h
index 4dd2dc9..4dd2dc9 100644
--- a/top.h
+++ b/ptop.h
diff --git a/screen.c b/screen.c
index 4b5552b..da98189 100644
--- a/screen.c
+++ b/screen.c
@@ -19,7 +19,7 @@
*/
#include "os.h"
-#include "top.h"
+#include "ptop.h"
#include <sys/ioctl.h>
#ifdef CBREAK
diff --git a/username.c b/username.c
index 9e4cd00..cf5276a 100644
--- a/username.c
+++ b/username.c
@@ -32,7 +32,7 @@
#include <pwd.h>
-#include "top.h"
+#include "ptop.h"
#include "utils.h"
struct hash_el {
diff --git a/utils.c b/utils.c
index 7d56fcf..62361ac 100644
--- a/utils.c
+++ b/utils.c
@@ -20,7 +20,7 @@
#else
#undef DEBUG
#endif
-#include "top.h"
+#include "ptop.h"
#include "utils.h"
static int
diff --git a/version.c b/version.c
index 28e0957..4970036 100644
--- a/version.c
+++ b/version.c
@@ -10,7 +10,7 @@
*/
#include "config.h"
-#include "top.h"
+#include "ptop.h"
char *
version_string()