summaryrefslogtreecommitdiff
path: root/sysdeps/common
Commit message (Expand)AuthorAgeFilesLines
...
* Removed LT_VERSION_INFO from LDFLAGS when unused.Benoît Dejean2005-06-141-2/+2
* Added a lot of new functions to replace dirty macros. Every macroBenoît Dejean2005-06-072-0/+213
* Added tmpfs to ignore list.Jörgen Scheibengruber2005-04-292-0/+5
* s/strerror/g_strerror/g.Benoît Dejean2005-03-253-4/+20
* Added mqueue to ignore list.Benoît Dejean2005-03-112-0/+5
* * Add support for file system read and write counting (needed for the diskBenoît Dejean2005-02-282-0/+14
* Correct file system size calculations. Patch from marcus@freebsd.org (JoeBenoît Dejean2005-02-232-2/+9
* Removed some dead files. Don't install private headers.Benoît Dejean2005-02-151-0/+1
* Fixed G_GNUC attribute usage. Replaced macro by inline function.Benoît Dejean2005-02-152-5/+16
* Re-worked with bsearch.Benoît Dejean2005-01-182-17/+19
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-232-26/+24
* Ignores unkown file system type.Benoît Dejean2004-12-092-1/+6
* Removed SUID wrappers because glibtop_proc_argv_l is a client-sideBenoît Dejean2004-11-131-23/+0
* Fixed .block_size on Solaris.Benoît Dejean2004-09-242-1/+11
* Removed mountlist.h.Benoît Dejean2004-09-234-29/+18
* Added openpromfs.Benoît Dejean2004-09-222-1/+6
* Linux: Sanitize. Removed calls to obfuscated PROPAGATE_ALL_ONES(x) whichBenoît Dejean2004-09-222-10/+13
* Added mntfs to ignore listBenoît Dejean2004-09-222-1/+6
* Back to previous version.Benoît Dejean2004-09-203-13/+20
* : Added new flag. (_glibtop_get_fsusage_read_write): Changed prototype.Benoît Dejean2004-09-193-18/+46
* bumped to 2.8.1.Benoît Dejean2004-09-132-18/+14
* Merged FreeBSD Marcus' patch.Benoît Dejean2004-08-222-2/+6
* Added -gnu89 to CFLAGS.Benoît Dejean2004-08-091-15/+17
* Started implementation of read, write. Code should be splitted into archBenoît Dejean2004-07-173-32/+60
* Added file to repository. Provides glibtop_get_proc_argv*() for systemBenoît Dejean2004-07-073-0/+75
* *** empty log message ***Benoît Dejean2004-06-181-3/+3
* These functions are now globally defined.Benoît Dejean2004-06-182-1/+90
* Removed files.Benoît Dejean2004-06-125-145/+54
* Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned.Benoît Dejean2004-06-122-102/+96
* whitespace clean up.Benoît Dejean2004-06-096-23/+23
* Cleaned. Replaced multiple strcpy/cat by g_strdup_printf. Replaced strncpyBenoît Dejean2004-06-063-17/+15
* set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of intBastien Nocera2004-03-163-23/+19
* fix build (we don't have "full-read.h" here)Bastien Nocera2004-03-092-2/+4
* - oopsie, forgot some filesBastien Nocera2004-03-092-0/+76
* Added block_size field. (Closes: #125049)Ole Laursen2004-03-094-137/+120
* install only one library, libgtop-2.0 Fix build-time warnings due to theBastien Nocera2003-10-213-2/+10
* fix compilation, thanks JeffBastien Nocera2003-10-202-1/+5
* - s/u_int64_t/guint64/Bastien Nocera2003-10-205-20/+28
* - fixed compilationBastien Nocera2003-10-203-59/+54
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-206-155/+18
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-194-0/+652
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-197-598/+547
* Install this as a backend.Martin Baulig2001-04-207-140/+117
* New file, formerly known as error.c.Martin Baulig2000-11-222-0/+172
* Don't call glibtop_init_s() anymore, this is deprecated.Martin Baulig2000-11-224-9/+9
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-206-279/+11
* Moved to sysdeps/common/error.c. (glibtop_error_io_r, glibtop_warn_io_r):Martin Baulig2000-02-241-0/+80
* True64 fix from Aron Griffis: we need to `#include <sys/bitypes.h>' here.Martin Baulig2000-02-242-0/+8
* *** empty log message ***Martin Baulig2000-02-221-1/+3
* Use `u_int64_t' arguments and return value to avoid long int overflows onlibgtop_latest_1_0_mergeMartin Baulig2000-01-203-16/+25