This website requires JavaScript.
c76bf0bfab
Reflect latest interface changes.
Martin Baulig
1999-12-25 19:50:36 +00:00
e7b42a66b1
Indent to 4 spaces.
Martin Baulig
1999-12-25 19:04:22 +00:00
bbb539ef56
Indent everything to 4 spaces to make it consistant with the other LibGTop code.
Martin Baulig
1999-12-25 19:01:13 +00:00
dbb5f9b636
Reflect latest interface changes; especially all functions now return appropriate error return values on error.
Martin Baulig
1999-12-25 18:54:52 +00:00
1979cb8104
Added function prototypes for everything from safeio.c.
Martin Baulig
1999-12-25 18:46:06 +00:00
91e94f9c0d
Warning fix.
Martin Baulig
1999-12-25 18:37:21 +00:00
42cbc7cf0c
perl -pni -e 's,server->machine,server->_priv->machine,g' *.c perl -pni -e 's,server->machine,server->_priv->machine,g' *.h
Martin Baulig
1999-12-25 18:30:26 +00:00
595553ae0b
Removed all remote communication support from LibGTop.
Martin Baulig
1999-12-23 13:08:51 +00:00
e03b665dd1
s/server->machine/server->_priv->machine/g;
Martin Baulig
1999-12-23 13:01:57 +00:00
d0441219cb
New global function to return `server->glibtop_errno'.
Martin Baulig
1999-12-22 13:09:42 +00:00
ac0cce9d6f
Distinguish between GLIBTOP_ERROR_NO_KERNEL_SUPPORT and
Martin Baulig
1999-12-22 12:59:36 +00:00
1ad3a69d8f
New error constant. (GLIBTOP_ERROR_INCOMPATIBLE_KERNEL): New error
Martin Baulig
1999-12-22 12:51:59 +00:00
d86a386ad8
New global function.
Martin Baulig
1999-12-22 11:50:47 +00:00
d66768ac55
Return -GLIBTOP_ERROR_NO_SUCH_PROCESS if the process doesn't exist.
Martin Baulig
1999-12-22 11:32:18 +00:00
567ceac52f
Use of errno' as struct field yields some trouble; better use glibtop_errno' instead.
Martin Baulig
1999-12-22 11:22:29 +00:00
47a0ef64d8
Added `errno' field.
Martin Baulig
1999-12-22 11:19:16 +00:00
5f649a7613
New file.
Martin Baulig
1999-12-19 15:49:47 +00:00
d4b712db86
New file. This is a private header file which defines `struct
Martin Baulig
1999-12-19 15:07:13 +00:00
339e1f4557
Removed. (glibtop_get_proc_args_*): This now takes a `glibtop_array'
Martin Baulig
1999-12-19 14:37:49 +00:00
da42214e86
Removed. (glibtop_get_proc_args_*): This now takes a `glibtop_array'
Martin Baulig
1999-12-19 14:10:23 +00:00
c5ebf9c12e
*** empty log message ***
Martin Baulig
1999-12-19 13:04:51 +00:00
6b201a78e0
Put -lgtop' after -lgtop_common'.
Martin Baulig
1999-12-19 00:50:12 +00:00
d2d8d38db4
New file. We define `GLIBTOP_ERROR_*' error constants here.
Martin Baulig
1999-12-19 00:30:18 +00:00
0dee417e1d
Added `lib/errors.c'.
Martin Baulig
1999-12-19 00:25:19 +00:00
a0056665ae
Reflect latest interface changes.
Martin Baulig
1999-12-18 18:11:27 +00:00
9b245d8113
*** empty log message ***
Martin Baulig
1999-12-18 18:11:00 +00:00
d098b19d4d
Make it work with kernel 2.2.12.
Martin Baulig
1999-12-18 17:52:02 +00:00
3aaa326bab
"It compiles".
Martin Baulig
1999-12-12 16:09:33 +00:00
1a25c3ade9
New file.
Martin Baulig
1999-12-12 16:09:03 +00:00
881c2a2086
All functions which return an array now take a `glibtop_array *array'
Martin Baulig
1999-12-12 14:20:17 +00:00
a33f4df47e
New file.
Martin Baulig
1999-12-12 12:48:30 +00:00
4748c6c4d7
Only set smp flags when we're really on a SMP machine.
Martin Baulig
1999-12-11 15:38:04 +00:00
18af9297ea
This is a larger source-incompatible commit, but it'll make it easier to
Martin Baulig
1999-12-11 14:33:18 +00:00
c138d87c30
Use string' instead of str' as type name.
Martin Baulig
1999-12-11 14:29:00 +00:00
709c5378f8
Removed `guile_types.pl'.
Martin Baulig
1999-12-05 22:20:38 +00:00
8e9a0fbe99
Moved all Guile code to the libgtop-bindings module.
Martin Baulig
1999-12-05 22:16:31 +00:00
117af5f59b
New script to create `structures.h' which will be used in language
Martin Baulig
1999-12-05 16:14:09 +00:00
4dccb636e2
*** empty log message ***
Martin Baulig
1999-12-05 15:02:34 +00:00
c40788c5b2
Return vector for functions returning arrays.
Martin Baulig
1999-12-05 14:55:18 +00:00
ca27a66593
Use `pointer(<type>)' as return value for functions returning an array of
Martin Baulig
1999-12-05 14:54:54 +00:00
713a076df3
*** empty log message ***
Martin Baulig
1999-12-05 14:17:08 +00:00
abaa37c51f
Return SCM_BOOL_F on error.
Martin Baulig
1999-12-05 14:15:49 +00:00
4a2fb0a871
Use `array(<type>)' as return value for functions returning an array of
Martin Baulig
1999-12-05 14:07:20 +00:00
5ddf25c66a
Enable `guile' subdir again.
Martin Baulig
1999-12-05 13:58:31 +00:00
ff9f90c7e6
This is now the low-level guile interface to LibGTop. For each of the
Martin Baulig
1999-12-05 13:58:03 +00:00
d48d48cafb
Reflect latest interface changes.
Martin Baulig
1999-12-05 13:54:58 +00:00
2bb9bc624d
Return array of `glibtop_interface' structures. (glibtop_interface): New
Martin Baulig
1999-12-05 13:54:37 +00:00
069eb707f0
New #define. (GLIBTOP_UNLIMITED): #define this to be `(~(u_int64_t)0)'.
Martin Baulig
1999-12-05 13:52:32 +00:00
c1cae4e9ba
Added `refcount' field. New functions to deal with refcounts.
Martin Baulig
1999-12-05 13:50:35 +00:00
f5efccc8d6
New file. This is used by the language bindings code to get the
Martin Baulig
1999-12-05 13:49:36 +00:00
f6e4fefd66
Modified Files: balsa/po/da.po gedit/po/da.po libgtop/po/da.po
Birger Langkjer/danish translations
1999-12-03 18:57:14 +00:00
66bab0ec49
Partitially got it working again.
Martin Baulig
1999-12-02 20:56:42 +00:00
2b501953ce
New file.
Martin Baulig
1999-12-02 20:54:55 +00:00
150d9c9961
Added Ukrainian Translation
Yuri Syrota
1999-12-02 09:15:23 +00:00
e5b62ecc0b
Updated Norwegian translation.
Kjartan Maraas
1999-12-01 08:49:10 +00:00
b621d3cf1c
Added Ukrainian Translation
Yuri Syrota
1999-11-30 13:21:33 +00:00
9abff2143d
Updated pt_BR translations
Ricardo Soares Guimarães
1999-11-29 18:49:10 +00:00
5d224583a1
@#$!%@# gcc!!!
Drazen Kacar
1999-11-29 16:19:28 +00:00
fdc5890b09
updated to 1.1.3
Nam SungHyun
1999-11-29 04:22:15 +00:00
f850409d45
Added transport' and protocol' argument to specify transport method and
Martin Baulig
1999-11-28 19:03:05 +00:00
d58748ac66
Added `transport' field for the transport method.
Martin Baulig
1999-11-28 18:41:45 +00:00
4a01752467
Split netload into netload and netinfo.
Martin Baulig
1999-11-28 18:17:21 +00:00
53f9d03e30
Added `instance' argument.
Martin Baulig
1999-11-28 17:53:34 +00:00
776b6965fb
**** Merged from Hardangervidda **** 1999-11-28 Martin Baulig <martin@home-of-linux.org >
Martin Baulig
1999-11-28 16:43:30 +00:00
64b3db2dc0
**** Merged from Hardangervidda **** 1999-11-28 Martin Baulig <martin@home-of-linux.org >
Martin Baulig
1999-11-28 16:43:00 +00:00
ad536313f1
Don't dump core when the table of permitted host names contains a NULL
Martin Baulig
1999-11-28 16:41:26 +00:00
aeeef43f45
We now have a new, more extensible client/server communication model.
Martin Baulig
1999-11-28 16:21:51 +00:00
b60b7fd201
New file. This is included in `$(top_srcdir)/lib/lib.pl'.
Martin Baulig
1999-11-28 16:20:16 +00:00
f918792bb6
Temporarily comment out guile subdir.
Martin Baulig
1999-11-28 16:19:20 +00:00
abb3ba2c6a
**** Merged from Hardangervidda **** 1999-11-28 Martin Baulig <martin@home-of-linux.org >
Martin Baulig
1999-11-28 11:58:14 +00:00
e94b4882b6
**** Merged from Hardangervidda **** 1999-11-28 Martin Baulig <martin@home-of-linux.org >
Martin Baulig
1999-11-28 11:57:11 +00:00
caf17330b3
Stat "/proc/<pid>" instead of "/proc/<pid>/state" to get uid' and gid'.
Martin Baulig
1999-11-28 11:54:11 +00:00
566e05bb33
*** empty log message ***
Martin Baulig
1999-11-21 19:05:11 +00:00
6380440c00
Reflect latest interface changes.
Martin Baulig
1999-11-21 19:03:12 +00:00
f8e6fb5674
Implement GLIBTOP_CMND_INTERFACE_NAMES.
Martin Baulig
1999-11-21 18:46:36 +00:00
ac83dcc3b3
Added GLIBTOP_INTERFACE_ISDN.
Martin Baulig
1999-11-21 18:38:48 +00:00
b746f488b0
Added new feature to get a list of network interface names.
Martin Baulig
1999-11-21 18:35:40 +00:00
e5a7a5b0e5
New file. (glibtop_init_interface_names_s): New function.
Martin Baulig
1999-11-21 18:35:10 +00:00
f8aae8f544
Support GLIBTOP_KERN_PROC_PPID.
Martin Baulig
1999-11-21 18:08:10 +00:00
3f8ad111b2
Use int' as return type, not void'.
Martin Baulig
1999-11-21 17:07:42 +00:00
81176f8181
Reflect latest interface changes; return 0 on success and -1 on error.
Martin Baulig
1999-11-21 16:54:36 +00:00
cdc8e43a79
Updated pt_BR translations
Ricardo Soares Guimarães
1999-11-10 13:21:44 +00:00
ae69444b3b
Added Galician translation
Jesus Bravo Alvarez
1999-11-02 22:06:26 +00:00
28257e906b
Modified Files: balsa/po/ChangeLog balsa/po/da.po gedit/po/da.po
Birger Langkjer/danish translations
1999-10-25 00:32:07 +00:00
7a9bb6e43d
Return 0 on success and -1 on error.
Martin Baulig
1999-10-24 20:17:42 +00:00
507f171b63
Use `retval' for the default retval.
Martin Baulig
1999-10-24 20:04:37 +00:00
1dadfb6d15
Added additional `int' parameter for the retval from the sysdeps
Martin Baulig
1999-10-24 20:03:35 +00:00
2dc529b19f
New static variable. (glibtop_get_fsusage_s): Return -1 on error;
Martin Baulig
1999-10-24 19:16:52 +00:00
a5dd7e9063
This is a very big an possibly breaking commit.
Martin Baulig
1999-10-24 19:09:32 +00:00
eae892c9b1
Use glib's malloc functions when compiled with LIBGTOP_USE_GLIB_MALLOC.
Martin Baulig
1999-10-24 18:47:50 +00:00
71e81ccad3
Added. New configure parameter to use glib's malloc functions.
Martin Baulig
1999-10-24 18:46:59 +00:00
eeaa766456
Use glib's malloc functions when compiled with LIBGTOP_ENABLE_DEBUG.
Martin Baulig
1999-10-24 16:19:48 +00:00
17627bab9f
New file.
Martin Baulig
1999-10-24 16:19:28 +00:00
7327906fde
Removed examples from the spec file.
Martin Baulig
1999-10-24 15:55:46 +00:00
3c3dfcd77d
The LibGTop examples have been moved into their own top-level module
Martin Baulig
1999-10-24 15:51:28 +00:00
0adc3bd9ab
Move that warning from configure.in to autogen.sh so it won't show up each time during the build process.
Martin Baulig
1999-10-24 14:44:03 +00:00
0c3e5cd755
Check for <osreldate.h> on *BSD* systems.
Martin Baulig
1999-10-24 14:33:44 +00:00
34714be205
Make inclusion of <osreldate.h> conditional to `HAVE_OSRELDATE_H', not to
Martin Baulig
1999-10-24 14:33:18 +00:00
77cf90cfb0
Add a prominent warning that this is a development version of LibGTop.
Martin Baulig
1999-10-24 14:13:02 +00:00
1e629c9a86
**** Merged from HEAD **** Fix bug #2909 ; I made some little mistake when applying a patch here.
Martin Baulig
1999-10-20 14:46:32 +00:00