Martin Baulig
2565ce18ce
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.
1998-08-29 21:05:01 +00:00
Martin Baulig
c3bac0b4f6
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-25 11:48:16 +00:00
Martin Baulig
e60200e8de
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:30:41 +00:00
Martin Baulig
bcadc03194
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:19:12 +00:00
Martin Baulig
13e68dbd2b
*** empty log message ***
1998-08-25 08:08:53 +00:00
Martin Baulig
8e540b8fc0
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:03:52 +00:00
Martin Baulig
4789169c80
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:40:29 +00:00
Martin Baulig
a894d550a1
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:51:39 +00:00
Martin Baulig
b41bcfdfb1
No longer using installed header files.
...
1998-08-24 Martin Baulig <martin@home-of-linux.org >
* configure.in (INCLUDES): No longer using installed header files.
1998-08-24 13:06:17 +00:00
Martin Baulig
4ea818875b
Using `int(fs_usage)'.
...
1998-08-23 Martin Baulig <martin@home-of-linux.org >
* features.def (mountlist): Using `int(fs_usage)'.
1998-08-23 12:21:04 +00:00
Martin Baulig
d1120fe35d
*** empty log message ***
1998-08-23 12:15:06 +00:00
Martin Baulig
04f157c378
Added glibtop_suid.h' to the include_HEADERS'.
1998-08-22 17:24:42 +00:00
Martin Baulig
6db51362bf
Released LibGTop 0.25 stable.
...
1998-08-21 Martin Baulig <martin@home-of-linux.org >
* ANNOUNCE-0.25: Released LibGTop 0.25 stable.
1998-08-22 17:23:19 +00:00
Martin Baulig
86abb41ef6
Updated documentation.
1998-08-21 21:43:19 +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
Martin Baulig
486cc220c4
*** empty log message ***
1998-08-14 16:41:56 +00:00
Martin Baulig
baea8b9603
Minor cleanups.
1998-08-12 23:05:36 +00:00
Martin Baulig
e7b174f995
I think I removed this directory long time ago ...
1998-08-12 23:05:08 +00:00
Martin Baulig
0f62dc7e3b
Added rusage' and frequency' fields.
1998-08-12 22:38:11 +00:00
Martin Baulig
2e670cc0d8
Works a little bit more like `ps' - you can give an optional command line
...
1998-08-12 Martin Baulig <martin@home-of-linux.org >
* second.c: Works a little bit more like `ps' - you can
give an optional command line argument to get information
about a single process.
1998-08-12 22:37:50 +00:00