summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-2310-70/+70
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-2210-130/+150
* Reverted my last brain-dead commit.Martin Baulig1999-02-191-20/+9
* For suid/sgid servers the operating system version must match the one theMartin Baulig1999-02-191-9/+20
* Small fix for 64bit systems.Martin Baulig1999-02-191-1/+1
* Replaced all awk scripts with perl scripts since it is more likely thatMartin Baulig1999-02-183-170/+230
* Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set inMartin Baulig1999-02-161-0/+2
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-2/+0
* GNOME-standard autogen.sh scripts automatically run 'automake -a'. -aJeff Garzik1998-12-071-29/+1
* We need to set argv[0] in call to execl () to avoid a core dump in _initMartin Baulig1998-11-171-1/+1
* Added `GLIBTOP_PARAM_REQUIRED'.Martin Baulig1998-11-021-5/+14
* Added new features to get network load:Martin Baulig1998-10-261-0/+4
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-262-5/+9
* Small fixes.Martin Baulig1998-10-251-1/+5
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-0/+1
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-061-2/+2
* G_GNUC_UNUSED fun and other compiler warnings ...Martin Baulig1998-10-031-2/+3
* Enclosed some debugging statements in `#ifdef DEBUG'.Martin Baulig1998-10-031-1/+15
* Bug fix. Some awk interpreters seem to have problems with `\w+'.Martin Baulig1998-09-081-1/+1
* Added. AC_SUBST. (LT_RELEASE, LT_CURRENT, LT_REVISION, LT_AGE): AC_SUBST.Martin Baulig1998-08-291-0/+2
* Third argument is now `const void *'.Martin Baulig1998-08-252-5/+5
* New file.Martin Baulig1998-08-252-4/+4
* Fixed typo.Martin Baulig1998-08-181-2/+2
* Added `offset' and `perm' fields.Martin Baulig1998-08-171-0/+114
* `make distcheck' cleanups - Hey, it really works, guys !Martin Baulig1998-08-161-5/+4
* New file. Added definition of `proc_map'.Martin Baulig1998-08-101-1/+5
* Changed format of this file to support multiple arguments to be passed toMartin Baulig1998-08-091-38/+54
* Now using correct default server.Martin Baulig1998-08-092-25/+23
* Minor server/daemon cleanups; reading sysdeps from server now working.Martin Baulig1998-08-081-0/+2
* Using `GLIBTOP_INIT_STATE_SYSDEPS' instead of `GLIBTOP_INIT_STATE_INIT'.Martin Baulig1998-08-081-2/+2
* Call `glibtop_init_s' instead of `glibtop_open_s'.Martin Baulig1998-08-081-1/+1
* Removed. New files. Added `libgtop_server'; this has been moved here fromMartin Baulig1998-08-071-17/+29
* New fields `error_method', `sysdeps' and `required'. I added an improvedMartin Baulig1998-08-075-69/+146
* Using `GLIBTOP_GUILE' instead of `HAVE_GUILE' so one should be able to useMartin Baulig1998-08-061-1/+5
* Using correct `(1 << GLIBTOP_SYSDEPS_<feature>)' in call toMartin Baulig1998-07-301-1/+1
* Using `u_int64_t' instead of `unsigned long' and `long' to avoid problemsMartin Baulig1998-07-302-2/+7
* New file.Martin Baulig1998-07-294-73/+68
* Added `all_fs' parameter.Martin Baulig1998-07-241-2/+9
* New file.Martin Baulig1998-07-221-0/+9
* New file.Martin Baulig1998-07-224-10/+138
* Summary of this long ChangeLog:Martin Baulig1998-07-223-25/+66
* Added `GLIBTOP_METHOD_PIPE' again.Martin Baulig1998-07-182-0/+53
* Now correctly using `(1 << GLIBTOP_SYSDEPS_*)' instead ofMartin Baulig1998-07-171-1/+1
* Doing correct server initialization using `glibtop_set_parameter_l' andMartin Baulig1998-07-141-0/+6
* New file.Martin Baulig1998-07-131-2/+2
* Fixed type in debugging statement.Martin Baulig1998-07-131-1/+1
* Basically did some work on the new daemon. Things are still unstable.Martin Baulig1998-07-135-25/+79
* Changed indentation, removed some lines already commented out.Martin Baulig1998-07-131-10/+8
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-035-94/+244
* Some more daemon stuff.Martin Baulig1998-06-183-124/+111