summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-238-122/+138
* Moved some things around in the ChangeLog.Martin Baulig1999-02-191-0/+3
* Hardcoded system name. (LIBGTOP_COMPILE_RELEASE): Hardcoded systemMartin Baulig1999-02-193-3/+30
* Reverted my last brain-dead commit.Martin Baulig1999-02-191-14/+7
* For suid/sgid servers the operating system version must match the one theMartin Baulig1999-02-191-7/+14
* Don't include <glib.h>. Use `int' not `gint'.Martin Baulig1999-02-191-1/+1
* Sometimes @LIBSUPPORT@ references symbols from @INTLLIBS@ so we needMartin Baulig1999-02-192-4/+4
* Make it work with Digital Unix native cc.Martin Baulig1999-02-193-7/+8
* *** empty log message ***Martin Baulig1999-02-191-0/+1
* Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLSMartin Baulig1999-02-191-9/+11
* Include <glibtop/error.h>.Martin Baulig1999-02-191-0/+1
* Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set inMartin Baulig1999-02-162-1/+3
* *** empty log message ***Martin Baulig1999-02-151-0/+2
* Fix a really bad thing from Jeff Garzik; don't override INCLUDES inMartin Baulig1999-02-151-2/+0
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-1/+1
* Declare this as `extern' if necessary.Martin Baulig1999-02-112-0/+9
* Include <errno.h>Martin Baulig1999-02-111-0/+1
* Don't include <gnome-argp.h>. (program_invocation_name,GNOME_STABLEMartin Baulig1998-12-172-1/+14
* Reverted Elliot's change here, we need to #include <gnome-argp.h> to getMartin Baulig1998-12-161-0/+1
* no gnome-argp.hElliot Lee1998-12-151-1/+0
* Some don't have LOG_PERROR, quick fixFrederic Devernay1998-12-111-0/+5
* Oops, better #include <gnome-argp.h> here ...Martin Baulig1998-12-101-1/+1
* #include <gnomesupport-fake.h>Martin Baulig1998-12-101-0/+1
* Larger changes to the daemon:Martin Baulig1998-12-095-699/+643
* Small fix.Martin Baulig1998-12-091-1/+2
* Added implementation for proc_args and netload.Martin Baulig1998-12-091-0/+15
* Don't define this any longer, we now use the port the daemon is listeningMartin Baulig1998-11-111-2/+4
* Fix a compiler warning.Martin Baulig1998-11-111-2/+2
* Set `server->features' directly rather than callingMartin Baulig1998-11-113-24/+38
* `sysdeps.flags' should be a mask telling which fields are valid,Martin Baulig1998-11-021-0/+2
* Added $(GLIB_LIBS) to libs. Not sure how it ever built without it.Marc Ewing1998-11-022-0/+6
* Added new features to get network load:Martin Baulig1998-10-262-1/+8
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-263-2/+25
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-252-1/+10
* Added a notice that this file *requires* libtool 1.2. It may work with 1.1Martin Baulig1998-10-202-0/+19
* Added `@libs_xauth@'.Martin Baulig1998-10-121-1/+1
* Always run `libgtop_postinstall', it's `:' if there's nothing to do sinceMartin Baulig1998-10-112-3/+8
* Removed @libs_xauth@ and -lgdbm from the _LDADD variables since libtoolMartin Baulig1998-10-102-3/+3
* Reverted last change from Federico here.Martin Baulig1998-10-102-6/+0
* Add $(GLIB_LIBS) so that it will link.Federico Mena Quintero1998-10-082-0/+6
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-063-8/+8
* More G_GNUC_UNUSED fun.Martin Baulig1998-10-041-6/+7
* G_GNUC_UNUSED fun and other compiler warnings ...Martin Baulig1998-10-034-9/+11
* Enclosed some debugging statements in `#ifdef DEBUG'.Martin Baulig1998-10-031-0/+2
* Don't link it static.Martin Baulig1998-10-021-2/+0
* Use `libgtop_postinstall' here to make the server suid root or sgid kmemMartin Baulig1998-10-012-0/+10
* No longer link `libgtop_daemon' and `libgtop_server' statically.Martin Baulig1998-09-101-2/+0
* Added prototype. Added cast to `const void *' in calls to `write' andMartin Baulig1998-08-255-9/+28
* Renamed `README' -> `README.inodedb' and added to EXTRA_DIST.Martin Baulig1998-08-192-1/+3
* Added `offset' and `perm' fields.Martin Baulig1998-08-176-2/+290