summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* perl -pni -e 's,server->machine,server->_priv->machine,g' *.c *.hMartin Baulig1999-12-262-8/+8
* *** empty log message ***Martin Baulig1999-12-256-13/+22
* *** empty log message ***Martin Baulig1999-12-251-1/+1
* Removed. This is now included in <glibtop-private.h>.Martin Baulig1999-12-254-51/+5
* New file.Martin Baulig1999-12-252-0/+51
* Reflect latest interface changes.Martin Baulig1999-12-2510-288/+340
* Indent to 4 spaces.Martin Baulig1999-12-251-147/+145
* Indent everything to 4 spaces to make it consistant with the other LibGTopMartin Baulig1999-12-256-148/+146
* Reflect latest interface changes; especially all functions now returnMartin Baulig1999-12-258-16/+49
* Added function prototypes for everything from safeio.c.Martin Baulig1999-12-253-0/+15
* Warning fix.Martin Baulig1999-12-251-1/+1
* perl -pni -e 's,server->machine,server->_priv->machine,g' *.cMartin Baulig1999-12-2513-86/+86
* Removed all remote communication support from LibGTop.Martin Baulig1999-12-232-376/+1
* s/server->machine/server->_priv->machine/g;Martin Baulig1999-12-2319-67/+80
* Distinguish between GLIBTOP_ERROR_NO_KERNEL_SUPPORT andMartin Baulig1999-12-222-5/+35
* Return -GLIBTOP_ERROR_NO_SUCH_PROCESS if the process doesn't exist.Martin Baulig1999-12-222-7/+34
* Removed. (glibtop_get_proc_args_*): This now takes a `glibtop_array'Martin Baulig1999-12-191-26/+28
* *** empty log message ***Martin Baulig1999-12-191-8/+14
* Reflect latest interface changes.Martin Baulig1999-12-1823-110/+349
* *** empty log message ***Martin Baulig1999-12-181-0/+1
* New file.Martin Baulig1999-12-126-54/+214
* All functions which return an array now take a `glibtop_array *array'Martin Baulig1999-12-124-90/+28
* Only set smp flags when we're really on a SMP machine.Martin Baulig1999-12-112-2/+9
* This is a larger source-incompatible commit, but it'll make it easier toMartin Baulig1999-12-1121-88/+88
* Moved all Guile code to the libgtop-bindings module.Martin Baulig1999-12-0510-748/+2
* *** empty log message ***Martin Baulig1999-12-051-2/+5
* Return vector for functions returning arrays.Martin Baulig1999-12-052-5/+47
* Return SCM_BOOL_F on error.Martin Baulig1999-12-051-17/+21
* Use `array(<type>)' as return value for functions returning an array ofMartin Baulig1999-12-051-1/+9
* Enable `guile' subdir again.Martin Baulig1999-12-051-1/+1
* This is now the low-level guile interface to LibGTop. For each of theMartin Baulig1999-12-056-64/+224
* Reflect latest interface changes.Martin Baulig1999-12-051-3/+3
* Partitially got it working again.Martin Baulig1999-12-022-225/+152
* @#$!%@# gcc!!!Drazen Kacar1999-11-291-1/+1
* Added `transport' and `protocol' argument to specify transport method andMartin Baulig1999-11-282-2/+3
* Added `transport' field for the transport method.Martin Baulig1999-11-281-2/+4
* Split netload into netload and netinfo.Martin Baulig1999-11-287-90/+206
* Added `instance' argument.Martin Baulig1999-11-285-5/+5
* Temporarily comment out guile subdir.Martin Baulig1999-11-281-1/+1
* **** Merged from Hardangervidda ****Martin Baulig1999-11-282-1/+9
* Reflect latest interface changes.Martin Baulig1999-11-2152-4/+373
* Added new feature to get a list of network interface names.Martin Baulig1999-11-213-3/+55
* New file. (glibtop_init_interface_names_s): New function.Martin Baulig1999-11-214-1/+62
* Support GLIBTOP_KERN_PROC_PPID.Martin Baulig1999-11-212-0/+11
* Reflect latest interface changes; return 0 on success and -1 on error.Martin Baulig1999-11-2120-53/+158
* Return 0 on success and -1 on error.Martin Baulig1999-10-2420-65/+153
* Use `retval' for the default retval.Martin Baulig1999-10-241-0/+4
* New static variable. (glibtop_get_fsusage_s): Return -1 on error;Martin Baulig1999-10-242-1/+14
* This is a very big an possibly breaking commit.Martin Baulig1999-10-24157-283/+283
* Use glib's malloc functions when compiled with LIBGTOP_USE_GLIB_MALLOC.Martin Baulig1999-10-242-7/+7