Martin Baulig
f4cde0843d
Applied patch from Alexander Jolk to make it work with --disable-static.
1998-09-28 17:22:41 +00:00
Martin Baulig
fce4841810
Make it really *require* GLIB >= 1.1.3.
...
1998-09-27 Martin Baulig <martin@home-of-linux.org >
* configure.in: Make it really *require* GLIB >= 1.1.3.
1998-09-27 21:25:20 +00:00
Raja R Harinath
02dfde47ab
Move check for -lresolv',
-lsocket' and `-lnsl' after X11 checks.
...
* configure.in: Move check for `-lresolv', `-lsocket' and `-lnsl'
after X11 checks.
1998-09-27 21:01:46 +00:00
Martin Baulig
a8b0903fe7
Added $(LIBGTOP_EXTRA_LIBS).
...
* Makefile.am (libgtop_common_la_LIBADD): Added $(LIBGTOP_EXTRA_LIBS).
1998-09-27 14:25:38 +00:00
Martin Baulig
6eed554232
Do not even check for guile if it is disabled.
...
1998-09-27 Martin Baulig <martin@home-of-linux.org >
* configure.in: Do not even check for guile if it is disabled.
1998-09-27 14:15:47 +00:00
Martin Baulig
c591e6ef33
Updated.
1998-09-27 13:34:37 +00:00
Martin Baulig
a72db75b78
Patch for `make release'.
1998-09-27 13:31:06 +00:00
Martin Baulig
8f3c38219a
Set version number to 0.26.2.
1998-09-27 11:32:53 +00:00
Martin Baulig
0d56ca7d04
Applied patch from Frederic Devernay; added `include_HEADERS'.
1998-09-16 10:18:15 +00:00
Martin Baulig
70347bbfe9
Applied patch from Owen Taylor; added $GLIB_CFLAGS.
1998-09-15 19:11:03 +00:00
Martin Baulig
06437c5866
Applied another linuxism patch from Frederic Devernay.
1998-09-15 09:46:49 +00:00
Martin Baulig
72c987735e
Applied patch from Frederic Devernay; use `expr' instead of bash
...
extension to make it follow strictly the Bourne Shell.
1998-09-15 08:06:22 +00:00
Martin Baulig
8e752ed036
Added check for -lresolv and -lnsl for Solaris.
1998-09-14 21:21:10 +00:00
Martin Baulig
36911a1239
*** empty log message ***
1998-09-12 18:06:23 +00:00
Martin Baulig
7cadf4450c
New file. This is used in guname to fetch as many information about the
...
1998-09-12 Martin Baulig <martin@home-of-linux.org >
* include/glibtop/sysinfo.h: New file. This is used in guname to
fetch as many information about the system as possible like detailed
information about hardware etc.
1998-09-12 17:55:52 +00:00
Martin Baulig
2a2677ea66
New file.
...
1998-09-12 Martin Baulig <martin@home-of-linux.org >
* sysinfo.c: New file.
1998-09-12 17:55:23 +00:00
Martin Baulig
37283cfdad
LibGTop now requires glib.
...
1998-09-12 Martin Baulig <martin@home-of-linux.org >
* configure.in (AM_PATH_GLIB): LibGTop now requires glib.
1998-09-12 13:53:59 +00:00
Martin Baulig
b85a419f28
No longer link libgtop_daemon' and
libgtop_server' statically.
1998-09-10 12:54:10 +00:00
Martin Baulig
507da6f040
Added SMP support.
1998-09-09 17:29:35 +00:00
Martin Baulig
11daaa2e1c
Added SMP support.
...
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de >
* proctime.c (glibtop_get_proc_time_s): Added SMP support.
1998-09-09 16:57:13 +00:00
Martin Baulig
0d3113e6b9
Added xcpu_utime' and
xcpu_stime'.
...
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de >
* include/glibtop/proctime.h (glibtop_proc_time): Added `xcpu_utime' and
`xcpu_stime'.
1998-09-09 16:51:12 +00:00
Martin Baulig
94d7978b44
Set version to 0.26.1.
1998-09-09 16:25:20 +00:00
Martin Baulig
86de0911cc
Added check for `smp_programs'.
1998-09-09 16:23:29 +00:00
Martin Baulig
8279241591
New file. Nice tool to show CPU statistics on SMP systems.
...
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de >
* smp.c: New file. Nice tool to show CPU statistics on SMP systems.
1998-09-09 16:22:13 +00:00
Martin Baulig
88c34d1415
*** empty log message ***
1998-09-09 15:32:44 +00:00
Martin Baulig
a331fb8e03
Added `ncpu'. This is zero for single processor systems and the number of
...
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de >
* glibtop.h (glibtop): Added `ncpu'. This is zero for single processor
systems and the number of CPUs otherwise.
* include/glibtop/cpu.h (glibtop_cpu): Added `xcpu_total', `xcpu_user',
`xcpu_nice', `xcpu_sys' and `xcpu_idle'.
(GLIBTOP_NCPU): #define this to 4.
1998-09-09 15:19:24 +00:00
Martin Baulig
9d564134de
Initialize `ncpu' on SMP systems.
...
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de >
* open.c (glibtop_init_s): Initialize `ncpu' on SMP systems.
* cpu.c (glibtop_get_cpu_s): Added SMP support.
* ChangeLog: New file.
1998-09-09 15:17:12 +00:00
Martin Baulig
731b2879f0
Added `HAVE_LIBGTOP_SMP'.
1998-09-09 12:24:02 +00:00
Martin Baulig
2f140e2168
Bug fix. Some awk interpreters seem to have problems with `\w+'.
1998-09-08 21:06:43 +00:00
Martin Baulig
2bf9475dda
Make the default to disable guile.
...
1998-09-08 Martin Baulig <baulig@merkur.uni-trier.de >
* configure.in: Make the default to disable guile.
1998-09-08 13:25:36 +00:00
Martin Baulig
6fe6cfdc15
Bug fix.
1998-09-08 13:10:55 +00:00
Martin Baulig
a6584c2f75
Added. This is a numerical constant ("1.234.567" -> 1234567) to be used in
...
1998-08-30 Martin Baulig <martin@home-of-linux.org >
* LIBGTOP-VERSION (LIBGTOP_VERSION_CODE): Added. This is a numerical
constant ("1.234.567" -> 1234567) to be used in C preprocessor
conditionals.
1998-08-30 12:44:29 +00:00
Martin Baulig
bdefedae37
Bumped version number to 0.26.0.
1998-08-29 21:12:42 +00:00
Martin Baulig
af50e25023
Added. AC_SUBST. (LT_RELEASE, LT_CURRENT, LT_REVISION, LT_AGE): AC_SUBST.
...
1998-08-29 Martin Baulig <martin@home-of-linux.org >
* LIBGTOP-VERSION (LIBGTOP_INTERFACE_AGE, LIBGTOP_BINARY_AGE): Added.
* configure.in (LIBGTOP_INTERFACE_AGE, LIBGTOP_BINARY_AGE): AC_SUBST.
(LT_RELEASE, LT_CURRENT, LT_REVISION, LT_AGE): AC_SUBST.
(LT_VERSION_INFO): Sets `-version-info' for libtool.
* */Makefile.am: We now use the correct `-version-info' parameter
for libtool.
1998-08-29 21:08:52 +00:00
Martin Baulig
abfda54900
This caused too much problems, so I reverted it.
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* configure.in (LIBGTOP_EXTRA_LIBS): Added $(LIBSUPPORT).
1998-08-27 15:18:32 +00:00
Martin Baulig
0ea8e591f4
Third argument is now `const void *'.
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* include/glibtop/command.h (glibtop_call): Third argument is
now `const void *'.
* include/glibtop/xmalloc.h (glibtop_free): Now taking a
`const void *'.
1998-08-25 08:41:02 +00:00
Martin Baulig
db3d7adbaa
New file.
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* src/daemon/ChangeLog: New file.
* sysdeps/sun4/ChangeLog: New file.
* sysdeps/stub/ChangeLog: New file.
* configure.in: Added check for `-lsocket'.
(LIBGTOP_INCS): Added $(SUPPORTINCS).
(INCLUDES): Added $(SUPPORTINCS).
(LIBGTOP_EXTRA_LIBS): Added $(LIBSUPPORT).
* acconfig.h: Added `NEED_DECLARATION_GETHOSTNAME',
`NEED_DECLARATION_SETREUID', `NEED_DECLARATION_SETREGID'
and `NEED_DECLARATION_GETPAGESIZE'.
* includue/glibtop/global.h (<gnomesupport.h>): Include this.
* lib/init.c (_init_server): Declared `static'.
* lib/read_data.c: Added cast to `const void *' in calls to
`recv' and `read' to avoid compiler warnings.
1998-08-25 08:39:14 +00:00
Martin Baulig
f353017948
Fixed some compiler warnings.
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* first.c, second.c, procmap.c: Fixed some compiler warnings.
1998-08-25 08:32:45 +00:00
Martin Baulig
f66f7fde8c
Added prototype. Added cast to const void *' in calls to
write' and
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* daemon.h (handle_parent_connection): Added prototype.
* write.c, io.c: Added cast to `const void *' in calls to
`write' and `send' to avoid compiler warnings.
* gnuserv.c (handle_signal): Declared static.
(main): Casting return value of `getuid' to `int' in
debugging statement.
* ChangeLog: New file.
1998-08-25 08:20:04 +00:00
Martin Baulig
9049a19434
Using correct `(1 << GLIBTOP_SYSDPES_*)'. (<glibtop_suid.h>): Include.
...
1998-08-25 Martin Baulig <martin@home-of-linux.org >
* *.c (glibtop_init_p): Using correct `(1 << GLIBTOP_SYSDPES_*)'.
(<glibtop_suid.h>): Include.
* glibtop_suid.h: New file.
* ChangeLog: New file.
1998-08-25 08:10:05 +00:00
Martin Baulig
f7da79ed88
Added initialization functions `glibtop_init_<feature>_s'.
...
1998-08-24 Martin Baulig <martin@home-of-linux.org >
* *.c: Added initialization functions `glibtop_init_<feature>_s'.
* ChangeLog: New file.
1998-08-24 20:44:46 +00:00
Martin Baulig
9d0aa0fdc1
Using correct (1 << GLIBTOP_SYSDPES_*)'. Removed
const' from sysctl ()
...
1998-08-24 Martin Baulig <martin@home-of-linux.org >
* *.c (glibtop_init_p): Using correct `(1 << GLIBTOP_SYSDPES_*)'.
* cpu.c, mem.c: Removed `const' from sysctl () constants to keep
compiler happy.
* procmem.c: Added missing call to `glibtop_init_p'.
* prockernel.c: Casting `nwchan' to `unsigned long' since this
normally has the same size than a pointer. Well, is there a
FreeBSD for 64bit architectures ?
1998-08-24 19:55:38 +00:00
Martin Baulig
fb552b8e31
Merged from LIBGTOP_0_25_PATCHES.
1998-08-24 13:09:49 +00:00
Martin Baulig
a0b502df75
Merged from `LIBGTOP_0_25_PATCHES'.
1998-08-23 12:26:32 +00:00
Martin Baulig
5a7f1d7621
Merged from LIBGTOP_0_25_PATCHES.
1998-08-22 17:26:50 +00:00
Martin Baulig
61fb170a1e
This is the SPEC file I'm using to make the release.
1998-08-19 09:05:56 +00:00
Martin Baulig
ffbbc1e2e3
Added `RELNOTES-0.25' to EXTRA_DIST.
1998-08-19 08:46:17 +00:00
Martin Baulig
40ac07d0e0
Installing examples in `$(libexecdir)'.
1998-08-19 08:45:47 +00:00
Martin Baulig
7902405bd8
Renamed README' ->
README.inodedb' and added to EXTRA_DIST.
1998-08-19 08:45:06 +00:00
Martin Baulig
ef7c79a86b
Added release notes for LibGTop 0.25 stable.
...
After this commit, I'll re-tag everything `LIBGTOP_0_25' and make
the final distribution.
1998-08-18 17:12:48 +00:00