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.
LIBGTOP_0_25
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
Martin Baulig
c6944b0ac8
Correctly using `(1 << GLIBTOP_MAP_ENTRY_FILENAME)' now.
1998-08-18 16:35:13 +00:00
Martin Baulig
333d78590a
This should work now.
1998-08-18 16:34:24 +00:00
Martin Baulig
841cb61ad1
Fixed typo.
1998-08-18 16:32:02 +00:00
Martin Baulig
97902ce2dd
Set version number to 0.25.0. There is now really a feature freeze until
...
1998-08-18 Martin Baulig <martin@home-of-linux.org >
* LIBGTOP-VERSION: Set version number to 0.25.0. There is now really
a feature freeze until it's released, bug fixes only ...
* include/glibtop/procmap (glibtop_map_entry): Added `flags' and
`filename' fields.
1998-08-18 13:42:16 +00:00
Martin Baulig
302b785893
Added `LIBGTOP_MICRO_VERSION'. Likewise.
...
1998-08-18 Martin Baulig <martin@home-of-linux.org >
* LIBGTOP-VERSION: Added `LIBGTOP_MICRO_VERSION'.
* libgtopConf.sh.in: Likewise.
* libgtopConf.sh.in: Added `LIBGTOP_EXTRA_LIBS'.
1998-08-18 12:15:07 +00:00
Martin Baulig
fd6b79d33d
We now display filenames when compiled `--with-libgtop-inodedb'.
...
1998-08-18 Martin Baulig <martin@home-of-linux.org >
* procmap.c: We now display filenames when compiled
`--with-libgtop-inodedb'.
1998-08-17 23:18:11 +00:00
Martin Baulig
96e630a009
Added implementation.
...
1998-08-18 Martin Baulig <martin@home-of-linux.org >
* sysdeps/linux/procmap.c: Added implementation.
1998-08-17 23:16:46 +00:00
Martin Baulig
7ad67781ef
Added offset' and
perm' fields.
...
1998-08-17 Martin Baulig <martin@home-of-linux.org >
* include/glibtop/procmap (glibtop_map_entry): Added `offset' and
`perm' fields.
* src/inodedb: New directory.
* src/inodedb/README: New file - read it to know what this is about.
* configure.in (--with-libgtop-inodedb): New `configure' parameter.
* include/glibtop/inodedb.h: New file.
* sysdeps/common/inodedb.c: New file.
1998-08-17 21:11:46 +00:00
Martin Baulig
616f4f4eaf
Small bug fixes.
1998-08-17 15:11:57 +00:00
Martin Baulig
513240b350
Released libgtop-0.25pre1. With this release I made what Linus calles a
...
1998-08-17 Martin Baulig <martin@home-of-linux.org >
* LIBGTOP-VERSION: Released libgtop-0.25pre1. With this
release I made what Linus calles a ``feature freeze'' until
0.25 is out. A Tarball and RPMS can be found at my site:
`ftp://ftp.home-of-linux.org/pub/'.
1998-08-17 14:01:49 +00:00
Martin Baulig
e0db8f3480
*** empty log message ***
1998-08-16 23:41:17 +00:00
Martin Baulig
8f2b396347
New file.
...
1998-08-17 Martin Baulig <martin@home-of-linux.org >
* libgtop-conf.in: New file.
1998-08-16 23:22:13 +00:00
Martin Baulig
3d611432e3
*** empty log message ***
1998-08-16 20:50:05 +00:00
Martin Baulig
561becc92e
`make distcheck' cleanups - Hey, it really works, guys !
1998-08-16 20:14:27 +00:00
Martin Baulig
1dd5bf2568
Removed localhost from list of permitted host and added
...
`server_config.h' again - we need to have this file to make
a distribution.
1998-08-16 19:41:32 +00:00
Martin Baulig
ad3fa88935
Bump version number to 0.25pre1.
1998-08-16 18:54:09 +00:00
Martin Baulig
8dba7d8869
tupdated' this file to make
make distcheck' happy.
...
People, please don't waste your time translating stuff in libgtop and
libgtop-apps until it's really stable.
1998-08-16 18:52:02 +00:00
Martin Baulig
a2cacf7d6b
Minor bug fix.
1998-08-16 18:50:47 +00:00
Martin Baulig
bfb4474267
Copy this file to /usr/src/linux/arch/i386/kernel/entry.S
1998-08-16 18:50:36 +00:00
Martin Baulig
8cd96ef559
Copy this file to /usr/src/linux/include/asm-i386/unistd.h
1998-08-16 18:49:54 +00:00
Martin Baulig
2fd0624294
Added nr_running',
nr_tasks' and `last_pid'.
1998-08-16 18:47:13 +00:00
Martin Baulig
59bb8d0ced
Major code cleanups. We now use open () and read ().
1998-08-16 18:46:53 +00:00
Martin Baulig
739ce693dc
Fixed typo.
1998-08-16 18:46:08 +00:00
Martin Baulig
77f56522c5
*** empty log message ***
1998-08-16 13:40:15 +00:00
Martin Baulig
b40e08fb74
Added new fields nr_running',
nr_tasks', `last_pid'. Added new fields
...
1998-08-16 Martin Baulig <martin@home-of-linux.org >
* include/glibtop/loadavg.h (glibtop_loadavg): Added new
fields `nr_running', `nr_tasks', `last_pid'.
* features.def (loadavg): Added new fields `nr_running',
`nr_tasks', `last_pid'.
1998-08-16 13:40:01 +00:00
Martin Baulig
36657db940
Major code cleanups, we now use open () and read ().
1998-08-16 13:37:14 +00:00