summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-12-06 14:44:11 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-12-06 14:44:11 +0000
commitc09e2fdead920629acc7a15490d2ea9efdab1b50 (patch)
tree484978ae69271ddb7b5f7b1b5c1b9468619355d6
parentfe5bb1c39c0f1dae70c9e3b18094d219e8333854 (diff)
downloadlibgtop-c09e2fdead920629acc7a15490d2ea9efdab1b50.tar.gz
Removed libgtop_names :)
* acconfig.h: * configure.in: * debian/libgtop-dev.files.in: * doc/Makefile.am: * examples/Makefile.am: * examples/third.c: * include/glibtop/cpu.h: * include/glibtop/fsusage.h: * include/glibtop/loadavg.h: * include/glibtop/mem.h: * include/glibtop/mountlist.h: * include/glibtop/msg_limits.h: * include/glibtop/netlist.h: * include/glibtop/netload.h: * include/glibtop/ppp.h: * include/glibtop/procargs.h: * include/glibtop/prockernel.h: * include/glibtop/proclist.h: * include/glibtop/procmap.h: * include/glibtop/procmem.h: * include/glibtop/procsegment.h: * include/glibtop/procsignal.h: * include/glibtop/procstate.h: * include/glibtop/proctime.h: * include/glibtop/procuid.h: * include/glibtop/sem_limits.h: * include/glibtop/shm_limits.h: * include/glibtop/swap.h: * include/glibtop/sysdeps.h: * include/glibtop/uptime.h: * po/POTFILES.in: * sysdeps/Makefile.am: * sysdeps/names/.cvsignore: * sysdeps/names/Makefile.am: * sysdeps/names/cpu.c: * sysdeps/names/fsusage.c: * sysdeps/names/loadavg.c: * sysdeps/names/mem.c: * sysdeps/names/mountlist.c: * sysdeps/names/msg_limits.c: * sysdeps/names/netlist.c: * sysdeps/names/netload.c: * sysdeps/names/ppp.c: * sysdeps/names/procargs.c: * sysdeps/names/prockernel.c: * sysdeps/names/proclist.c: * sysdeps/names/procmap.c: * sysdeps/names/procmem.c: * sysdeps/names/procsegment.c: * sysdeps/names/procsignal.c: * sysdeps/names/procstate.c: * sysdeps/names/proctime.c: * sysdeps/names/procuid.c: * sysdeps/names/sem_limits.c: * sysdeps/names/shm_limits.c: * sysdeps/names/swap.c: * sysdeps/names/sysdeps.c: * sysdeps/names/uptime.c: Removed libgtop_names :)
-rw-r--r--ChangeLog61
-rw-r--r--acconfig.h1
-rw-r--r--configure.in10
-rw-r--r--debian/libgtop-dev.files.in3
-rw-r--r--doc/Makefile.am2
-rw-r--r--examples/Makefile.am12
-rw-r--r--examples/third.c58
-rw-r--r--include/glibtop/cpu.h10
-rw-r--r--include/glibtop/fsusage.h10
-rw-r--r--include/glibtop/loadavg.h10
-rw-r--r--include/glibtop/mem.h10
-rw-r--r--include/glibtop/mountlist.h10
-rw-r--r--include/glibtop/msg_limits.h10
-rw-r--r--include/glibtop/netlist.h10
-rw-r--r--include/glibtop/netload.h10
-rw-r--r--include/glibtop/ppp.h10
-rw-r--r--include/glibtop/procargs.h10
-rw-r--r--include/glibtop/prockernel.h10
-rw-r--r--include/glibtop/proclist.h10
-rw-r--r--include/glibtop/procmap.h10
-rw-r--r--include/glibtop/procmem.h10
-rw-r--r--include/glibtop/procsegment.h10
-rw-r--r--include/glibtop/procsignal.h10
-rw-r--r--include/glibtop/procstate.h10
-rw-r--r--include/glibtop/proctime.h10
-rw-r--r--include/glibtop/procuid.h10
-rw-r--r--include/glibtop/sem_limits.h10
-rw-r--r--include/glibtop/shm_limits.h10
-rw-r--r--include/glibtop/swap.h10
-rw-r--r--include/glibtop/sysdeps.h10
-rw-r--r--include/glibtop/uptime.h10
-rw-r--r--po/POTFILES.in23
-rw-r--r--sysdeps/Makefile.am4
-rw-r--r--sysdeps/names/.cvsignore7
-rw-r--r--sysdeps/names/Makefile.am15
-rw-r--r--sysdeps/names/cpu.c72
-rw-r--r--sysdeps/names/fsusage.c56
-rw-r--r--sysdeps/names/loadavg.c52
-rw-r--r--sysdeps/names/mem.c62
-rw-r--r--sysdeps/names/mountlist.c49
-rw-r--r--sysdeps/names/msg_limits.c59
-rw-r--r--sysdeps/names/netlist.c42
-rw-r--r--sysdeps/names/netload.c84
-rw-r--r--sysdeps/names/ppp.c49
-rw-r--r--sysdeps/names/procargs.c45
-rw-r--r--sysdeps/names/prockernel.c83
-rw-r--r--sysdeps/names/proclist.c49
-rw-r--r--sysdeps/names/procmap.c49
-rw-r--r--sysdeps/names/procmem.c65
-rw-r--r--sysdeps/names/procsegment.c57
-rw-r--r--sysdeps/names/procsignal.c50
-rw-r--r--sysdeps/names/procstate.c58
-rw-r--r--sysdeps/names/proctime.c66
-rw-r--r--sysdeps/names/procuid.c74
-rw-r--r--sysdeps/names/sem_limits.c67
-rw-r--r--sysdeps/names/shm_limits.c54
-rw-r--r--sysdeps/names/swap.c56
-rw-r--r--sysdeps/names/sysdeps.c100
-rw-r--r--sysdeps/names/uptime.c49
59 files changed, 65 insertions, 1818 deletions
diff --git a/ChangeLog b/ChangeLog
index 579d5ace..6ed840f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2004-12-06 Benoît Dejean <tazforever@dlfp.org>
+
+ * acconfig.h:
+ * configure.in:
+ * debian/libgtop-dev.files.in:
+ * doc/Makefile.am:
+ * examples/Makefile.am:
+ * examples/third.c:
+ * include/glibtop/cpu.h:
+ * include/glibtop/fsusage.h:
+ * include/glibtop/loadavg.h:
+ * include/glibtop/mem.h:
+ * include/glibtop/mountlist.h:
+ * include/glibtop/msg_limits.h:
+ * include/glibtop/netlist.h:
+ * include/glibtop/netload.h:
+ * include/glibtop/ppp.h:
+ * include/glibtop/procargs.h:
+ * include/glibtop/prockernel.h:
+ * include/glibtop/proclist.h:
+ * include/glibtop/procmap.h:
+ * include/glibtop/procmem.h:
+ * include/glibtop/procsegment.h:
+ * include/glibtop/procsignal.h:
+ * include/glibtop/procstate.h:
+ * include/glibtop/proctime.h:
+ * include/glibtop/procuid.h:
+ * include/glibtop/sem_limits.h:
+ * include/glibtop/shm_limits.h:
+ * include/glibtop/swap.h:
+ * include/glibtop/sysdeps.h:
+ * include/glibtop/uptime.h:
+ * po/POTFILES.in:
+ * sysdeps/Makefile.am:
+ * sysdeps/names/.cvsignore:
+ * sysdeps/names/Makefile.am:
+ * sysdeps/names/cpu.c:
+ * sysdeps/names/fsusage.c:
+ * sysdeps/names/loadavg.c:
+ * sysdeps/names/mem.c:
+ * sysdeps/names/mountlist.c:
+ * sysdeps/names/msg_limits.c:
+ * sysdeps/names/netlist.c:
+ * sysdeps/names/netload.c:
+ * sysdeps/names/ppp.c:
+ * sysdeps/names/procargs.c:
+ * sysdeps/names/prockernel.c:
+ * sysdeps/names/proclist.c:
+ * sysdeps/names/procmap.c:
+ * sysdeps/names/procmem.c:
+ * sysdeps/names/procsegment.c:
+ * sysdeps/names/procsignal.c:
+ * sysdeps/names/procstate.c:
+ * sysdeps/names/proctime.c:
+ * sysdeps/names/procuid.c:
+ * sysdeps/names/sem_limits.c:
+ * sysdeps/names/shm_limits.c:
+ * sysdeps/names/swap.c:
+ * sysdeps/names/sysdeps.c:
+ * sysdeps/names/uptime.c: Removed libgtop_names :)
+
2004-11-30 Benoît Dejean <tazforever@dlfp.org>
* configure.in: post-release bump to 2.9.1.
diff --git a/acconfig.h b/acconfig.h
index 24a46ed6..b70899e0 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -131,7 +131,6 @@
#undef HAVE_GLIBTOP_MACHINE_H
-#undef GLIBTOP_NAMES
#undef GLIBTOP_GUILE
#undef GLIBTOP_GUILE_NAMES
#undef GLIBTOP_EXAMPLES
diff --git a/configure.in b/configure.in
index 9285ba19..cf8d01ee 100644
--- a/configure.in
+++ b/configure.in
@@ -112,7 +112,6 @@ if test x$build_inodedb = xyes ; then
AC_DEFINE(GLIBTOP_INODEDB)
fi
-AC_DEFINE(GLIBTOP_NAMES)
if test x$libgtop_smp = xyes ; then
smp_examples='smp'
@@ -338,12 +337,8 @@ fi
LIBGTOP_EXTRA_LIBS="$LIBGTOP_EXTRA_LIBS $GLIB_LIBS"
LIBGTOP_LIBS="$LIBGTOP_LIBS"
-LIBGTOP_NAMES_LIBS="$LIBGTOP_LIBS"
LIBGTOP_LIBS="$LIBGTOP_LIBS"
-LIBGTOP_NAMES_LIBS="$LIBGTOP_NAMES_LIBS"
-
-LIBGTOP_NAMES_INCS="$LIBGTOP_INCS -DGLIBTOP_NAMES"
machine_incs="-I\$(top_srcdir)/sysdeps/$sysdeps_dir"
@@ -361,7 +356,7 @@ if test "$GCC" = "yes" ; then
$CFLAGS"
fi
-INCLUDES="-D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $CFLAGS $X_CFLAGS "'-DGTOPLOCALEDIR=\"$(datadir)/locale\" -DLIBGTOP_VERSION=\"'"$LIBGTOP_VERSION"'\" -DLIBGTOP_SERVER_VERSION=\"'"$LIBGTOP_SERVER_VERSION"'\" -DLIBGTOP_VERSION_CODE='$LIBGTOP_VERSION_CODE' -DLIBGTOP_SERVER=\"'"$LIBGTOP_SERVER"'\"'
+INCLUDES="-D_IN_LIBGTOP -D_GNU_SOURCE -I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $CFLAGS $X_CFLAGS "'-DGTOPLOCALEDIR=\"$(datadir)/locale\" -DLIBGTOP_VERSION=\"'"$LIBGTOP_VERSION"'\" -DLIBGTOP_SERVER_VERSION=\"'"$LIBGTOP_SERVER_VERSION"'\" -DLIBGTOP_VERSION_CODE='$LIBGTOP_VERSION_CODE' -DLIBGTOP_SERVER=\"'"$LIBGTOP_SERVER"'\"'
AC_SUBST(INCLUDES)
@@ -369,8 +364,6 @@ AC_SUBST(LIBGTOP_EXTRA_LIBS)
AC_SUBST(GLIB_LIBS)
AC_SUBST(LIBGTOP_LIBS)
AC_SUBST(LIBGTOP_INCS)
-AC_SUBST(LIBGTOP_NAMES_LIBS)
-AC_SUBST(LIBGTOP_NAMES_INCS)
AC_SUBST(LIBGTOP_BINDIR)
AC_SUBST(LIBGTOP_SERVER)
@@ -393,7 +386,6 @@ include/Makefile
include/glibtop/Makefile
sysdeps/Makefile
sysdeps/common/Makefile
-sysdeps/names/Makefile
sysdeps/stub/Makefile
sysdeps/stub_suid/Makefile
sysdeps/sun4/Makefile
diff --git a/debian/libgtop-dev.files.in b/debian/libgtop-dev.files.in
index 8f4e6999..557e6ffc 100644
--- a/debian/libgtop-dev.files.in
+++ b/debian/libgtop-dev.files.in
@@ -1,17 +1,14 @@
@PREFIX@/lib/libgtop.a
@PREFIX@/lib/libgtop_common.a
-@PREFIX@/lib/libgtop_names.a
@PREFIX@/lib/libgtop_suid_common.a
@PREFIX@/lib/libgtop_sysdeps.a
@PREFIX@/lib/libgtop.la
@PREFIX@/lib/libgtop_common.la
-@PREFIX@/lib/libgtop_names.la
@PREFIX@/lib/libgtop_suid_common.la
@PREFIX@/lib/libgtop_sysdeps.la
@PREFIX@/lib/libgtopConf.sh
@PREFIX@/lib/libgtop.so
@PREFIX@/lib/libgtop_common.so
-@PREFIX@/lib/libgtop_names.so
@PREFIX@/lib/libgtop_suid_common.so
@PREFIX@/lib/libgtop_sysdeps.so
@PREFIX@/lib/libgtop-features.def
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9b9cd055..93ff815c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,8 +16,6 @@ auto-macros.texi: auto-macros.texi.in Makefile
-e 's#\%LIBGTOP_EXTRA_LIBS\%#$(LIBGTOP_EXTRA_LIBS)#g' \
-e 's#\%LIBGTOP_LIBS\%#$(LIBGTOP_LIBS)#g' \
-e 's#\%LIBGTOP_INCS\%#$(LIBGTOP_INCS)#g' \
- -e 's#\%LIBGTOP_NAMES_LIBS\%#$(LIBGTOP_NAMES_LIBS)#g' \
- -e 's#\%LIBGTOP_NAMES_INCS\%#$(LIBGTOP_NAMES_INCS)#g' \
-e 's#\%LIBGTOP_BINDIR\%#$(LIBGTOP_BINDIR)#g' \
-e 's#\%LIBGTOP_SERVER\%#$(LIBGTOP_SERVER)#g' \
-e 's#\%LIBGTOP_MAJOR_VERSION\%#$(LIBGTOP_MAJOR_VERSION)#g' \
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 45f261cb..ab41a46c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -12,7 +12,7 @@ noinst_PROGRAMS = first second pprint procargs df netlist \
EXTRA_PROGRAMS = first_static second_static \
mountlist_static procmap_static \
- third third_static smp smp_static \
+ smp smp_static \
netload_static sysdeps_static \
timings_static pprint_static procargs_static \
df_static netlist_static
@@ -52,16 +52,6 @@ sysdeps_static_SOURCES = $(sysdeps_SOURCES)
sysdeps_static_LDADD = $(sysdeps_LDADD)
sysdeps_static_LDFLAGS = -static
-third_names_LIBS = $(top_builddir)/sysdeps/names/libgtop_names-2.0.la
-
-third_SOURCES = third.c
-third_LDADD = $(third_names_LIBS) \
- $(top_builddir)/lib/libgtop-2.0.la \
- @INTLLIBS@
-
-third_static_SOURCES = $(third_SOURCES)
-third_static_LDADD = $(third_LDADD)
-third_static_LDFLAGS = -static
mountlist_SOURCES = mountlist.c
mountlist_LDADD = $(top_builddir)/lib/libgtop-2.0.la
diff --git a/examples/third.c b/examples/third.c
deleted file mode 100644
index 10592d78..00000000
--- a/examples/third.c
+++ /dev/null
@@ -1,58 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <locale.h>
-#include <libintl.h>
-#include <stdio.h>
-
-#include <glibtop.h>
-
-#include <glibtop/open.h>
-#include <glibtop/close.h>
-
-#include <glibtop/union.h>
-#include <glibtop/sysdeps.h>
-
-void main_prog(int argc, char *argv[]);
-
-int
-main (int argc, char *argv[])
-{
- setlocale (LC_ALL, "");
- bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
- textdomain (GETTEXT_PACKAGE);
-
- gh_enter (argc, argv, main_prog);
- exit (0);
-}
-
-void
-main_prog (int argc, char *argv[])
-{
- glibtop_boot_guile ();
-#ifdef GLIBTOP_GUILE_NAMES
- glibtop_boot_guile_names ();
-#endif
-
- gh_repl (argc, argv);
-}
diff --git a/include/glibtop/cpu.h b/include/glibtop/cpu.h
index ef5aaab3..c22c9c37 100644
--- a/include/glibtop/cpu.h
+++ b/include/glibtop/cpu.h
@@ -85,16 +85,6 @@ void glibtop_init_cpu_s (glibtop *server);
void glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_cpu [];
-extern const unsigned glibtop_types_cpu [];
-extern const char *glibtop_labels_cpu [];
-extern const char *glibtop_descriptions_cpu [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/fsusage.h b/include/glibtop/fsusage.h
index c6e489de..d52a025e 100644
--- a/include/glibtop/fsusage.h
+++ b/include/glibtop/fsusage.h
@@ -60,16 +60,6 @@ struct _glibtop_fsusage
void glibtop_get_fsusage_l (glibtop *server, glibtop_fsusage *buf, const char *mount_dir);
void glibtop_get_fsusage_s (glibtop *server, glibtop_fsusage *buf, const char *mount_dir);
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_fsusage [];
-extern const unsigned glibtop_types_fsusage [];
-extern const char *glibtop_labels_fsusage [];
-extern const char *glibtop_descriptions_fsusage [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/loadavg.h b/include/glibtop/loadavg.h
index 3f1c86f8..855c3e5b 100644
--- a/include/glibtop/loadavg.h
+++ b/include/glibtop/loadavg.h
@@ -65,16 +65,6 @@ void glibtop_init_loadavg_s (glibtop *server);
void glibtop_get_loadavg_s (glibtop *server, glibtop_loadavg *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_loadavg [];
-extern const unsigned glibtop_types_loadavg [];
-extern const char *glibtop_labels_loadavg [];
-extern const char *glibtop_descriptions_loadavg [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/mem.h b/include/glibtop/mem.h
index 7dd9c4fb..b23480b6 100644
--- a/include/glibtop/mem.h
+++ b/include/glibtop/mem.h
@@ -73,16 +73,6 @@ void glibtop_init_mem_s (glibtop *server);
void glibtop_get_mem_s (glibtop *server, glibtop_mem *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_mem [];
-extern const unsigned glibtop_types_mem [];
-extern const char *glibtop_labels_mem [];
-extern const char *glibtop_descriptions_mem [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/mountlist.h b/include/glibtop/mountlist.h
index e52fb57d..cd92e186 100644
--- a/include/glibtop/mountlist.h
+++ b/include/glibtop/mountlist.h
@@ -65,16 +65,6 @@ glibtop_get_mountlist_l (glibtop *server, glibtop_mountlist *buf, int all_fs);
glibtop_mountentry *
glibtop_get_mountlist_s (glibtop *server, glibtop_mountlist *buf, int all_fs);
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_mountlist [];
-extern const unsigned glibtop_types_mountlist [];
-extern const char *glibtop_labels_mountlist [];
-extern const char *glibtop_descriptions_mountlist [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/msg_limits.h b/include/glibtop/msg_limits.h
index d6f5c48f..966020d2 100644
--- a/include/glibtop/msg_limits.h
+++ b/include/glibtop/msg_limits.h
@@ -71,16 +71,6 @@ void glibtop_init_msg_limits_s (glibtop *server);
void glibtop_get_msg_limits_s (glibtop *server, glibtop_msg_limits *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_msg_limits [];
-extern const unsigned glibtop_types_msg_limits [];
-extern const char *glibtop_labels_msg_limits [];
-extern const char *glibtop_descriptions_msg_limits [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/netlist.h b/include/glibtop/netlist.h
index e296f09f..39c72a1b 100644
--- a/include/glibtop/netlist.h
+++ b/include/glibtop/netlist.h
@@ -55,16 +55,6 @@ void glibtop_init_netlist_s (glibtop *server);
char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_netlist [];
-extern const unsigned glibtop_types_netlist [];
-extern const char *glibtop_labels_netlist [];
-extern const char *glibtop_descriptions_netlist [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/netload.h b/include/glibtop/netload.h
index e17893e1..57cdcf7e 100644
--- a/include/glibtop/netload.h
+++ b/include/glibtop/netload.h
@@ -125,16 +125,6 @@ void glibtop_init_netload_s (glibtop *server);
void glibtop_get_netload_s (glibtop *server, glibtop_netload *buf, const char *interface);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_netload [];
-extern const unsigned glibtop_types_netload [];
-extern const char *glibtop_labels_netload [];
-extern const char *glibtop_descriptions_netload [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/ppp.h b/include/glibtop/ppp.h
index 02a45708..6c200acc 100644
--- a/include/glibtop/ppp.h
+++ b/include/glibtop/ppp.h
@@ -69,16 +69,6 @@ void glibtop_init_ppp_s (glibtop *server);
void glibtop_get_ppp_s (glibtop *server, glibtop_ppp *buf, unsigned short device);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_ppp [];
-extern const unsigned glibtop_types_ppp [];
-extern const char *glibtop_labels_ppp [];
-extern const char *glibtop_descriptions_ppp [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procargs.h b/include/glibtop/procargs.h
index 83d2980c..87935915 100644
--- a/include/glibtop/procargs.h
+++ b/include/glibtop/procargs.h
@@ -85,16 +85,6 @@ glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf,
#define glibtop_get_proc_argv(proc_args,pid,max_len) glibtop_get_proc_argv_l(glibtop_global_server, proc_args, pid, max_len)
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_args [];
-extern const unsigned glibtop_types_proc_args [];
-extern const char *glibtop_labels_proc_args [];
-extern const char *glibtop_descriptions_proc_args [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/prockernel.h b/include/glibtop/prockernel.h
index 30786a74..18506726 100644
--- a/include/glibtop/prockernel.h
+++ b/include/glibtop/prockernel.h
@@ -82,16 +82,6 @@ void glibtop_init_proc_kernel_s (glibtop *server);
void glibtop_get_proc_kernel_s (glibtop *server, glibtop_proc_kernel *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_kernel [];
-extern const unsigned glibtop_types_proc_kernel [];
-extern const char *glibtop_labels_proc_kernel [];
-extern const char *glibtop_descriptions_proc_kernel [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/proclist.h b/include/glibtop/proclist.h
index 83ec6c47..7bf2bbda 100644
--- a/include/glibtop/proclist.h
+++ b/include/glibtop/proclist.h
@@ -88,16 +88,6 @@ glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
gint64 which, gint64 arg);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proclist [];
-extern const unsigned glibtop_types_proclist [];
-extern const char *glibtop_labels_proclist [];
-extern const char *glibtop_descriptions_proclist [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procmap.h b/include/glibtop/procmap.h
index 083904e3..882651b3 100644
--- a/include/glibtop/procmap.h
+++ b/include/glibtop/procmap.h
@@ -94,16 +94,6 @@ glibtop_map_entry *
glibtop_get_proc_map_s (glibtop *server, glibtop_proc_map *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_map [];
-extern const unsigned glibtop_types_proc_map [];
-extern const char *glibtop_labels_proc_map [];
-extern const char *glibtop_descriptions_proc_map [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procmem.h b/include/glibtop/procmem.h
index ceb44d33..cec552c0 100644
--- a/include/glibtop/procmem.h
+++ b/include/glibtop/procmem.h
@@ -73,16 +73,6 @@ void glibtop_init_proc_mem_s (glibtop *server);
void glibtop_get_proc_mem_s (glibtop *server, glibtop_proc_mem *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_mem [];
-extern const unsigned glibtop_types_proc_mem [];
-extern const char *glibtop_labels_proc_mem [];
-extern const char *glibtop_descriptions_proc_mem [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procsegment.h b/include/glibtop/procsegment.h
index 7ad3bc4b..d4382a39 100644
--- a/include/glibtop/procsegment.h
+++ b/include/glibtop/procsegment.h
@@ -76,16 +76,6 @@ void glibtop_init_proc_segment_s (glibtop *server);
void glibtop_get_proc_segment_s (glibtop *server, glibtop_proc_segment *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_segment [];
-extern const unsigned glibtop_types_proc_segment [];
-extern const char *glibtop_labels_proc_segment [];
-extern const char *glibtop_descriptions_proc_segment [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procsignal.h b/include/glibtop/procsignal.h
index 9498e93d..070efb5e 100644
--- a/include/glibtop/procsignal.h
+++ b/include/glibtop/procsignal.h
@@ -67,16 +67,6 @@ void glibtop_init_proc_signal_s (glibtop *server);
void glibtop_get_proc_signal_s (glibtop *server, glibtop_proc_signal *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_signal [];
-extern const unsigned glibtop_types_proc_signal [];
-extern const char *glibtop_labels_proc_signal [];
-extern const char *glibtop_descriptions_proc_signal [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procstate.h b/include/glibtop/procstate.h
index d4c19fe8..89e7b165 100644
--- a/include/glibtop/procstate.h
+++ b/include/glibtop/procstate.h
@@ -92,16 +92,6 @@ void glibtop_init_proc_state_s (glibtop *server);
void glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_state [];
-extern const unsigned glibtop_types_proc_state [];
-extern const char *glibtop_labels_proc_state [];
-extern const char *glibtop_descriptions_proc_state [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/proctime.h b/include/glibtop/proctime.h
index 64e547ba..66d6d978 100644
--- a/include/glibtop/proctime.h
+++ b/include/glibtop/proctime.h
@@ -88,16 +88,6 @@ void glibtop_init_proc_time_s (glibtop *server);
void glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_time [];
-extern const unsigned glibtop_types_proc_time [];
-extern const char *glibtop_labels_proc_time [];
-extern const char *glibtop_descriptions_proc_time [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/procuid.h b/include/glibtop/procuid.h
index 1fd21313..414b0f59 100644
--- a/include/glibtop/procuid.h
+++ b/include/glibtop/procuid.h
@@ -98,16 +98,6 @@ void glibtop_init_proc_uid_s (glibtop *server);
void glibtop_get_proc_uid_s (glibtop *server, glibtop_proc_uid *buf, pid_t pid);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_proc_uid [];
-extern const unsigned glibtop_types_proc_uid [];
-extern const char *glibtop_labels_proc_uid [];
-extern const char *glibtop_descriptions_proc_uid [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/sem_limits.h b/include/glibtop/sem_limits.h
index ab9a28b3..5fae4a25 100644
--- a/include/glibtop/sem_limits.h
+++ b/include/glibtop/sem_limits.h
@@ -77,16 +77,6 @@ void glibtop_init_sem_limits_s (glibtop *server);
void glibtop_get_sem_limits_s (glibtop *server, glibtop_sem_limits *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_sem_limits [];
-extern const unsigned glibtop_types_sem_limits [];
-extern const char *glibtop_labels_sem_limits [];
-extern const char *glibtop_descriptions_sem_limits [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/shm_limits.h b/include/glibtop/shm_limits.h
index 9b1a5c57..0935d2c8 100644
--- a/include/glibtop/shm_limits.h
+++ b/include/glibtop/shm_limits.h
@@ -67,16 +67,6 @@ void glibtop_init_shm_limits_s (glibtop *server);
void glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_shm_limits [];
-extern const unsigned glibtop_types_shm_limits [];
-extern const char *glibtop_labels_shm_limits [];
-extern const char *glibtop_descriptions_shm_limits [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/swap.h b/include/glibtop/swap.h
index 8e03c96b..68990a41 100644
--- a/include/glibtop/swap.h
+++ b/include/glibtop/swap.h
@@ -67,16 +67,6 @@ void glibtop_init_swap_s (glibtop *server);
void glibtop_get_swap_s (glibtop *server, glibtop_swap *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_swap [];
-extern const unsigned glibtop_types_swap [];
-extern const char *glibtop_labels_swap [];
-extern const char *glibtop_descriptions_swap [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 7eb39313..af490fd3 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -96,16 +96,6 @@ struct _glibtop_sysdeps
void glibtop_get_sysdeps_r (glibtop *server, glibtop_sysdeps *buf);
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_sysdeps [];
-extern const unsigned glibtop_types_sysdeps [];
-extern const char *glibtop_labels_sysdeps [];
-extern const char *glibtop_descriptions_sysdeps [];
-
-#endif
G_END_DECLS
diff --git a/include/glibtop/uptime.h b/include/glibtop/uptime.h
index 94c9f8da..8a0c3ee5 100644
--- a/include/glibtop/uptime.h
+++ b/include/glibtop/uptime.h
@@ -63,16 +63,6 @@ void glibtop_init_uptime_s (glibtop *server);
void glibtop_get_uptime_s (glibtop *server, glibtop_uptime *buf);
#endif
-#ifdef GLIBTOP_NAMES
-
-/* You need to link with -lgtop_names to get this stuff here. */
-
-extern const char *glibtop_names_uptime [];
-extern const unsigned glibtop_types_uptime [];
-extern const char *glibtop_labels_uptime [];
-extern const char *glibtop_descriptions_uptime [];
-
-#endif
G_END_DECLS
diff --git a/po/POTFILES.in b/po/POTFILES.in
index acd097d8..9a70b776 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -81,28 +81,5 @@ sysdeps/linux/siglist.c
sysdeps/linux/swap.c
sysdeps/linux/sysinfo.c
sysdeps/linux/uptime.c
-sysdeps/names/cpu.c
-sysdeps/names/fsusage.c
-sysdeps/names/loadavg.c
-sysdeps/names/mem.c
-sysdeps/names/mountlist.c
-sysdeps/names/msg_limits.c
-sysdeps/names/netload.c
-sysdeps/names/ppp.c
-sysdeps/names/procargs.c
-sysdeps/names/prockernel.c
-sysdeps/names/proclist.c
-sysdeps/names/procmap.c
-sysdeps/names/procmem.c
-sysdeps/names/procsegment.c
-sysdeps/names/procsignal.c
-sysdeps/names/procstate.c
-sysdeps/names/proctime.c
-sysdeps/names/procuid.c
-sysdeps/names/sem_limits.c
-sysdeps/names/shm_limits.c
-sysdeps/names/swap.c
-sysdeps/names/sysdeps.c
-sysdeps/names/uptime.c
sysdeps/osf1/siglist.c
sysdeps/sun4/siglist.c
diff --git a/sysdeps/Makefile.am b/sysdeps/Makefile.am
index 5930c5f0..8fa96437 100644
--- a/sysdeps/Makefile.am
+++ b/sysdeps/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = common @sysdeps_dir@ names
+SUBDIRS = common @sysdeps_dir@
-DIST_SUBDIRS = common linux names osf1 \
+DIST_SUBDIRS = common linux osf1 \
stub stub_suid sun4 freebsd solaris aix
diff --git a/sysdeps/names/.cvsignore b/sysdeps/names/.cvsignore
deleted file mode 100644
index 09e653d5..00000000
--- a/sysdeps/names/.cvsignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-libgtop_names.la
-so_locations
-*.lo
diff --git a/sysdeps/names/Makefile.am b/sysdeps/names/Makefile.am
deleted file mode 100644
index 86c37786..00000000
--- a/sysdeps/names/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-
-INCLUDES = @INCLUDES@
-
-noinst_LTLIBRARIES = libgtop_names-2.0.la
-
-libgtop_names_2_0_la_SOURCES = cpu.c mem.c swap.c uptime.c loadavg.c \
- shm_limits.c msg_limits.c sem_limits.c \
- proclist.c sysdeps.c procstate.c procuid.c \
- proctime.c procmem.c procsignal.c \
- prockernel.c procsegment.c fsusage.c \
- mountlist.c procargs.c procmap.c netload.c \
- ppp.c netlist.c
-
-libgtop_names_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
-
diff --git a/sysdeps/names/cpu.c b/sysdeps/names/cpu.c
deleted file mode 100644
index 2c6f8329..00000000
--- a/sysdeps/names/cpu.c
+++ /dev/null
@@ -1,72 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/cpu.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_cpu [GLIBTOP_MAX_CPU] =
-{
- "total", "user", "nice", "sys", "idle", "frequency",
- "xcpu_total", "xcpu_user", "xcpu_nice", "xcpu_sys",
- "xcpu_idle", "xcpu_flags"
-};
-
-const unsigned glibtop_types_cpu [GLIBTOP_MAX_CPU] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_cpu [GLIBTOP_MAX_CPU] =
-{
- N_("Total CPU Time"),
- N_("CPU Time in User Mode"),
- N_("CPU Time in User Mode (nice)"),
- N_("CPU Time in System Mode"),
- N_("CPU Time in the Idle Task"),
- N_("Tick Frequency"),
- N_("SMP Total CPU Time"),
- N_("SMP CPU Time in User Mode"),
- N_("SMP CPU Time in User Mode (nice)"),
- N_("SMP CPU Time in System Mode"),
- N_("SMP CPU Time in the Idle Task"),
- N_("SMP CPU Flags")
-};
-
-const char *glibtop_descriptions_cpu [GLIBTOP_MAX_CPU] =
-{
- N_("Number of clock ticks since system boot"),
- N_("Number of clock ticks the system spent in user mode"),
- N_("Number of clock ticks the system spent in user mode (nice)"),
- N_("Number of clock ticks the system spent in system mode"),
- N_("Number of clock ticks the system spent in the idle task"),
- N_("Tick frequency (default is 100)"),
- N_("Number of clock ticks since system boot"),
- N_("Number of clock ticks the system spent in user mode"),
- N_("Number of clock ticks the system spent in user mode (nice)"),
- N_("Number of clock ticks the system spent in system mode"),
- N_("Number of clock ticks the system spent in the idle task"),
- N_("Bit field indicating which CPU is currently running"),
-};
diff --git a/sysdeps/names/fsusage.c b/sysdeps/names/fsusage.c
deleted file mode 100644
index a9596cc1..00000000
--- a/sysdeps/names/fsusage.c
+++ /dev/null
@@ -1,56 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/fsusage.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_fsusage [GLIBTOP_MAX_FSUSAGE] =
-{
- "blocks", "bfree", "bavail", "files", "ffree", "block_size"
-};
-
-const unsigned glibtop_types_fsusage [GLIBTOP_MAX_FSUSAGE] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_INT
-};
-
-const char *glibtop_labels_fsusage [GLIBTOP_MAX_FSUSAGE] =
-{
- N_("Total blocks"),
- N_("Free blocks"),
- N_("Available blocks"),
- N_("Total file nodes"),
- N_("Free file nodes"),
- N_("Block size")
-};
-
-const char *glibtop_descriptions_fsusage [GLIBTOP_MAX_FSUSAGE] =
-{
- N_("Total blocks"),
- N_("Free blocks available to the superuser"),
- N_("Free blocks available to non-superusers"),
- N_("Total file nodes"),
- N_("Free file nodes"),
- N_("Block size")
-};
diff --git a/sysdeps/names/loadavg.c b/sysdeps/names/loadavg.c
deleted file mode 100644
index ba14d81c..00000000
--- a/sysdeps/names/loadavg.c
+++ /dev/null
@@ -1,52 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/loadavg.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_loadavg [GLIBTOP_MAX_LOADAVG] =
-{
- "loadavg", "nr_running", "nr_tasks", "last_pid"
-};
-
-const unsigned glibtop_types_loadavg [GLIBTOP_MAX_LOADAVG] =
-{
- GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_loadavg [GLIBTOP_MAX_LOADAVG] =
-{
- N_("Load Average"),
- N_("Running Tasks"),
- N_("Number of Tasks"),
- N_("Last PID")
-};
-
-const char *glibtop_descriptions_loadavg [GLIBTOP_MAX_LOADAVG] =
-{
- N_("Number of jobs running simultaneously averaged over 1, 5 and 15 minutes"),
- N_("Number of tasks currently running"),
- N_("Total number of tasks"),
- N_("Last PID")
-};
diff --git a/sysdeps/names/mem.c b/sysdeps/names/mem.c
deleted file mode 100644
index 15a22275..00000000
--- a/sysdeps/names/mem.c
+++ /dev/null
@@ -1,62 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/mem.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_mem [GLIBTOP_MAX_MEM] =
-{
- "total", "used", "free", "shared", "buffer",
- "cached", "user", "locked"
-};
-
-const unsigned glibtop_types_mem [GLIBTOP_MAX_MEM] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_mem [GLIBTOP_MAX_MEM] =
-{
- N_("Total Memory"),
- N_("Used Memory"),
- N_("Free Memory"),
- N_("Shared Memory"),
- N_("Buffers"),
- N_("Cached"),
- N_("User"),
- N_("Locked"),
-};
-
-const char *glibtop_descriptions_mem [GLIBTOP_MAX_MEM] =
-{
- N_("Total physical memory in kB"),
- N_("Used memory size in kB"),
- N_("Free memory size in kB"),
- N_("Shared memory size in kB"),
- N_("Size of buffers kB"),
- N_("Size of cached memory in kB"),
- N_("Memory used from user processes in kB"),
- N_("Memory in locked pages in kB")
-};
diff --git a/sysdeps/names/mountlist.c b/sysdeps/names/mountlist.c
deleted file mode 100644
index bbf8ef32..00000000
--- a/sysdeps/names/mountlist.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/mountlist.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_mountlist [GLIBTOP_MAX_MOUNTLIST] =
-{
- "number", "total", "size"
-};
-
-const unsigned glibtop_types_mountlist [GLIBTOP_MAX_MOUNTLIST] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_mountlist [GLIBTOP_MAX_MOUNTLIST] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
-
-const char *glibtop_descriptions_mountlist [GLIBTOP_MAX_MOUNTLIST] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
diff --git a/sysdeps/names/msg_limits.c b/sysdeps/names/msg_limits.c
deleted file mode 100644
index 786188ed..00000000
--- a/sysdeps/names/msg_limits.c
+++ /dev/null
@@ -1,59 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/msg_limits.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_msg_limits [GLIBTOP_MAX_MSG_LIMITS] =
-{
- "msgpool", "msgmap", "msgmax", "msgmnb", "msgmni", "msgssz", "msgtql"
-};
-
-const unsigned glibtop_types_msg_limits [GLIBTOP_MAX_MSG_LIMITS] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_msg_limits [GLIBTOP_MAX_MSG_LIMITS] =
-{
- N_("Size in kilobytes of message pool"),
- N_("Number of entries in message map"),
- N_("Max size of message"),
- N_("Default max size of queue"),
- N_("Max queues system wide"),
- N_("Message segment size"),
- N_("Number of system message headers")
-};
-
-const char *glibtop_descriptions_msg_limits [GLIBTOP_MAX_MSG_LIMITS] =
-{
- N_("Size in kilobytes of message pool"),
- N_("Number of entries in message map"),
- N_("Max size of message"),
- N_("Default max size of queue"),
- N_("Max queues system wide"),
- N_("Message segment size"),
- N_("Number of system message headers")
-};
diff --git a/sysdeps/names/netlist.c b/sysdeps/names/netlist.c
deleted file mode 100644
index 5aefaaef..00000000
--- a/sysdeps/names/netlist.c
+++ /dev/null
@@ -1,42 +0,0 @@
-/* Copyright (C) 2004 Benoît Dejean
- This file is part of LibGTop 2.0.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/netlist.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_netlist [GLIBTOP_MAX_NETLIST] =
-{
- "number"
-};
-
-const unsigned glibtop_types_netlist [GLIBTOP_MAX_NETLIST] =
-{
- GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_netlist [GLIBTOP_MAX_NETLIST] =
-{
- N_("Number"),
-};
-
-const char *glibtop_descriptions_netlist [GLIBTOP_MAX_NETLIST] =
-{
- N_("Number of network devices found"),
-};
-
diff --git a/sysdeps/names/netload.c b/sysdeps/names/netload.c
deleted file mode 100644
index 06834dca..00000000
--- a/sysdeps/names/netload.c
+++ /dev/null
@@ -1,84 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/netload.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_netload [GLIBTOP_MAX_NETLOAD] =
-{
- "if_flags", "mtu", "subnet", "address", "packets_in",
- "packets_out", "packets_total", "bytes_in", "bytes_out",
- "bytes_total", "errors_in", "errors_out", "errors_total",
- "collisions", "address6", "prefix6", "scope6"
-};
-
-const unsigned glibtop_types_netload [GLIBTOP_MAX_NETLOAD] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_netload [GLIBTOP_MAX_NETLOAD] =
-{
- N_("Interface Flags"),
- N_("MTU"),
- N_("IPv4 Subnet"),
- N_("IPv4 Address"),
- N_("Packets In"),
- N_("Packets Out"),
- N_("Packets Total"),
- N_("Bytes In"),
- N_("Bytes Out"),
- N_("Bytes Total"),
- N_("Errors In"),
- N_("Errors Out"),
- N_("Errors Total"),
- N_("Collisions"),
- N_("IPv6 Address"),
- N_("IPv6 Prefix"),
- N_("IPv6 Scope")
-};
-
-const char *glibtop_descriptions_netload [GLIBTOP_MAX_NETLOAD] =
-{
- N_("Interface Flags"),
- N_("Maximum Transfer Unit"),
- N_("IPv4 Subnet"),
- N_("IPv4 Address"),
- N_("Packets In"),
- N_("Packets Out"),
- N_("Packets Total"),
- N_("Bytes In"),
- N_("Bytes Out"),
- N_("Bytes Total"),
- N_("Errors In"),
- N_("Errors Out"),
- N_("Errors Total"),
- N_("Collisions"),
- N_("IPv6 Address"),
- N_("IPv6 Prefix"),
- N_("IPv6 Scope")
-};
diff --git a/sysdeps/names/ppp.c b/sysdeps/names/ppp.c
deleted file mode 100644
index 9d3bf519..00000000
--- a/sysdeps/names/ppp.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/ppp.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_ppp [GLIBTOP_MAX_PPP] =
-{
- "state", "bytes_in", "bytes_out"
-};
-
-const unsigned glibtop_types_ppp [GLIBTOP_MAX_PPP] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_ppp [GLIBTOP_MAX_PPP] =
-{
- N_("PPP State"),
- N_("Input bytes"),
- N_("Output bytes")
-};
-
-const char *glibtop_descriptions_ppp [GLIBTOP_MAX_PPP] =
-{
- N_("PPP State"),
- N_("Number of input bytes"),
- N_("Number of output bytes")
-};
diff --git a/sysdeps/names/procargs.c b/sysdeps/names/procargs.c
deleted file mode 100644
index f2b27be5..00000000
--- a/sysdeps/names/procargs.c
+++ /dev/null
@@ -1,45 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/procargs.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_args [GLIBTOP_MAX_PROC_ARGS] =
-{
- "size"
-};
-
-const unsigned glibtop_types_proc_args [GLIBTOP_MAX_PROC_ARGS] =
-{
- GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_proc_args [GLIBTOP_MAX_PROC_ARGS] =
-{
- N_("Size")
-};
-
-const char *glibtop_descriptions_proc_args [GLIBTOP_MAX_PROC_ARGS] =
-{
- N_("Length in bytes of the returned string.")
-};
diff --git a/sysdeps/names/prockernel.c b/sysdeps/names/prockernel.c
deleted file mode 100644
index c9efe51f..00000000
--- a/sysdeps/names/prockernel.c
+++ /dev/null
@@ -1,83 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/prockernel.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_kernel [GLIBTOP_MAX_PROC_KERNEL] =
-{
- "k_flags", "min_flt", "maj_flt", "cmin_flt", "cmaj_flt",
- "kstk_esp", "kstk_eip", "nwchan", "wchan"
-};
-
-const unsigned glibtop_types_proc_kernel [GLIBTOP_MAX_PROC_KERNEL] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_STRING
-};
-
-const char *glibtop_labels_proc_kernel [GLIBTOP_MAX_PROC_KERNEL] =
-{
- N_("K_Flags"), N_("Min_Flt"), N_("Maj_Flt"), N_("CMin_Flt"),
- N_("CMaj_Flt"), N_("KStk_ESP"), N_("KStk_EIP"), N_("NWChan"),
- N_("WChan")
-};
-
-const char *glibtop_descriptions_proc_kernel [GLIBTOP_MAX_PROC_KERNEL] =
-{
- /* K_Flags */
- N_("Kernel flags of the process.\n\n"
- "On Linux, currently every flag has the math bit set, because "
- "crt0.s checks for math emulation, so this is not included in "
- "the output.\n\n"
- "This is probably a bug, as not every process is a compiled C "
- "program.\n\n"
- "The math bit should be a decimal 4, and the traced bit is "
- "decimal 10."),
- /* Min_Flt */
- N_("The number of minor faults the process has made, those which "
- "have not required loading a memory page from disk."),
- /* Maj_Flt */
- N_("The number of major faults the process has made, those which "
- "have required loading a memory page from disk."),
- /* CMin_Flt */
- N_("The number of minor faults that the process and its children "
- "have made."),
- /* CMaj_Flt */
- N_("The number of major faults that the process and its children "
- "have made."),
- /* KStk_ESP */
- N_("The current value of esp (32-bit stack pointer), as found in "
- "the kernel stack page for the process."),
- /* KStk_EIP */
- N_("The current EIP (32-bit instruction pointer)."),
- /* NWChan */
- N_("This is the \"channel\" in which the process is waiting. This "
- "is the address of a system call, and can be looked up in a "
- "namelist if you need a textual name. (If you have an up-to-date "
- "/etc/psdatabase, then try ps -l to see the WCHAN field in action)"),
- /* WChan */
- N_("This is the textual name of the `nwchan' field.")
-};
diff --git a/sysdeps/names/proclist.c b/sysdeps/names/proclist.c
deleted file mode 100644
index 687e1fb6..00000000
--- a/sysdeps/names/proclist.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/proclist.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proclist [GLIBTOP_MAX_PROCLIST] =
-{
- "number", "total", "size"
-};
-
-const unsigned glibtop_types_proclist [GLIBTOP_MAX_PROCLIST] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_proclist [GLIBTOP_MAX_PROCLIST] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
-
-const char *glibtop_descriptions_proclist [GLIBTOP_MAX_PROCLIST] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
diff --git a/sysdeps/names/procmap.c b/sysdeps/names/procmap.c
deleted file mode 100644
index e7c556be..00000000
--- a/sysdeps/names/procmap.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/procmap.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_map [GLIBTOP_MAX_PROC_MAP] =
-{
- "number", "total", "size"
-};
-
-const unsigned glibtop_types_proc_map [GLIBTOP_MAX_PROC_MAP] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_proc_map [GLIBTOP_MAX_PROC_MAP] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
-
-const char *glibtop_descriptions_proc_map [GLIBTOP_MAX_PROC_MAP] =
-{
- N_("Number of list elements"),
- N_("Total size of list"),
- N_("Size of a single list element")
-};
diff --git a/sysdeps/names/procmem.c b/sysdeps/names/procmem.c
deleted file mode 100644
index 53c18fdd..00000000
--- a/sysdeps/names/procmem.c
+++ /dev/null
@@ -1,65 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/procmem.h>
-#include "libgtop-i18n.h"
-
-#define GLIBTOP_PROC_MEM_SIZE 0
-#define GLIBTOP_PROC_MEM_VSIZE 1
-#define GLIBTOP_PROC_MEM_RESIDENT 2
-#define GLIBTOP_PROC_MEM_SHARE 3
-#define GLIBTOP_PROC_MEM_RSS 4
-#define GLIBTOP_PROC_MEM_RSS_RLIM 5
-
-const char *glibtop_names_proc_mem [GLIBTOP_MAX_PROC_MEM] =
-{
- "size", "vsize", "resident", "share", "rss", "rss_rlim"
-};
-
-const unsigned glibtop_types_proc_mem [GLIBTOP_MAX_PROC_MEM] =
-{
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG,
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG
-};
-
-const char *glibtop_labels_proc_mem [GLIBTOP_MAX_PROC_MEM] =
-{
- N_("Size"), N_("Virtual"), N_("Resident"), N_("Share"),
- N_("Resident Set Size"), N_("Resident Set Size Limit")
-};
-
-const char *glibtop_descriptions_proc_mem [GLIBTOP_MAX_PROC_MEM] =
-{
- N_("Total # of pages of memory"),
- N_("Number of pages of virtual memory"),
- N_("Number of resident set (non-swapped) pages"),
- N_("Number of pages of shared (mmap'd) memory"),
- N_("Number of pages the process has in real memory, minus 3 "
- "for administrative purposes. This is just the pages which "
- "count towards text, data, or stack space. This does not "
- "include pages which have not been demand-loaded in, or which "
- "are swapped out."),
- N_("Current limit in bytes on the rss of the process "
- "(usually 2,147,483,647).")
-};
diff --git a/sysdeps/names/procsegment.c b/sysdeps/names/procsegment.c
deleted file mode 100644
index 99adadb5..00000000
--- a/sysdeps/names/procsegment.c
+++ /dev/null
@@ -1,57 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/procsegment.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
-{
- "text_rss", "shlib_rss", "data_rss", "stack_rss",
- "dirty_size", "start_code", "end_code", "start_stack"
-};
-
-const unsigned glibtop_types_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
-{
- N_("Text_RSS"), N_("ShLib_RSS"), N_("Data_RSS"), N_("Stack_RSS"),
- N_("Dirty Size"), N_("Start_Code"), N_("End_Code"), N_("Start_Stack")
-};
-
-const char *glibtop_descriptions_proc_segment [GLIBTOP_MAX_PROC_SEGMENT] =
-{
- N_("Text resident set size"),
- N_("Shared-Lib resident set size"),
- N_("Data resident set size"),
- N_("Stack resident set size"),
- N_("Total size of dirty pages"),
- N_("Address of beginning of code segment"),
- N_("Address of end of code segment"),
- N_("Address of the bottom of stack segment")
-};
diff --git a/sysdeps/names/procsignal.c b/sysdeps/names/procsignal.c
deleted file mode 100644
index d5c9e85e..00000000
--- a/sysdeps/names/procsignal.c
+++ /dev/null
@@ -1,50 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/procsignal.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_signal [GLIBTOP_MAX_PROC_SIGNAL] =
-{
- "signal", "blocked", "sigignore", "sigcatch"
-};
-
-const unsigned glibtop_types_proc_signal [GLIBTOP_MAX_PROC_SIGNAL] =
-{
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT
-};
-
-const char *glibtop_labels_proc_signal [GLIBTOP_MAX_PROC_SIGNAL] =
-{
- N_("Signal"), N_("Blocked"), N_("SigIgnore"), N_("SigCatch")
-};
-
-const char *glibtop_descriptions_proc_signal [GLIBTOP_MAX_PROC_SIGNAL] =
-{
- N_("Mask of pending signals"),
- N_("Mask of blocked signals"),
- N_("Mask of ignored signals"),
- N_("Mask of caught signals")
-};
diff --git a/sysdeps/names/procstate.c b/sysdeps/names/procstate.c
deleted file mode 100644
index 17f02aa4..00000000
--- a/sysdeps/names/procstate.c
+++ /dev/null
@@ -1,58 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/procstate.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_state [GLIBTOP_MAX_PROC_STATE] =
-{
- "cmd", "state", "uid", "gid", "ruid", "rgid",
- "has_cpu", "processor", "last_processor"
-};
-
-const unsigned glibtop_types_proc_state [GLIBTOP_MAX_PROC_STATE] =
-{
- GLIBTOP_TYPE_STRING, GLIBTOP_TYPE_CHAR, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT
-};
-
-const char *glibtop_labels_proc_state [GLIBTOP_MAX_PROC_STATE] =
-{
- N_("Cmd"), N_("State"), N_("UID"), N_("GID"),
- N_("RGid"), N_("RUid"), N_("HasCPU"), N_("Proc"), N_("LProc")
-};
-
-const char *glibtop_descriptions_proc_state [GLIBTOP_MAX_PROC_STATE] =
-{
- N_("Basename of executable file in call to exec()"),
- N_("Single-Char code for process state (S=sleeping)"),
- N_("UID of process"),
- N_("GID of process"),
- N_("Real UID of process"),
- N_("Real GID of process"),
- N_("Has CPU"),
- N_("Processor"),
- N_("Last Processor"),
-};
diff --git a/sysdeps/names/proctime.c b/sysdeps/names/proctime.c
deleted file mode 100644
index 2329201a..00000000
--- a/sysdeps/names/proctime.c
+++ /dev/null
@@ -1,66 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/proctime.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_time [GLIBTOP_MAX_PROC_TIME] =
-{
- "start_time", "rtime", "utime", "stime", "cutime", "cstime",
- "timeout", "it_real_value", "timeout", "xcpu_utime",
- "xcpu_stime"
-};
-
-const unsigned glibtop_types_proc_time [GLIBTOP_MAX_PROC_TIME] =
-{
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG,
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG,
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG,
- GLIBTOP_TYPE_LONG, GLIBTOP_TYPE_LONG
-};
-
-const char *glibtop_labels_proc_time [GLIBTOP_MAX_PROC_TIME] =
-{
- N_("Start_Time"), N_("RTime"), N_("UTime"), N_("STime"),
- N_("CUTime"), N_("CSTime"), N_("TimeOut"), N_("It_Real_Value"),
- N_("Frequency"), N_("XCPU_UTime"), N_("XCPU_STime")
-};
-
-const char *glibtop_descriptions_proc_time [GLIBTOP_MAX_PROC_TIME] =
-{
- N_("Start time of process in seconds since the epoch"),
- N_("Real time accumulated by process (should be utime + stime)"),
- N_("user-mode CPU time accumulated by process"),
- N_("kernel-mode CPU time accumulated by process"),
- N_("cumulative utime of process and reaped children"),
- N_("cumulative stime of process and reaped children"),
- N_("The time (in jiffies) of the process's next timeout"),
- N_("The time (in jiffies) before the next SIGALRM is sent "
- "to the process due to an interval timer."),
- N_("Tick frequency"),
- N_("SMP user-mode CPU time accumulated by process"),
- N_("SMP kernel-mode CPU time accumulated by process")
-};
-
-
diff --git a/sysdeps/names/procuid.c b/sysdeps/names/procuid.c
deleted file mode 100644
index b2c532c4..00000000
--- a/sysdeps/names/procuid.c
+++ /dev/null
@@ -1,74 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop.h>
-#include <glibtop/procuid.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_proc_uid [GLIBTOP_MAX_PROC_UID] =
-{
- "uid", "euid", "gid", "egid", "suid", "sgid",
- "fsuid", "fsgid", "pid", "ppid", "pgrp",
- "session", "tty", "tpgid", "priority", "nice",
- "ngroups", "groups"
-};
-
-const unsigned glibtop_types_proc_uid [GLIBTOP_MAX_PROC_UID] =
-{
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT,
- GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT, GLIBTOP_TYPE_INT
-};
-
-const char *glibtop_labels_proc_uid [GLIBTOP_MAX_PROC_UID] =
-{
- N_("Uid"), N_("EUid"), N_("Gid"), N_("EGid"), N_("SUid"),
- N_("SGid"), N_("FSUid"), N_("FSGid"), N_("Pid"),
- N_("PPid"), N_("PGrp"), N_("Session"), N_("Tty"),
- N_("TPGid"), N_("Priority"), N_("Nice"), N_("NGroups"), N_("Groups")
-};
-
-const char *glibtop_descriptions_proc_uid [GLIBTOP_MAX_PROC_UID] =
-{
- N_("User ID"),
- N_("Effective User ID"),
- N_("Group ID"),
- N_("Effective Group ID"),
- N_("Set User ID"),
- N_("Set Group ID"),
- N_("Filesystem User ID"),
- N_("Filesystem Group ID"),
- N_("Process ID"),
- N_("PID of parent process"),
- N_("Process group ID"),
- N_("Session ID"),
- N_("Full device number of controlling terminal"),
- N_("Terminal process group ID"),
- N_("Kernel scheduling priority"),
- N_("Standard unix nice level of process"),
- N_("Number of additional process groups"),
- N_("Array of additional process groups")
-};
diff --git a/sysdeps/names/sem_limits.c b/sysdeps/names/sem_limits.c
deleted file mode 100644
index 26f3dc45..00000000
--- a/sysdeps/names/sem_limits.c
+++ /dev/null
@@ -1,67 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/sem_limits.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_sem_limits [GLIBTOP_MAX_SEM_LIMITS] =
-{
- "semmap", "semmni", "semmns", "semmnu", "semmsl",
- "semopm", "semume", "semusz", "semvmx", "semaem"
-};
-
-const unsigned glibtop_types_sem_limits [GLIBTOP_MAX_SEM_LIMITS] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_sem_limits [GLIBTOP_MAX_SEM_LIMITS] =
-{
- N_("Number of entries in semaphore map"),
- N_("Max number of arrays"),
- N_("Max semaphores system wide"),
- N_("Number of undo structures system wide"),
- N_("Max semaphores per array"),
- N_("Max ops per semop call"),
- N_("Max number of undo entries per process"),
- N_("sizeof struct sem_undo"),
- N_("Semaphore max value"),
- N_("Adjust on exit max value")
-};
-
-const char *glibtop_descriptions_sem_limits [GLIBTOP_MAX_SEM_LIMITS] =
-{
- N_("Number of entries in semaphore map"),
- N_("Max number of arrays"),
- N_("Max semaphores system wide"),
- N_("Number of undo structures system wide"),
- N_("Max semaphores per array"),
- N_("Max ops per semop call"),
- N_("Max number of undo entries per process"),
- N_("sizeof struct sem_undo"),
- N_("Semaphore max value"),
- N_("Adjust on exit max value")
-};
diff --git a/sysdeps/names/shm_limits.c b/sysdeps/names/shm_limits.c
deleted file mode 100644
index ab6e4485..00000000
--- a/sysdeps/names/shm_limits.c
+++ /dev/null
@@ -1,54 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/shm_limits.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_shm_limits [GLIBTOP_MAX_SHM_LIMITS] =
-{
- "shmmax", "shmmin", "shmmni", "shmseg", "shmall"
-};
-
-const unsigned glibtop_types_shm_limits [GLIBTOP_MAX_SHM_LIMITS] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_shm_limits [GLIBTOP_MAX_SHM_LIMITS] =
-{
- N_("Max segment size"),
- N_("Min segment size"),
- N_("Max number of segments"),
- N_("Max shared segments per process"),
- N_("Max total shared memory")
-};
-
-const char *glibtop_descriptions_shm_limits [GLIBTOP_MAX_SHM_LIMITS] =
-{
- N_("Max segment size"),
- N_("Min segment size"),
- N_("Max number of segments"),
- N_("Max shared segments per process"),
- N_("Max total shared memory")
-};
diff --git a/sysdeps/names/swap.c b/sysdeps/names/swap.c
deleted file mode 100644
index 462699fb..00000000
--- a/sysdeps/names/swap.c
+++ /dev/null
@@ -1,56 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/swap.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_swap [GLIBTOP_MAX_SWAP] =
-{
- "total", "used", "free", "pagein", "pageout"
-};
-
-const unsigned glibtop_types_swap [GLIBTOP_MAX_SWAP] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_swap [GLIBTOP_MAX_SWAP] =
-{
- N_("Total Swap Space"),
- N_("Used Swap Space"),
- N_("Free Swap Space"),
- N_("Page In"),
- N_("Page Out"),
-};
-
-const char *glibtop_descriptions_swap [GLIBTOP_MAX_SWAP] =
-{
- N_("Total Swap Space"),
- N_("Used Swap Space"),
- N_("Free Swap Space"),
- N_("Total number of swap pages that have been brought in "
- "since system boot"),
- N_("Total number of swap pages that have been brought out "
- "since system boot"),
-};
diff --git a/sysdeps/names/sysdeps.c b/sysdeps/names/sysdeps.c
deleted file mode 100644
index d5b8c7ee..00000000
--- a/sysdeps/names/sysdeps.c
+++ /dev/null
@@ -1,100 +0,0 @@
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <config.h>
-#include <glibtop/union.h>
-#include <glibtop/sysdeps.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_sysdeps [GLIBTOP_MAX_SYSDEPS] =
-{
- "features", "cpu", "mem", "swap", "uptime", "loadavg",
- "shm_limits", "msg_limits", "sem_limits", "proclist",
- "proc_state", "proc_uid", "proc_mem", "proc_time",
- "proc_signal", "proc_kernel", "proc_segment", "proc_args",
- "proc_map", "mountlist", "fsusage", "netload", "ppp"
-};
-
-const unsigned glibtop_types_sysdeps [GLIBTOP_MAX_SYSDEPS] =
-{
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG,
- GLIBTOP_TYPE_ULONG, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_sysdeps [GLIBTOP_MAX_SYSDEPS] =
-{
- N_("Server Features"),
- N_("CPU Usage"),
- N_("Memory Usage"),
- N_("Swap Usage"),
- N_("System Uptime"),
- N_("Load Averange"),
- N_("Shared Memory Limits"),
- N_("Message Queue Limits"),
- N_("Semaphore Set Limits"),
- N_("List of running Processes"),
- N_("Process Status information"),
- N_("Process UID and TTY information"),
- N_("Process Memory information"),
- N_("Process Time information"),
- N_("Process Signal information"),
- N_("Process Kernel Data information"),
- N_("Process Segment information"),
- N_("Process Arguments"),
- N_("Process Memory Map"),
- N_("Mount List"),
- N_("File System Usage"),
- N_("Network Load"),
- N_("PPP Statistics")
-};
-
-const char *glibtop_descriptions_sysdeps [GLIBTOP_MAX_SYSDEPS] =
-{
- N_("Server Features"),
- N_("CPU Usage"),
- N_("Memory Usage"),
- N_("Swap Usage"),
- N_("System Uptime"),
- N_("Load Averange"),
- N_("Shared Memory Limits"),
- N_("Message Queue Limits"),
- N_("Semaphore Set Limits"),
- N_("List of running Processes"),
- N_("Process Status information"),
- N_("Process UID and TTY information"),
- N_("Process Memory information"),
- N_("Process Time information"),
- N_("Process Signal information"),
- N_("Process Kernel Data information"),
- N_("Process Segment information"),
- N_("Command line arguments of the process"),
- N_("Process Memory Map"),
- N_("List of currently mounted filesystems"),
- N_("File System Usage"),
- N_("Network Load"),
- N_("PPP Statistics")
-};
diff --git a/sysdeps/names/uptime.c b/sysdeps/names/uptime.c
deleted file mode 100644
index 49857b68..00000000
--- a/sysdeps/names/uptime.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#include <glibtop/uptime.h>
-#include "libgtop-i18n.h"
-
-const char *glibtop_names_uptime [GLIBTOP_MAX_UPTIME] =
-{
- "uptime", "idletime", "boot_time"
-};
-
-const unsigned glibtop_types_uptime [GLIBTOP_MAX_UPTIME] =
-{
- GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_ULONG
-};
-
-const char *glibtop_labels_uptime [GLIBTOP_MAX_UPTIME] =
-{
- N_("Uptime"),
- N_("Idletime"),
- N_("BootTime")
-};
-
-const char *glibtop_descriptions_uptime [GLIBTOP_MAX_UPTIME] =
-{
- N_("Time in seconds since system boot"),
- N_("Time in seconds the system spent in the idle task since system boot"),
- N_("Time of last system boot in seconds since the epoch"),
-};